ggemba

38 mods across 1 repository, 4 stars between them.

gempack

01

ggemba/squad-mcp

Plugin Claude Code

Plugin marketplace listing 1 plugin: squad.

4 1mo ago A tokens not measured original Apache-2.0

squad

02

ggemba/squad-mcp

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.

4 1mo ago A tokens not measured original Apache-2.0

architect

03

ggemba/squad-mcp

Agent

Senior Architect. Guards module boundaries, coupling, dependency direction, DI lifetimes, and scalability. Use for structural changes and new modules.

4 1mo ago A 29 tokens original Apache-2.0

code-explorer

04

ggemba/squad-mcp

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…

4 1mo ago A 116 tokens original Apache-2.0

dba

05

ggemba/squad-mcp

Agent

Senior DBA. Reviews queries, migrations, EF mappings, cache, concurrency, and persistence stack. Use for data-layer changes.

4 1mo ago A 28 tokens original Apache-2.0

debugger

06

ggemba/squad-mcp

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…

4 1mo ago A 117 tokens original Apache-2.0

developer

07

ggemba/squad-mcp

Agent

Pragmatic senior developer. Reviews technical correctness, robustness, API contracts, external integrations, observability, and application performance.

4 1mo ago A 27 tokens original Apache-2.0

implementer

08

ggemba/squad-mcp

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…

4 1mo ago B 116 tokens original Apache-2.0

product-owner

09

ggemba/squad-mcp

Agent

Product Owner. Validates business value, functional requirements, and UX. Use for features, business-rule changes, and user-facing surfaces.

4 1mo ago A 30 tokens original Apache-2.0

qa

10

ggemba/squad-mcp

Agent

Quality and testing specialist. Assesses coverage, test strategy, reliability, mocks, and missing scenarios.

4 1mo ago A 22 tokens original Apache-2.0

reviewer

11

ggemba/squad-mcp

Agent

Senior code reviewer. Focuses on readability, code smells, naming, idioms, async/await correctness, and error handling.

4 1mo ago A 29 tokens original Apache-2.0

security

12

ggemba/squad-mcp

Agent

Application security specialist. Finds OWASP Top 10 vulnerabilities, validates authn/authz, sensitive data, input validation, and dependency CVEs.

4 1mo ago A 31 tokens original Apache-2.0

ggemba/squad-mcp

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.

4 1mo ago A 39 tokens original Apache-2.0

tech-lead-planner

14

ggemba/squad-mcp

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.

4 1mo ago A 46 tokens original Apache-2.0

brainstorm

15

ggemba/squad-mcp

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…

4 1mo ago A 113 tokens original Apache-2.0

commit-suggest

16

ggemba/squad-mcp

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…

4 1mo ago A 107 tokens original Apache-2.0

debug

17

ggemba/squad-mcp

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…

4 1mo ago A 141 tokens original Apache-2.0

enable-journaling

18

ggemba/squad-mcp

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…

4 1mo ago A 104 tokens original Apache-2.0

grillme

19

ggemba/squad-mcp

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"…

4 1mo ago A 127 tokens original Apache-2.0

implement

20

ggemba/squad-mcp

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.…

4 1mo ago A 156 tokens original Apache-2.0

inventory

21

ggemba/squad-mcp

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…

4 1mo ago A 224 tokens original Apache-2.0

next

22

ggemba/squad-mcp

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…

4 1mo ago A 94 tokens original Apache-2.0

pipeline

23

ggemba/squad-mcp

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…

4 1mo ago A 149 tokens original Apache-2.0

question

24

ggemba/squad-mcp

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…

4 1mo ago A 140 tokens original Apache-2.0