← ClaudeAtlas

hive-double-checklisted

Get a rigorous second opinion on finished work, preferably from a *different* AI provider's CLI agent — codex, claude, gemini, or cursor-agent — then run a constructive back-and-forth until both agents genuinely agree. If no independent provider can be reached, fall back to a fresh same-provider agent with no inherited context and clearly label the reduced independence. Use when the user says "double check this", "verify my work", "get a second opinion", "have another model check", "cross-check with codex/gemini", "is this actually right?", or before merging or shipping high-stakes, complex, or security-sensitive work.
ImRaffy14/hivemind · ★ 0 · AI & Automation · score 62
Install: claude install-skill ImRaffy14/hivemind
# Double Check The most dangerous review is the one you do on your own work. A model that just wrote a solution is the worst-placed reviewer of it: it shares every blind spot, every wrong assumption, and every "obviously correct" leap that produced the bug in the first place. Re-reading your own reasoning mostly re-confirms it. This skill fixes that by first getting a **second opinion from a genuinely different reasoning system** — a different AI provider's CLI agent, running locally on this machine — and then refusing to stop at the first answer. The two agents argue it out: the verifier attacks the work, the host defends what's right and fixes what's wrong, and the loop continues until both are honestly satisfied. Convergence, not exhaustion. It is **host-agnostic**. Whether this session is running in Claude Code, Codex, Gemini CLI, or Cursor, the skill detects the host and tries a *different* provider first. If every independent provider is missing or unusable, it launches a brand-new agent from the host's own provider with a clean context. That fallback is weaker than cross-provider review, but still better than asking the authoring context to review itself; always label it as a same-provider fresh-context check. **"Different provider" means a different underlying model lab, not just a different CLI.** `codex` is OpenAI, `claude` is Anthropic, `gemini` is Google. `cursor-agent` is the exception — it runs whatever model `--model` selects, so a Cursor session running So