What problem does it solve?
Planning across multiple agent roles is hard to coordinate consistently, especially when plans evolve over time; this hub centralizes a repeatable planning workflow and keeps per-story artifacts as the source of truth.
Core Features & Use Cases
- 7-phase planning orchestration per project: runs PRD, system architecture, story decomposition, per-story HLD/API/Data/Security/Design planning, then cross-cutting rollups and final execution readiness.
- Dispatches specialized sub-agents with strict boundaries: uses deterministic phase and dispatch targets to ensure each agent produces the correct plan artifacts without mixing responsibilities.
- Validation and checkpoint-driven progress control: integrates checkpointing before and after dispatches, supports resume, logs dispatch/response events, and gates progression on validator passes.
- Brownfield change impact analysis: classifies change level and re-dispatches only the minimum required agents after impact analysis.
- Optional external SaaS synchronization: can translate internal plan artifacts to external systems if configured, without making SaaS mandatory.
Quick Start
Start a new planning session by running the planning hub with your initial user request, and let it drive PRD, architecture, story decomposition, and per-story planning while writing all outputs into the internal plan/ folder structure.