gsd-fast

Execute trivial tasks directly in the current context without subagents.

Updated May 3, 2026
One-click install
npx skills add https://github.com/ThiagoVitale/endless-crystal --skill gsd-fast-thiagovitale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-fast
Source: https://github.com/ThiagoVitale/endless-crystal/tree/main/.codex/skills/gsd-fast
Command: npx skills add https://github.com/ThiagoVitale/endless-crystal --skill gsd-fast-thiagovitale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the execution of quick, low-complexity tasks inline, eliminating the need for subagents or extensive planning.

Core Features & Use Cases

  • Direct Task Execution: Perform tasks directly within the current context without spawning subagents or generating planning files.
  • No Planning Overhead: Ideal for small, straightforward tasks that can be described in one sentence and executed under 2 minutes.
  • Use Case: Quickly fix a typo, make a configuration change, or perform a small refactor without the need for complex workflows.

Quick Start

Execute a trivial task inline with $gsd-fast <task>.

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 spawning subagents?

Quick config changes can be executed directly inline without subagents by triggering a trivial task action in the current context. This eliminates planning overhead, allowing simple modifications to be processed instantly within the active session.

What is the best way to perform small refactors inline?

Small refactors are best performed inline by executing a direct task action without generating planning files. This approach skips complex workflows and handles straightforward code adjustments instantly within the existing context.

Can I fix typos directly in the current context without planning files?

Typo fixes can be applied directly in the current context without creating planning files. By executing a trivial task inline, simple text corrections are processed immediately without the overhead of extensive planning or subagent generation.

Does inline processing work for tasks that take under 2 minutes?

Inline processing works effectively for tasks that take under 2 minutes to complete. It is designed specifically for straightforward actions described in one sentence, executing them directly without spawning subagents.

When should I not use direct task execution for code modifications?

Direct task execution should not be used for complex code modifications requiring multi-step planning or subagent coordination. It is strictly designed for trivial, low-complexity tasks like typo fixes and small config changes.

Why does inline task execution skip subagents and planning overhead?

Inline task execution skips subagents and planning overhead to provide instant results for low-complexity tasks. By operating directly in the current context, it eliminates unnecessary workflow steps for simple actions.