What problem does it solve? Small, ad-hoc coding tasks often bypass structured workflows, leaving no commit discipline, no state tracking, and no record of what was done. This Skill runs quick tasks through the GSD system with atomic commits and STATE.md tracking while skipping heavyweight optional phases. ## Core Features & Use Cases - Quick Task Execution: Spawns gsd-planner (quick mode) and gsd-executor agents, storing tasks in .planning/quick/ separate from planned phases. - Composable Flags: --discuss adds a lightweight discussion phase capturing decisions in CONTEXT.md, --research spawns a focused research agent, and --full enables plan-checking and post-execution verification. - State Tracking: Updates the STATE.md "Quick Tasks Completed" table without touching ROADMAP.md. - Use Case: You need to fix a small bug or rename a module across the repo. Run the quick workflow to get the change planned, executed, committed atomically, and recorded in STATE.md without full milestone ceremony. ## Quick Start Ask the assistant to run the gsd-quick skill with your task description, optionally adding flags like --discuss, --research, or --full for extra rigor.