council-review
Run the 5-agent Council on the current file or a specified path. Returns SHIP / REVISE / HOLD plus a revision brief.
Walk the configured watch paths and run Council on every artifact modified in the last N hours (default 24h).
> /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-sweepContext preview
What this command does when you run it.
Walk the configured watch paths and run Council on every artifact modified in the last N hours (default 24h).
description: Walk the configured watch paths and run Council on every artifact modified in the last N hours (default 24h).
Daily-sweep mode of the Agent Council. Walks the paths declared in `council.yaml#watch.paths` and runs Council on every artifact modified in the time window.
Default window is 24 hours. If the user specifies a window (e.g., "the last 3 days"), pass it via `--since`:
python -m agent_council sweep --since=24h --config=council.yaml python -m agent_council sweep --since=72h --config=council.yaml
If the user wants a one-off scan of a specific directory not in `watch.paths`, pass `--root`:
python -m agent_council sweep --since=24h --root=./drafts/ --config=council.yaml
Print a summary table:
verdicts: SHIP=N · REVISE=N · HOLD=N · INCOMPLETE=N log: council_log.jsonl (+N entries appended)
Then list each artifact + its verdict + one-line reason. Group by verdict (HOLD first, then REVISE, then SHIP) so the user sees blockers up front.
If the user asks "what changed since last sweep" or similar, suggest filtering by date/verdict using `jq` against `council_log.jsonl`.
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
Run the 5-agent Council on the current file or a specified path. Returns SHIP / REVISE / HOLD plus a revision brief.