What problem does it solve? Turning a vague feature idea into an actionable implementation plan often skips research and produces vague specs. This Skill routes the /plan command to a structured planning procedure that performs deep research and a 4-pass specification process, producing an atomic, approved implementation plan. ## Core Features & Use Cases - Command Routing: Maps the /plan command to the full planning procedure defined in .agents/skills/strategy/plan/SKILL.md. - Deep Research Planning: Executes a research-driven, 4-pass specification workflow before any code is written. - Definition of Done Enforcement: Follows an explicit Definition of Done so plans meet approval criteria. - Use Case: You have a rough idea for a new API endpoint. Invoke /plan to research the codebase, iterate through specification passes, and produce an atomic implementation plan ready for approval and execution. ## Quick Start Ask the assistant to run /plan for your feature idea, for example: plan the implementation of a user notification preferences page.