skills/eda-experiment-phenomenology-analyst/SKILL.md
Extract and maintain reusable experiment knowledge across `log -> result -> conclusion -> experience` layers, then hand that evidence to execution, retrospective, and veto skills without forcing them to re-read raw logs every time.
npx skillsauth add mr-fang-vlsi/edagent eda-experiment-phenomenology-analystInstall 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:
control-postrun-retro or control-theory-veto should consume prior empirical experience without reparsing all prior logs,This skill owns horizontal evidence lifting and experiment-experience maintenance.
It owns:
result, conclusion, and experience,It does not own:
control-postrun-retro),control-theory-veto),Typical consumers:
workflow-scoped-execution for batch closeout,control-postrun-retro for next-step decision,control-theory-veto for experience-informed GO/CONDITIONAL/NO-GO,workflow-research-chain for durable experiment memory across stages.Provide or derive:
Emit the smallest set needed by downstream consumers:
result artifact*.results.tsv or *.results.jsonconclusion artifact*.conclusion.mdexperience_delta artifact*.experience_delta.mdresult and conclusion first.experience with repeated or well-supported evidence should influence later veto decisions.Load only what is needed:
references/layer-contract.md when deciding how to split artifacts across log, result, conclusion, and experience.references/consumer-integration-policy.md when wiring outputs into workflow-scoped-execution, control-postrun-retro, control-theory-veto, or workflow-research-chain.docs/knowledge_base/templates/experiment_results_template.tsv, docs/knowledge_base/templates/experiment_conclusion_template.md, and docs/knowledge_base/templates/experiment_experience_delta_template.md as the default artifact skeletons when no more specific batch-local template already exists.development
Create immutable stage checkpoints for Innovus flows. Use when users ask for fixed golden files or restart-from-stage workflows (place/cts/route) with matched DEF+V+SDC and reproducible manifests.
tools
Capture and maintain reusable script-writing experience across wrappers, helpers, parsers, validators, and runtime shims so future script work can reuse proven patterns and avoid repeated anti-patterns.
testing
Summarize local paper PDFs into structured, citation-grounded evidence notes. Use when the user provides local PDF paths and asks for methods/assumptions/results/limitations extraction or wants evidence mapped to current EDA hypotheses.
development
Fetch primary-source paper metadata when evidence is missing or weak for EDA/model/flow claims. Use for requests like building reproducible paper candidate lists, generating user-download queues, and recording citation metadata for local validation.