{
  "schemaVersion": "1.0",
  "item": {
    "slug": "glittercowboy",
    "name": "gsd",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/oleg-schmidt/glittercowboy",
    "canonicalUrl": "https://clawhub.ai/oleg-schmidt/glittercowboy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/glittercowboy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glittercowboy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "workflows/add-phase.md",
      "workflows/add-todo.md",
      "workflows/audit-milestone.md",
      "workflows/check-todos.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/glittercowboy"
    },
    "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/glittercowboy",
    "agentPageUrl": "https://openagent3.xyz/skills/glittercowboy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glittercowboy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glittercowboy/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": "Agent Files",
        "body": "Located in agents/:\n\ngsd-project-researcher.md - Research domain ecosystem (stack, features, architecture, pitfalls)\ngsd-phase-researcher.md - Research how to implement a specific phase\ngsd-research-synthesizer.md - Synthesize parallel research into cohesive SUMMARY.md\ngsd-roadmapper.md - Create roadmap from requirements and research\ngsd-planner.md - Create detailed execution plans for a phase\ngsd-plan-checker.md - Verify plans will achieve phase goal before execution\ngsd-executor.md - Execute a single plan with task-by-task commits\ngsd-verifier.md - Verify phase goal achieved by checking must_haves against codebase\ngsd-debugger.md - Investigate bugs using scientific method with persistent state\ngsd-codebase-mapper.md - Analyze existing codebase for brownfield projects\ngsd-integration-checker.md - Verify cross-phase integration and E2E flows"
      },
      {
        "title": "Reference Files",
        "body": "Located in references/:\n\nquestioning.md - Deep questioning techniques and context checklist\nui-brand.md - UI/UX principles and brand guidelines"
      },
      {
        "title": "Templates",
        "body": "Located in templates/:\n\nproject.md - PROJECT.md template\nrequirements.md - REQUIREMENTS.md template\nresearch-project/ - Research output templates (STACK, FEATURES, ARCHITECTURE, PITFALLS, SUMMARY)"
      },
      {
        "title": "Workflow Pattern",
        "body": "GSD uses orchestrator + subagent pattern:\n\nOrchestrator (workflow) - Stays in main context, spawns subagents, routes flow\nSubagents (agents) - Fresh context, focused task, return structured result\nIteration - Verification loops (planner → checker → planner) until quality gates pass\n\nThis allows:\n\nLean orchestrator context (~15%)\nFresh context per subagent (100%)\nParallel execution (4 researchers, multiple plans in wave)\nVerification before wasting execution time\n</architecture>\n\n<success_criteria>\n\nUser can initialize new projects via /gsd new-project\nFull workflow executes: questioning → research → requirements → roadmap\nPhase planning includes research and verification loop\nPhase execution uses wave-based parallelization\nVerification checks must_haves against actual code\n.planning/ directory structure created with all artifacts\nClear next steps provided at each stage\n</success_criteria>"
      }
    ],
    "body": "<objective> GSD (Get Shit Done) provides a complete workflow for taking projects from idea to execution through systematic planning, research, and phase-based development.\n\nFull workflow port from Claude Code - Includes:\n\nDeep questioning and context gathering\nAutomated domain research (4 parallel researchers)\nRequirements definition and scoping\nRoadmap creation with phase structure\nPhase planning with research and verification\nWave-based parallel execution\nGoal-backward verification\n\nThis is the complete GSD system, not a simplified version. </objective>\n\n<intake> What would you like to do?\n\nCore workflow commands:\n\nnew-project - Initialize a new project with deep context gathering, research, requirements, and roadmap\nplan-phase [N] - Create execution plans for a phase (with optional research)\nexecute-phase [N] - Execute all plans in a phase with wave-based parallelization\nprogress - Check project status and intelligently route to next action\ndebug [issue] - Systematic debugging with persistent state across context resets\nquick - Execute ad-hoc tasks with GSD guarantees but skip optional agents\ndiscuss-phase [N] - Gather context through adaptive questioning before planning\nverify-work [N] - Validate built features through conversational UAT\nmap-codebase - Analyze existing codebase for brownfield projects\npause-work - Create handoff when pausing mid-phase\nresume-work - Resume from previous session with full context\nadd-todo [desc] - Capture idea or task for later\ncheck-todos [area] - List and work on pending todos\nadd-phase <desc> - Add phase to end of milestone\ninsert-phase <after> <desc> - Insert urgent decimal phase\nremove-phase <N> - Remove future phase and renumber\nnew-milestone [name] - Start new milestone cycle\ncomplete-milestone <ver> - Archive milestone and tag\naudit-milestone [ver] - Verify milestone completion\nsettings - Configure workflow toggles and model profile\n\nFlags:\n\nplan-phase [N] --research - Force re-research before planning\nplan-phase [N] --skip-research - Skip research, plan directly\nplan-phase [N] --gaps - Gap closure mode (after verification finds issues)\nplan-phase [N] --skip-verify - Skip plan verification loop\nexecute-phase [N] --gaps-only - Execute only gap closure plans\n\nUsage:\n\n/gsd new-project - Start a new project\n/gsd plan-phase 1 - Plan phase 1\n/gsd execute-phase 1 - Execute phase 1\n/gsd progress - Check where you are and what's next\n/gsd debug \"button doesn't work\" - Start debugging session\n/gsd quick - Quick ad-hoc task without full ceremony\nOr just tell me what you want and I'll guide you through GSD\n\nWhat GSD does:\n\nDeep questioning - Understand what you're building through conversation\nResearch - 4 parallel researchers investigate domain (stack, features, architecture, pitfalls)\nRequirements - Define v1 scope through feature selection\nRoadmap - Derive phases from requirements (not imposed structure)\nPhase planning - Create executable plans with tasks, dependencies, verification\nExecution - Run plans in parallel waves with per-task commits\nVerification - Check must_haves against actual codebase </intake>\n<routing> Based on user input, route to appropriate workflow:\nIntent\tWorkflow\n\"new project\", \"initialize\", \"start project\"\tworkflows/new-project.md\n\"new-project\" (explicit)\tworkflows/new-project.md\n\"plan phase\", \"plan-phase\", \"create plan\"\tworkflows/plan-phase.md\n\"execute phase\", \"execute-phase\", \"start work\"\tworkflows/execute-phase.md\n\"progress\", \"status\", \"where am I\"\tworkflows/progress.md\n\"debug\", \"investigate\", \"bug\", \"issue\"\tworkflows/debug.md\n\"quick\", \"quick task\", \"ad-hoc\"\tworkflows/quick.md\n\"discuss phase\", \"discuss-phase\", \"context\"\tworkflows/discuss-phase.md\n\"verify\", \"verify-work\", \"UAT\", \"test\"\tworkflows/verify-work.md\n\"map codebase\", \"map-codebase\", \"analyze code\"\tworkflows/map-codebase.md\n\"pause\", \"pause-work\", \"stop work\"\tworkflows/pause-work.md\n\"resume\", \"resume-work\", \"continue\"\tworkflows/resume-work.md\n\"add todo\", \"add-todo\", \"capture\"\tworkflows/add-todo.md\n\"check todos\", \"check-todos\", \"todos\", \"list todos\"\tworkflows/check-todos.md\n\"add phase\", \"add-phase\"\tworkflows/add-phase.md\n\"insert phase\", \"insert-phase\", \"urgent phase\"\tworkflows/insert-phase.md\n\"remove phase\", \"remove-phase\", \"delete phase\"\tworkflows/remove-phase.md\n\"new milestone\", \"new-milestone\", \"next milestone\"\tworkflows/new-milestone.md\n\"complete milestone\", \"complete-milestone\", \"archive\"\tworkflows/complete-milestone.md\n\"audit milestone\", \"audit-milestone\", \"audit\"\tworkflows/audit-milestone.md\n\"settings\", \"config\", \"configure\"\tworkflows/settings.md\n</routing> <architecture> ## Workflow Files\n\nLocated in workflows/:\n\nnew-project.md - Full project initialization workflow\nplan-phase.md - Phase planning with research and verification\nexecute-phase.md - Wave-based execution orchestrator\nprogress.md - Status check and intelligent routing to next action\ndebug.md - Systematic debugging with persistent state\nquick.md - Ad-hoc tasks with GSD guarantees, skip optional agents\ndiscuss-phase.md - Gather context through adaptive questioning\nverify-work.md - Conversational UAT to validate built features\nmap-codebase.md - Parallel codebase analysis for brownfield projects\npause-work.md - Create handoff when pausing mid-phase\nresume-work.md - Resume with full context restoration\nadd-todo.md - Capture ideas/tasks for later\ncheck-todos.md - List and work on pending todos\nadd-phase.md - Add phase to end of milestone\ninsert-phase.md - Insert urgent decimal phase\nremove-phase.md - Remove future phase and renumber\nnew-milestone.md - Start new milestone cycle\ncomplete-milestone.md - Archive milestone and tag\naudit-milestone.md - Verify milestone completion\nsettings.md - Configure workflow toggles\nAgent Files\n\nLocated in agents/:\n\ngsd-project-researcher.md - Research domain ecosystem (stack, features, architecture, pitfalls)\ngsd-phase-researcher.md - Research how to implement a specific phase\ngsd-research-synthesizer.md - Synthesize parallel research into cohesive SUMMARY.md\ngsd-roadmapper.md - Create roadmap from requirements and research\ngsd-planner.md - Create detailed execution plans for a phase\ngsd-plan-checker.md - Verify plans will achieve phase goal before execution\ngsd-executor.md - Execute a single plan with task-by-task commits\ngsd-verifier.md - Verify phase goal achieved by checking must_haves against codebase\ngsd-debugger.md - Investigate bugs using scientific method with persistent state\ngsd-codebase-mapper.md - Analyze existing codebase for brownfield projects\ngsd-integration-checker.md - Verify cross-phase integration and E2E flows\nReference Files\n\nLocated in references/:\n\nquestioning.md - Deep questioning techniques and context checklist\nui-brand.md - UI/UX principles and brand guidelines\nTemplates\n\nLocated in templates/:\n\nproject.md - PROJECT.md template\nrequirements.md - REQUIREMENTS.md template\nresearch-project/ - Research output templates (STACK, FEATURES, ARCHITECTURE, PITFALLS, SUMMARY)\nWorkflow Pattern\n\nGSD uses orchestrator + subagent pattern:\n\nOrchestrator (workflow) - Stays in main context, spawns subagents, routes flow\nSubagents (agents) - Fresh context, focused task, return structured result\nIteration - Verification loops (planner → checker → planner) until quality gates pass\n\nThis allows:\n\nLean orchestrator context (~15%)\nFresh context per subagent (100%)\nParallel execution (4 researchers, multiple plans in wave)\nVerification before wasting execution time </architecture>\n\n<success_criteria>\n\nUser can initialize new projects via /gsd new-project\nFull workflow executes: questioning → research → requirements → roadmap\nPhase planning includes research and verification loop\nPhase execution uses wave-based parallelization\nVerification checks must_haves against actual code\n.planning/ directory structure created with all artifacts\nClear next steps provided at each stage </success_criteria>"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/oleg-schmidt/glittercowboy",
    "publisherUrl": "https://clawhub.ai/oleg-schmidt/glittercowboy",
    "owner": "oleg-schmidt",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/glittercowboy",
    "downloadUrl": "https://openagent3.xyz/downloads/glittercowboy",
    "agentUrl": "https://openagent3.xyz/skills/glittercowboy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glittercowboy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glittercowboy/agent.md"
  }
}