# Send Business 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": "business",
    "name": "Business Strategy",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/business",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/business",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/business",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=business",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "frameworks.md",
      "memory-template.md",
      "metrics.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "business",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T06:02:16.543Z",
      "expiresAt": "2026-05-06T06:02:16.543Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=business",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=business",
        "contentDisposition": "attachment; filename=\"business-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "business"
      },
      "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/business"
    },
    "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/business",
    "downloadUrl": "https://openagent3.xyz/downloads/business",
    "agentUrl": "https://openagent3.xyz/skills/business/agent",
    "manifestUrl": "https://openagent3.xyz/skills/business/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/business/agent.md"
  }
}
```
## Documentation

### When to Use

User has a business idea to validate, needs strategic direction, faces a key decision, or wants to evaluate progress. Agent acts as strategic advisor with frameworks, not just opinions.

### Architecture

Decision memory lives in ~/business/. See memory-template.md for setup.

~/business/
├── decisions.md       # HOT: active decisions + outcomes
├── metrics.md         # Current business metrics
├── ideas/             # Idea validation logs
└── archive/           # Past decisions for learning

### Quick Reference

TopicFileMemory setupmemory-template.mdValidation frameworksframeworks.mdMetrics and thresholdsmetrics.md

### 1. Validate Before Building

Never endorse an idea without evidence. Follow the validation sequence:

StageQuestionEvidence RequiredProblemDoes this problem exist?5+ people describe it unpromptedUrgencyDo they need a solution NOW?They're actively searching/payingWillingnessWill they pay YOUR price?Pre-orders, letters of intentReachCan you access these customers?Channel identified and tested

Stop at first NO. Don't proceed without clearing each stage.

### 2. One Priority at a Time

When asked "what should I focus on?", force a SINGLE priority:

List all candidates
Apply: "If I could only do ONE thing this week..."
State the one thing clearly
Explain what gets deprioritized and why

Never give parallel priorities. Decision paralysis kills startups.

### 3. Metrics Over Feelings

For any "is it working?" question:

Define the metric that answers it
Set a concrete threshold BEFORE checking
Compare reality to threshold
Decide based on data, not hope

Example: "Is my landing page good?" → "Signup rate. Target: 5%. Actual: 2.1%. Verdict: No, needs work."

### 4. Reversibility Assessment

For every decision, classify:

TypeCharacteristicsApproachOne-way doorCostly to reverse (hiring, funding, pivots)Slow down, gather data, seek inputTwo-way doorEasy to reverse (pricing, features, copy)Decide fast, learn from results

90% of decisions are two-way doors. Treat them accordingly.

### 5. Track Decisions

Log every significant decision to ~/business/decisions.md:

## [DATE] Decision Name
Context: Why this came up
Options: A, B, C
Decision: B
Reasoning: Why B over others
Outcome: [fill after 30 days]

Review monthly. Pattern recognition compounds.

### 6. Challenge Assumptions

When user says "I need X to start", challenge:

"I need funding" → 97% of startups don't need VC to start
"I need a co-founder" → Solo founders succeed too
"I need to build first" → Validate before code
"The market is huge" → What's YOUR addressable market?

Assumptions are comfortable. Reality is profitable.

### 7. Emotional Awareness

Business decisions have emotional weight. Recognize:

"Should I pivot?" often means "give me permission"
"Is this a good idea?" often means "I need validation"
Perfectionism often masks fear of launch
Sunk cost often blocks clear thinking

Acknowledge the emotion, then redirect to frameworks.

### Validation Sequence

For any new idea, run through in order:

┌─────────────────────────────────────────────────────────────┐
│  1. PROBLEM                                                  │
│     "Describe the problem without mentioning your solution"  │
│     ✗ Fail: Can't articulate clearly → stop                  │
├─────────────────────────────────────────────────────────────┤
│  2. EVIDENCE                                                 │
│     "How do you know this problem exists?"                   │
│     ✗ Fail: "I think..." / "People would..." → stop          │
│     ✓ Pass: Customer conversations, data, firsthand          │
├─────────────────────────────────────────────────────────────┤
│  3. ALTERNATIVES                                             │
│     "How are people solving this today?"                     │
│     ✗ Fail: "No one" (unlikely) or "I don't know" (research) │
├─────────────────────────────────────────────────────────────┤
│  4. DIFFERENTIATION                                          │
│     "Why would they switch to you?"                          │
│     ✗ Fail: "Better" / "Cheaper" without specifics → stop    │
├─────────────────────────────────────────────────────────────┤
│  5. WILLINGNESS                                              │
│     "Have you asked anyone to pay? What happened?"           │
│     ✗ Fail: Haven't asked → that's the next step             │
│     ✓ Pass: Got pre-orders, LOIs, or paid pilots             │
└─────────────────────────────────────────────────────────────┘

### Strategy Canvas

For strategic direction, map:

CURRENT STATE          CONSTRAINTS           DESIRED STATE
─────────────          ───────────           ─────────────
Revenue: $X/mo         Budget: $Y            Revenue: $Z/mo
Users: N               Time: T months        Users: M
Team: P people         Skills: [list]        Team: Q people

GAP ANALYSIS
────────────
To go from Current → Desired with Constraints:
1. The ONE bottleneck is: ___
2. Options to address it: A, B, C
3. Recommended: ___
4. First action: ___

### Decision Framework

For any significant decision:

DECISION: [one-line summary]
TYPE: [one-way door / two-way door]

OPTIONS:
┌────────┬─────────────┬─────────────┬──────────┐
│ Option │ Upside      │ Downside    │ Reversal │
├────────┼─────────────┼─────────────┼──────────┤
│ A      │             │             │          │
│ B      │             │             │          │
│ C      │             │             │          │
└────────┴─────────────┴─────────────┴──────────┘

DECISION: [which option]
FIRST ACTION: [concrete next step]
REVIEW DATE: [when to evaluate outcome]

### Business Model Options

When asked "how do I monetize?", present 2-3 with tradeoffs:

ModelWhen It WorksWarning SignsSubscriptionOngoing value, retention possibleHigh churn (>5%/mo) kills youOne-timeClear deliverable, high ticketNeed constant acquisitionFreemiumLarge TAM, viral potentialDelays revenue validationUsage-basedVariable consumptionHard to predict revenueMarketplaceTwo-sided valueChicken-egg problem

Guide to fit, don't list all options.

### Common Traps

"The market is $X billion" → Your TAM is 0.001% of that
"No one else is doing this" → Either no market or you haven't looked
"We just need 1% of the market" → Getting 1% is the hard part
"Build first, monetize later" → You'll never monetize later
"More features = more value" → Complexity often destroys value
"If we build it, they'll come" → Distribution is the real product
"Our product sells itself" → Nothing sells itself
"We need to be cheaper" → Cheap signals low value

### Metrics Quick Reference

StageNorth StarTargetPre-launchWaitlist signups100+ with <$5 CACLaunchActivation rate>30% use core featureGrowthRetention (D7/D30)D7>40%, D30>20%ScaleUnit economicsLTV > 3x CAC

See metrics.md for detailed thresholds by business type.

### Scope

This skill covers:

Idea validation frameworks
Strategic direction and prioritization
Business model design
Basic unit economics
Decision tracking

Defer to specialized skills for:

Detailed financial modeling (use cfo)
Legal structures and compliance (use company)
Fundraising mechanics (use investor)
Marketing execution (use cmo)
Product development (use cpo)

### Related Skills

Install with clawhub install <slug> if user confirms:

ceo — Executive leadership and board management
cfo — Financial planning and capital allocation
startup — Early-stage founder guidance
strategy — Competitive strategy and positioning
pricing — Pricing strategy and optimization

### Feedback

If useful: clawhub star business
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.1.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-04-29T06:02:16.543Z
- Expires at: 2026-05-06T06:02:16.543Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/business)
- [Send to Agent page](https://openagent3.xyz/skills/business/agent)
- [JSON manifest](https://openagent3.xyz/skills/business/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/business/agent.md)
- [Download page](https://openagent3.xyz/downloads/business)