/meeting — Context-Aware Meeting
Convenes domain experts for debate. Auto-selects participants from routing table.
What Happens
- Identify domain: Match topic against
.claude/agents/AGENTS_GUIDE.mdrouting table - Convene experts: Launch relevant agents who debate each other
- Operator moderates: Present findings, Operator asks questions and makes decisions
- Capture: Decisions → storage
record_decision, Ideas → storagerecord_idea - On
/done: Pop back to outer mode
Team Mode (if CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS is set)
Auto-assembled team from routing table. Teammates debate each other directly.
Fallback Mode (if env var not set)
Sequential subagent calls to domain expert agents. Main context synthesizes perspectives.
Existing Council Mappings
- Hockey topics → hockey agent files in
.claude/agents/ - Architecture → talk-architecture, architect-reviewer
- QA → talk-qa, {agents.completion_audit}, {agents.spec_audit}
- Product → talk-product, product-manager
- Security → talk-security, security-auditor
- See
.claude/agents/AGENTS_GUIDE.mdfor full routing
Judgment weave (see /judgment)
- When the experts agree too fast: run
/think— unanimous panels are the ones that miss things. Log the meeting's decision with/verdict.