KS
Killer-Skills

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

v1.0.0
GitHub

About this Skill

Perfect for AI Agents needing efficient workflow optimization and invocation capabilities. gsd-quick is a skill that invokes AI workflows by mentioning $gsd-quick, treating user text as arguments and mapping AskUserQuestion to request_user_input.

Features

Invokes AI workflows by mentioning $gsd-quick
Treats all user text after $gsd-quick as arguments
Maps AskUserQuestion to request_user_input for seamless interactions
Supports parameter mapping for header, question, and options
Translates Claude Code syntax to Codex compatible requests

# Core Topics

fnuAshutosh fnuAshutosh
[0]
[0]
Updated: 3/1/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 fnuAshutosh/Medimind/gsd-quick

Agent Capability Analysis

The gsd-quick MCP Server by fnuAshutosh 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 alternative, gsd-quick setup guide.

Ideal Agent Persona

Perfect for AI Agents needing efficient workflow optimization and invocation capabilities.

Core Value

Empowers agents to streamline interactions using $gsd-quick syntax, providing a seamless way to invoke workflows and map AskUserQuestion to request_user_input, leveraging parameter mappings like header and question.

Capabilities Granted for gsd-quick MCP Server

Invoking workflows with $gsd-quick syntax
Mapping AskUserQuestion to request_user_input for user input handling
Optimizing workflow interactions with efficient argument passing

! Prerequisites & Limits

  • Requires specific syntax invocation with $gsd-quick
  • Limited to workflows using AskUserQuestion and request_user_input mapping
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