Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Get Shit Done - Full project planning and execution workflow. Handles project initialization with deep context gathering, automated research, roadmap creation, phase planning, and execution with verification.
Get Shit Done - Full project planning and execution workflow. Handles project initialization with deep context gathering, automated research, roadmap creation, phase planning, and execution with verification.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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
Located in references/: questioning.md - Deep questioning techniques and context checklist ui-brand.md - UI/UX principles and brand guidelines
Located in templates/: project.md - PROJECT.md template requirements.md - REQUIREMENTS.md template research-project/ - Research output templates (STACK, FEATURES, ARCHITECTURE, PITFALLS, SUMMARY)
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>
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.