GS
gsd-fast
Execute a trivial task inline — no subagents, no planning overhead
Install
mkdir -p .claude/skills/gsd-fast-esteban-marketing && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15801" && unzip -o skill.zip -d .claude/skills/gsd-fast-esteban-marketing && rm skill.zipInstalls to .claude/skills/gsd-fast-esteban-marketing
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Execute a trivial task inline — no subagents, no planning overhead66 charsno explicit “when” trigger
About this skill
<objective>
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. </objective>
<execution_context> @.agent/get-shit-done/workflows/fast.md </execution_context>
<process> Execute the fast workflow from @.agent/get-shit-done/workflows/fast.md end-to-end. </process><success_criteria>
- The core objective stated in the context or workflow was perfectly achieved.
- Required output files or state updates are correctly written to disk.
- Operations are atomic and accurately logged. </success_criteria>
<failure_modes>
- Required input files (context, state, plans) may be missing or empty.
- Tools may fail due to incorrect parameters or unexpected system states.
- Agent may hallucinate completion without verifying final file contents. </failure_modes>