What problem does it solve?
It solves the problem of turning a goal into a coordinated, multi-step build-and-review workflow across multiple fleet members, with clear checkpoints and recovery.
Core Features & Use Cases
- Plan and sprint orchestration: Break work into phased tasks, assign doer/reviewer pairs, and drive execution until completion without the PM writing code directly.
- Progress tracking with Beads: Maintain a persistent cross-project task graph (epics, tasks, dependencies, verify checkpoints) and prevent duplicate dispatch.
- Quality gates and review loops: Enforce doer/reviewer cycles, verification checkpoints, backlog handling for deferred findings, and final PR raising.
- Deployment execution: Run and verify a deployment runbook by preparing deploy.md and executing each step on the target member.
Quick Start
Use the pm skill to create a new sprint and run it end-to-end by issuing: /pm init <project> then /pm plan <requirement> and /pm start <member>.