gsd-quick

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

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-quick-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-quick
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-quick-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages short-lived ad-hoc tasks with guaranteed atomic commits and STATE.md-based progress tracking, reducing manual coordination and drift in fast-moving projects.

Core Features & Use Cases

  • Guaranteed task integrity: atomic commits and traceable state updates ensure tasks can be completed and audited.
  • Quick mode for speed: spawns gsd-planner in quick mode plus lightweight executors, with tasks stored under .planning/quick/.
  • Progress governance: automatically updates the STATE.md Quick Tasks Completed table and supports list, status, and resume commands to monitor and rehydrate work.

Quick Start

Describe a task and let the system execute it with GSD guarantees, recording progress in STATE.md.

Frequently Asked Questions about gsd-quick

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

FAQPage Schema
How do I track ad-hoc task progress without losing state during rapid iterations?

Track ad-hoc task progress using STATE.md-based progress tracking with guaranteed atomic commits. This approach automatically updates a completed tasks table and supports list, status, and resume commands to rehydrate work.

What is the best way to automate planning and execution for fast-moving ad-hoc tasks?

Automate fast-moving ad-hoc tasks using a modular quick workflow that spawns a quick mode planner plus lightweight executors. This enables rapid planning, execution, and lightweight validation with optional full or partial quality gates.

How do I resume an interrupted ad-hoc task without manual coordination?

Resume interrupted ad-hoc tasks using the resume subcommand, which rehydrates work from the STATE.md file and .planning/quick/ directory. This ensures task integrity and traceable state updates without manual coordination.

Can I run lightweight validation on quick tasks without applying full quality gates?

Yes, you can run lightweight validation on quick tasks using the --validate flag. This applies partial quality gates to verify work without the overhead of the --full flag, ensuring quick iterations remain fast.

When should I not use a quick workflow for task automation?

Avoid using a quick workflow for task automation when a project requires comprehensive quality gates or long-term planning instead of rapid iterations. The quick workflow is designed for short-lived ad-hoc tasks with lightweight validation.