Deliberate banner
BayramAnnakov BayramAnnakov

Deliberate

Development community

Description

--- description: Producer/reviewer deliberation until consensus allowed-tools: Bash, Read, Glob, Grep, AskUserQuestion --- ## Overview The deliberation mode runs a producer and reviewer agent in sequential rounds until they reach consensus or hit the maximum rounds. **Structure:** - **Round 1**: Producer generates initial response - **Round 2-N**: Reviewer provides feedback, producer responds - **Consensus Check**: Each round checks if agreement level exceeds threshold **Use Cases:** - Code

Installation

Installs to ~/.claude/skills/bayramannakov-agent-tower-plugin-deliberate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bayramannakov-agent-tower-plugin-deliberate && curl -fsSL https://raw.githubusercontent.com/BayramAnnakov/agent-tower-plugin/HEAD/commands/deliberate.md -o ~/.claude/skills/bayramannakov-agent-tower-plugin-deliberate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository