presale-one-pass-orchestrator
v0.1.0Run 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.
Installation
Please help me install the skill `presale-one-pass-orchestrator` from SkillHub official store.
npx skills add DTsiomo/presale-one-pass-orchestrator
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.