What problem does it solve? Turning a vague issue or work item into an actionable implementation plan requires deep codebase research and careful scoping; doing this ad hoc leads to missed edge cases, scope creep, and plans that stall during implementation. ## Core Features & Use Cases - Interactive Plan Authoring: Researches the codebase with parallel sub-agents, asks clarifying questions, and iteratively writes a phased plan to flow/plans/ with no implementation code. - Test-Driven Phase Structure: Every phase follows a write-failing-tests, implement, verify cycle with separate automated and manual success criteria. - Tracker Integration: Fetches GitHub issues or Azure DevOps work items via the tracker CLI and transitions work-item states as planning progresses. - Use Case: Run /create-plan #123 to fetch an issue, research the relevant code, and produce a dated, phased plan document ready for the /implement-plan step. ## Quick Start Invoke /create-plan with an issue URL or id, such as /create-plan #123, and answer the clarifying questions to produce the plan.