Dual Qaqc banner
gpt-cmdr gpt-cmdr

Dual Qaqc

Development community

Description

# /dual-qaqc — Dual-Oracle Cross-Validation **Trigger**: `/dual-qaqc [topic or target]` Run the same analysis through two independent AI oracles (Codex CLI at xhigh thinking + Claude Opus) and reconcile findings. Items where both agree are high-confidence. Divergences require human review. **Use for**: API consistency audits, algorithmic correctness checks, security reviews, QAQC of complex outputs, design decisions with non-obvious tradeoffs. --- ## Workflow ### Step 1: Frame the Question

Installation

Installs to ~/.claude/commands/gpt-cmdr-ras-commander-dual-qaqc.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gpt-cmdr/ras-commander/HEAD/.claude/commands/dual-qaqc.md -o ~/.claude/commands/gpt-cmdr-ras-commander-dual-qaqc.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository