From gsd
Executes trivial tasks (typo fixes, config changes, small refactors) directly without subagents or planning overhead. Use for one-sentence tasks under 2 minutes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd:fast [task description][task description]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
This is NOT a replacement for /gsd:quick — use /gsd:quick for anything that needs research, multi-step planning, or verification. /gsd:fast is for tasks you could describe in one sentence and execute in under 2 minutes.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/fast.md </execution_context>
Execute the fast workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/fast.md end-to-end.npx claudepluginhub jnuyens/gsd-pluginExecutes trivial tasks (typo fixes, config changes, small refactors, simple additions) directly without subagents or planning overhead.
Executes small, self-contained tasks like bug fixes, config changes, and dependency updates without full workflow overhead. Skips multi-AI research and validation for fast turnaround.
Executes a small-task plan from chat or a TASK-*.md file, making code changes, running commands, and verifying acceptance criteria. Ends with commit or commit-and-push options.