Files
swarm-zap/memory/2026-03-05.md
zap 7274d399ce feat(council): add council advisory skill with parallel/sequential/debate flows
- 3 advisors (Pragmatist, Visionary, Skeptic) + 1 Referee subagent
- Default: parallel + synthesis flow
- Prompt templates in references/prompts.md
- Model tier selection based on topic complexity
- Added TODO tasks for personality depth and skill name revisit
2026-03-05 08:41:35 +00:00

17 lines
927 B
Markdown

# 2026-03-05
## Council skill created
- Built `skills/council/` — multi-perspective advisory council using subagents.
- Design decisions (agreed with Will):
- Implemented as a **skill** (not standalone agents).
- 3 advisors (Pragmatist, Visionary, Skeptic) + 1 Referee = 4 subagents total.
- Referee is a separate subagent (not the session model) — can use a stronger model tier.
- Default flow: **Parallel + Synthesis**. Sequential and Debate flows also available.
- Final output includes individual advisor perspectives (collapsed/summarized) + referee verdict.
- Model tier chosen per-invocation based on topic complexity.
- Files: `SKILL.md`, `references/prompts.md`, `scripts/council.sh` (reference doc).
- Validated with skill-creator quick_validate.
- Two TODOs added to `memory/tasks.json`:
- Revisit advisor personality depth (richer backstories).
- Revisit skill name ("council" is placeholder).