What problem does it solve?
Teams often struggle with ad-hoc feature planning, leading to scope creep and unclear ownership. This Skill instantiates a structured, repeatable plan from a feature name, reducing setup time and aligning stakeholders.
Core Features & Use Cases
- Phase-based planning: Generates a master plan with phases (research, design, implementation, testing) and a mechanism to add phase-specific tasks.
- Template support: Optional templates (feature, bugfix, refactor, migration) tailor the plan to the work type.
- Worktree integration: Sees existing worktrees and links plans to the relevant worktree for consistency with version control.
Use Case: When starting a large feature, create a ready-to-edit plan with milestones and tasks to guide the team and track progress.
Quick Start
Execute the create-plan command with a feature name and optional template to generate a new plan, then open plans/active/<feature-name>/plan.md to customize details. If a worktree exists, link it with /worktree-create <feature-name>.