requirement-workflow
SKILL.md
Requirement Workflow Orchestrator
State-machine driven development workflow with agent/skill injection support.
Execution Flow
1. ANALYZE & SELECT LEVEL → Run init-workflow.sh
2. STAGE LOOP → Run advance-stage.sh for each stage
3. CREATE DOCUMENTS → spec.md → tasks.md → design.md → checklist.md → report.md
Step 1: Analyze & Select Level
| Level | Condition | Doc Depth |
|---|---|---|
| L1 | ≤3 files, quick fix | Brief + simple |
| L2 | 4-15 files, standard feature | Full PRD + design |
| L3 | Security/cross-module/breaking | Comprehensive |