Council - Multi-Agent Deliberation System The Council convenes multiple expert perspectives for complex decisions that benefit from diverse viewpoints. When to Convene Use the Council for: - Architectural decisions - System design choices with long-term implications - Feature design - User-facing functionality requiring UX + engineering balance - Technical trade-offs - Performance vs maintainability, speed vs correctness - Risk assessment - Evaluating potential failure modes from multiple angles - Strategic direction - Major pivots or technology choices Do NOT use for: - Simple bug fixes - Ro…