What problem does it solve? This archived Skill documents how to coordinate multiple LLMs (a host executor, a strict reviewer, and a local specialist) so that plans and code deliveries pass structured review gates instead of shipping unverified output. Note: this Skill is superseded and redirects to pt-orama-council and hermes-council-review-gates. ## Core Features & Use Cases - Three-Model Council Roles: Defines Host/Executor (Codex/orama), Reviewer/Critic (Antigravity/Gemini), and Local Specialist (Qwen via Hermes and LM Studio) with ready-to-paste prompt templates. - Gate-Based Review Workflow: Enforces mandatory review gates at initial plan, architecture, core implementation, tests, and final review, looping until the reviewer marks output CLEAN. - Delegation Patterns: Supports delegating private or heavy sub-tasks to a local model, with patterns like Gemini plans/Hermes executes or Hermes drafts/Gemini reviews. - Use Case: A developer planning a risky refactor sends the plan to a reviewer model, iterates until approved, delegates sensitive local file operations to a local Qwen model, and only commits after a final CLEAN verdict. ## Quick Start Read the redirect targets pt-orama-council and hermes-council-review-gates instead of this archived card, since this Skill is superseded and kept only for historical reference.