What problem does it solve? Single-model answers carry single-model blind spots, and high-stakes decisions made on one AI's opinion can miss critical flaws. This Skill structures the process of getting second and third opinions from other models (Codex, Gemini, Grok) and synthesizing their responses into one confident recommendation. ## Core Features & Use Cases - Ready-to-Copy Prompt Templates: Structured prompts for idea evaluation, code review, architecture decisions, debugging, risk assessment, performance analysis, and security review. - Synthesis Framework: A consensus/divergence/unique-insights template that merges multiple model responses into a single recommendation with a confidence rating. - Prompt Generator Script: A Python CLI that formats idea, code, architecture, and debug prompts ready to paste into any model. - Use Case: Choosing between GraphQL and REST for a new API — generate the evaluation prompt, paste it into Gemini and Codex, return their answers, and receive a synthesized recommendation explaining where the models agree, where they diverge, and why. ## Quick Start Ask the assistant to triangulate your architecture decision by generating prompts for Codex and Gemini, then paste their responses back for a synthesized recommendation.