gsd-quick

Execute small GSD quick tasks with atomic commits and state tracking.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-quick-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-quick
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-quick-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you execute small, ad-hoc tasks with GSD guarantees while avoiding the overhead of the full planning pipeline.

Core Features & Use Cases

  • Quick execution: Handles short, well-defined tasks end to end with atomic commits and state tracking.
  • Optional quality gates: Supports discussion, research, validation, and full workflows when more certainty is needed.
  • Workflow continuation: Lets you list, inspect, and resume quick tasks from .planning/quick/.
  • Use case: Use it when you already know the exact change or action you want and need a fast, structured completion path.

Quick Start

Ask the assistant to run the quick GSD workflow for your task with any needed flags such as discuss, research, validate, or full.

Frequently Asked Questions about gsd-quick

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

FAQPage Schema
How do I run quick workflow automation tasks with atomic commits?

Run quick workflow automation tasks with atomic commits by initiating the GSD quick workflow, which processes short changes end-to-end and tracks execution state automatically in `.planning/quick/`.

What is the best way to resume an interrupted ad hoc workflow task?

Resume an interrupted ad hoc workflow task by listing and inspecting saved state artifacts in `.planning/quick/`, allowing you to continue execution exactly where the previous session stopped.

Can I add discussion and validation steps to a quick task execution?

Yes, you can add discussion and validation steps to quick task execution by applying optional quality gate flags—such as `discuss`, `research`, `validate`, or `full`—when starting the workflow.

When do I need state tracking for quick ad hoc code changes?

State tracking for quick ad hoc code changes is needed when you require atomic commits and the ability to safely pause and resume work, ensuring no workflow progress is lost between sessions.

Does quick task execution support full quality gates for workflow validation?

Yes, quick task execution supports full quality gates for workflow validation, allowing you to apply research and validation checks to small changes without engaging the full planning pipeline.