Install
$ agentstack add skill-mr-fang-vlsi-edagent-eda-experiment-phenomenology-analyst ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
EDA Experiment Phenomenology Analyst
When to use
Use this skill when:
- an experiment or batch has finished and raw logs should be lifted into reusable evidence,
- repeated experiment patterns need to become durable recommendations instead of one-off notes,
control-postrun-retroorcontrol-theory-vetoshould consume prior empirical experience without reparsing all prior logs,- a new “experiment expert” style workflow needs access to an experience layer rather than raw batch files only.
Scope Boundary
This skill owns horizontal evidence lifting and experiment-experience maintenance.
It owns:
- extracting structured facts from raw experiment artifacts,
- separating
result,conclusion, andexperience, - maintaining experience deltas or registry-style artifacts,
- surfacing empirically repeated patterns that downstream skills may rely on.
It does not own:
- final post-run recursion decisions (
control-postrun-retro), - final veto authority (
control-theory-veto), - workflow routing ownership,
- domain-method correctness claims by itself.
Expected Downstream Consumers
Typical consumers:
workflow-scoped-executionfor batch closeout,control-postrun-retrofor next-step decision,control-theory-vetofor experience-informed GO/CONDITIONAL/NO-GO,workflow-research-chainfor durable experiment memory across stages.
Inputs
Provide or derive:
- raw batch artifacts:
- summaries,
- manifests,
- monitor/history files,
- report files,
- stdout/stderr logs when needed,
- experiment objective and comparison contract,
- any existing memory or experience artifacts for the same design/branch,
- KB references if the batch conclusion depends on policy interpretation.
Outputs
Emit the smallest set needed by downstream consumers:
resultartifact
- structured metrics and directly observed facts
- recommended form:
*.results.tsvor*.results.json
conclusionartifact
- batch-local mechanism judgment with cited evidence paths
- recommended form:
*.conclusion.md
experience_deltaartifact
- reusable experience items added or reinforced by this batch
- recommended form:
*.experience_delta.md
- optional registry update
- append/refresh durable experience inventory when the workflow calls for long-lived storage
Hard rules
- Do not skip from raw logs directly to durable advice; write
resultandconclusionfirst. - Mark speculation as speculation; only
experiencewith repeated or well-supported evidence should influence later veto decisions. - Keep batch-local conclusions separate from cross-batch experience.
- When experience is used for veto, include the trigger pattern and linked evidence runs.
Operational References
Load only what is needed:
- Load
references/layer-contract.mdwhen deciding how to split artifacts acrosslog,result,conclusion, andexperience. - Load
references/consumer-integration-policy.mdwhen wiring outputs intoworkflow-scoped-execution,control-postrun-retro,control-theory-veto, orworkflow-research-chain. - Use
docs/knowledge_base/templates/experiment_results_template.tsv,docs/knowledge_base/templates/experiment_conclusion_template.md, anddocs/knowledge_base/templates/experiment_experience_delta_template.mdas the default artifact skeletons when no more specific batch-local template already exists.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Mr-Fang-VLSI
- Source: Mr-Fang-VLSI/EDAgent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.