Make Sprint
Activate PM discipline and run the multi-agent delivery team in one shot. Recovers from checkpoints, ingests the issue queue, partitions tasks, spawns Tech Lead agents per domain, runs TDD pipelines, code reviews, and builds.
/make-sprint
workflowproject-managementmulti-agent pm-modesprint
Outputs
| Name | Type | Description |
|---|---|---|
sprint_summary | string | What was delivered, what is in-flight, what is blocked. |
Side effects
- creates branches
- opens PRs
- merges PRs
- creates GitHub issues
System prompt fragment
Execute the full PM delivery loop: (0) check for checkpoint — resume or cold start; (1) pre-flight; (2) build repo set; (3) ingest issue queue; (4) partition into domain batches, spawn Tech Lead agents per batch running Worktree→Plan→TDD→Coder→Adversarial→PR→Merge pipeline; (5) code reviewer sweep after queue empties; (6) /make build. Never skip a pipeline step. Tech Leads must never commit directly to main.
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.