breakdown
Installation
SKILL.md
Breakdown
Use this skill after feature-level discovery and design to turn repo stories into directly executable work.
If you need a starting folder for a new feature, scaffold the default breakdown files with:
python3 skills/breakdown/scripts/scaffold_breakdown.py <feature-slug>
By default this creates:
docs/features/<feature-slug>/slice-planning.md
docs/features/<feature-slug>/slice-traceability.md
If .skills/planning.json defines planning_dir, the scaffold uses
<planning_dir>/<feature-slug>/ instead unless --base-dir is passed.