deliberation-protocol

Coordinate multi-round specialist deliberations with conflict detection and escalation paths.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Kiwi-Home/ai-coding-resources --skill deliberation-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliberation-protocol
Source: https://github.com/Kiwi-Home/ai-coding-resources/tree/main/plugins/coding-workflows/skills/deliberation-protocol
Command: npx skills add https://github.com/Kiwi-Home/ai-coding-resources --skill deliberation-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deliberation governance helps teams coordinate multi-round discussions and conflict resolution during design sessions, plan reviews, and adversarial checks.

Core Features & Use Cases

  • Coordinated, multi-round deliberation with defined rounds, budgets, and escalation paths.
  • Supports agent-team or task-based dispatch with automatic fallbacks and chair-driven decisions.
  • Use case: Coordination of design reviews in coding-workflows to surface conflicts early and converge on solutions.

Quick Start

Configure .claude/workflow.yaml to enable deliberation-protocol and invoke the /coding-workflows endpoints to start a round-based discussion.

Frequently Asked Questions about deliberation-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-round design deliberations for agent teams?

To coordinate multi-round design deliberations, configure .claude/workflow.yaml with preconfigured invariants and budgets, then invoke coding-workflows endpoints to start round-based specialist discussions.

What is the best way to handle conflict resolution during coding-workflows plan reviews?

Conflict resolution during plan reviews is managed through explicit conflict detection with conflict_overrides in .claude/workflow.yaml, triggering chair-led resolution or escalation when the hard MAX_ROUNDS limit is reached.

How does adversarial dispatch work for specialist teams in coding workflows?

Adversarial dispatch coordinates up to four specialists using round-specific prompts, supporting both agent-team and task-based dispatch with automatic fallback paths to ensure discussions converge on solutions.

Do I need to configure .claude/workflow.yaml before running multi-round deliberations?

Yes, configuring .claude/workflow.yaml is required to set preconfigured invariants, conflict_overrides, and budgets per phase before invoking the coding-workflows endpoints to start deliberations.

What are the limitations when escalating unresolved conflicts in agent-team deliberations?

Escalation limitations are bound by a hard MAX_ROUNDS limit across up to three rounds, after which unresolved conflicts trigger chair-led decisions or fallback paths for agent-teams or task-based dispatch.