create-plan
Installation
SKILL.md
Skill: Create Plan
What This Skill Does
Creates a complete implementation plan with all associated artifacts. This documentation shall serve Agents and Humans when working in consecutive sessions with the project:
- Plan (
plans/<name>/plan.md) - Objective, requirements, DoD, phases overview - Phases (
plans/<name>/phases/phase-N.md) - Scope definition per phase (what/why) - Implementation Plans (
plans/<name>/implementation/phase-N-impl.md) - Technical approach per phase (how) - Todo List (
plans/<name>/todo.md) - Trackable items with status - Creates the directory structure for future Handovers
When to Use
- When the user wants to plan a feature, refactoring, or migration before implementing
- When a task is too large for a single session and needs phasing
- When the user asks to "create a plan" or "plan this feature"
Do NOT use for simple, one-shot tasks that don't need formal planning.