gsd-fast

Execute single-sentence trivial tasks inline without planning artifacts.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-fast-gesmith0606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-fast
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/gsd-fast
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-fast-gesmith0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute a trivial task inline without spawning subagents or generating PLAN.md files, eliminating planning overhead for small fixes.

Core Features & Use Cases

  • Inline execution of trivial tasks without planning artifacts
  • Suitable for quick fixes, minor config tweaks, typos, and small refactors
  • Use Case: describe a one-sentence task and have it executed immediately in the current context

Quick Start

Describe the task in a single sentence and request immediate inline execution

Frequently Asked Questions about gsd-fast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute quick config changes without generating unnecessary planning files?

To execute quick config changes without planning files, you can use an inline workflow that processes one-sentence tasks directly, bypassing the creation of planning artifacts like PLAN.md for trivial fixes.

What is the best way to handle small code refactors that take under two minutes?

The best way to handle small code refactors under two minutes is inline execution, which directly applies the minor tweak in the current context without spawning subagents or adding planning overhead.

When should I use inline execution instead of a full planning workflow for coding tasks?

You should use inline execution instead of a full planning workflow when your coding task is trivial, can be described in a single sentence, and completed in under two minutes, such as fixing a typo or adjusting a config.

Can I run a single-step task immediately without spawning subagents?

Yes, you can run a single-step task immediately without spawning subagents by requesting inline execution, which handles trivial tasks directly in the current context without subagent overhead.

Does inline task execution work for small refactors without creating a PLAN.md file?

Yes, inline task execution works for small refactors by directly applying changes in the current context, deliberately eliminating the generation of PLAN.md files and other planning artifacts.

What are the limitations of using a no-planning workflow for coding tasks?

The limitations of a no-planning workflow include its restriction to trivial tasks completable in under two minutes; complex coding tasks requiring multi-step planning or subagent spawning are not suitable for this inline approach.