What problem does it solve?
Teams and agent-driven workflows need a repeatable way to convert a roadmap phase into a concrete, verifiable set of tasks so work can be executed reliably and handoffs don't break the pipeline.
Core Features & Use Cases
- Planner orchestration: Spawns a planner agent to break a phase into waves and tasks using project and phase context.
- Plan validation loop: Runs a plan-checker that enforces seven rules with up to three revision cycles and escalates if blocked.
- Gap-closure mode: Generates targeted surgical fixes for verification FAILs, writing a separate gaps plan.
- Integrated state & routing: Writes plan files under .planning/, honors locked decisions, and transitions state before routing to build.
- Use case: Use when preparing a software development phase that requires clear task breakdown, reviewer validation, and no scope creep.
Quick Start
Run /qualia-plan 2 to generate, validate, and save a phase 2 plan as .planning/phase-2-plan.md using the built-in checker and revision loop.