{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bmad-method",
    "name": "BMad Method",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/hansenmemo/bmad-method",
    "canonicalUrl": "https://clawhub.ai/hansenmemo/bmad-method",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bmad-method",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bmad-method",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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",
      "slug": "bmad-method",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:47:44.376Z",
      "expiresAt": "2026-05-06T04:47:44.376Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bmad-method",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bmad-method",
        "contentDisposition": "attachment; filename=\"bmad-method-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bmad-method"
      },
      "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/bmad-method"
    },
    "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/bmad-method",
    "agentPageUrl": "https://openagent3.xyz/skills/bmad-method/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bmad-method/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bmad-method/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": "BMad Method",
        "body": "AI-driven agile development framework — Build More Architect Dreams."
      },
      {
        "title": "Quick Start",
        "body": "# Interactive installation (recommended)\nnpx bmad-method install\n\n# Or install specific version\nnpx bmad-method@6.0.1 install\n\n# Non-interactive / CI/CD\nnpx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes"
      },
      {
        "title": "Available Modules",
        "body": "ModulePurposeBMMCore framework with 34+ workflowsBMBCreate custom BMad agents and workflowsTEARisk-based test strategy and automationBMGDGame development (Unity, Unreal, Godot)CISInnovation, brainstorming, design thinking"
      },
      {
        "title": "Commands",
        "body": "/bmad-help — Get guidance on what's next\n/bmad-help <context> — Ask specific questions (e.g., \"I just finished the architecture, what do I do next?\")"
      },
      {
        "title": "Prerequisites",
        "body": "Node.js v20+\nAI IDE (Claude Code, Cursor, etc.)"
      },
      {
        "title": "Documentation",
        "body": "Docs: https://docs.bmad-method.org\nDiscord: https://discord.gg/gk8jAdXWmj"
      }
    ],
    "body": "BMad Method\n\nAI-driven agile development framework — Build More Architect Dreams.\n\nQuick Start\n# Interactive installation (recommended)\nnpx bmad-method install\n\n# Or install specific version\nnpx bmad-method@6.0.1 install\n\n# Non-interactive / CI/CD\nnpx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes\n\nAvailable Modules\nModule\tPurpose\nBMM\tCore framework with 34+ workflows\nBMB\tCreate custom BMad agents and workflows\nTEA\tRisk-based test strategy and automation\nBMGD\tGame development (Unity, Unreal, Godot)\nCIS\tInnovation, brainstorming, design thinking\nCommands\n/bmad-help — Get guidance on what's next\n/bmad-help <context> — Ask specific questions (e.g., \"I just finished the architecture, what do I do next?\")\nPrerequisites\nNode.js v20+\nAI IDE (Claude Code, Cursor, etc.)\nDocumentation\nDocs: https://docs.bmad-method.org\nDiscord: https://discord.gg/gk8jAdXWmj"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hansenmemo/bmad-method",
    "publisherUrl": "https://clawhub.ai/hansenmemo/bmad-method",
    "owner": "hansenmemo",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bmad-method",
    "downloadUrl": "https://openagent3.xyz/downloads/bmad-method",
    "agentUrl": "https://openagent3.xyz/skills/bmad-method/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bmad-method/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bmad-method/agent.md"
  }
}