Agent skill
gsd-quick
Quick single-phase GSD execution without full planning
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gsd-quick
SKILL.md
GSD Quick -- Single-Phase Execution
Execute a simple task in a fresh sub-agent context without full planning overhead.
What To Do
- Parse the task description
- Spawn ONE fresh Task agent with the task
- Verify the result
- No STATE.md or ROADMAP.md needed (too lightweight)
Use this for tasks completable in a single agent session (< 30 tool calls). For multi-phase tasks, use /gsd-plan instead.
Arguments
<task-description>: What to do (natural language)
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?