# Send Multi-viewpoint Debates to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "multi-viewpoint-debates",
    "name": "Multi-viewpoint Debates",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/LatentFreedom/multi-viewpoint-debates",
    "canonicalUrl": "https://clawhub.ai/LatentFreedom/multi-viewpoint-debates",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/multi-viewpoint-debates",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multi-viewpoint-debates",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/capitalist.md",
      "references/how-to-debate.md",
      "references/elon.md",
      "references/monkey.md",
      "scripts/run-debate.sh",
      "CLAWDHUB_FIRST.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "multi-viewpoint-debates",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T21:46:18.718Z",
      "expiresAt": "2026-05-12T21:46:18.718Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multi-viewpoint-debates",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multi-viewpoint-debates",
        "contentDisposition": "attachment; filename=\"multi-viewpoint-debates-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "multi-viewpoint-debates"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/multi-viewpoint-debates"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/multi-viewpoint-debates",
    "downloadUrl": "https://openagent3.xyz/downloads/multi-viewpoint-debates",
    "agentUrl": "https://openagent3.xyz/skills/multi-viewpoint-debates/agent",
    "manifestUrl": "https://openagent3.xyz/skills/multi-viewpoint-debates/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/multi-viewpoint-debates/agent.md"
  }
}
```
## Documentation

### Multi-Viewpoint Debates

Spawn three isolated sub-agent personas with conflicting worldviews to debate any decision. Each persona brings a distinct decision-making framework that challenges the others' assumptions.

### Quick Start

Run a debate:

clawdbot sessions_spawn --task "You are Elon Musk [persona framework]. Decision: [your question]. Respond as Elon would."
clawdbot sessions_spawn --task "You are a Capitalist [persona framework]. Decision: [your question]. Respond as a ruthless capitalist would."
clawdbot sessions_spawn --task "You are a Monkey [persona framework]. Decision: [your question]. Respond as a monkey would."

Save the debate:

Collect responses from all three personas
Create a new markdown file in your debates archive
Use the template from assets/debate-template.md
Update INDEX.md with metadata

### The Three Personas

Each persona brings a fundamentally different decision-making framework. They don't just have different opinions—they have different ways of thinking about problems.

### Elon: Visionary & Impact-Focused

Thinks in terms of civilization-scale problems, first principles, and 10x improvements. Willing to take massive technical risks. Impatient with inefficiency and conventional wisdom. Asks: "Will this accelerate human progress?" and "Can we do 10x better, not 10%?"

When Elon is right: You need to challenge incremental thinking, identify the fundamental bottleneck, or assess whether you're solving a real problem at scale.

When Elon misleads: He overestimates what's possible in a given timeframe and underestimates market saturation and competition.

### Capitalist: Profit & Efficiency-Focused

Thinks in terms of ROI, unit economics, competitive advantage, and market incentives. Ruthlessly efficient cost-benefit analysis. Sees everything through the lens of returns and opportunity cost. Asks: "What's the ROI?" and "Can I extract value faster than competitors?"

When Capitalist is right: You need hard numbers, competitive reality checks, and to understand whether something is actually a business.

When Capitalist misleads: They dismiss non-quantifiable value (meaning, learning, exploration) and underestimate network effects and long-term compounding.

### Monkey: Immediate & Social-Focused

Thinks in simple patterns: immediate stimuli, social hierarchy, observable signals. Reacts to shiny things, follows the leader, skeptical of abstract future promises. Asks: "Does this help me now?" and "What are the smart monkeys doing?"

When Monkey is right: You need gut-level reality checks, honest signals of traction, and to understand whether you're actually excited about something.

When Monkey misleads: They dismiss long-term strategy and can't grasp complexity that requires abstraction.

### 1. Define Your Decision Clearly

One sentence. Something you're actually deciding.

✅ "Should I continue working on Brain Dump or pivot?"
✅ "Should I hire a freelancer or build in-house?"
❌ "What should I do?" (too vague)

### 2. Spawn Each Persona

Use scripts/run-debate.sh for convenience, or spawn manually:

clawdbot sessions_spawn --task "You are Elon Musk with this personality framework: [paste from references/elon.md]. Decision: [your question]. Respond as Elon would—direct, first-principles thinking, don't pull punches."

Each spawns in its own isolated session. Wait for all three to complete.

### 3. Collect Responses

Fetch from each session transcript (or copy directly from Clawdbot output).

### 4. Save to Archive

Use the assets/debate-template.md template. Include:

Metadata (date, topic, personas, context)
Full response from each persona (actual quotes)
Summary table of verdicts
Key tensions between them
Your decision (when made)

### 5. Update INDEX

Add one entry to your debates index with key metadata. This lets you search past decisions later.

### The Power of Disagreement

The magic happens in the tension. When Elon says "move fast" and Capitalist says "the numbers don't work," that's where insight lives. The tension reveals what you actually value and what you're missing.

Usage pattern:

Sit with the disagreement (don't rush to one persona's view)
Notice which view you're tempted to dismiss
Ask: "What is that persona seeing that I'm not?"
Make your decision informed by all three perspectives
Write down why you're choosing one path over another

### Archive Structure

Your debates live in a searchable archive:

debates/
├── INDEX.md                             (master index, update after each debate)
├── [Debate Title].md                    (individual debates)
├── assets/
│   ├── debate-template.md               (copy this for new debates)
│   └── index-template.md                (format for INDEX.md)
└── scripts/
    └── run-debate.sh                    (helper to spawn all three)

Over time, your archive becomes a personal decision-making manual. You can search "Should I build vertical SaaS?" and see what you thought about similar decisions before.

### Reference Materials

references/elon.md – Elon's core traits, decision framework, tone, example responses
references/capitalist.md – Capitalist's traits, framework, examples
references/monkey.md – Monkey's traits, framework, examples
references/how-to-debate.md – Detailed guidance on running effective debates

### Scripts

scripts/run-debate.sh – Helper script that generates spawn commands for all three personas based on your topic

### Assets

assets/debate-template.md – Template for new debate markdown files
assets/index-template.md – Template entry for INDEX.md

### Advanced: Pattern Analysis

As debates accumulate:

Identify which persona is usually right for your situation – You might notice Capitalist catches financial blind spots, Elon pushes you to be more ambitious
Track decision outcomes – Come back 6 months later. Did the personas' predictions match reality?
Refine persona definitions – Update the reference files if you notice gaps
Build a personal playbook – "For market decisions, I should always listen to Capitalist first. For ambition checks, Elon. For reality, Monkey."

### Tips

Keep decisions focused – Debates work best when you're deciding between 2-3 clear options
Use actual context – Reference URLs, specific metrics, real user data (see Brain Dump example)
Don't treat any single persona as gospel – The magic is in the tension, not in following one voice
Update status as situations evolve – Mark debates as "Active," "Decided," "Monitoring," or "Shelved" as your thinking changes
Share debates strategically – Your debate archive is personal; keep it private unless you want to share decision-making with collaborators

### Example Debate

Topic: "Should I continue working on Brain Dump (AI voice-powered todo organizer)?"

Elon's take: "Possible if you hit PMF in 3-6 months with 10% daily active users and a killer vertical. Otherwise, pivot to something with a real moat."

Capitalist's take: "Kill it. Negative ROI. You're competing against Microsoft (free, bundled) and Todoist (5M users, $100M ARR). Your time is worth more elsewhere."

Monkey's take: "App works and looks nice, but I don't see other monkeys using it. Check your own energy level. Are you excited or bored?"

Result: All three agree the generic "voice-to-todo" is commoditized. The question is whether you can find a specific vertical where it dominates.

### Create New Personas

Copy a reference file (e.g., references/elon.md) and create your own persona. Examples:

Skeptic – Questions everything, assumes failure
Artist – Values beauty and creativity over efficiency
Parent – Thinks about family impact and long-term consequences
Lawyer – Sees risks and liabilities everywhere
Scientist – Evidence-based, rigorous, skeptical of hype

Update your spawn scripts to include new personas as needed.

### Integrate with Decision-Making Workflow

Run a debate before major decisions. Archive the results. Reference them when facing similar choices.

### Share with Teams

Your debate archive can be shared with collaborators or decision-making partners. They can see your thinking and challenge your assumptions in context.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: LatentFreedom
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T21:46:18.718Z
- Expires at: 2026-05-12T21:46:18.718Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/multi-viewpoint-debates)
- [Send to Agent page](https://openagent3.xyz/skills/multi-viewpoint-debates/agent)
- [JSON manifest](https://openagent3.xyz/skills/multi-viewpoint-debates/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/multi-viewpoint-debates/agent.md)
- [Download page](https://openagent3.xyz/downloads/multi-viewpoint-debates)