cyberneticlibrary

Execute simple inline tasks

gsd:fastskillsetup L13,035
davepoon/buildwithclaude
What it does

Execute trivial tasks inline without planning overhead

Best for

Quick fixes (typos, config tweaks, small refactors, forgotten commits) that don't justify planning overhead.

Inputs
  • · Task description (one sentence, <2 minute scope)
Outputs
  • · Completed task: code changes, config updates, file edits, commits
Preconditions
  • · Task scope small enough to describe in one sentence
  • · Expected completion time <2 minutes
  • · No research, multi-step planning, or verification needed
Failure modes
  • · Task scope too large → should use /gsd:quick instead
  • · Hidden dependencies discovered mid-execution → requires rollback
  • · Requires verification or testing → should use /gsd:quick
Trust signals
  • · No subagent overhead
  • · Fast execution path for trivial work