ワンクリックで
ワンクリックで
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
| name | gsd-capture |
| description | Capture ideas, tasks, notes, and seeds to their destination |
<augment_skill_adapter>
gsd-capture or describes a task matching this skill.{{GSD_ARGS}}.{{GSD_ARGS}} as empty.When the workflow needs user input, prompt the user conversationally:
Use these Augment tools when executing GSD workflows:
launch-process for running commands (terminal operations)str-replace-editor for editing existing filesview for reading files and listing directoriessave-file for creating new filesgrep for searching code (or use MCP servers for advanced search)web-search, web-fetch for web queriesadd_tasks, view_tasklist, update_tasks for task managementWhen the workflow needs to spawn a subagent:
.augment/agents/ directory
</augment_skill_adapter>Mode routing:
| Flag | Destination | Workflow |
|---|---|---|
| (none) | Structured todo in .planning/todos/ | add-todo |
| --note | Timestamped note file, list, or promote | note |
| --backlog | ROADMAP.md backlog section (999.x) | add-backlog |
| --seed | .planning/seeds/SEED-NNN-slug.md | plant-seed |
| --list | Interactive todo browser + action router | check-todos |
<execution_context> @/home/delorenj/code/bhappy/.augment/get-shit-done/workflows/add-todo.md @/home/delorenj/code/bhappy/.augment/get-shit-done/workflows/note.md @/home/delorenj/code/bhappy/.augment/get-shit-done/workflows/add-backlog.md @/home/delorenj/code/bhappy/.augment/get-shit-done/workflows/plant-seed.md @/home/delorenj/code/bhappy/.augment/get-shit-done/workflows/check-todos.md @/home/delorenj/code/bhappy/.augment/get-shit-done/references/ui-brand.md </execution_context>
Arguments: {{GSD_ARGS}}Parse the first token of {{GSD_ARGS}}:
--note: strip the flag, pass remainder to note workflow--backlog: strip the flag, pass remainder to add-backlog workflow--seed: strip the flag, pass remainder to plant-seed workflow--list: pass remainder (optional area filter) to check-todos workflow