gsd-check-todos

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<objective> List all pending todos, allow selection, load full context for the selected todo, and route to appropriate action.
Routes to the check-todos workflow which handles:
  • Todo counting and listing with area filtering
  • Interactive selection with full context loading
  • Roadmap correlation checking
  • Action routing (work now, add to phase, brainstorm, create phase)
  • STATE.md updates and git commits </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/check-todos.md </execution_context>
<context> Arguments: $ARGUMENTS (optional area filter)
Todo state and roadmap correlation are loaded in-workflow using
init todos
and targeted reads. </context>
<process> **Follow the check-todos workflow** from `@{{PLATFORM_ROOT}}/get-shit-done/workflows/check-todos.md`.
The workflow handles all logic including:
  1. Todo existence checking
  2. Area filtering
  3. Interactive listing and selection
  4. Full context loading with file summaries
  5. Roadmap correlation checking
  6. Action offering and execution
  7. STATE.md updates
  8. Git commits
</process>
<objective> 列出所有待办事项,支持选择,加载所选待办事项的完整上下文,并路由到相应的操作。
将路由到check-todos工作流,该工作流负责处理:
  • 待办事项计数和按领域筛选列出
  • 支持完整上下文加载的交互式选择
  • 路线图相关性检查
  • 操作路由(立即处理、添加到阶段、头脑风暴、创建阶段)
  • STATE.md更新和git提交 </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/check-todos.md </execution_context>
<context> 参数:$ARGUMENTS(可选的领域筛选器)
待办事项状态和路线图相关性将在工作流中通过
init todos
和定向读取加载。 </context>
<process> **遵循`@{{PLATFORM_ROOT}}/get-shit-done/workflows/check-todos.md`中的check-todos工作流**。
该工作流处理所有逻辑,包括:
  1. 待办事项存在性检查
  2. 领域筛选
  3. 交互式列出和选择
  4. 包含文件摘要的完整上下文加载
  5. 路线图相关性检查
  6. 操作提供与执行
  7. STATE.md更新
  8. Git提交
</process>