Multi-agent advisory review of an existing branch, PR, diff, or current uncommitted changes — same agents and severity model as /squad:implement but review-only. Auto-detects depth (quick/normal/deep) from risk + file count; pass --quick or --deep to override. Never implements, commits, or pushes. Triggers: "review…
Show squad-mcp observability dashboard for past runs in this workspace. Bar charts, score distribution, verdict mix, sparkline trend, per-agent token + wall-clock cost breakdown. Reads .squad/runs.jsonl; never writes. Triggers: "squad stats", "run history", "score distribution", "where did the tokens go", "how much…
Run the squad on a specific task by id from .squad/tasks.json. Confirms with the user, flips status to in-progress, then proceeds in implement-mode against the task's scope only. Triggers: "run task X", "work on task ID", "implement task abc-123". Pairs with /squad:tasks (decompose PRD) and /squad:next (pick next…
Decompose a PRD (file path or inline text) into atomic tasks via the squad skill. Stops for user confirmation BEFORE recording into .squad/tasks.json. Triggers: "break down this PRD", "split into tasks", "decompose feature into tasks", "task breakdown for", "create tasks from". Example: "/squad:tasks…
Pre-implementation brainstorming with parallel web research + specialist agents. Use BEFORE coding to decide what to build, compare 3-5 alternatives, scan industry patterns, surface trade-offs, weigh "build vs buy". Produces an options matrix with cited sources and a recommendation — never code, never file edits.…
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 trailers. Output is plain text the user pastes. Triggers: "suggest a commit", "commit message", "commit msg", "write a commit", "gen…
Read-only bug investigation skill. Takes a bug description + optional stack trace + optional repro steps; orients via code-explorer (Haiku grep/excerpt), then dispatches the debugger persona to emit N ranked hypotheses (1/3/5 on --quick/--normal/--deep) with file:line evidence, verification steps, and confidence…
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. Capture-only — squad behaviour does NOT change until a follow-up release adds distillation + retrieval. Triggers: "enable journaling", "turn on…
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 as terms resolve. Catches terminology drift, hidden assumptions, and undocumented decisions BEFORE implementation. WRITES to CONTEXT.md and…
Codebase inventory skill — scans the repo for a named pattern (inline SQL, fetch calls, feature flags, debug leftovers, deprecated APIs, etc.) defined by a YAML "recipe pack" and emits a structured Markdown inventory cross-referenced with framework metadata (routes, handlers). The engine is language-agnostic and…
Cradle-to-grave executor for the full squad workflow: brainstorm → grillme → tasks → next → implement → review. Auto-invokes each sub-skill in sequence and halts only at explicit user-decision gates. The user fires ONE command at the start and answers inline gate questions thereafter — no re-typing slash commands…
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. Never writes files, never commits, never runs the squad. Use for "where is X defined", "what calls Y", "how does Z work", "show me the implementation of", "find…
Observability dashboard for the squad-mcp run journal in this workspace. Reads .squad/runs.jsonl and renders a single-color (cyan) ANSI panel of verdict mix, score buckets, sparkline trend, per-invocation distribution (implement/review/question/debug/brainstorm/grillme), and a per-agent breakdown of token + wall-clock…