commands/gsd/capture.md
Mode routing:
| Flag | Destination | Workflow |
|---|---|---|
| (none) | Structured todo in .planning/todos/ | add-todo |
| --note | Timestamped note file, list, or promote | note |
| --backlog | ROADMAP.md backlog section (999.x) | add-backlog |
| --seed | .planning/seeds/SEED-NNN-slug.md | plant-seed |
| --list | Interactive todo browser + action router | check-todos |
<execution_context>
@/.claude/get-shit-done/workflows/add-todo.md
@/.claude/get-shit-done/workflows/note.md
@/.claude/get-shit-done/workflows/add-backlog.md
@/.claude/get-shit-done/workflows/plant-seed.md
@/.claude/get-shit-done/workflows/check-todos.md
@/.claude/get-shit-done/references/ui-brand.md
</execution_context>
Parse the first token of $ARGUMENTS:
--note: strip the flag, pass remainder to note workflow--backlog: strip the flag, pass remainder to add-backlog workflow--seed: strip the flag, pass remainder to plant-seed workflow--list: pass remainder (optional area filter) to check-todos workflow