Agent
Executes the plan test-first under the project's conventions, in an isolated worktree. Honors every rule that auto-loads for the files it touches.
Agent
Executes the plan test-first under the project's conventions, in an isolated worktree. Honors every rule that auto-loads for the files it touches.
Agent
Extracts candidate learnings for the Learn phase and keeps the reuse + memory indexes current. Carries project-scoped auto-memory.
Agent
Observability review — metrics, tracing, and SLO instrumentation on new/changed endpoints, listeners, jobs, and outbound clients. Read-only.
Agent
JVM and data-access performance review — N+1 queries, missing indexes, blocking calls on reactive paths, allocation hot spots. Read-only.
Agent
Reviews a drafted plan against its spec BEFORE the user-approval gate — coverage, no placeholders, implementability, reuse honored. Returns a verdict.
Agent
Turns the implementation spec into a file-level, executable, test-first plan. Writes the plan file; never production code.
Agent
Finds existing implementations to adopt or extend before any new code is written, and produces the reuse-scan artifact the write gate requires.
Agent
General code review — correctness, readability, conventions, dead code, over-engineering — against the enforcement set and project rules.
Agent
Spring-security-aware review — OWASP, authn/authz, injection, secret handling. Spawned by claudehut:review on controller/auth/security/data-exposure changes.
Agent
Runs the test suite and diagnoses failures with real output — the fresh evidence a completion claim requires.
Command
Show the ClaudeHut learning scoreboard — measured memory health (store size, reinforcement, effectiveness/recurrence, quality) so you can tell whether the agent is actually getting smarter across sessions. One-shot, read-only.
Agent
Benchmark-only BACKGROUND worktree agent (background: true). Records start/end epochs around a fixed-duration work block, commits, returns DONE with branch+sha.
Agent
Benchmark-only foreground worktree agent. Records start/end epochs around a fixed-duration work block, commits, returns DONE with branch+sha.
Hook
Runs when a session starts on startup, resume, clear, compact and fork, executing bootstrap.sh. From taipt1504/claudehut.
Hook
Runs when you submit a prompt, before the agent sees it, executing inject-phase.sh. From taipt1504/claudehut.
Hook
Runs to expand your prompt before the agent sees it for (claudehut:)?(implement, discover and brainstorm) tool calls, executing record-skill-expansion.sh. From taipt1504/claudehut.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, Agent and Skill tool calls, executing gate-write.sh, record-agent-dispatch.sh and record-skill.sh (3 commands). From taipt1504/claudehut.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing format-java.sh and lint-reuse.sh (4 commands). From taipt1504/claudehut.
Hook
Runs when a tool call fails for Bash tool calls, executing record-failure.sh. From taipt1504/claudehut.
Hook
Runs when the agent finishes a response, executing gate-done.sh. From taipt1504/claudehut.
Hook
Runs when a subagent starts, executing record-dispatch.sh. From taipt1504/claudehut.
Hook
Runs after instructions files are loaded, executing record-rules-loaded.sh. From taipt1504/claudehut.
Hook
Runs when a subagent finishes, executing verify-subagent.sh. From taipt1504/claudehut.
Hook
Runs before the context is compacted, executing persist-state.sh. From taipt1504/claudehut.