gsd-quick

Execute quick deterministic tasks with GSD and record results in STATE.md.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-quick-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-quick
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-quick
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-quick-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly complete ad-hoc tasks with reliable state tracking and atomic commits, removing manual coordination overhead.

Core Features & Use Cases

  • Spawns gsd-planner in quick mode and gsd-executor(s) for fast, deterministic task execution.
  • Writes results to STATE.md with a "Quick Tasks Completed" ledger to enable auditability.
  • Skips optional agents by default while still supporting optional flags to enable research, discussion, plan-checker, and verification when needed.

Quick Start

Run a targeted quick task using quick mode and have the system record the result 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 execute ad-hoc software engineering tasks with reliable state tracking?

To execute ad-hoc software engineering tasks with reliable state tracking, use a quick-mode executor that writes completed work directly to a STATE.md ledger. This ensures fast turnaround while maintaining auditable records and atomic commits.

What is the best way to automate quick tasks while skipping optional research phases?

The best way to automate quick tasks while skipping optional research phases is to use a quick workflow mode that omits optional agents by default. This approach prioritizes fast, deterministic execution while still supporting flags to enable research or verification when needed.

Do I need the GSD framework to run quick deterministic task execution?

Yes, you need the GSD framework to run quick deterministic task execution. The framework is required to spawn the quick planner and executors that handle the automated workflow and update the task completion ledger.

How does state tracking work for quick software automation tasks?

State tracking for quick software automation tasks works by recording results in a STATE.md file using a Quick Tasks Completed ledger. This mechanism ensures that every fast turnaround task remains fully auditable without manual coordination overhead.

Can I enable plan-checking and verification flags for quick workflow execution?

Yes, you can enable plan-checking and verification flags for quick workflow execution. Although quick mode skips optional agents by default to maximize speed, it supports configurable flags to activate discussion, research, full plan-checking, and verification.

When should I avoid using quick mode for task planning and execution?

You should avoid using quick mode for task planning and execution when your software engineering work requires deep research, extensive discussion, or complex multi-step verification by default, as quick mode skips these optional agents to prioritize fast, deterministic turnaround.