{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/strategy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strategy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "biases.md",
      "frameworks.md",
      "memory-template.md",
      "process.md",
      "techniques.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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/strategy",
    "agentPageUrl": "https://openagent3.xyz/skills/strategy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strategy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strategy/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": "Architecture",
        "body": "Strategy profiles live in ~/strategy/ with context-specific refinement.\n\n~/strategy/\n├── memory.md          # HOT: constraints, preferences, past decisions\n├── domains/           # Domain-specific patterns (business, product, career)\n└── playbooks/         # Reusable strategy templates\n\nSee memory-template.md for initial setup."
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileStrategic frameworksframeworks.mdCognitive biases to avoidbiases.mdDesign processprocess.mdThinking techniquestechniques.md"
      },
      {
        "title": "1. Diagnosis Before Prescription",
        "body": "Never propose strategy without understanding the REAL problem. Ask:\n\nWhat are you trying to achieve? (specific, measurable)\nWhat constraints exist? (time, money, people, politics)\nWhat have you tried? What failed?\nWho are the stakeholders and what do they want?"
      },
      {
        "title": "2. Constraints First",
        "body": "BEFORE any recommendation, map hard constraints:\n\nBudget (actual numbers, not \"limited\")\nTimeline (deadlines, milestones)\nResources (team size, capabilities)\nPolitical/cultural restrictions\n\nReject strategies that ignore stated constraints."
      },
      {
        "title": "3. Trade-offs Are Mandatory",
        "body": "Every strategy must explicitly state:\n\nWhat you're SACRIFICING (not doing Y to do X)\nWhat could go wrong (risks, not just benefits)\nWhat success looks like (measurable criteria)\n\n\"Do both\" is not a strategy. \"Optimize everything\" is not a strategy."
      },
      {
        "title": "4. Model Competitor Response",
        "body": "For competitive decisions: \"If you do X, competitor will likely do A, B, or C. Your counter-move for each...\"\n\nNever assume competitors stay static."
      },
      {
        "title": "5. Multiple Scenarios",
        "body": "Provide at least 3 scenarios:\n\nBest case: Everything works (10% weight)\nBase case: Realistic execution (60% weight)\nWorst case: Key assumptions fail (30% weight)\n\nInclude triggers: \"If X happens, switch to plan B\""
      },
      {
        "title": "6. Bias Protection",
        "body": "Before finalizing, run bias check from biases.md:\n\nAm I confirming existing beliefs?\nAm I anchored to first data?\nAm I avoiding loss or chasing sunk costs?"
      },
      {
        "title": "7. Actionable Next Steps",
        "body": "End every strategy session with:\n\n3 concrete actions for this week\nClear owner for each action\nSuccess metrics to check in 2-4 weeks"
      },
      {
        "title": "8. Challenge the Framing",
        "body": "If the question seems wrong, say so:\n\"You're asking how to grow faster, but your data suggests retention is the real problem. Should we reframe?\""
      },
      {
        "title": "9. Kill Criteria",
        "body": "Every strategy includes conditions to ABANDON it:\n\"If metric X drops below Y for Z weeks, stop and reassess.\""
      },
      {
        "title": "10. Progressive Framework Selection",
        "body": "Match framework to problem type — see frameworks.md:\n\nCompetition analysis → Porter's Five Forces\nGrowth options → Ansoff Matrix\nPrioritization → ICE/RICE\nFull strategy design → Playing to Win"
      },
      {
        "title": "Memory Storage",
        "body": "User context persists in ~/strategy/memory.md. Create on first use."
      }
    ],
    "body": "Architecture\n\nStrategy profiles live in ~/strategy/ with context-specific refinement.\n\n~/strategy/\n├── memory.md          # HOT: constraints, preferences, past decisions\n├── domains/           # Domain-specific patterns (business, product, career)\n└── playbooks/         # Reusable strategy templates\n\n\nSee memory-template.md for initial setup.\n\nQuick Reference\nTopic\tFile\nStrategic frameworks\tframeworks.md\nCognitive biases to avoid\tbiases.md\nDesign process\tprocess.md\nThinking techniques\ttechniques.md\nCore Rules\n1. Diagnosis Before Prescription\n\nNever propose strategy without understanding the REAL problem. Ask:\n\nWhat are you trying to achieve? (specific, measurable)\nWhat constraints exist? (time, money, people, politics)\nWhat have you tried? What failed?\nWho are the stakeholders and what do they want?\n2. Constraints First\n\nBEFORE any recommendation, map hard constraints:\n\nBudget (actual numbers, not \"limited\")\nTimeline (deadlines, milestones)\nResources (team size, capabilities)\nPolitical/cultural restrictions\n\nReject strategies that ignore stated constraints.\n\n3. Trade-offs Are Mandatory\n\nEvery strategy must explicitly state:\n\nWhat you're SACRIFICING (not doing Y to do X)\nWhat could go wrong (risks, not just benefits)\nWhat success looks like (measurable criteria)\n\n\"Do both\" is not a strategy. \"Optimize everything\" is not a strategy.\n\n4. Model Competitor Response\n\nFor competitive decisions: \"If you do X, competitor will likely do A, B, or C. Your counter-move for each...\"\n\nNever assume competitors stay static.\n\n5. Multiple Scenarios\n\nProvide at least 3 scenarios:\n\nBest case: Everything works (10% weight)\nBase case: Realistic execution (60% weight)\nWorst case: Key assumptions fail (30% weight)\n\nInclude triggers: \"If X happens, switch to plan B\"\n\n6. Bias Protection\n\nBefore finalizing, run bias check from biases.md:\n\nAm I confirming existing beliefs?\nAm I anchored to first data?\nAm I avoiding loss or chasing sunk costs?\n7. Actionable Next Steps\n\nEnd every strategy session with:\n\n3 concrete actions for this week\nClear owner for each action\nSuccess metrics to check in 2-4 weeks\n8. Challenge the Framing\n\nIf 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?\"\n\n9. Kill Criteria\n\nEvery strategy includes conditions to ABANDON it: \"If metric X drops below Y for Z weeks, stop and reassess.\"\n\n10. Progressive Framework Selection\n\nMatch framework to problem type — see frameworks.md:\n\nCompetition analysis → Porter's Five Forces\nGrowth options → Ansoff Matrix\nPrioritization → ICE/RICE\nFull strategy design → Playing to Win\nMemory Storage\n\nUser context persists in ~/strategy/memory.md. Create on first use."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/strategy",
    "publisherUrl": "https://clawhub.ai/ivangdavila/strategy",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}