{
  "schemaVersion": "1.0",
  "item": {
    "slug": "brainstorming",
    "name": "Brainstorming",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/zlc000190/brainstorming",
    "canonicalUrl": "https://clawhub.ai/zlc000190/brainstorming",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/brainstorming",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brainstorming",
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/brainstorming"
    },
    "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/brainstorming",
    "agentPageUrl": "https://openagent3.xyz/skills/brainstorming/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brainstorming/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brainstorming/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": "Overview",
        "body": "Help turn ideas into fully formed designs and specs through natural collaborative dialogue.\n\nStart by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far."
      },
      {
        "title": "The Process",
        "body": "Understanding the idea:\n\nCheck out the current project state first (files, docs, recent commits)\nAsk questions one at a time to refine the idea\nPrefer multiple choice questions when possible, but open-ended is fine too\nOnly one question per message - if a topic needs more exploration, break it into multiple questions\nFocus on understanding: purpose, constraints, success criteria\n\nExploring approaches:\n\nPropose 2-3 different approaches with trade-offs\nPresent options conversationally with your recommendation and reasoning\nLead with your recommended option and explain why\n\nPresenting the design:\n\nOnce you believe you understand what you're building, present the design\nBreak it into sections of 200-300 words\nAsk after each section whether it looks right so far\nCover: architecture, components, data flow, error handling, testing\nBe ready to go back and clarify if something doesn't make sense"
      },
      {
        "title": "After the Design",
        "body": "Documentation:\n\nWrite the validated design to docs/plans/YYYY-MM-DD-<topic>-design.md\nUse elements-of-style:writing-clearly-and-concisely skill if available\nCommit the design document to git\n\nImplementation (if continuing):\n\nAsk: \"Ready to set up for implementation?\"\nUse superpowers:using-git-worktrees to create isolated workspace\nUse superpowers:writing-plans to create detailed implementation plan"
      },
      {
        "title": "Key Principles",
        "body": "One question at a time - Don't overwhelm with multiple questions\nMultiple choice preferred - Easier to answer than open-ended when possible\nYAGNI ruthlessly - Remove unnecessary features from all designs\nExplore alternatives - Always propose 2-3 approaches before settling\nIncremental validation - Present design in sections, validate each\nBe flexible - Go back and clarify when something doesn't make sense"
      }
    ],
    "body": "Brainstorming Ideas Into Designs\nOverview\n\nHelp turn ideas into fully formed designs and specs through natural collaborative dialogue.\n\nStart by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far.\n\nThe Process\n\nUnderstanding the idea:\n\nCheck out the current project state first (files, docs, recent commits)\nAsk questions one at a time to refine the idea\nPrefer multiple choice questions when possible, but open-ended is fine too\nOnly one question per message - if a topic needs more exploration, break it into multiple questions\nFocus on understanding: purpose, constraints, success criteria\n\nExploring approaches:\n\nPropose 2-3 different approaches with trade-offs\nPresent options conversationally with your recommendation and reasoning\nLead with your recommended option and explain why\n\nPresenting the design:\n\nOnce you believe you understand what you're building, present the design\nBreak it into sections of 200-300 words\nAsk after each section whether it looks right so far\nCover: architecture, components, data flow, error handling, testing\nBe ready to go back and clarify if something doesn't make sense\nAfter the Design\n\nDocumentation:\n\nWrite the validated design to docs/plans/YYYY-MM-DD-<topic>-design.md\nUse elements-of-style:writing-clearly-and-concisely skill if available\nCommit the design document to git\n\nImplementation (if continuing):\n\nAsk: \"Ready to set up for implementation?\"\nUse superpowers:using-git-worktrees to create isolated workspace\nUse superpowers:writing-plans to create detailed implementation plan\nKey Principles\nOne question at a time - Don't overwhelm with multiple questions\nMultiple choice preferred - Easier to answer than open-ended when possible\nYAGNI ruthlessly - Remove unnecessary features from all designs\nExplore alternatives - Always propose 2-3 approaches before settling\nIncremental validation - Present design in sections, validate each\nBe flexible - Go back and clarify when something doesn't make sense"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zlc000190/brainstorming",
    "publisherUrl": "https://clawhub.ai/zlc000190/brainstorming",
    "owner": "zlc000190",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/brainstorming",
    "downloadUrl": "https://openagent3.xyz/downloads/brainstorming",
    "agentUrl": "https://openagent3.xyz/skills/brainstorming/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brainstorming/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brainstorming/agent.md"
  }
}