ワンクリックで
debate-workflow
Multi-agent debate with 3-phase workflow. Optional --deep mode for feedback loop.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Multi-agent debate with 3-phase workflow. Optional --deep mode for feedback loop.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Collaborative solution brainstorming with brutal honesty, multi-approach analysis, principle-driven recommendations. Use for ideation, architecture decisions, technical debates, feature exploration, problem-solving, trade-off analysis, feasibility assessment, and design discussions.
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
Deploy and manage cloud infrastructure on Cloudflare (Workers, R2, D1, KV, Pages, Durable Objects, Browser Rendering), Docker containers, and Google Cloud Platform (Compute Engine, GKE, Cloud Run, App Engine, Cloud Storage). Use when deploying serverless functions to the edge, configuring edge computing solutions, managing Docker containers and images, setting up CI/CD pipelines, optimizing cloud infrastructure costs, implementing global caching strategies, working with cloud databases, or building cloud-native applications.
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Use when you need to plan technical solutions that are scalable, secure, and maintainable.
| name | debate-workflow |
| description | Multi-agent debate with 3-phase workflow. Optional --deep mode for feedback loop. |
| license | MIT |
Multi-agent debate system with 3-phase workflow. Optional deep mode with convergence-based feedback loop.
Activate this skill when:
/debate commandPhase 1 (Parallel) → Phase 2 (Parallel) → Phase 3
Phase 1 → Phase 2 → Convergence Check ─┬─► (converged) → Phase 3
└─► (not converged) → Phase 2b → Phase 3
Usage:
/debate monolith vs microservices → Standard 3-phase/debate monolith vs microservices --deep → With feedback loop| Agent | Focus | Personality |
|---|---|---|
| Researcher | Evidence, possibilities | Curious, thorough |
| Critic | Risks, weaknesses | Skeptical, constructive |
| Synthesizer | Patterns, integration | Balanced, practical |
Only applies when using --deep flag.
After Phase 2, compare the 3 KEY RECOMMENDATIONs from each agent.
| Condition | Action |
|---|---|
| Converged | Proceed to Phase 3 |
| Not converged | Execute Phase 2b (1 additional round) |
| Max rounds reached | Proceed to Phase 3, note "Divergent" status |
Triggered only when convergence NOT met in deep mode. Each agent must:
Each agent has constraints on what they MUST NOT do:
| Agent | MUST NOT |
|---|---|
| Researcher | Conclude without evidence gaps; present speculation as fact |
| Critic | Critique without mitigation; skip likelihood/impact estimates |
| Synthesizer | Declare single best option; hide disagreements; force consensus |
These contracts enforce genuine perspective diversity beyond stylistic variation.
Before Phase 3, verify each agent:
If validation fails: document in output, do not retry silently.
| Scenario | Action |
|---|---|
| Agent Task fails | Note failure, continue with available responses |
| Phase 2 validation fails | Document which requirements not met |
| Agent doesn't follow format | Use available content, note deviation |
| Convergence unclear | Default to Phase 2b (err on thoroughness) |
| Max rounds reached | Proceed to Phase 3, mark as "Divergent" |
All agent prompts MUST include this preamble to prevent context confusion:
CONTEXT ISOLATION: This is a standalone debate exercise. IGNORE any repository, codebase, or file context. Focus ONLY on the debate topic below. Do NOT ask clarifying questions - just produce the requested analysis.
This prevents general-purpose subagents from getting distracted by repository context.
Decision: Use model: haiku for all agent Task calls.
Rationale:
Override: For complex topics requiring deeper analysis, orchestrator may use model: sonnet for Phase 3 synthesis only.
## Debate: {topic}
### Phase 1: Individual Perspectives
**Researcher**: {summary}
**Critic**: {summary}
**Synthesizer**: {summary}
### Phase 2: Discussion
{key exchanges and refinements}
### Convergence Status
**Rounds**: {1 or 2}
**Status**: {Converged | Partially Converged | Divergent}
**Key Agreement**: {what agents aligned on}
**Remaining Tension**: {what still differs}
### Phase 3: Final Synthesis
**Consensus**: {what all agree on}
**Tensions**: {unresolved disagreements}
**Decision Framework**: {how to decide, not what to decide}
### Next Steps
- {action item 1}
- {action item 2}