{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/reasoning-personas",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reasoning-personas",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/persona-details.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/reasoning-personas",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Core Concept",
        "body": "Personas are behavioral modifiers that change what reasoning patterns get activated:\n\nLower penalties for certain behaviors\nRaise rewards for certain outputs\nActivate specific question frameworks"
      },
      {
        "title": "Gonzo Truth-Seeker",
        "body": "When: Exploring ideas, brainstorming, breaking out of local optima\nFocus: Find gaps, challenge assumptions, uncomfortable truths\nQuestions: What's wrong? What's missing? What assumption is everyone making?"
      },
      {
        "title": "Devil's Advocate",
        "body": "When: Reviewing plans, before committing to decisions, code review\nFocus: Find weaknesses, failure modes, risks\nQuestions: How does this fail? What's the weakest link? What happens at 10x scale?"
      },
      {
        "title": "Pattern Hunter",
        "body": "When: Decision points, architecture choices, any \"choose X or Y\"\nFocus: Connections, precedents, pattern recognition\nQuestions: What's similar? Have we decided this before? What did we learn last time?"
      },
      {
        "title": "Integrator",
        "body": "When: Building on existing systems, ensuring coherence\nFocus: System coherence, connections, holistic view\nQuestions: How does this connect? What else is affected? Second-order effects?"
      },
      {
        "title": "Process",
        "body": "Identify context - What type of thinking is needed?\nActivate persona - Use internal activation prompt\nApply questions - Run through persona's question framework\nOutput - Respond using persona's reward function"
      },
      {
        "title": "Auto-Activation Map",
        "body": "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"
      },
      {
        "title": "Manual Triggers",
        "body": "User can request:\n\n\"Put on your Gonzo hat\" → Gonzo Truth-Seeker\n\"Devil's advocate this\" → Devil's Advocate\n\"What precedents apply?\" → Pattern Hunter\n\"How does this fit with everything?\" → Integrator"
      },
      {
        "title": "Multi-Persona Analysis",
        "body": "For thorough analysis, cycle through:\n\nPattern Hunter - Context and precedents\nGonzo Truth-Seeker - Novel insights\nDevil's Advocate - Failure modes\nIntegrator - System coherence\n\nThis ensures: context-aware → innovative → stress-tested → coherent"
      },
      {
        "title": "Output Format",
        "body": "When persona is active, optionally indicate it:\n\n[Gonzo mode] Let me challenge this assumption...\n\nOr run silently and just apply the reasoning framework."
      },
      {
        "title": "Integration",
        "body": "Compounds with:\n\nbrainstorming - Auto-activates Gonzo\nwriting-plans - Auto-activates Devil's Advocate for review\ndecision-trace - Auto-activates Pattern Hunter\nexpert-extraction - Use Gonzo to find hidden knowledge\n\nReferences:\n\nSee references/persona-details.md for full activation prompts and question sets"
      }
    ],
    "body": "Reasoning Personas\nCore Concept\n\nPersonas are behavioral modifiers that change what reasoning patterns get activated:\n\nLower penalties for certain behaviors\nRaise rewards for certain outputs\nActivate specific question frameworks\nQuick Reference\nGonzo Truth-Seeker\n\nWhen: 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?\n\nDevil's Advocate\n\nWhen: 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?\n\nPattern Hunter\n\nWhen: 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?\n\nIntegrator\n\nWhen: Building on existing systems, ensuring coherence Focus: System coherence, connections, holistic view Questions: How does this connect? What else is affected? Second-order effects?\n\nProcess\nIdentify context - What type of thinking is needed?\nActivate persona - Use internal activation prompt\nApply questions - Run through persona's question framework\nOutput - Respond using persona's reward function\nAuto-Activation Map\nSkill/Context\tDefault Persona\nbrainstorming\tGonzo Truth-Seeker\nwriting-plans\tDevil's Advocate (review phase)\ndecision-trace\tPattern Hunter\ncode-review\tDevil's Advocate\nexploring new ideas\tGonzo Truth-Seeker\narchitecture choices\tPattern Hunter + Devil's Advocate\nintegrating systems\tIntegrator\nManual Triggers\n\nUser can request:\n\n\"Put on your Gonzo hat\" → Gonzo Truth-Seeker\n\"Devil's advocate this\" → Devil's Advocate\n\"What precedents apply?\" → Pattern Hunter\n\"How does this fit with everything?\" → Integrator\nMulti-Persona Analysis\n\nFor thorough analysis, cycle through:\n\nPattern Hunter - Context and precedents\nGonzo Truth-Seeker - Novel insights\nDevil's Advocate - Failure modes\nIntegrator - System coherence\n\nThis ensures: context-aware → innovative → stress-tested → coherent\n\nOutput Format\n\nWhen persona is active, optionally indicate it:\n\n[Gonzo mode] Let me challenge this assumption...\n\n\nOr run silently and just apply the reasoning framework.\n\nIntegration\n\nCompounds with:\n\nbrainstorming - Auto-activates Gonzo\nwriting-plans - Auto-activates Devil's Advocate for review\ndecision-trace - Auto-activates Pattern Hunter\nexpert-extraction - Use Gonzo to find hidden knowledge\n\nReferences:\n\nSee references/persona-details.md for full activation prompts and question sets"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/artyomx33/reasoning-personas",
    "publisherUrl": "https://clawhub.ai/artyomx33/reasoning-personas",
    "owner": "artyomx33",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}