gsd:execute-phase
Execute phase tasks using wave-based parallel execution
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-execute-phase && cp -r /tmp/gsd-execute-phase/.claude/skills/gsd/commands/execute-phase ~/.claude/skills/gsd-execute-phaseSKILL.md
# GSD Execute Phase Executes phase tasks using wave-based parallel execution with gsd-executor agent. ## When to Use - Running a planned phase - Executing tasks in parallel waves - Following structured development workflow ## Process 1. Load phase-plan.md for task list 2. Identify independent tasks for parallel execution 3. Execute tasks in waves (parallel where possible) 4. Create atomic commits per task 5. Handle deviations automatically (bugs, missing functionality, blocking) 6. Request checkpoint verification between waves ## Wave Execution Rules - Independent tasks execute in parallel - Dependent tasks wait for dependencies - Deviations are handled per deviation rules - Checkpoints occur between waves ## Deviation Handling - BUG: Fix immediately in same context - MISSING: Implement if under 5 minutes - BLOCKING: Defer to backlog ## Success Criteria All phase tasks completed with atomic commits. ## Related Skills @skills/gsd/agents/executor - Agent that executes tasks @skills/gsd/commands/plan-phase - Creates phase plans
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.
Get Shit Done (GSD) - A comprehensive project management system for solo developers using Claude agents
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.
Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.
Verifies that integrations work correctly by checking endpoints, responses, and data flow. Spawned by /gsd:complete-milestone orchestrator.
Researches phase implementation for planning. Spawned by /gsd:plan-phase or /gsd:research-phase orchestrators.
Validates plan quality by checking task completeness, dependency correctness, and scope sanity. Spawned by /gsd:plan-phase orchestrator.