What problem does it solve?
This Skill removes uncertainty from code changes by mapping affected areas of a repository, clarifying scope, and producing an ordered, reviewable implementation plan so work can start with confidence.
Core Features & Use Cases
- Exploration-first planning: Instructs the agent to inspect the codebase, locate entry points, and find related files and patterns before proposing changes.
- Change impact analysis: Produces lists of new, modified, and test files and highlights shared utilities and configuration affected by the change.
- Structured implementation steps: Delivers small, independently testable commits, verification steps, testing strategy, and rollback considerations.
- Use Case: Use this Skill to plan a new feature, refactor a module, or prepare a complex bugfix across multiple components and languages.
Quick Start
Ask the plan skill to create a step-by-step implementation plan for adding feature X by describing the expected behavior, inputs, constraints, and scope.