| name | plan |
| description | Create a detailed implementation plan and save to .claude/plan/ |
| disable-model-invocation | false |
| argument-hint | ["task or feature description"] |
Create a comprehensive implementation plan for: $ARGUMENTS
Instructions
- Research the codebase to understand relevant context
- Break down the work into phases and individual tasks
- Identify files affected and dependencies between phases
- Include a testing strategy
- Always save the plan to
.claude/plan/ — create the directory if needed (mkdir -p .claude/plan)
- Use a descriptive filename:
.claude/plan/<feature_name>.md