From GSD Core
Captures ideas, tasks, and notes into a GSD system — creates structured todos, timestamped notes, backlog items, and forward-looking seeds with trigger conditions. Also supports listing pending todos and auditing seeds.
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**: List/audit captured s...
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 list/audit (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-seeds: strip the flag, pass remainder (optional status filter) to list-seeds workflow--list: pass remainder (optional area filter) to check-todos workflownpx claudepluginhub wingerter/gsd-core/captureCaptures ideas, tasks, and notes into a GSD system — creates structured todos, timestamped notes, backlog items, and forward-looking seeds with trigger conditions. Also supports listing pending todos and auditing seeds.
/fire-todosCaptures and manages TODO items during development sessions; supports adding new tasks and listing pending todos grouped by area.
/noteAppend notes to capture ideas, list existing notes, or promote notes to todos for seamless task management.
/braindumpRapidly captures a stream of bullet-point ideas and tasks, classifies each as IDEA or TASK via heuristics, batch-creates files, commits, and optionally refines new IDEAs in parallel.
/craft-notebookLow-ceremony capture for ideas (half-formed, want to mature into stories), todos (concrete actions), and notes (durable project/team facts for future recall). One-line capture, conditional elaboration AUQ. Use BEFORE thoughts get forced into stories.
/noteCaptures an idea with zero friction — one write, one confirmation line. Also supports listing notes and promoting entries.