What problem does it solve? Small, ad-hoc development tasks often fall outside structured milestone planning, leaving them untracked, uncommitted atomically, and disconnected from project state. This Skill runs quick tasks through a lightweight GSD workflow that preserves atomic commits and state tracking without the overhead of full planning ceremonies. ## Core Features & Use Cases - Quick Task Execution: Spawns a gsd-planner in quick mode plus gsd-executor agents, storing tasks in .planning/quick/ separate from planned phases. - State Tracking: Updates the STATE.md "Quick Tasks Completed" table instead of ROADMAP.md, keeping quick work visible in project history. - Composable Flags: Supports --discuss (lightweight discussion captured in CONTEXT.md), --research (focused research agent before planning), and --full (plan-checking plus post-execution verification), which can be combined. - Use Case: A developer needs to fix a small bug or add a minor config change. Instead of creating a full milestone plan, they run the quick workflow so the change is planned, executed, committed atomically, and recorded in STATE.md. ## Quick Start Ask the agent to run a quick task describing what you want done, optionally adding flags like --discuss or --full for extra rigor.