How this command is triggered — by the user, by Claude, or both
Slash command
/gsd-core:capture [--note | --backlog | --seed | --list | --list-seeds] [text]gsd/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<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 [status]**: Browse/audit...
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 |
| --list-seeds | Read-only seed browser (.planning/seeds/) + optional status filter | list-seeds |
<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>
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 workflownpx claudepluginhub therocketcodemx/gsd-core/captureCaptures ideas, tasks, notes, and seeds into a GSD system (todos, notes, backlog, seeds). Supports flags for different destinations and listing operations.
/captureCaptures and summarizes WebGPU frames from a browser page, reporting commands, draw calls, dispatches, and issues.
/captureDocuments a module, component, API, system, or technical topic by invoking the Archcore capture skill with the provided topic argument.
/captureCaptures decisions, learnings, patterns, context, tech-debt, or other memories to persistent storage with optional namespace, auto-detection, and interactive prompting.
/captureCaptures a free-form organizational context string into encrypted Rune memory, automatically inferring domain and adding a timestamp.