gsd-add-tests
Generate tests for a completed phase based on UAT criteria and implementation
Execute a trivial task inline — no subagents, no planning overhead
$ npx -y skills add open-gsd/gsd-core --skill gsd-fast --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gsd-fastContext preview
The summary Claude sees to decide when to auto-load this skill.
Execute a trivial task inline — no subagents, no planning overhead
name: gsd-fast description: "Execute a trivial task inline — no subagents, no planning overhead" argument-hint: "[task description]" allowed-tools: - Read - Write - Edit - Bash - Grep - Glob
<objective> Execute a trivial task directly in the current context without spawning subagents or generating PLAN.md files. For tasks too small to justify planning overhead: typo fixes, config changes, small refactors, forgotten commits, simple additions.
This is NOT a replacement for /gsd-quick — use /gsd-quick for anything that needs research, multi-step planning, or verification. /gsd-fast is for tasks you could describe in one sentence and execute in under 2 minutes. </objective>
<execution_context> @~/.claude/gsd-core/workflows/fast.md </execution_context>
<process> Execute end-to-end. </process>
Git. Ship. Done. A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Antigravity CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.
Repo: open-gsd/gsd-core
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase