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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dtsiomo/presale-one-pass-orchestratorRun 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dtsiomo-presale-one-pass-orchestrator": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
presale-regulation-auditor
Audit regulation freshness and update policy-driven controls without hardcoding. Use when checking if sales/process regulations are outdated, inconsistent with operations, or need config-level updates.
presale-service-bootstrap
Scaffold a new presale service foundation (docs/config/plans/readiness) before coding. Use when starting a new presale automation service, rebuilding project context, or preparing reusable one-pass execution artifacts.