gsd-quick

Execute small ad-hoc tasks with deterministic plans and atomic commits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/optivent/gsd-kimi-cli --skill gsd-quick
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/optivent/gsd-kimi-cli/tree/main/skills/gsd-quick
Command: npx skills add https://github.com/optivent/gsd-kimi-cli --skill gsd-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Quick Skill enables fast, deterministic execution of small, ad-hoc tasks within the GSD framework by skipping optional agents and focusing on rapid planning and atomic commits.

Core Features & Use Cases

  • Deterministic Quick Plans: Generates a minimal, 1-3 task plan that can be executed in isolated steps.
  • Atomic Execution & State Tracking: commits each task atomically and records outcomes in .planning/STATE.md.
  • Scoped Use Cases: ideal for bug fixes, small enhancements, and routine maintenance tasks that don't require research or verification.

Quick Start

Provide a brief task description to initiate a quick task workflow.

Frequently Asked Questions about gsd-quick

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

FAQPage Schema
How do I automate ad-hoc bug fixes and small maintenance tasks with state tracking?▼

You can automate ad-hoc tasks with state tracking by using a fast planner and executor pass to resolve small maintenance tasks, which then records outcomes directly in .planning/STATE.md.

What is the best way to execute small, well-scoped code changes without running full verification agents?▼

The best way to execute well-scoped code changes without verification agents is to use a deterministic quick planner that skips optional research steps and focuses on rapid, atomic execution.

How does atomic execution work for quick tasks in software engineering?▼

Atomic execution for quick tasks works by generating a minimal 1-3 task plan and committing each isolated step individually, ensuring deterministic outcomes while preserving existing roadmaps.

Can I use quick-task automation for large features that require extensive research?▼

No, quick-task automation is designed for small, well-scoped bug fixes and enhancements, and it explicitly skips the research and verification agents needed for complex feature development.

Where are quick task plans and execution states stored on disk?▼

Quick task plans and execution states are stored under the .planning/quick directory, with ongoing progress and final summaries tracked through updates to the STATE.md file.