skills/eda-loop/SKILL.md
Execute one scoped EDA task under governed gates: run bootstrap checks, route to minimal specialist skills, validate artifacts, and return execution evidence.
npx skillsauth add biswajit56546/edagent eda-loopInstall 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.
eda-loop is the execution orchestrator for a scoped task.
Global entry, cross-task governance, and recursion policy belong to AGENTS.md (repo root).
Use this skill when you need disciplined execution with explicit artifacts.
Provide or derive:
bash scripts/common/knowledge_gate.sh --scope <scope_name> --task-brief <task_brief_md>
python3 scripts/common/tool_catalog.py query <keyword1> <keyword2>
python3 scripts/common/infra_stack_guard.py --out-prefix slurm_logs/00_meta/infra_stack_guard_<tag>
Select the smallest set of specialist skills that covers the scoped objective.
Load references/skill-routing.md only as needed.
Primary local skills:
bspdn-goal-drivereda-research-chaineda-knowledge-explorereda-idea-debate-labeda-hypothesis-experiment-designereda-method-implementereda-knowledge-gate-maintainereda-infra-maintainereda-preflight-reflecteda-retroeda-stage-checkpoint-goldengt3-backside-route-policydelay-model-gate-evaluatorbscost-netbscost-theory-opteda-paper-fetcheda-pdf-local-summarySystem skills:
skill-creator (create/update skills)skill-installer (install external skills)For full-chain research requests, prefer eda-research-chain as the primary workflow skill.
eda-preflight-reflect first and produce a reflection artifact before launching jobs.scripts/debug/pdk_flow_preflight.py) and block submission on FAIL.monitor.md, summary.md, manifest.tsv, etc.).scripts/debug/validate_execution_contract.py) and mark FAIL rows as non-promotable evidence.scripts/common/experiment_memory.py) and produce constrained follow-up candidates (scripts/debug/propose_constrained_experiments.py) when optimization continues.vanilla_replace.slurm_logs/00_meta/knowledge_tool_maintenance_log.md) for substantive changes.python3 /home/grads/d/donghao/.codex/skills/.system/skill-creator/scripts/quick_validate.py <skill_path>
docs/knowledge_base/90_HYPOTHESIS_VALIDATION_LOG.mdinfra_stack_guard summaryskill_system_audit summaryDo not close task if any condition is true:
vanilla_replace primary baseline.testing
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.