ushibo

39 mods across 1 repository, 1 stars between them.

ushibo

01

ushibo/brigade

Plugin Claude Code

ushibo marketplace — Claude Code plugins by ushibo.

1 1mo ago A tokens not measured original MIT

brigade

02

ushibo/brigade

Plugin Claude Code

Your AI dev brigade for Claude Code. A chef (sprint planner) coordinates specialist agents (frontend, designer, nodejs, golang, devops) through wave-based execution with fan-out review, Bug Council for hard bugs, and sprint learnings between iterations. Zero dependencies.

1 1mo ago A tokens not measured copy · 86% MIT

adversarial-tester

03

ushibo/brigade

Agent

Diagnostic specialist — tries to break the proposed fix before it ships. Red-team the assumptions. Read-only investigator. Does NOT write fixes. Spawned by /brigade:bug-council or /brigade:fix on 3+ failed fix attempts.

1 1mo ago A 58 tokens original MIT

code-archaeologist

04

ushibo/brigade

Agent

Diagnostic specialist — traces WHEN a bug was introduced and WHY the code was written this way, using git history. Read-only investigator. Does NOT write fixes. Spawned by /brigade:bug-council or /brigade:fix on 3+ failed fix attempts.

1 1mo ago A 62 tokens original MIT

designer-agent

05

ushibo/brigade

Agent

UI/UX designer — design systems, visual direction, component specs, layouts, color palettes, typography, interaction patterns. Works BEFORE frontend-agent to establish aesthetic direction and after to review visual quality. Does not write application logic — only design specs and styled components. Triggers on…

1 1mo ago A 108 tokens original MIT

devops-agent

06

ushibo/brigade

Agent

DevOps/Infrastructure agent — CI/CD pipelines, Kubernetes, Terraform IaC, Docker, monitoring, deployment strategies. Multi-cloud (AWS, GCP, Azure, Cloudflare). Use for: infrastructure work, pipelines, K8s, Docker, Terraform, Helm, GitOps, DevSecOps, FinOps. Triggers on: "DevOps", "infra", "pipeline", "CI/CD"…

1 1mo ago A 129 tokens original MIT

frontend-agent

07

ushibo/brigade

Agent

Frontend developer — React, TypeScript, application logic, routing, state management, data fetching, forms, hooks. Works WITH designer-agent: designer produces styled components and design tokens, frontend-agent wires them up with business logic and real data. Use for: pages, routing, state stores, data fetching, form…

1 1mo ago A 108 tokens original MIT

golang-agent

08

ushibo/brigade

Agent

Go developer specialist — concurrent programming, microservices, high-performance systems, cloud-native architectures, gRPC, REST APIs, CLI tools, Kubernetes operators. Use for any Go/Golang work: services, systems, performance optimization, idiomatic patterns. Triggers on: "Go", "Golang", "goroutine", "channel"…

1 1mo ago A 113 tokens original MIT

manager-agent

09

ushibo/brigade

Agent

Sprint planner — breaks a sprint goal into atomic task specs with file ownership, dependencies, and waves for parallel execution. Does NOT execute tasks and does NOT spawn worker agents. Use when: planning a new sprint, decomposing a goal into tasks, assigning waves. Triggers on: "plan sprint", "create task specs"…

1 1mo ago A 74 tokens original MIT

nodejs-agent

10

ushibo/brigade

Agent

Node.js developer — backend services, APIs, WebSocket servers, streaming, third-party API integrations, data processing, CLI tools. Use for any Node.js work: servers, services, scripts, API integrations. Triggers on: "Node", "server", "API integration", "WebSocket", "streaming", "backend service", "script".

1 1mo ago A 75 tokens original MIT

pattern-matcher

11

ushibo/brigade

Agent

Diagnostic specialist — finds similar bugs and similar patterns elsewhere in the codebase. If the same bug exists in 5 places, the fix should probably be systemic. Read-only. Spawned by /brigade:bug-council or /brigade:fix on 3+ failed fix attempts.

1 1mo ago A 64 tokens original MIT

review-agent

12

ushibo/brigade

Agent

Code reviewer — reviews pull requests, diffs, and code changes for bugs, security issues, test coverage, type safety, performance, and adherence to project conventions. Use for: code review, PR review, diff review, finding bugs, security audit, test coverage check. Triggers on: "review", "code review", "PR review"…

1 1mo ago A 93 tokens original MIT

root-cause-analyst

13

ushibo/brigade

Agent

Diagnostic specialist — finds root cause through systematic 4-phase debugging. Read-only investigator. Does NOT write fixes. Reports findings only. Spawned by /brigade:bug-council or /brigade:fix on 3+ failed fix attempts.

1 1mo ago A 58 tokens original MIT

ushibo/brigade

Agent

Specialist reviewer — hunts for silent failures, swallowed errors, catch blocks that hide problems, unsafe fallbacks, and error handling that masks bugs. Spawned by merge gate alongside generalist reviewer.

1 1mo ago A 45 tokens original MIT

systems-thinker

15

ushibo/brigade

Agent

Diagnostic specialist — analyzes coupling, data flow, and cross-component interactions to find architectural causes of bugs. Read-only investigator. Does NOT write fixes. Spawned by /brigade:bug-council or /brigade:fix on 3+ failed fix attempts.

1 1mo ago A 58 tokens original MIT

ushibo/brigade

Agent

Specialist reviewer — analyzes test quality, coverage gaps, missing edge cases, and test anti-patterns. Spawned by merge gate alongside generalist reviewer.

1 1mo ago A 37 tokens original MIT

type-reviewer

17

ushibo/brigade

Agent

Specialist reviewer — analyzes type design for proper encapsulation, invariant expression, and type safety. Spawned by merge gate alongside generalist reviewer.

1 1mo ago A 33 tokens original MIT

bug-council

18

ushibo/brigade

Command

Bug Council — spawn 5 diagnostic specialists in parallel to analyze a hard bug from multiple angles, then synthesize a root cause and fix recommendation.

1 1mo ago A 28 tokens original MIT

fix

19

ushibo/brigade

Command

Fix a bug or ship a small change — skip design phase, go straight to sprint planning.

1 1mo ago A 18 tokens original MIT

init

20

ushibo/brigade

Command

Bootstrap a project for the brigade plugin — pick roles, configure each, write CLAUDE.md and .planning/tasks/.

1 1mo ago A 24 tokens original MIT

onboard

21

ushibo/brigade

Command

Onboard brigade to an existing project — scan codebase and write ARCHITECTURE.md.

1 1mo ago A 18 tokens original MIT

plan

22

ushibo/brigade

Command

Plan a feature — brainstorm design, then break into sprint tasks with waves.

1 1mo ago A 14 tokens original MIT

resume

23

ushibo/brigade

Command

Resume an interrupted sprint — detect where /brigade:run stopped and continue, or recover outstanding branches after manual fixes.

1 1mo ago A 23 tokens original MIT

run

24

ushibo/brigade

Command

Execute the current sprint wave by wave — spawns worker agents in worktrees from the top-level session.

1 1mo ago B 20 tokens original MIT