gsd-capture

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<objective> Capture ideas, tasks, notes, and seeds to their appropriate destination in the GSD system.
Mode routing:
  • default (no flag): Capture as a structured todo for later work → add-todo workflow
  • --note: Zero-friction idea capture (append/list/promote) → note workflow
  • --backlog: Add an idea to the backlog parking lot (999.x numbering) → add-backlog workflow
  • --seed: Capture a forward-looking idea with trigger conditions → plant-seed workflow
  • --list: List pending todos and select one to work on → check-todos workflow
  • --list-seeds: List/audit captured seeds (optional status filter) → list-seeds workflow </objective>
<routing>
FlagDestinationWorkflow
(none)Structured todo in .planning/todos/add-todo
--noteTimestamped note file, list, or promotenote
--backlogROADMAP.md backlog section (999.x)add-backlog
--seed.planning/seeds/SEED-NNN-slug.mdplant-seed
--listInteractive todo browser + action routercheck-todos
--list-seedsRead-only seed list/audit (optional status filter)list-seeds
</routing>
<execution_context> @/.claude/gsd-core/workflows/add-todo.md @/.claude/gsd-core/workflows/note.md @/.claude/gsd-core/workflows/add-backlog.md @/.claude/gsd-core/workflows/plant-seed.md @/.claude/gsd-core/workflows/check-todos.md @/.claude/gsd-core/workflows/list-seeds.md @~/.claude/gsd-core/references/ui-brand.md </execution_context>
<context> Arguments: $ARGUMENTS
Parse the first token of $ARGUMENTS:
  • If it is
    --note
    : strip the flag, pass remainder to note workflow
  • If it is
    --backlog
    : strip the flag, pass remainder to add-backlog workflow
  • If it is
    --seed
    : strip the flag, pass remainder to plant-seed workflow
  • If it is
    --list-seeds
    : strip the flag, pass remainder (optional status filter) to list-seeds workflow
  • If it is
    --list
    : pass remainder (optional area filter) to check-todos workflow
  • Otherwise: pass all of $ARGUMENTS to add-todo workflow </context>
<process> 1. Parse the leading flag (if any) from $ARGUMENTS. 2. Load and execute the appropriate workflow end-to-end based on the routing table above. 3. Preserve all workflow gates from the target workflow (directory structure, duplicate detection, commits, etc.). </process>
<objective> 将想法、任务、笔记和创意种子传递至GSD系统中的对应目标位置。
模式路由:
  • default(无标记):作为结构化待办事项捕捉,供后续处理 → add-todo 工作流
  • --note:零阻力想法捕捉(追加/列表/升级)→ note 工作流
  • --backlog:将想法添加至待办储备区(编号为999.x)→ add-backlog 工作流
  • --seed:捕捉带有触发条件的前瞻性想法 → plant-seed 工作流
  • --list:列出待处理待办事项并选择一项进行处理 → check-todos 工作流
  • --list-seeds:列出/审核已捕捉的创意种子(可选状态筛选)→ list-seeds 工作流 </objective>
<routing>
标记目标位置工作流
(无).planning/todos/ 中的结构化待办事项add-todo
--note带时间戳的笔记文件、列表或升级项note
--backlogROADMAP.md 的待办储备区章节(999.x)add-backlog
--seed.planning/seeds/SEED-NNN-slug.mdplant-seed
--list交互式待办事项浏览器 + 操作路由check-todos
--list-seeds只读创意种子列表/审核(可选状态筛选)list-seeds
</routing>
<execution_context> @/.claude/gsd-core/workflows/add-todo.md @/.claude/gsd-core/workflows/note.md @/.claude/gsd-core/workflows/add-backlog.md @/.claude/gsd-core/workflows/plant-seed.md @/.claude/gsd-core/workflows/check-todos.md @/.claude/gsd-core/workflows/list-seeds.md @~/.claude/gsd-core/references/ui-brand.md </execution_context>
<context> 参数:$ARGUMENTS
解析$ARGUMENTS的第一个标记:
  • 如果是
    --note
    :移除该标记,将剩余内容传递至note工作流
  • 如果是
    --backlog
    :移除该标记,将剩余内容传递至add-backlog工作流
  • 如果是
    --seed
    :移除该标记,将剩余内容传递至plant-seed工作流
  • 如果是
    --list-seeds
    :移除该标记,将剩余内容(可选状态筛选器)传递至list-seeds工作流
  • 如果是
    --list
    :将剩余内容(可选领域筛选器)传递至check-todos工作流
  • 否则:将全部$ARGUMENTS传递至add-todo工作流 </context>
<process> 1. 从$ARGUMENTS中解析开头的标记(如有)。 2. 根据上述路由表加载并完整执行对应的工作流。 3. 保留目标工作流的所有工作流控制环节(目录结构、重复检测、提交等)。 </process>