What problem does it solve?
Gsd-quick provides a fast, opinionated workflow for executing small, ad-hoc repository tasks while guaranteeing atomic commits and persistent state tracking. It removes the overhead of a full planning pipeline when you already know the desired change, letting you safely perform focused edits and automations without skipping essential commit and state bookkeeping.
Core Features & Use Cases
- Atomic commits & state tracking: Ensures changes are committed atomically and logged to STATE.md under the Quick Tasks Completed table.
- Lightweight orchestration: Spawns a quick planner and executor pair and runs tasks in .planning/quick, skipping research and discussion by default.
- Flag-driven quality controls: Supports --full to enable discussion/research/verification, --validate for plan-checking and post-run verification, and --discuss/--research for selective phases.
- Use case: Ideal for small bug fixes, documentation updates, single-file improvements, or one-off automation scripts where speed and traceability are both required.
Quick Start
Use gsd-quick to execute a focused repository task, produce an atomic commit, and update the STATE.md "Quick Tasks Completed" table.