# Send gsd to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/glittercowboy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glittercowboy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "workflows/add-phase.md",
      "workflows/add-todo.md",
      "workflows/audit-milestone.md",
      "workflows/check-todos.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "glittercowboy",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-12T02:57:38.037Z",
      "expiresAt": "2026-05-12T14:57:38.037Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glittercowboy",
        "error": "Timed out after 5000ms",
        "slug": "glittercowboy"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/oleg-schmidt/glittercowboy"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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/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"
  }
}
```
## Documentation

### Agent Files

Located in agents/:

gsd-project-researcher.md - Research domain ecosystem (stack, features, architecture, pitfalls)
gsd-phase-researcher.md - Research how to implement a specific phase
gsd-research-synthesizer.md - Synthesize parallel research into cohesive SUMMARY.md
gsd-roadmapper.md - Create roadmap from requirements and research
gsd-planner.md - Create detailed execution plans for a phase
gsd-plan-checker.md - Verify plans will achieve phase goal before execution
gsd-executor.md - Execute a single plan with task-by-task commits
gsd-verifier.md - Verify phase goal achieved by checking must_haves against codebase
gsd-debugger.md - Investigate bugs using scientific method with persistent state
gsd-codebase-mapper.md - Analyze existing codebase for brownfield projects
gsd-integration-checker.md - Verify cross-phase integration and E2E flows

### Reference Files

Located in references/:

questioning.md - Deep questioning techniques and context checklist
ui-brand.md - UI/UX principles and brand guidelines

### Templates

Located in templates/:

project.md - PROJECT.md template
requirements.md - REQUIREMENTS.md template
research-project/ - Research output templates (STACK, FEATURES, ARCHITECTURE, PITFALLS, SUMMARY)

### Workflow Pattern

GSD uses orchestrator + subagent pattern:

Orchestrator (workflow) - Stays in main context, spawns subagents, routes flow
Subagents (agents) - Fresh context, focused task, return structured result
Iteration - Verification loops (planner → checker → planner) until quality gates pass

This allows:

Lean orchestrator context (~15%)
Fresh context per subagent (100%)
Parallel execution (4 researchers, multiple plans in wave)
Verification before wasting execution time
</architecture>

<success_criteria>

User can initialize new projects via /gsd new-project
Full workflow executes: questioning → research → requirements → roadmap
Phase planning includes research and verification loop
Phase execution uses wave-based parallelization
Verification checks must_haves against actual code
.planning/ directory structure created with all artifacts
Clear next steps provided at each stage
</success_criteria>
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: oleg-schmidt
- Version: 1.0.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-12T02:57:38.037Z
- Expires at: 2026-05-12T14:57:38.037Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/glittercowboy)
- [Send to Agent page](https://openagent3.xyz/skills/glittercowboy/agent)
- [JSON manifest](https://openagent3.xyz/skills/glittercowboy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/glittercowboy/agent.md)
- [Download page](https://openagent3.xyz/downloads/glittercowboy)