What problem does it solve?
This Skill conducts a focused technical planning interview to convert a rough idea or existing spec into a detailed, implementable plan organized for parallel execution, clear dependencies, risks, and verification steps, and persists the result to PLAN.md in the repository root.
Core Features & Use Cases
- Structured Discovery Rounds: Iterative, focused questions that surface goals, constraints, assumptions, and edge cases without repeating information already present in the codebase or spec.
- Dependency & Parallelization Analysis: Identifies serial prerequisites, independent workstreams, merge points, and concrete tasks for each phase.
- Executable Plan Output: Produces a complete PLAN.md including technical design, testing and verification steps, rollout and rollback guidance, risk assessment, and open questions.
- Use Case: Turn a short feature request or an RFC into a roadmap that multiple engineering teams can execute in parallel while preserving integration checkpoints.
Quick Start
Provide a path to your spec file or a brief description of the feature and the skill will run an interview, analyze dependencies, and write or update PLAN.md in the repository root.