Writing Plans
This skill helps break down complex coding objectives into manageable, step-by-step implementation plans.
When to Use This Skill
- •Planning a new feature implementation
- •Refactoring complex legacy code
- •Setting up a new project structure
- •Guiding an AI agent through a multi-step task
What This Skill Does
- •Analyzes Goal: Understands the high-level objective
- •Decomposes Task: Breaks it down into atomic, verification-friendly steps
- •Details Implementation: precise file paths, code snippets, and terminal commands
- •Verifies Progress: Defines what "done" looks like for each step
How to Use
User: "Create a plan to migrate this app from creating-react-app to Vite"
User: "Write a step-by-step plan to implement user authentication"