presale-one-pass-orchestrator
// Run or supervise a one-pass Codex implementation with preflight gates, stepwise plan execution, and strict QA defect loop. Use when executing approved presale plans end-to-end in one controlled run.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namepresale-one-pass-orchestrator
descriptionRun or supervise a one-pass Codex implementation with preflight gates, stepwise plan execution, and strict QA defect loop. Use when executing approved presale plans end-to-end in one controlled run.
Run one-pass only after readiness is explicitly approved.
Preflight
- Validate all mandatory docs/configs from
project-context. - Validate readiness checklist decision = YES.
- Validate no open review comments.
- Stop immediately on any failed gate.
Execution protocol
- Follow plan steps in order.
- After each step, update plan
verification matrixandmid-summary. - Keep scope locked; reject out-of-scope additions.
QA defect loop (mandatory)
Apply process from references/qa-defect-loop.md.
Completion
- Ensure final summaries exist in all plan files.
- Produce changed files + reproducible check commands.
- List risks/debts and open questions.