gsd-quick

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

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-quick-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-quick
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-quick-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute small, ad-hoc tasks with GSD guarantees (atomic commits, STATE.md tracking).

Core Features & Use Cases

  • Quick mode spawns gsd-planner (quick mode) + gsd-executor(s)
  • Quick tasks live in .planning/quick/ separate from planned phases
  • Updates STATE.md "Quick Tasks Completed" table (NOT ROADMAP.md)

Quick Start

Execute a predefined ad-hoc task using gsd-quick to ensure atomic commits and STATE.md updates.

Frequently Asked Questions about gsd-quick

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

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

To execute ad-hoc tasks with atomic commits and state tracking, use a quick mode workflow that spawns a planner and executors to process the tasks, update a STATE.md file, and store definitions under a dedicated planning directory.

What is the best way to track one-off development tasks separately from planned phases?

Tracking one-off development tasks separately from planned phases involves storing task definitions in a distinct quick tasks directory and logging completed results into a specific STATE.md table, ensuring deterministic state without modifying the main project roadmap.

Can I skip optional agents when automating quick tasks for faster execution?

Yes, you can skip optional agents when automating quick tasks. The quick execution mode supports skipping these agents to prioritize speed while still enforcing guaranteed execution gates throughout the planning and execution lifecycle.

How does state tracking work for fast, one-off code changes?

State tracking for fast code changes works by appending completed task results to a Quick Tasks Completed table within STATE.md. This enforces deterministic state preservation and maintains guaranteed execution gates without altering the broader roadmap.

When should I use a quick task workflow instead of a full planning phase?

You should use a quick task workflow instead of a full planning phase for small, ad-hoc tasks that require guaranteed execution and atomic commits but do not warrant updating the main project roadmap or engaging the complete planning lifecycle.