What problem does it solve?
It helps you translate unclear or high-level change goals into a concrete, incremental implementation plan that developers can execute safely without breaking the codebase.
Core Features & Use Cases
- Clarifying scope first: Identifies the user’s goals before drafting any work so the plan matches what “done” means.
- Grounded planning from existing code: Uses the current project structure and abstractions as the foundation for targeted changes.
- Creates a phased plan file: Produces a
plan-*.md file with logically grouped phases, typed interface guidance, and inline unit-test specs per phase.
- Use Case: You need to add a feature or refactor part of a service and want a developer-ready plan that includes specific files and focused unit tests rather than broad guidance.
Quick Start
Ask an AI to generate a plan-<slug>.md file that outlines the required code changes for your repository, including phased work and unit test targets, using your current code as the base.