What problem does it solve?
This Skill helps you think through non-trivial implementation work before making changes, reducing wasted effort, architectural drift, and incomplete solutions.
Core Features & Use Cases
- System-aware planning: Breaks down features, refactors, and bug fixes with attention to lifecycle, dependencies, and source of truth.
- Exploration and clarification: Encourages reading relevant files, comparing approaches, and asking questions when requirements are unclear.
- Plan-first workflow: Supports changes that touch multiple files, require design decisions, or need verification before implementation.
- Use case: If you are adding a new feature that affects backend flow, UI state, and testing, use this Skill to produce a coherent implementation plan before coding.
Quick Start
Ask the AI to plan the requested change first and write the plan to PLAN.md before making any implementation edits.