gsd-quick

Execute ad-hoc tasks with atomic commits and STATE.md tracking.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/NUbivek/Searchbar3 --skill gsd-quick-nubivek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/NUbivek/Searchbar3/tree/main/.codex/skills/gsd-quick
Command: npx skills add https://github.com/NUbivek/Searchbar3 --skill gsd-quick-nubivek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the execution of small, ad-hoc tasks with the robust guarantees of the Get Shit Done (GSD) system, including atomic commits and state tracking, while streamlining the process by skipping optional agents.

Core Features & Use Cases

  • Atomic Commits: Ensures that task progress is saved in discrete, version-controlled commits.
  • State Tracking: Maintains a clear record of task completion and progress in STATE.md.
  • Streamlined Execution: Skips non-essential agents like research and planning verification for faster task completion.
  • Use Case: Quickly update a configuration file, fix a minor bug, or refactor a small piece of code, knowing that the changes are tracked and committed atomically.

Quick Start

Execute a quick task to update the README with the latest feature list.

Frequently Asked Questions about gsd-quick

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

FAQPage Schema
How do I execute small ad-hoc coding tasks with atomic commits and state tracking?

To execute ad-hoc tasks with atomic commits and state tracking, use the quick mode for tasks in `.planning/quick/` which bypasses optional agents to ensure efficient, version-controlled progress updates.

Does the GSD quick mode bypass planning verification for faster task completion?

Yes, quick mode bypasses optional agents like research and planning verification to streamline execution. It maintains atomic commits and updates `STATE.md` while skipping non-essential steps for speed.

How do I enable plan-checking and post-execution verification for ad-hoc tasks?

To enable plan-checking and post-execution verification for ad-hoc tasks, use the `--full` flag. This activates enhanced quality assurance while still maintaining atomic commits and state tracking.

Where are completed quick tasks recorded for state tracking?

Completed quick tasks are recorded in the "Quick Tasks Completed" table within `STATE.md`. This ensures a clear, trackable record of task progress and completion alongside your atomic commits.

Can I use this workflow automation for minor bug fixes and configuration updates?

Yes, you can use this workflow automation for minor bug fixes, configuration updates, or small refactoring tasks. It guarantees atomic commits and state tracking while streamlining the execution process.