What problem does it solve?
Converts an approved specification into a concrete, reviewable implementation plan and coordinates planner agents to generate competing approaches so teams can choose and approve a clear path to implementation.
Core Features & Use Cases
- Multi-planner dispatch: Run one or more planner agents across configured providers to produce competing implementation plans.
- Plan comparison and synthesis: Aggregate planner outputs, highlight agreements and trade-offs, and synthesize hybrid plans when requested.
- User-driven approval flow: Present plans, solicit a selection and explicit approval, support re-planning with additional constraints, and save the approved plan as a pipeline artifact.
- Session-safe orchestration: Enforce session_id usage, poll batch status correctly, fetch task results only when terminal, and update pipeline state to advance to the next stage.
- Use Case: Converting a reviewed spec into a detailed developer-facing plan that drives automated task breakdown and build orchestration.
Quick Start
Ask invoke-plan to dispatch planners for the approved spec, compare their outputs, and save the user‑approved plan.