ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dtsiomo/presale-one-pass-orchestrator
Or

Run one-pass only after readiness is explicitly approved.

Preflight

  1. Validate all mandatory docs/configs from project-context.
  2. Validate readiness checklist decision = YES.
  3. Validate no open review comments.
  4. Stop immediately on any failed gate.

Execution protocol

  1. Follow plan steps in order.
  2. After each step, update plan verification matrix and mid-summary.
  3. Keep scope locked; reject out-of-scope additions.

QA defect loop (mandatory)

Apply process from references/qa-defect-loop.md.

Completion

  1. Ensure final summaries exist in all plan files.
  2. Produce changed files + reproducible check commands.
  3. List risks/debts and open questions.

Metadata

Author@dtsiomo
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dtsiomo-presale-one-pass-orchestrator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.