requirement-workflow
Installation
SKILL.md
Requirement Workflow (SDD)
Structured development orchestrator based on Spec-Driven Development: define specs first, decompose into tasks, execute with quality gates, verify against acceptance criteria.
Core principle: Spec is the single source of truth. Code follows spec, not the other way around.
Prerequisites
- Node.js >= 18
- Writable project directory for workflow state files (
.trae/workflow/)