← Back to list

cursor-debate
by go-go-golems
⭐ 7🍴 2📅 Jan 23, 2026
SKILL.md
name: cursor-debate description: Run a research-first, multi-perspective debate to explore complex technical decisions (trade-offs, architecture choices, integration strategies) using concrete codebase evidence. Use when the user asks to "debate" approaches, compare options, or needs a structured exploration before deciding.
Cursor Debate
Overview
Structure an evidence-based “debate round” to surface ideas and trade-offs; the debate does not decide, it informs the human decision-maker.
Workflow
1) Define the question
- Write the precise decision question (1 sentence).
2) Choose candidates
- Include 3–6 perspectives total.
- Human personas (pragmatist, architect, researcher, integrator, tool builder)
- Optional “code entity” personas (actual modules/symbols), backed by real file evidence
3) Research first (required)
- For each candidate, list questions they need answered.
- Run concrete repo inspection (examples):
rg -n "...",git grep,git log -p -- <path>,go test ./..., etc.
- Record commands + key outputs in “Pre-Debate Research”.
4) Debate round
- Opening statements (Round 1)
- Rebuttals (Round 2)
- Moderator summary (tensions, trade-offs, open questions)
Output template
Use the canonical outline in references/debate.md.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon