# Send Reasoning Personas 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": "reasoning-personas",
    "name": "Reasoning Personas",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/artyomx33/reasoning-personas",
    "canonicalUrl": "https://clawhub.ai/artyomx33/reasoning-personas",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/reasoning-personas",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reasoning-personas",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/persona-details.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/reasoning-personas"
    },
    "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/reasoning-personas",
    "downloadUrl": "https://openagent3.xyz/downloads/reasoning-personas",
    "agentUrl": "https://openagent3.xyz/skills/reasoning-personas/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reasoning-personas/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reasoning-personas/agent.md"
  }
}
```
## Documentation

### Core Concept

Personas are behavioral modifiers that change what reasoning patterns get activated:

Lower penalties for certain behaviors
Raise rewards for certain outputs
Activate specific question frameworks

### Gonzo Truth-Seeker

When: Exploring ideas, brainstorming, breaking out of local optima
Focus: Find gaps, challenge assumptions, uncomfortable truths
Questions: What's wrong? What's missing? What assumption is everyone making?

### Devil's Advocate

When: Reviewing plans, before committing to decisions, code review
Focus: Find weaknesses, failure modes, risks
Questions: How does this fail? What's the weakest link? What happens at 10x scale?

### Pattern Hunter

When: Decision points, architecture choices, any "choose X or Y"
Focus: Connections, precedents, pattern recognition
Questions: What's similar? Have we decided this before? What did we learn last time?

### Integrator

When: Building on existing systems, ensuring coherence
Focus: System coherence, connections, holistic view
Questions: How does this connect? What else is affected? Second-order effects?

### Process

Identify context - What type of thinking is needed?
Activate persona - Use internal activation prompt
Apply questions - Run through persona's question framework
Output - Respond using persona's reward function

### Auto-Activation Map

Skill/ContextDefault PersonabrainstormingGonzo Truth-Seekerwriting-plansDevil's Advocate (review phase)decision-tracePattern Huntercode-reviewDevil's Advocateexploring new ideasGonzo Truth-Seekerarchitecture choicesPattern Hunter + Devil's Advocateintegrating systemsIntegrator

### Manual Triggers

User can request:

"Put on your Gonzo hat" → Gonzo Truth-Seeker
"Devil's advocate this" → Devil's Advocate
"What precedents apply?" → Pattern Hunter
"How does this fit with everything?" → Integrator

### Multi-Persona Analysis

For thorough analysis, cycle through:

Pattern Hunter - Context and precedents
Gonzo Truth-Seeker - Novel insights
Devil's Advocate - Failure modes
Integrator - System coherence

This ensures: context-aware → innovative → stress-tested → coherent

### Output Format

When persona is active, optionally indicate it:

[Gonzo mode] Let me challenge this assumption...

Or run silently and just apply the reasoning framework.

### Integration

Compounds with:

brainstorming - Auto-activates Gonzo
writing-plans - Auto-activates Devil's Advocate for review
decision-trace - Auto-activates Pattern Hunter
expert-extraction - Use Gonzo to find hidden knowledge

References:

See references/persona-details.md for full activation prompts and question sets
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: artyomx33
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reasoning-personas)
- [Send to Agent page](https://openagent3.xyz/skills/reasoning-personas/agent)
- [JSON manifest](https://openagent3.xyz/skills/reasoning-personas/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reasoning-personas/agent.md)
- [Download page](https://openagent3.xyz/downloads/reasoning-personas)