Files
Ken Yasue 92d34e2814 Add milestone planning phase between /generate-app and /add-feature
- New command /plan-milestones: generates docs/milestones/ (roadmap.md + one document per milestone with its features, acceptance criteria, and ready-to-run /add-feature commands)
- New skill milestone-planning: MVP-first vertical-slice planning rules + milestone/roadmap templates
- /add-feature: reads the feature's milestone document before planning and checks the feature off (updating milestone/roadmap status) in Step 8
- Workflow diagrams, CLAUDE.md, README, and settings.json updated for the new phase

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 10:14:32 +02:00

21 lines
456 B
JSON

{
"permissions": {
"allow": [
"Skill(prd-writing)",
"Skill(functional-design)",
"Skill(architecture-design)",
"Skill(repository-structure)",
"Skill(development-guidelines)",
"Skill(glossary-creation)",
"Skill(ui-design)",
"Skill(design-tokens)",
"Skill(platform-ui-generation)",
"Skill(milestone-planning)",
"Skill(steering)"
],
"deny": [],
"ask": []
},
"hooks": {}
}