{
  "schemaVersion": "1.0",
  "item": {
    "slug": "diverge",
    "name": "Diverge",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/diverge",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/diverge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/diverge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=diverge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "personas.md",
      "synthesis.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/diverge"
    },
    "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/diverge",
    "agentPageUrl": "https://openagent3.xyz/skills/diverge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/diverge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/diverge/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": "When to Diverge",
        "body": "Diverge when a single viewpoint isn't enough:\n\nProduct decisions — Different user types have conflicting needs\nSafety-critical — Need doctor, lawyer, security expert perspectives\nCreative work — Multiple aesthetic directions before choosing\nComplex trade-offs — No obvious \"right\" answer\n\nDon't diverge for:\n\nSimple tasks with clear answers\nSpeed-critical requests\nTasks where you already have high confidence"
      },
      {
        "title": "How Many Perspectives",
        "body": "ComplexityPerspectivesExamplesLow2-3Quick sanity checkMedium3-5Product feature reviewHigh5-7Safety-critical, legal\n\nRule: Enough to cover blind spots, not so many you can't synthesize."
      },
      {
        "title": "Choosing Perspectives",
        "body": "Match perspectives to the problem:\n\nProduct: Power user, casual user, churned user, new user\nMedical: Doctor, patient, caregiver, insurance\nLegal: Lawyer, affected party, regulator\nTechnical: Security, performance, maintainability\nContent: Target audience, critic, competitor\n\nCheck personas.md for common perspective templates."
      },
      {
        "title": "Synthesis",
        "body": "After collecting perspectives:\n\nIdentify conflicts — Where do perspectives disagree?\nFind common ground — What do all perspectives agree on?\nWeigh by stakes — Safety concerns > preferences\nDecide — Make a call, document trade-offs\n\nCheck synthesis.md for conflict resolution patterns."
      },
      {
        "title": "Learning User Preferences",
        "body": "Track when divergence helped vs. was overkill. Adapt:\n\nUser who values speed → diverge less, ask before spawning\nUser who values thoroughness → diverge more proactively\n\nRelated: For routing tasks to sub-agents, see delegate. For iterating until success, see loop."
      }
    ],
    "body": "When to Diverge\n\nDiverge when a single viewpoint isn't enough:\n\nProduct decisions — Different user types have conflicting needs\nSafety-critical — Need doctor, lawyer, security expert perspectives\nCreative work — Multiple aesthetic directions before choosing\nComplex trade-offs — No obvious \"right\" answer\n\nDon't diverge for:\n\nSimple tasks with clear answers\nSpeed-critical requests\nTasks where you already have high confidence\nHow Many Perspectives\nComplexity\tPerspectives\tExamples\nLow\t2-3\tQuick sanity check\nMedium\t3-5\tProduct feature review\nHigh\t5-7\tSafety-critical, legal\n\nRule: Enough to cover blind spots, not so many you can't synthesize.\n\nChoosing Perspectives\n\nMatch perspectives to the problem:\n\nProduct: Power user, casual user, churned user, new user\nMedical: Doctor, patient, caregiver, insurance\nLegal: Lawyer, affected party, regulator\nTechnical: Security, performance, maintainability\nContent: Target audience, critic, competitor\n\nCheck personas.md for common perspective templates.\n\nSynthesis\n\nAfter collecting perspectives:\n\nIdentify conflicts — Where do perspectives disagree?\nFind common ground — What do all perspectives agree on?\nWeigh by stakes — Safety concerns > preferences\nDecide — Make a call, document trade-offs\n\nCheck synthesis.md for conflict resolution patterns.\n\nLearning User Preferences\n\nTrack when divergence helped vs. was overkill. Adapt:\n\nUser who values speed → diverge less, ask before spawning\nUser who values thoroughness → diverge more proactively\n\nRelated: For routing tasks to sub-agents, see delegate. For iterating until success, see loop."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/diverge",
    "publisherUrl": "https://clawhub.ai/ivangdavila/diverge",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/diverge",
    "downloadUrl": "https://openagent3.xyz/downloads/diverge",
    "agentUrl": "https://openagent3.xyz/skills/diverge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/diverge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/diverge/agent.md"
  }
}