gsd-quick

Execute small ad-hoc tasks with atomic commits and state tracking.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-quick-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/gsd/gsd-quick
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-quick-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you complete small ad-hoc tasks quickly while preserving GSD-style guarantees like atomic commits and state tracking, without running the full quality pipeline.

Core Features & Use Cases

  • Quick GSD workflow: Runs planning and execution for short tasks using the quick-mode pipeline and updates STATE.md for tracking.
  • Task state management: Creates separate quick task artifacts under .planning/quick/ and records progress in SUMMARY.md.
  • Quality control options: Lets you choose lightweight execution (default) or enable additional guardrails with --validate, --discuss, and --research (or --full).

Quick Start

Run /gsd:quick "my task description" to execute a quick GSD-guaranteed task in quick mode.

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 tasks with atomic commits and state tracking?

You can run quick task execution by providing a task description to initiate the planner executor workflow. It coordinates planning and execution while maintaining atomic commits and tracking progress via STATE.md and SUMMARY.md artifacts under .planning/quick/.

What is the best way to resume an in-progress workflow orchestration session by slug?

Resuming in-progress sessions by slug involves parsing the resume subcommand and sanitizing the slug identifier. The system checks the task status by slug and delegates work to the quick workflow to continue execution from the last saved state.

Can I enable additional validation and research guardrails for quick task execution?

Quick task execution lets you choose lightweight execution by default or enable additional guardrails using --validate, --discuss, and --research flags, or by passing --full. These options apply stricter quality control checks during the planner executor workflow.

Does task state management track progress automatically in markdown files?

Task state management automatically updates completion state via STATE.md and records progress in SUMMARY.md. It creates separate quick task artifacts under .planning/quick/ to ensure every ad-hoc task is tracked without requiring manual logging.

When should I use a quick task workflow instead of a full quality pipeline?

Use the quick task workflow for small ad-hoc tasks when you need a shorter execution path than the full pipeline. It preserves safeguards like atomic commits and state tracking while bypassing comprehensive quality validation for faster completion.

How do I list all currently tracked tasks in the quick workflow?

Listing tracked tasks requires parsing the list subcommand within the quick workflow. The system delegates the request to query existing state records and presents all currently tracked quick task sessions stored under .planning/quick/.