Licence
MIT
Version
2.1.0
Deps
0
Size
431 kB
Vulns
0
Weekly
0
Evolutionary Constraint Development v2
简体中文 | English
Freeze product meaning first, then deliver through a constrained pre-plan-code-achieve loop.
ECD Core + 4 Stage Skills — Extensible Workflow Framework
What is ECD v2?
ECD v2 is a Claude Code skill that converts vague requirements into running, tested code through a strict pre → plan → code → achieve closed loop. v2 introduces independent stage commands and an artifact-driven workflow.
Five Commands
| Command | Role |
|---|---|
/ecd-next |
One-click entry — scans .ecd/ and auto-routes |
/ecd-pre |
Requirements & constraint extraction |
/ecd-plan |
Architecture & task breakdown |
/ecd-code |
Implementation & testing |
/ecd-achieve |
Acceptance & review |
Quick Install
npx @zyc-bryce/ecd-next
Restart Claude Code. All 5 commands available.
Architecture
ecd-next/
├── SKILL.md ← /ecd-next entry point
├── ecd-pre/SKILL.md ← /ecd-pre
├── ecd-plan/SKILL.md ← /ecd-plan
├── ecd-code/SKILL.md ← /ecd-code
├── ecd-achieve/SKILL.md ← /ecd-achieve
└── shared/
└── ecd-core.md ← Shared spec layer
License
MIT