From GSD Core
Executes trivial tasks (typo fixes, config changes, small refactors) inline without subagents or planning overhead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core: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/gsd-core/workflows/fast.md </execution_context>
Execute end-to-end.npx claudepluginhub open-gsd/gsd-coreExecutes small, self-contained tasks like bug fixes, config changes, or minor refactors without full workflow overhead and with atomic commits.
Executes ad-hoc tasks via spawned executor subagent with atomic commits and .planning/quick/ tracking. For small self-contained work, skips full plan/review.
Lightweight plan→implement→optional PR workflow for small, bounded changes that don't need subagent dispatch or two-stage review. Direct-commit by default with opt-in synthesize path.