gempack
01Plugin Claude Code
Plugin marketplace listing 1 plugin: squad.
Plugin Claude Code
Plugin marketplace listing 1 plugin: squad.
Plugin Claude Code
Squad-dev workflow as a Claude Code plugin: classification, risk scoring, agent selection, advisory orchestration. Bundles an MCP server, native subagents, and the /squad:implement and /squad:review slash commands.
Agent
Senior Architect. Guards module boundaries, coupling, dependency direction, DI lifetimes, and scalability. Use for structural changes and new modules.
Agent
Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…
Agent
Senior DBA. Reviews queries, migrations, EF mappings, cache, concurrency, and persistence stack. Use for data-layer changes.
Agent
Hypothesis-first bug investigation subagent. Takes a bug description plus optional stack trace plus optional repro steps, plus a code-explorer's grounded findings, and emits N ranked hypotheses about the root cause — each with evidence, verification steps the user can run, and a confidence label. Read-only end-to-end…
Agent
Pragmatic senior developer. Reviews technical correctness, robustness, API contracts, external integrations, observability, and application performance.
Agent
Code-writing subagent that executes an approved squad plan. Spawned by /squad:implement at Phase 8 (after Gate 1 + Gate 2 cleared). Reads the plan + advisory acceptance criteria + sliced files; edits/writes code; reports a summary of changes. Pinned to Opus because this is the squad's highest-stakes step — the wrong…
Agent
Product Owner. Validates business value, functional requirements, and UX. Use for features, business-rule changes, and user-facing surfaces.
Agent
Quality and testing specialist. Assesses coverage, test strategy, reliability, mocks, and missing scenarios.
Agent
Senior code reviewer. Focuses on readability, code smells, naming, idioms, async/await correctness, and error handling.
Agent
Application security specialist. Finds OWASP Top 10 vulnerabilities, validates authn/authz, sensitive data, input validation, and dependency CVEs.
Agent
Tech lead AFTER the code is written. Convergence point for advisory reports, arbitrates conflicts, issues the final merge verdict, owns rollback plan and deploy considerations.
Agent
Tech lead at plan time. Reviews proposed implementation plans BEFORE execution to catch design mistakes, misplaced complexity, and missing deploy considerations. Use for plan-stage review only - not for line-by-line code review.
Command
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…
Command
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…
Command
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…
Command
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…
Command
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"…
Command
Multi-agent advisory squad workflow for implementing code changes: classify → score risk → select agents → planner → Gate 1 (plan approval) → advisory squad → Gate 2 (Blocker halt) → implementer → consolidator → verdict. Auto-detects depth (quick/normal/deep) from risk + file count; pass --quick or --deep to override.…
Command
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…
Command
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…
Command
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…
Command
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…