gsd-fast

Executes minor refactors and simple fixes directly without overhead.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-fast-nnexai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-fast
Source: https://github.com/nnexai/git-stacks/tree/main/.codex/skills/gsd-fast
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-fast-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of planning and subagent orchestration for minor, high-velocity tasks that do not require complex workflows or generated documentation.

Core Features & Use Cases

  • Inline Execution: Performs small refactors, typo fixes, and configuration updates directly in the current context.
  • Workflow Optimization: Bypasses the creation of PLAN.md, DISCUSSION-LOG.md, and other artifacts for simple, two-minute tasks.
  • Use Case: Quickly fix a broken import path or update a single line in a configuration file without triggering a full agentic planning cycle.

Quick Start

Invoke the skill by typing $gsd-fast followed by the specific task you want to perform immediately.

Frequently Asked Questions about gsd-fast

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

FAQPage Schema
How do I skip agentic planning overhead for simple code refactors?▼

To skip planning overhead for simple code refactors, execute trivial development tasks directly within your current agent context. This bypasses the creation of planning documents and subagent orchestration for high-velocity modifications.

Can I update configuration files without generating a full planning cycle?▼

Yes, you can update configuration files without a full planning cycle by executing minor adjustments inline. This workflow optimization prevents the generation of planning artifacts for simple two-minute tasks.

What is inline execution for trivial development tasks?▼

Inline execution for trivial development tasks is a mechanism that performs minor actions like typo fixes directly in the current context. It removes the friction of generated documentation and complex workflows for high-velocity changes.

How do I fix a broken import path quickly without triggering subagent orchestration?▼

To fix a broken import path quickly without subagent orchestration, perform the simple file modification directly in the current session. This requires adhering to specific tool-mapping protocols to maintain session integrity.

When should I not use fast-track inline task execution?▼

You should not use fast-track inline task execution for complex workflows or tasks that require generated documentation. It is exclusively designed for minor code refactors, configuration adjustments, and simple file modifications.