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 and targeted reads.
</context>
<process>
**Follow the check-todos workflow** from `@{{PLATFORM_ROOT}}/get-shit-done/workflows/check-todos.md`.
init todosThe workflow handles all logic including:
- Todo existence checking
- Area filtering
- Interactive listing and selection
- Full context loading with file summaries
- Roadmap correlation checking
- Action offering and execution
- STATE.md updates
- Git commits
<objective>
列出所有待办事项,支持选择,加载所选待办事项的完整上下文,并路由到相应的操作。
将路由到check-todos工作流,该工作流负责处理:
- 待办事项计数和按领域筛选列出
- 支持完整上下文加载的交互式选择
- 路线图相关性检查
- 操作路由(立即处理、添加到阶段、头脑风暴、创建阶段)
- STATE.md更新和git提交 </objective>
<execution_context>
@{{PLATFORM_ROOT}}/get-shit-done/workflows/check-todos.md
</execution_context>
<context>
参数:$ARGUMENTS(可选的领域筛选器)
待办事项状态和路线图相关性将在工作流中通过和定向读取加载。
</context>
<process>
**遵循`@{{PLATFORM_ROOT}}/get-shit-done/workflows/check-todos.md`中的check-todos工作流**。
init todos该工作流处理所有逻辑,包括:
- 待办事项存在性检查
- 领域筛选
- 交互式列出和选择
- 包含文件摘要的完整上下文加载
- 路线图相关性检查
- 操作提供与执行
- STATE.md更新
- Git提交