Agent skill
gsd-execute
Execute a planned phase in a fresh agent context
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gsd-execute
SKILL.md
GSD Execute -- Fresh-Context Phase Execution
Execute a specific phase from the plan in a fresh agent context to prevent context rot.
What To Do
- Read the plan: Load ROADMAP.md and find the specified phase.
- Read current state: Load STATE.md for decisions from previous phases.
- Spawn a fresh agent using Task tool with clean 200K context.
- Agent executes tasks: Follow XML task structure, run verification, create atomic commits.
- Update STATE.md with completion status, decisions, and files modified.
Wave execution
Launch multiple Task agents simultaneously for independent phases in the same wave.
Arguments
<phase-number>: Which phase to execute--wave: Execute all tasks in current wave in parallel--dry-run: Show what would be executed without changes
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?