gsd-verify-work

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<objective> Validate built features through conversational testing with persistent state.
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 {{COMMAND_PREFIX}}execute-phase </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/verify-work.md @{{PLATFORM_ROOT}}/get-shit-done/templates/UAT.md </execution_context>
<context> Phase: $ARGUMENTS (optional) - If provided: Test specific phase (e.g., "4") - If not provided: Check for active sessions or prompt for phase
Context files are resolved inside the workflow (
init verify-work
) and delegated via
<files_to_read>
blocks. </context>
<process> Execute the verify-work workflow from @{{PLATFORM_ROOT}}/get-shit-done/workflows/verify-work.md end-to-end. Preserve all workflow gates (session management, test presentation, diagnosis, fix planning, routing). </process>
<objective> 通过带持久化状态的对话式测试验证已构建的功能。
目的:从用户视角确认Claude构建的功能是否真正可用。每次进行一项测试,采用纯文本响应,无需质询。当发现问题时,自动诊断、规划修复方案并为执行做准备。
输出:{phase_num}-UAT.md,用于跟踪所有测试结果。如果发现问题:诊断出的差距、已验证的修复方案,准备好执行{{COMMAND_PREFIX}}execute-phase </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/verify-work.md @{{PLATFORM_ROOT}}/get-shit-done/templates/UAT.md </execution_context>
<context> 阶段:$ARGUMENTS(可选) - 若提供:测试特定阶段(例如:"4") - 若未提供:检查活动会话或提示输入阶段
上下文文件在工作流(
init verify-work
)中解析,并通过
<files_to_read>
块进行委托。 </context>
<process> 端到端执行@{{PLATFORM_ROOT}}/get-shit-done/workflows/verify-work.md中的verify-work工作流。 保留所有工作流关卡(会话管理、测试呈现、诊断、修复规划、路由)。 </process>