# Send Diverge 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": "diverge",
    "name": "Diverge",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/diverge",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/diverge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/diverge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=diverge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "personas.md",
      "synthesis.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "diverge",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T04:39:39.818Z",
      "expiresAt": "2026-05-08T04:39:39.818Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=diverge",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=diverge",
        "contentDisposition": "attachment; filename=\"diverge-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "diverge"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### When to Diverge

Diverge when a single viewpoint isn't enough:

Product decisions — Different user types have conflicting needs
Safety-critical — Need doctor, lawyer, security expert perspectives
Creative work — Multiple aesthetic directions before choosing
Complex trade-offs — No obvious "right" answer

Don't diverge for:

Simple tasks with clear answers
Speed-critical requests
Tasks where you already have high confidence

### How Many Perspectives

ComplexityPerspectivesExamplesLow2-3Quick sanity checkMedium3-5Product feature reviewHigh5-7Safety-critical, legal

Rule: Enough to cover blind spots, not so many you can't synthesize.

### Choosing Perspectives

Match perspectives to the problem:

Product: Power user, casual user, churned user, new user
Medical: Doctor, patient, caregiver, insurance
Legal: Lawyer, affected party, regulator
Technical: Security, performance, maintainability
Content: Target audience, critic, competitor

Check personas.md for common perspective templates.

### Synthesis

After collecting perspectives:

Identify conflicts — Where do perspectives disagree?
Find common ground — What do all perspectives agree on?
Weigh by stakes — Safety concerns > preferences
Decide — Make a call, document trade-offs

Check synthesis.md for conflict resolution patterns.

### Learning User Preferences

Track when divergence helped vs. was overkill. Adapt:

User who values speed → diverge less, ask before spawning
User who values thoroughness → diverge more proactively

Related: For routing tasks to sub-agents, see delegate. For iterating until success, see loop.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- 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-01T04:39:39.818Z
- Expires at: 2026-05-08T04:39:39.818Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/diverge)
- [Send to Agent page](https://openagent3.xyz/skills/diverge/agent)
- [JSON manifest](https://openagent3.xyz/skills/diverge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/diverge/agent.md)
- [Download page](https://openagent3.xyz/downloads/diverge)