What problem does it solve?
This Skill removes the overhead of full GSD milestone workflows for small, well-defined ad-hoc tasks, letting you complete work quickly while still maintaining critical guarantees like atomic commits and STATE.md progress tracking.
Core Features & Use Cases
- Lightweight GSD Execution: Runs the quick GSD workflow path for small tasks, storing work in
.planning/quick/ separate from full milestone phases to avoid clutter.
- Optional Quality Flags: Add
--discuss to clarify ambiguous requirements upfront, --research to investigate implementation approaches before planning, or --full to enable plan checking and post-execution verification for higher quality guarantees.
- Use Case: Ideal for fast, low-overhead work like small bug fixes or configuration tweaks where you already know the implementation steps, but still want commit hygiene and state tracking without full milestone ceremony.
Quick Start
Invoke the gsd-quick skill with a clear description of your small, well-defined task to execute it with GSD guarantees, skipping optional agents and full milestone overhead.