
Gsd:Execute Phase
- 2 installs
- 8 repo stars
- Updated January 20, 2026
- ctsstc/get-shit-done-skills
Helps with ai & agent building tasks.
About
gsd:execute-phase is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- gsd:execute-phase
- AI & Agent Building
- AI-coding skill
Gsd:Execute Phase by the numbers
- 2 all-time installs (skills.sh)
- Ranked #13,958 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ctsstc/get-shit-done-skills --skill gsdexecute-phaseAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 8 |
| Last updated | January 20, 2026 |
| Repository | ctsstc/get-shit-done-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
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