Opt-in setup for auto-journaling capture plumbing. Copies bundled PostToolUse hook scripts into .squad/hooks/ and prints the .claude/settings.json snippet to wire them up.
Use when user invokes /stats or asks about Claude Code usage, token consumption, session history, model distribution, or activity patterns.
Catalog of components (PascalCase files), hooks (useFoo), pages/routes, story files, and token files in the codebase.
Multi-agent advisory squad workflow for implementing or reviewing code changes. Two modes — implement (default) runs classify → score risk → select agents → planner → Gate 1 →…
Conventional Commits message generator from current staged + unstaged changes. Read-only — runs only allowlisted git commands, never commits, never pushes, never adds AI co-author…
Read-only code Q&A. Spawns the code-explorer subagent (Haiku-class) for grep/glob/excerpt and synthesizes a cited answer with file:line citations. Fast.
Socratic plan validation. Grills your plan one question at a time against the project's domain language (CONTEXT.md) and prior decisions (ADRs in docs/adr/), updating both inline…