Skip to main content
Generaldavepoon

gsd:fast

Execute a trivial task inline — no subagents, no planning overhead

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--fast
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/fast/SKILL.md -o .claude/skills/fast.md

Drops the SKILL.md into .claude/skills/fast.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Execute a trivial task directly in the current context without spawning subagents or generating PLAN.md files. For tasks too small to justify planning overhead: typo fixes, config changes, small refactors, forgotten commits, simple additions.

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.

@${CLAUDE_PLUGIN_ROOT}/workflows/fast.md Execute the fast workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/fast.md end-to-end.