gsdGet 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.
Install via ClawdBot CLI:
clawdbot install oleg-schmidt/gsdGSD (Get Shit Done) provides a complete workflow for taking projects from idea to execution through systematic planning, research, and phase-based development.
Full workflow port from Claude Code - Includes:
This is the complete GSD system, not a simplified version.
What would you like to do?
Core workflow commands:
Flags:
plan-phase [N] --research - Force re-research before planningplan-phase [N] --skip-research - Skip research, plan directlyplan-phase [N] --gaps - Gap closure mode (after verification finds issues)plan-phase [N] --skip-verify - Skip plan verification loopexecute-phase [N] --gaps-only - Execute only gap closure plansUsage:
/gsd new-project - Start a new project/gsd plan-phase 1 - Plan phase 1/gsd execute-phase 1 - Execute phase 1/gsd progress - Check where you are and what's next/gsd debug "button doesn't work" - Start debugging session/gsd quick - Quick ad-hoc task without full ceremonyWhat GSD does:
Based on user input, route to appropriate workflow:
| Intent | Workflow |
|--------|----------|
| "new project", "initialize", "start project" | workflows/new-project.md |
| "new-project" (explicit) | workflows/new-project.md |
| "plan phase", "plan-phase", "create plan" | workflows/plan-phase.md |
| "execute phase", "execute-phase", "start work" | workflows/execute-phase.md |
| "progress", "status", "where am I" | workflows/progress.md |
| "debug", "investigate", "bug", "issue" | workflows/debug.md |
| "quick", "quick task", "ad-hoc" | workflows/quick.md |
| "discuss phase", "discuss-phase", "context" | workflows/discuss-phase.md |
| "verify", "verify-work", "UAT", "test" | workflows/verify-work.md |
| "map codebase", "map-codebase", "analyze code" | workflows/map-codebase.md |
| "pause", "pause-work", "stop work" | workflows/pause-work.md |
| "resume", "resume-work", "continue" | workflows/resume-work.md |
| "add todo", "add-todo", "capture" | workflows/add-todo.md |
| "check todos", "check-todos", "todos", "list todos" | workflows/check-todos.md |
| "add phase", "add-phase" | workflows/add-phase.md |
| "insert phase", "insert-phase", "urgent phase" | workflows/insert-phase.md |
| "remove phase", "remove-phase", "delete phase" | workflows/remove-phase.md |
| "new milestone", "new-milestone", "next milestone" | workflows/new-milestone.md |
| "complete milestone", "complete-milestone", "archive" | workflows/complete-milestone.md |
| "audit milestone", "audit-milestone", "audit" | workflows/audit-milestone.md |
| "settings", "config", "configure" | workflows/settings.md |
Located in workflows/:
Located in agents/:
Located in references/:
Located in templates/:
GSD uses orchestrator + subagent pattern:
This allows:
/gsd new-project.planning/ directory structure created with all artifactsGenerated Mar 1, 2026
A tech startup uses GSD to rapidly develop a minimum viable product for a new mobile app. The workflow guides them from initial idea through deep research on competitors and tech stack, creates a phased roadmap, and executes development with parallel task waves, ensuring timely launch.
A large corporation employs GSD to migrate legacy systems to a cloud-based platform. The tool handles brownfield analysis with map-codebase, plans phases for incremental migration, and verifies each phase to minimize downtime and ensure data integrity during the transition.
An online retailer leverages GSD to add new features like AI-powered recommendations and payment integrations. It automates research on best practices, creates detailed execution plans with verification loops, and uses debug workflows to quickly resolve issues during deployment.
An edtech company uses GSD to build an interactive learning platform from scratch. The workflow facilitates deep context gathering with educators, researches pedagogical methods, and executes development in phases with UAT verification to ensure usability and educational effectiveness.
A healthcare provider adopts GSD to develop a HIPAA-compliant patient portal. The tool conducts automated research on regulatory requirements, plans phases with strict verification for security features, and uses pause-work for audits, ensuring compliance throughout the project lifecycle.
Companies integrate GSD into their development pipelines to streamline project delivery, offering it as a premium feature to clients. Revenue is generated through monthly or annual subscriptions based on usage tiers, with upsells for advanced workflows like debugging and milestone auditing.
Agencies use GSD to provide structured project management and execution services to clients across industries. Revenue comes from fixed-price contracts or hourly billing for phases like new-project setup, phase planning, and verification, leveraging the tool's systematic approach to ensure project success.
Large organizations license GSD for internal use to improve development efficiency and reduce time-to-market. Revenue is generated through one-time perpetual licenses or annual enterprise agreements, with additional fees for customization, training, and support services tailored to specific workflows.
π¬ Integration Tip
Integrate GSD early in project lifecycles by using new-project for initial setup and leveraging its routing to automate workflow selection based on user intents, ensuring seamless adoption across teams.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.