What problem does it solve? Confident answers are not always correct ones, and long sessions quietly turn assumptions into facts. This Skill forces every non-trivial decision through an adversarial fresh-context review while course-correction is still cheap, catching hidden failure modes before they reach production. ## Core Features & Use Cases - Five-step doubt cycle: CLAIM the decision, EXTRACT the smallest reviewable artifact plus contract, DOUBT it with an adversarial fresh-context reviewer, RECONCILE findings by precedence, and STOP at a bounded condition (trivial findings, 3 cycles, or user override). - Cross-model escalation: In interactive sessions it always offers a second opinion via external CLIs such as Gemini CLI or Codex CLI, with read-only sandboxing, stdin piping to avoid shell injection, and explicit per-invocation user authorization. - Use Case: Before committing a new caching layer claimed to be thread-safe, the Skill extracts the diff and its contract, spawns an adversarial reviewer instructed to find issues rather than validate, classifies each finding as contract misread, actionable, trade-off, or noise, and loops at most three times. ## Quick Start Ask the agent to apply doubt-driven development to stress-test the architectural decision or non-trivial code change you are about to commit.