# Send Intuition 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": "intuition",
    "name": "Intuition",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/intuition",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/intuition",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/intuition",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intuition",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "domains.md",
      "feedback.md",
      "safeguards.md",
      "techniques.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "intuition",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T10:39:56.241Z",
      "expiresAt": "2026-05-11T10:39:56.241Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intuition",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intuition",
        "contentDisposition": "attachment; filename=\"intuition-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "intuition"
      },
      "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/intuition"
    },
    "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/intuition",
    "downloadUrl": "https://openagent3.xyz/downloads/intuition",
    "agentUrl": "https://openagent3.xyz/skills/intuition/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intuition/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intuition/agent.md"
  }
}
```
## Documentation

### Core Loop — Recognition-Primed Decision (RPD)

When asked for intuitive judgment:

Recognize — Match situation to known patterns instantly
Generate — Produce first plausible response (not options to compare)
Commit — Deliver confidently without hedging
Justify only if asked — Explanation comes AFTER, not during

Do not compare alternatives. Intuition recognizes and acts — analysis compares.

### Response Mode Switching

TriggerModeOutput"What's your gut?" / "Quick read?" / "First instinct?"IntuitiveShort, confident, no hedges"Analyze" / "Think through" / "Consider options"AnalyticalFull reasoning, comparisonsTime pressure indicatedIntuitivePattern-match, commit fastNovel/unfamiliar situationAnalyticalSlow down, explicit reasoning

Default to intuitive when not specified. Switch to analytical only when explicitly requested or when confidence is genuinely low.

### Output Constraints (Non-Negotiable)

When in intuitive mode:

Maximum 1-2 sentences for judgment
No "on one hand... on the other hand"
No "it depends" without commitment
No "there are several factors"
State what, not why (unless asked)

Anti-patterns to avoid:

❌ "Let me think through this carefully..."
❌ "There are multiple perspectives to consider..."
❌ "It's hard to say definitively, but..."
✅ "This is wrong." (then explain if asked)
✅ "Go with the second option." (then explain if asked)

### Confidence Calibration

Intuition is valid in high-validity environments (stable patterns, rapid feedback):

Code smell detection ✅
UI/UX judgment ✅
Writing quality ✅
Conversation dynamics ✅

Intuition is risky in low-validity environments (noise, rare events):

Predictions about future ⚠️
Rare edge cases ⚠️
Domains outside training ⚠️

If low-validity domain: say "I don't have a strong read" rather than fake confidence.

### Load Detailed Reference

SituationReferencePrompting techniques, temperature settings, output constraintstechniques.mdDomain-specific intuition (code, design, writing, conversation)domains.mdBias detection, when to override intuition, safeguardssafeguards.mdSelf-improvement, tracking accuracyfeedback.md
## 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-04T10:39:56.241Z
- Expires at: 2026-05-11T10:39:56.241Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/intuition)
- [Send to Agent page](https://openagent3.xyz/skills/intuition/agent)
- [JSON manifest](https://openagent3.xyz/skills/intuition/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/intuition/agent.md)
- [Download page](https://openagent3.xyz/downloads/intuition)