debugger
01Agent Claude Code
Use PROACTIVELY for errors, stack traces, test failures, or unexpected behavior. Root-cause analysis + minimal fix.
Agent Claude Code
Use PROACTIVELY for errors, stack traces, test failures, or unexpected behavior. Root-cause analysis + minimal fix.
Agent Claude Code
Executes exactly ONE slice from TASKSTATE.md. Reads slice, writes code, runs tests, checks box. Never plans or decomposes. Invoke with slice ID.
Agent Claude Code
MUST BE USED for any feature, bug, or refactor touching >1 file or >30 LOC. Decomposes into verifiable slices in TASKSTATE.md. Planning only — does NOT implement.
Agent Claude Code
Use PROACTIVELY when authoring or extending MCP tools in tools/ /. Takes arguments domain (norman|steve|longhorn|fleet) and toolname. Loads ONLY the relevant domain's AGENTS.md and template.py into context. Drafts the tool implementation, tests, and TOOLCATALOG update.
Agent Claude Code
Use PROACTIVELY for any task requiring codebase search, doc fetch, or understanding how existing code works. Spawn multiple in parallel for independent questions. Returns terse structured synthesis — never raw dumps.
Agent Claude Code
Use PROACTIVELY after any implementer slice and before /ship. Reviews working-tree diff against CONVENTIONS.md. Read-only.
Agent Claude Code
Read-only Terraform reviewer. Use PROACTIVELY for any PR touching .tf, .tfvars, or modules/. Runs fmt/validate/lint/scan + plan summary. MUST NOT apply, destroy, or mutate state.
Agent Claude Code
Use PROACTIVELY after any code change. Runs project tests and reports failures with one-line root-cause guesses. Does not fix.
Command Claude Code
Draft a new Architectural Decision Record from the current discussion.
Command Claude Code
Root-cause a failing test or bug via the debugger subagent.
Command Claude Code
Execute one slice from TASKSTATE.md.
Command Claude Code
Decompose a feature into slices in TASKSTATE.md and specs/ /.
Command Claude Code
Retrofit an existing repo for agent collaboration (brownfield, 5 PRs).
Command Claude Code
Run the reviewer subagent on the current working-tree diff.
Command Claude Code
Scaffold a fresh, agent-ready repo from scratch (greenfield bootstrap).
Command Claude Code
Pre-merge pipeline — test, review, update TASKSTATE, stage.
Command Claude Code
Refresh skill-sourced .claude/ files from the installed agentic-skeleton templates.
Command Claude Code
Run the terraform-reviewer subagent on the current Terraform diff.
Hook Claude Code
Runs when a session starts on startup, resume and clear, executing session-start.sh. From rex/mcp-rancher.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing serena-required.sh and inject-state.sh (2 commands). From rex/mcp-rancher.
Hook Claude Code
Runs before the agent uses a tool for Bash, Bash, Read, Edit, MultiEdit, Write, Glob and Grep tool calls, executing bash-guard.sh and serena-gate.sh (2 commands). From rex/mcp-rancher.
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing auto-lint.sh. From rex/mcp-rancher.
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From rex/mcp-rancher.
Hook Claude Code
Runs when the agent finishes a response, executing stop-gate.sh. From rex/mcp-rancher.