prd-to-prod-autopilot
Installation
SKILL.md
PRD To Production Autopilot
Run this skill as the conductor for delivery. Start only from an existing PRD or approved PRD issue. Do not create or rewrite the PRD here.
Conductor Contract
- The conductor sequences skills, assigns work, checks gates, fans out safe parallel sub-agent work, launches fresh PR-review sub-agents, reconciles merged tracker state when asked, and reports completion.
- Safe parallel delivery is a core goal: fan out independent implementation, review/fix, and PR-review work to supervised sub-agents after the issue-approval and work-queue gates, while serializing dependencies and likely conflicts.
- A review unit is the code boundary that must map to one PR: one independent issue, one dependent issue PR, or one declared integrated PRD branch.
- A terminal PR outcome is ready for human merge, timed out, blocked with evidence, or returned as redesign/split/follow-up with evidence. Only ready for human merge is merge-ready; the other terminal outcomes require a next action in the final ledger.
- Split pressure exists when a slice combines multiple risky axes, is likely to create one hotspot module or test file, or returns repeated review churn from
review-fixorcodex-pr-review. - Post-merge reconciliation is tracker and worktree cleanup after the user confirms the PRD PRs are merged and asks for reconciliation or cleanup.
If a referenced skill explains how to do a task, load that skill and follow it instead of duplicating its mechanics here.