gsd-verify-work
GitHub通过对话式用户验收测试(UAT)验证已构建功能的可用性。按阶段执行端到端测试,记录结果,并在发现问题时自动诊断、规划修复方案,为后续执行做准备。
Trigger Scenarios
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-verify-work -g -y
SKILL.md
Frontmatter
{
"name": "gsd-verify-work",
"description": "Validate built features through conversational UAT",
"allowed-tools": [
"Read",
"Bash",
"Glob",
"Grep",
"Edit",
"Write",
"Agent"
],
"argument-hint": "[phase number, e.g., '4'] [--ws <name>]"
}
Purpose: Confirm what Claude built actually works from user's perspective. One test at a time, plain text responses, no interrogation. When issues are found, automatically diagnose, plan fixes, and prepare for execution.
Output: {phase_num}-UAT.md tracking all test results. If issues found: diagnosed gaps, verified fix plans ready for /gsd:execute-phase
<execution_context> @$HOME/.claude/get-shit-done/workflows/verify-work.md @$HOME/.claude/get-shit-done/templates/UAT.md </execution_context>
Context files are resolved inside the workflow (init verify-work) and delegated via <files_to_read> blocks.
Version History
- 581d130 Current 2026-07-19 09:11


