How this command is triggered — by the user, by Claude, or both
Slash command
/bettyjane:captureThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Capture what was worth remembering from the latest turn: distill it into durable notes and mint each as an agent memory on chain. This is the manual equivalent of the old automatic Stop hook. Run the bj CLI from the Bettyjane project root with the Bash tool, piping the turn's text (the user's ask plus your response) on stdin: `echo "<the turn text>" | bun bin/bj.ts capture` (If the current directory is not the Bettyjane repo because the plugin is installed elsewhere, run the same command against `$CLAUDE_PLUGIN_ROOT/bin/bj.ts` instead.) Distillation uses `$BJ_DISTILL_CMD` (any model CLI)...
Capture what was worth remembering from the latest turn: distill it into durable notes and mint each as an agent memory on chain. This is the manual equivalent of the old automatic Stop hook.
Run the bj CLI from the Bettyjane project root with the Bash tool, piping the turn's text (the user's ask plus your response) on stdin:
echo "<the turn text>" | bun bin/bj.ts capture
(If the current directory is not the Bettyjane repo because the plugin is
installed elsewhere, run the same command against $CLAUDE_PLUGIN_ROOT/bin/bj.ts
instead.) Distillation uses $BJ_DISTILL_CMD (any model CLI) or the bundled
claude. Memories are public and permanent — never include secrets. The
distiller may mint nothing if the turn carried nothing worth keeping.
npx claudepluginhub amphetamarina/bettyjane --plugin bettyjane/captureCaptures ideas, tasks, notes, and seeds into a GSD planning system routing them to todos, backlog, notes, or seed files depending on the flag provided. Also supports listing pending todos.
/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.