KS
Killer-Skills

gsd-quick — how to use gsd-quick how to use gsd-quick, gsd-quick setup guide, gsd-quick alternative, gsd-quick vs other AI skills, what is gsd-quick, gsd-quick install, gsd-quick documentation, request_user_input mapping, AskUserQuestion syntax

v1.0.0
GitHub

About this Skill

Perfect for Task Management Agents needing efficient workflow invocation and user input handling. gsd-quick is a skill that enables developers to invoke its functionality using $gsd-quick, treating all user text after the invocation as {{GSD_ARGS}}.

Features

Invoked using $gsd-quick command
Treats all user text after $gsd-quick as {{GSD_ARGS}}
Supports request_user_input mapping for GSD workflows
Translates AskUserQuestion to Codex request_user_input
Maps parameters such as header and question

# Core Topics

NUbivek NUbivek
[0]
[0]
Updated: 3/5/2026

Quality Score

Top 5%
29
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add NUbivek/Searchbar3/gsd-quick

Agent Capability Analysis

The gsd-quick MCP Server by NUbivek is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use gsd-quick, gsd-quick setup guide, gsd-quick alternative.

Ideal Agent Persona

Perfect for Task Management Agents needing efficient workflow invocation and user input handling.

Core Value

Empowers agents to streamline workflows using $gsd-quick invocation and features like request_user_input for seamless user interaction, leveraging AskUserQuestion syntax from Claude Code and parameter mapping for headers, questions, and options.

Capabilities Granted for gsd-quick MCP Server

Invoking workflows with $gsd-quick for rapid task management
Utilizing request_user_input for interactive user prompts
Mapping AskUserQuestion parameters for efficient question handling

! Prerequisites & Limits

  • Requires $gsd-quick invocation for skill activation
  • Limited to Codex skill adapter compatibility
Project
SKILL.md
2.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

<codex_skill_adapter>

A. Skill Invocation

  • This skill is invoked by mentioning $gsd-quick.
  • Treat all user text after $gsd-quick as {{GSD_ARGS}}.
  • If no arguments are present, treat {{GSD_ARGS}} as empty.

B. AskUserQuestion → request_user_input Mapping

GSD workflows use AskUserQuestion (Claude Code syntax). Translate to Codex request_user_input:

Parameter mapping:

  • headerheader
  • questionquestion
  • Options formatted as "Label" — description{label: "Label", description: "description"}
  • Generate id from header: lowercase, replace spaces with underscores

Batched calls:

  • AskUserQuestion([q1, q2]) → single request_user_input with multiple entries in questions[]

Multi-select workaround:

  • Codex has no multiSelect. Use sequential single-selects, or present a numbered freeform list asking the user to enter comma-separated numbers.

Execute mode fallback:

  • When request_user_input is rejected (Execute mode), present a plain-text numbered list and pick a reasonable default.

C. Task() → spawn_agent Mapping

GSD workflows use Task(...) (Claude Code syntax). Translate to Codex collaboration tools:

Direct mapping:

  • Task(subagent_type="X", prompt="Y")spawn_agent(agent_type="X", message="Y")
  • Task(model="...") → omit (Codex uses per-role config, not inline model selection)
  • fork_context: false by default — GSD agents load their own context via <files_to_read> blocks

Parallel fan-out:

  • Spawn multiple agents → collect agent IDs → wait(ids) for all to complete

Result parsing:

  • Look for structured markers in agent output: CHECKPOINT, PLAN COMPLETE, SUMMARY, etc.
  • close_agent(id) after collecting results from each agent </codex_skill_adapter>
<objective> Execute small, ad-hoc tasks with GSD guarantees (atomic commits, STATE.md tracking).

Quick mode is the same system with a shorter path:

  • Spawns gsd-planner (quick mode) + gsd-executor(s)
  • Quick tasks live in .planning/quick/ separate from planned phases
  • Updates STATE.md "Quick Tasks Completed" table (NOT ROADMAP.md)

Default: Skips research, plan-checker, verifier. Use when you know exactly what to do.

--full flag: Enables plan-checking (max 2 iterations) and post-execution verification. Use when you want quality guarantees without full milestone ceremony. </objective>

<execution_context> @./.codex/get-shit-done/workflows/quick.md </execution_context>

<context> {{GSD_ARGS}}

Context files are resolved inside the workflow (init quick) and delegated via <files_to_read> blocks. </context>

<process> Execute the quick workflow from @./.codex/get-shit-done/workflows/quick.md end-to-end. Preserve all workflow gates (validation, task description, planning, execution, state updates, commits). </process>

Related Skills

Looking for an alternative to gsd-quick or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication