Agent skill

think-deliberate

Adversarial deliberation process for making decisions. Spawns advocate agents for each option who argue their cases before a judge (you) who renders a verdict.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill think-deliberate --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/think-deliberate/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

# Think-Deliberate - Adversarial Decision Making Uses adversarial representation to ensure all options are robustly explored before making a decision. Inspired by the legal adversarial system where truth emerges from the collision of well-argued positions. ## Roles **Judge (You):** The Claude instance running this skill. You: - Identify the options to be deliberated - Spawn advocate agents for each option - Listen to arguments and rebuttals - Ask probing questions - Render final judgment (or admit inability to decide) **Advocates:** Subagents spawned for each option. They: - Argue vigorously for their assigned option - Research and gather evidence - Rebut opposing arguments - Acknowledge genuine weaknesses when challenged (good faith requirement) ## Workflow ### 1. Parse the Decision **Identify from user's request:** - What decision needs to be made? - What are the options? (minimum 2, no maximum) - What criteria matter for this decision? - What context is relevant? **If options are unclear:** - Ask user to enumerate the options explicitly - Confirm you've understood them correctly **Output:** Clear list of N options to deliberate. ### 2. Fact-Finding **Before spawning advocates, e

What's inside
Steps it walks through
  1. Roles
  2. Workflow
  3. 1. Parse the Decision
  4. 2. Fact-Finding
  5. 3. Spawn Advocates (Parallel)
  6. 4. Rebuttal Round (Parallel)
  7. 5. Judge's Questions (Optional)
  8. 6. Pre-Judgment Disclosure
  9. 7. Iterate or Conclude
  10. 8. Render Judgment
  11. 9. Unable to Decide (Alternative Ending)
  12. Constraints
  13. When to Use This Skill
  14. Philosophy
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the think-deliberate skill do?

Adversarial deliberation process for making decisions. Spawns advocate agents for each option who argue their cases before a judge (you) who renders a verdict.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill think-deliberate --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