用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/allgpt-co/QuickVoice --skill gsd命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Build voice AI agents with LiveKit Cloud and the Agents SDK. Use when the user asks to "build a voice agent", "create a LiveKit agent", "add voice AI", "implement handoffs", "structure agent workflows", or is working with LiveKit Agents SDK. Provides opinionated guidance for the recommended path: LiveKit Cloud + LiveKit Inference. REQUIRES writing tests for all implementations.
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area.
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator or diagnose-issues workflow.
基于 SOC 职业分类
正在显示 SKILL.md
| name | gsd |
| description | Get Shit Done (GSD) - A comprehensive project management system for solo developers using Claude agents |
| version | 1.0.0 |
| author | GSD Project |
| tags | ["project-management","agents","workflows","planning","execution"] |
| triggers | ["new project","plan phase","execute phase","map codebase","debug","verify"] |
| tools | ["Read","Write","Edit","Bash","Glob","Grep","Task","AskUserQuestion"] |
A comprehensive project management system designed for solo developers working with Claude AI agents. GSD provides structured workflows for project initialization, planning, execution, verification, and debugging.
GSD is a modular agent-based system that transforms project ideas into shipped software through:
Use GSD when you need to:
/gsd:new-project
Initializes a new project with questioning → research → requirements → roadmap flow.
/gsd:plan-phase [phase-number]
Creates detailed execution plans with research and verification.
/gsd:execute-phase [phase-number]
Executes all plans in a phase with parallel execution support.
/gsd:map-codebase [optional-focus-area]
Analyzes existing codebase with parallel mapper agents.
/gsd:debug [issue-description]
Systematic debugging using scientific method and hypothesis testing.
/gsd:verify-work [phase-number]
Goal-backward verification of phase completion.
/gsd:progress
Shows current project position, completed phases, and next steps.
GSD includes specialized agents for different tasks:
GSD provides commands for orchestrating the entire project lifecycle:
Detailed workflow definitions for complex operations:
Reference documents for best practices and guidelines:
GSD creates a .planning/ directory with:
.planning/
├── PROJECT.md # Project context and vision
├── config.json # Workflow preferences
├── REQUIREMENTS.md # Scoped requirements
├── ROADMAP.md # Phase structure
├── STATE.md # Project memory and state
├── research/ # Domain research outputs
├── phases/ # Phase-specific artifacts
│ ├── XX-name/
│ │ ├── XX-PLAN.md
│ │ ├── XX-SUMMARY.md
│ │ ├── XX-CONTEXT.md
│ │ ├── XX-RESEARCH.md
│ │ ├── XX-VERIFICATION.md
│ │ └── XX-UAT.md
└── codebase/ # Codebase analysis
├── STACK.md
├── ARCHITECTURE.md
├── STRUCTURE.md
├── CONVENTIONS.md
├── TESTING.md
├── INTEGRATIONS.md
└── CONCERNS.md
Instead of asking "what should we build?", ask "what must be TRUE for the goal to be achieved?"
Forward: "Build authentication system" → task list Goal-Backward: "Users can securely access accounts" → derive what must exist
Each task commits independently with descriptive messages:
feat(01-01): implement user login
fix(01-02): fix password validation
test(01-03): add login tests
Plans complete within ~50% context usage to maintain quality:
Plans are grouped into waves for parallel execution:
Each agent, command, and workflow has its own SKILL.md with detailed instructions. Use:
@skills/gsd/agents/ for agent-specific help@skills/gsd/commands/ for command-specific help@skills/gsd/workflows/ for workflow-specific help@skills/gsd/references/ for reference documentationGSD Version: 1.0.0 Last Updated: 2026-01-19