skills/eda-research-chain/SKILL.md
Run a full EDA research chain from knowledge exploration and paper triage to idea debate, hypothesis experiment design, implementation, git versioning, validation, and retrospective.
npx skillsauth add biswajit56546/edagent eda-research-chainInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user asks for an end-to-end research workflow, not a single isolated experiment step.
This skill orchestrates the full chain and delegates each stage to specialized skills.
Global governance still follows AGENTS.md.
python3 scripts/common/init_research_chain.py --tag <tag>
eda-knowledge-explorer to map local knowledge gaps,01_knowledge/knowledge_gap_map.md.eda-paper-fetch to generate download queue,eda-pdf-local-summary after local PDFs are available,02_literature/paper_download_queue.tsv and 02_literature/local_paper_summary_index.md.eda-idea-debate-lab,03_idea_debate/idea_brainstorm.md and 03_idea_debate/pro_con_debate.md.eda-hypothesis-experiment-designer,eda-preflight-reflect before expensive submissions,04_hypothesis_design/hypothesis_experiment_matrix.tsv.eda-method-implementer,05_implementation/implementation_plan.md.git-version-control,06_versioning/version_plan.md and version delta notes.eda-loop,delay-model-gate-evaluator, execution contract),07_validation/validation_summary.md.eda-retro,08_retro/research_retro.md.>=2% power reduction with non-worse area/timing, then higher milestones).python3 scripts/common/research_chain_guard.py --chain-dir <chain_dir> --out-prefix <prefix>
Load when needed:
references/chain-checklist.mdtesting
Apply and validate GT3 backside routing policy in Innovus. Use when configuring CTS/PDN/signal layer usage, submitting GT3 consistency runs, diagnosing zero-backside-nets, or enforcing BPR-reserved-for-PDN constraints.
testing
Use git to version-control local research/EDA iterations with reproducible checkpoints, clear commit/tag structure, and explicit per-version differentiation records. Use when users ask to create baselines, compare versions, snapshot experiment states, prepare rollback points, or document each version's characteristics and distinguishing deltas.
development
Theory-level veto skill for EDA plans. Use before expensive experiment submissions or major flow/model changes to identify logically unsound assumptions, contradiction with known physics/policy, and high-risk invalid comparisons. Produces GO/CONDITIONAL/NO-GO with evidence.
tools
Package the agent+skill infrastructure into a standalone, portable repository-ready bundle with skill-local tool mirrors.