gsd-quick

Execute quick GSD tasks with atomic commits and STATE.md tracking.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-quick-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-quick
Command: npx skills add https://github.com/rkz91/coco --skill gsd-quick-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute a quick task with GSD guarantees (atomic commits, STATE.md tracking) but skip optional agents

Core Features & Use Cases

  • Spawns gsd-planner (quick mode) + gsd-executor(s)
  • Quick tasks live in .planning/quick/ and updates STATE.md "Quick Tasks Completed" table
  • Default: Skips research, discussion, plan-checker, verifier. Use when you know exactly what to do.

Quick Start

Use gsd-quick on a task description to execute it in quick mode with guaranteed state tracking.

Frequently Asked Questions about gsd-quick

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

FAQPage Schema
How do I execute quick tasks with deterministic commits and state tracking?

To execute quick tasks with deterministic commits and state tracking, apply a task description to gsd-quick. It spawns a planner and executor in quick mode, ensuring atomic commits while skipping optional agents.

What is the best way to run rapid prototyping or data transformations without optional agents?

For rapid prototyping or data transformations without optional agents, use gsd-quick mode. It skips research, discussion, plan-checking, and verification, applying only deterministic commits and STATE.md tracking.

Can I use quick mode for maintenance fixes and still update STATE.md?

Yes, you can use quick mode for maintenance fixes and still update STATE.md. The skill logs completed items in the Quick Tasks Completed table within the .planning/quick/ directory.

Does gsd-quick skip the research and verifier agents?

Yes, gsd-quick skips research, discussion, plan-checker, and verifier agents by default. This allows fast execution for well-scoped tasks where you know exactly what to do.

When should I not use quick mode for task management?

You should not use quick mode for task management when the task is poorly scoped or requires research, discussion, and plan verification. It is designed only for small, well-scoped tasks where you want fast results.

How does state tracking work for quick tasks in .planning/quick/?

State tracking for quick tasks in .planning/quick/ works by enforcing deterministic commits and updating STATE.md. It logs each completed item in a dedicated Quick Tasks Completed table.