create-plan
Installation
SKILL.md
Create Plan Workflow
Input
User provides a description of the feature, change, or fix to plan.
Output Structure
Always create at project root:
<project-root>/
├── PLAN.md # High-level overview + task checklist
└── tasks/
├── 01-task-name.md # Individual task with full details
├── 02-another-task.md
└── ...