gsd-fast

Execute small, self-contained coding tasks inline without subagents or planning.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-fast-hadpadrahul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-fast
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-fast
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-fast-hadpadrahul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables immediate execution of tiny, self-contained tasks directly in the current context, eliminating the overhead of subagents or extensive planning for simple changes.

Core Features & Use Cases

  • Inline execution of trivial tasks without spawning additional agents.
  • No planning overhead or PLAN.md generation, enabling rapid one-shot fixes.
  • Use cases include quick typo fixes, minor config tweaks, and small refactors completed in a single session.

Quick Start

Fix a simple typo in a configuration file inline.

Frequently Asked Questions about gsd-fast

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

FAQPage Schema
How do I execute small inline code fixes without spawning subagents?

To execute small inline code fixes without subagents, you can perform one-sentence tasks directly in the current context. This approach skips planning overhead entirely, handling quick fixes and minor tweaks in a single session.

What is the best way to apply quick refactors without generating planning files?

The best way to apply quick refactors without generating planning files is using a planning-free execution method. It processes small, self-contained tasks inline, bypassing the creation of PLAN.md or extensive planning documents for rapid one-shot fixes.

Can I use inline task execution for minor configuration tweaks completed in under two minutes?

Yes, you can use inline task execution for minor configuration tweaks completed in under two minutes. It is designed specifically for self-contained tasks that require no external tools beyond the current context.

Does inline execution work for small typo fixes without external dependencies?

Inline execution works perfectly for small typo fixes without external dependencies. It operates with zero external tools, allowing you to correct trivial errors directly within your current environment.

When should I avoid planning-free inline execution?

You should avoid planning-free inline execution for tasks that cannot be described in one sentence or completed within two minutes. It is not suited for complex refactors requiring extensive planning or tasks needing external tools.

Why does inline task execution avoid creating PLAN.md files?

Inline task execution avoids creating PLAN.md files to eliminate planning overhead for trivial tasks. By skipping extensive planning, it enables rapid one-shot completion of small refactors and quick fixes directly in the current context.