council-sweep
Walk the configured watch paths and run Council on every artifact modified in the last N hours (default 24h).
Run the 5-agent Council on the current file or a specified path. Returns SHIP / REVISE / HOLD plus a revision brief.
> /plugin marketplace add Avyayalaya/agent-council > /plugin install agent-council@agent-council
How it fires
How this command gets triggered: by you, by Claude, or both.
/council-reviewContext preview
What this command does when you run it.
Run the 5-agent Council on the current file or a specified path. Returns SHIP / REVISE / HOLD plus a revision brief.
description: Run the 5-agent Council on the current file or a specified path. Returns SHIP / REVISE / HOLD plus a revision brief.
Run the Agent Council against a text artifact. Five role-conditioned deliberators (Skeptic, Voice & Identity, Evidence & Calibration, Strategy & Stakes, Adjudicator) review the artifact in a 2-round async protocol with cross-read rebuttal, then synthesize a single verdict.
Before running this command, confirm:
If the user mentions a file path: run `python -m agent_council review <path> --tier=1 --config=council.yaml`.
If they say "this file" or "current artifact" without naming one: ask which file they mean. Do not assume.
Always run with `--tier=1` unless the user explicitly says otherwise — that's the tier this command is for.
Print the verdict (`SHIP` / `REVISE` / `HOLD`), the adjudicator's reasoning, and each deliberator's specific concerns. If `REVISE`, surface the revision brief as a numbered list the user can act on.
If the verdict is `HOLD`, do NOT propose fixes — the Council blocked for a reason; surface the blockers and let the user decide.
If the verdict is `SHIP` with concerns, list the concerns inline but make clear the artifact passed.
A full structured verdict has been appended to `council_log.jsonl`. Mention this once for the user's records.
Five reviewers pull your draft apart, keep their disagreement visible, and hand you one verdict — for the text you can't un-ship. A runtime-portable 5-agent council that adjudicates text artifacts before they ship.
Repo: Avyayalaya/agent-council
Walk the configured watch paths and run Council on every artifact modified in the last N hours (default 24h).