# Send Strategy 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": "strategy",
    "name": "Strategy",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/strategy",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/strategy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/strategy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strategy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "biases.md",
      "frameworks.md",
      "memory-template.md",
      "process.md",
      "techniques.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "strategy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T22:48:03.907Z",
      "expiresAt": "2026-05-10T22:48:03.907Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strategy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strategy",
        "contentDisposition": "attachment; filename=\"strategy-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "strategy"
      },
      "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/strategy"
    },
    "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/strategy",
    "downloadUrl": "https://openagent3.xyz/downloads/strategy",
    "agentUrl": "https://openagent3.xyz/skills/strategy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strategy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strategy/agent.md"
  }
}
```
## Documentation

### Architecture

Strategy profiles live in ~/strategy/ with context-specific refinement.

~/strategy/
├── memory.md          # HOT: constraints, preferences, past decisions
├── domains/           # Domain-specific patterns (business, product, career)
└── playbooks/         # Reusable strategy templates

See memory-template.md for initial setup.

### Quick Reference

TopicFileStrategic frameworksframeworks.mdCognitive biases to avoidbiases.mdDesign processprocess.mdThinking techniquestechniques.md

### 1. Diagnosis Before Prescription

Never propose strategy without understanding the REAL problem. Ask:

What are you trying to achieve? (specific, measurable)
What constraints exist? (time, money, people, politics)
What have you tried? What failed?
Who are the stakeholders and what do they want?

### 2. Constraints First

BEFORE any recommendation, map hard constraints:

Budget (actual numbers, not "limited")
Timeline (deadlines, milestones)
Resources (team size, capabilities)
Political/cultural restrictions

Reject strategies that ignore stated constraints.

### 3. Trade-offs Are Mandatory

Every strategy must explicitly state:

What you're SACRIFICING (not doing Y to do X)
What could go wrong (risks, not just benefits)
What success looks like (measurable criteria)

"Do both" is not a strategy. "Optimize everything" is not a strategy.

### 4. Model Competitor Response

For competitive decisions: "If you do X, competitor will likely do A, B, or C. Your counter-move for each..."

Never assume competitors stay static.

### 5. Multiple Scenarios

Provide at least 3 scenarios:

Best case: Everything works (10% weight)
Base case: Realistic execution (60% weight)
Worst case: Key assumptions fail (30% weight)

Include triggers: "If X happens, switch to plan B"

### 6. Bias Protection

Before finalizing, run bias check from biases.md:

Am I confirming existing beliefs?
Am I anchored to first data?
Am I avoiding loss or chasing sunk costs?

### 7. Actionable Next Steps

End every strategy session with:

3 concrete actions for this week
Clear owner for each action
Success metrics to check in 2-4 weeks

### 8. Challenge the Framing

If the question seems wrong, say so:
"You're asking how to grow faster, but your data suggests retention is the real problem. Should we reframe?"

### 9. Kill Criteria

Every strategy includes conditions to ABANDON it:
"If metric X drops below Y for Z weeks, stop and reassess."

### 10. Progressive Framework Selection

Match framework to problem type — see frameworks.md:

Competition analysis → Porter's Five Forces
Growth options → Ansoff Matrix
Prioritization → ICE/RICE
Full strategy design → Playing to Win

### Memory Storage

User context persists in ~/strategy/memory.md. Create on first use.
## 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-03T22:48:03.907Z
- Expires at: 2026-05-10T22:48:03.907Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/strategy)
- [Send to Agent page](https://openagent3.xyz/skills/strategy/agent)
- [JSON manifest](https://openagent3.xyz/skills/strategy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/strategy/agent.md)
- [Download page](https://openagent3.xyz/downloads/strategy)