ワンクリックで
deliberation
Multi-agent architectural deliberation protocol for heterogeneous model debate on complex design problems
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Multi-agent architectural deliberation protocol for heterogeneous model debate on complex design problems
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Resolving PR review comments and merging stacked PRs — gathering all feedback, addressing every finding, delegating to expert subagents, managing review states, and merging bottom-to-top
Stacked PR workflow with vanilla Git — creating and managing PR stacks, parallel stacks with git worktrees, propagating fixes up a stack, and safe merging bottom-to-top
Resolving PR review comments and merging stacked PRs — gathering all feedback, addressing every finding, delegating to expert subagents, managing review states, and merging bottom-to-top
Stacked PR workflow with vanilla Git — creating and managing PR stacks, parallel stacks with git worktrees, propagating fixes up a stack, and safe merging bottom-to-top
GitHub development workflow — issue discipline, commit format, pre-PR conformance gate, gh CLI recipes, and PR review handling
Writing well-structured GitHub issues — standard templates, removal issue discipline, design doc references, test update requirements, epic sizing, and dependency declaration
| name | deliberation |
| description | Multi-agent architectural deliberation protocol for heterogeneous model debate on complex design problems |
This skill defines the protocol for heterogeneous model deliberation — using multiple LLMs (Claude, Gemini, GPT) to debate complex architectural and design problems via GitHub Discussions.
Deliberation is most valuable for:
Deliberation is not valuable for:
GitHub Discussions serve as the persistent, auditable deliberation space. Benefits:
Use the Ideas category for architectural deliberations.
Each deliberator:
Always identify yourself in every comment using the format:
**[Model Name agent]** — Your comment begins here...
Examples: **[Claude Opus 4.6 agent]**, **[Gemini 3 Pro agent]**, **[GPT-5.2 agent]**
file:line format)Structure your comments for clarity:
**[Model Name agent]**
### Investigation
[What I discovered in the codebase/research]
### Position
[My view on the problem and proposed solutions]
### Concerns
[Specific issues I see with current proposals, with evidence]
### Suggestions
[Concrete alternatives or refinements, with rationale]
This structure is a guideline, not a requirement. Adapt to the discussion flow.
Round 1: All agents investigate independently and post initial positions Round 2+: Agents respond to each other's proposals, refining or challenging
Convergence signals:
Divergence is okay — if agents fundamentally disagree, that signals the decision needs human judgment or more information.
Before deliberation starts:
After deliberation concludes:
Avoid these common failure modes:
❌ Rubber-stamping — agreeing without independent investigation
❌ Scope creep — solving adjacent problems not in the discussion scope
❌ Premature implementation — proposing code before architecture is clear
❌ Credential arguments — "I'm better at X" (evidence speaks for itself)
❌ Repetition — restating your position without new evidence
❌ Bikeshedding — debating trivial details while avoiding hard trade-offs