What problem does it solve?
Unified planning workflow to research, analyze, and generate a parallel implementation plan in one command. Combines shared-context and parallel-plan with checkpoint support, and supports team-based coordination via Cursor. Default behavior is standalone parallel sub-agents; pass --team (Claude Code only) to orchestrate research, analysis, and validation stages as teammates under a shared TeamCreate/TaskList with coordinated shutdown.
Core Features & Use Cases
- Unified entry point: run research, analysis, and planning in a single command to reduce handoffs.
- Team coordination: optional agent-team mode with TeamCreate/TaskList for collaborative planning.
- Checkpoint support: pause for human review between research and planning to ensure quality gates.
- Dual dispatch modes: standalone sub-agents by default, or coordinated teammates when
--team is used.
- Outputs and validation: generates shared.md and parallel-plan.md with built-in validation steps.
Quick Start
Run /plan-workflow <feature-name> to start the unified planning workflow for that feature.