---
name: GSD Fast
slug: gsd-fast
category: Automation
description: GSD Fast executes a trivial task directly in the current context without spawning subagents or generating PLAN.md files. Use it for typo fixes, config changes, small refactors, forgotten commits, or simple additions that take under two minutes.
github: "https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-fast"
language: JavaScript
stars: 8257
forks: 573
install: "npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-fast ~/.claude/skills/gsd-fast"
installs_to: ~/.claude/skills/gsd-fast
source_path: skills/gsd-fast/SKILL.md
collection_size: 25
category_size: 1523
collection_url: "https://dirskills.com/collections/open-gsd/gsd-core"
added: 2026-08-15T06:51:03.051Z
last_synced: 2026-08-15T06:51:03.051Z
canonical_url: "https://dirskills.com/skills/gsd-fast"
---

# GSD Fast

GSD Fast executes a trivial task directly in the current context without spawning subagents or generating PLAN.md files. Use it for typo fixes, config changes, small refactors, forgotten commits, or simple additions that take under two minutes.

**Install:**

```bash
npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-fast ~/.claude/skills/gsd-fast
```

## README

<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>
@~/.claude/gsd-core/workflows/fast.md
</execution_context>

<process>
Execute end-to-end.
</process>
