MCP server + Claude Code plugin: multi-agent advisory squad with PRD-decomposed tasks, persistent learnings, weighted rubric scorecard, and PR posting.
Pre-implementation brainstorm + parallel web research. Spawns specialist agents in parallel with targeted web queries; synthesizes findings into an options matrix with cited sources and a recommendation. Exploratory only — never writes code or files. Use BEFORE /squad:implement to decide what to build, compare…
Suggest a Conventional Commits message from the 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. Dispatches code-explorer + debugger to emit N ranked hypotheses (1/3/5 on --quick/--normal/--deep) with file:line evidence, verification steps, and confidence labels. Never writes code, never commits. Triggers: "investigate this bug", "what could cause X", "help me debug", "why is X…
Opt-in setup for auto-journaling capture plumbing. Copies bundled PostToolUse hook scripts into .squad/hooks/ and prints the exact .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…
Socratic plan validation. Grills your plan one question at a time against the project's CONTEXT.md glossary and prior ADRs; resolves terminology and decisions inline. WRITES to CONTEXT.md and docs/adr/ (with per-write confirmation) — use --no-write for dry-run. Triggers: "grill my plan", "stress-test this plan"…
Codebase inventory skill — scans the repo for a named pattern (inline SQL, fetch calls, feature flags, debug leftovers, deprecated APIs, etc.) and emits a structured Markdown inventory cross-referenced with framework metadata (routes, handlers). Language-agnostic and pack-driven — the engine matches whatever a YAML…
Pick the next ready task from .squad/tasks.json (dependencies satisfied, optional agent or scope filter) and surface it for user confirmation before flipping status to in-progress. Triggers: "next task", "what's next", "pick the next task", "give me a task to work on". Pairs with /squad:tasks (decompose PRD into…
Cradle-to-grave guided orchestration of the full squad workflow: brainstorm → grillme → tasks → next → implement → review. Stateful ADVISOR — figures out where you are, recommends the exact next command, and explains the gate in front of you. NEVER auto-runs a sub-skill, never records telemetry, never persists state…
Read-only code Q&A. Spawns the code-explorer subagent (Haiku-class) to grep, glob, and read excerpts of the codebase, then synthesizes a cited answer with file:line citations. No plan, no gates, no implementation. Fast. Triggers: "where is X defined", "what calls Y", "how does Z work", "find references to", "explain…
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…