plan
25brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Create a structured plan for a task with checkable items.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Create a structured plan for a task with checkable items.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Generate targeted research questions + gather external knowledge for a task.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Resume a previous session from checkpoint — reads claude/tasks/todo.md, lessons, reloads context.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Full MR review protocol — 10-point checklist, diff analysis, cross-layer verification.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Start service(s) locally — single service or preset group.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Generate a parallel workstream plan for Claude Squad — multi-instance coordination.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Unified project status dashboard — CLAUDE.md budget, placeholders, plugins, hooks, lessons size.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Run unit/integration/E2E tests for services.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Create a ticket/issue description with evidence-backed proof sections.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Scan codebase exports → generate CODEINDEX.md. Check before writing new functions to prevent duplication.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Show all git worktrees with branch, status, and last commit — /worktree-status.
brain-bootstrap/claude-code-brain-bootstrap
Command Claude Code
Create a git worktree for isolated parallel development — /worktree feature/my-branch.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh and on-compact.sh (2 commands). From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit, Bash, Bash, Bash, Glob and Grep tool calls, executing config-protection.sh, rtk-rewrite.sh, pre-commit-quality.sh, terminal-safety-gate.sh and suggest-compact.sh (6 commands). From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing identity-reinjection.sh. From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs when a subagent finishes, executing subagent-stop.sh. From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs when the agent finishes a response, executing tdd-loop-check.sh, stop-batch-format.sh and exit-nudge.sh (3 commands). From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs after a tool call finishes for Edit, Write, MultiEdit and Write tool calls, executing edit-accumulator.sh and warn-missing-test.sh (2 commands). From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Hook Claude Code
Runs on the PermissionDenied event, executing permission-denied.sh. From brain-bootstrap/claude-code-brain-bootstrap.
brain-bootstrap/claude-code-brain-bootstrap
Settings file Claude Code
Agent settings declaring 8 hook events (SessionStart, PreCompact, PreToolUse, UserPromptSubmit) and 61 allowed tools.
brain-bootstrap/claude-code-brain-bootstrap
Skill Claude CodeCodex
Route a codebase question to the right tool — structural graph, semantic search, or risk analysis. Use when you need to find or understand code without knowing exact file names.
brain-bootstrap/claude-code-brain-bootstrap
Skill Claude CodeCodex
Auto-configure CLAUDE.md and claude/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.
brain-bootstrap/claude-code-brain-bootstrap
Skill Claude CodeCodex
Use before any new feature, component, or behavioral change — when you need to explore requirements and design before writing code.