What problem does it solve? Complex coding tasks often exceed what a single model handles well, and ad-hoc multi-model consultation produces conflicting opinions with no clear resolution. This Skill provides a structured routing protocol that decomposes complex tasks, assigns subtasks to specialized models (architecture, planning, implementation, QA), and synthesizes one verified, actionable answer. ## Core Features & Use Cases - Model Routing: Assigns deep codebase analysis to GPT 5.6 Sol, planning and critique to Opus 5, implementation to Sonnet 5, and post-implementation QA to GPT 5.5. - Staged Protocol: Enforces a plan → implement (TDD) → review → synthesize workflow with conflict resolution verified against the actual code. - Cost Discipline: Skips the council entirely for simple tasks and runs independent experts in parallel with timeouts and fallback rules. - Use Case: When facing a cross-layer bug or an architecture decision with trade-offs, convene the council to get competing expert analyses, then receive a single decided plan implemented by the Sonnet 5 contractor and audited on the real git diff. ## Quick Start Ask the council to analyze and resolve a complex cross-layer bug or architecture decision in this repository.