eda-method-implementer
Implement EDA research methods from approved hypothesis plans, with integration discipline, measurable contracts, and minimal-risk iteration.
EDA Method Implementer
When to use
Use this skill when moving from experiment design to actual method/code implementation.
Workflow
- Load approved hypothesis and experiment plan artifacts.
- Query tool catalog before adding new scripts:
python3 scripts/common/tool_catalog.py query <keyword1> <keyword2>
- Define implementation contract:
- target files/modules,
- expected behavior delta,
- metrics to validate change.
- Implement minimal viable patch first, then iterate.
- Run required validation commands and link outputs.
- Prepare versioned checkpoint handoff to
git-version-control.
Outputs
implementation_plan.mdimplementation_change_log.mdvalidation_command_log.md
Hard rules
- Do not implement without linked hypothesis ID.
- Keep each patch testable and reversible.
- Record known side effects and unresolved risks.
Reference
Load when needed:
references/implementation-contract-checklist.md