Agent skill
gsd:execute-phase
Execute phase tasks using wave-based parallel execution
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/execute-phase-meme-lords-granhackaria-run1
SKILL.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
- Load phase-plan.md for task list
- Identify independent tasks for parallel execution
- Execute tasks in waves (parallel where possible)
- Create atomic commits per task
- Handle deviations automatically (bugs, missing functionality, blocking)
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?