What problem does it solve?
It turns ambiguous requests into a structured, cross-file implementation plan so execution can proceed with fewer surprises and clearer acceptance criteria.
Core Features & Use Cases
- Plan scaffolding with correct branching behavior: Creates or revises the harnessed plan file and manages branch planning versus plan-mode resume.
- Evidence-driven codebase discovery: Uses grep/call-site population checks and subagent exploration to ground architectural decisions in actual patterns.
- Guardrailed handoff to review: Surfaces clarifying questions before design, then hands the plan off to /plan-review for validation.
- Optional project-specific layering: Loads any matching project rule layer to enforce repo conventions for this skill.
Quick Start
Ask for a plan by saying: "Create a plan to implement user authentication with GitHub OAuth, including which files to change and how to verify it end-to-end."