Agent skill · Workflow & Productivity

debate-workflow

Structured multi-perspective debate for important architectural decisions and complex trade-offs

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill debate-workflow --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/debate-workflow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Debate Workflow Skill ## Purpose Implement structured multi-perspective debate for important architectural decisions, design trade-offs, and complex problems where multiple valid approaches exist. ## When to Use This Skill **USE FOR:** - Major architectural decisions (framework selection, system design) - Complex trade-offs with no clear winner - Controversial changes affecting multiple teams - High-impact decisions requiring buy-in - When perspectives genuinely conflict **AVOID FOR:** - Simple implementation choices - Decisions with obvious correct answer - Time-sensitive hot fixes - Minor refactoring - Routine feature additions ## Configuration ### Core Parameters **Number of Perspectives:** - `3` - Default (security, performance, simplicity) - `5` - Extended (add: maintainability, user-experience) - `7` - Comprehensive (add: scalability, cost) **Debate Rounds:** - `2` - Quick (position + challenge) - `3` - Standard (position + challenge + synthesis) - `4-5` - Deep (multiple challenge/response cycles) **Convergence Criteria:** - `100%` - Strong consensus (all perspectives agree) - `2/3` - Majority rule (two-thirds agreement) - `synthesis` - Facilitator synthesizes best hybrid -

What's inside
Steps it walks through
  1. Purpose
  2. When to Use This Skill
  3. Configuration
  4. Core Parameters
  5. Standard Perspective Profiles
  6. Execution Process
  7. Step 1: Frame the Decision
  8. Step 2: Initialize Perspectives
  9. Step 3: Debate Round 1 - Initial Positions
  10. Step 4: Debate Round 2 - Challenge and Respond
  11. Step 5: Debate Round 3 - Find Common Ground
  12. Step 6: Facilitator Synthesis
  13. Step 7: Decision Documentation
  14. Step 8: Implement Decision
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the debate-workflow skill do?

Structured multi-perspective debate for important architectural decisions and complex trade-offs

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill debate-workflow --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going