Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/delorenj/bhappy --skill gsd-capture명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Generate tests for a completed phase based on UAT criteria and implementation
SOC 직업 분류 기준
SKILL.md 표시 중
| 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