What problem does it solve?
Orchestrating multi-chunk GitHub milestone delivery with strict sequencing, role boundaries, and verifiable gates—without the coordinator drifting, skipping verification, or creating merge conflicts.
Core Features & Use Cases
- Phase-structured milestone execution (L0 → gated L1 worktrees): drives Phases 0.5–7 with explicit invariants and approval gates.
- Decomposition into bounded implementation chunks: generates chunk plans within hard caps (files/LOC/hours) and waits for user approval before dispatch.
- Reviewer-gated specifications and plans: enforces external Gate B (spec) and Gate C (plan) verification to prevent self-review bias.
- Evidence-driven phase advancement: requires structured verification evidence and blocks phase transitions unless evidence conditions are satisfied.
- CI-aware PR lifecycle with per-chunk PRs: opens one PR per chunk, ensures CI/coverage gates, and performs batched final merge with circuit-breaker behavior.
Quick Start
Run this skill by issuing /mmp:run and point it at the target GitHub milestone you want to orchestrate.