New chat

Templates

Reusable workflows for the council.

Each template defines the driver, reviewers, prompts, and quorum rule for a kind of task. Fork, edit, share.

t-architect-review.yaml
name: architect-review
mode: plan
phases:
  - name: review
    execution: parallel
    blind_spots: [architecture, security, data]
    reviewers:
      - lineage: codex
        models: [gpt-5.5, gpt-5.1]
      - lineage: gemini
        models: [gemini-3.1-pro-preview, gemini-2.5-pro]
      - lineage: opencode
        models: [kimi-k2.6, deepseek-v4-pro, glm-4.6]
quorum:
  agreement_threshold: unanimous
  on_met: ask-user
  max_rounds: 3
driver: claude-code
driver_handoff: false
verification_gate: ask-user
cost_cap_usd: 2.00
on_error: fallback
notify: mcp-tool
by @murmur Β· 142 forks Β· 95% community love