councildefaultlisted
Install: claude install-skill event4u-app/agent-config
# /council default
Base orchestration entry point for the council. Specialised lenses
(`/council pr`, `/council design`, `/council optimize`) wrap this same
flow with mode-specific neutrality preambles.
## Instructions
### 1. Resolve the target + capture the original ask
The user invoked `/council default` on exactly one input mode:
- `prompt:"<text>"` — a free-form question or proposal
- `roadmap:<path>` — a roadmap file under `agents/roadmaps/`
- `diff:<base>..<head>` — a git diff range
- `files:<path>,<path>` — a comma-separated file list
Optional invocation flag: `mode:api|manual` overrides the per-member
and global mode for this call only (see Step 2.5).
Optional **rounds**: `rounds:N` (1-3) overrides the multi-round
debate count. Round 1 sees the artefact alone. Round 2+ sees the
artefact plus anonymised critiques from the previous round
(provider/model identity stripped). Total spend = N × single-round
cost; surface this in the cost gate.
Optional **depth**: `depth:deep` raises the round floor to
`ai_council.deep_min_rounds` (default `3`, max'd with `min_rounds`)
for architecture, refactoring, or bug-diagnosis artefacts. Set
explicitly by the user, or derived from `council_depth: deep`
declared in the frontmatter of the active rule, skill, or command —
the host translates that to `--depth deep` on the CLI. If multiple
active artefacts disagree, **deep wins** (max policy). Explicit
`rounds:N` overrides depth.
The default comes from `ai_council.min_rounds` in
`.