mnzralee

45 mods across 1 repository, 5 stars between them.

mnzralee/claude-multi-agent-architecture

Plugin Claude Code

A production-grade, spec-conformant multi-agent Claude Code starter kit: 19 specialized subagents, 19 enforcement rules, 18 skills, real hooks, a portable cross-tier Operating Standard, and an evidence-driven orchestration discipline (prove-with-artifacts, single-writer/many-readers, workflow-vs-agent decision gate).

5 1mo ago A tokens not measured original MIT

architect

03

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use for system design, module planning, API contracts, and architectural decisions BEFORE implementation. Invoke proactively for complex multi-file features. Read-only: produces designs and plans, never edits code.

5 1mo ago A 39 tokens original MIT

backend-impl

04

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use to implement backend code following clean architecture (domain -> application -> infrastructure -> interface). Writes use cases, repositories, services, and their tests; proves work with verbatim command output.

5 1mo ago A 41 tokens original MIT

cqrs-specialist

06

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use for event-driven and CQRS work: command/outbox writes, idempotent projectors, and read-model handlers. Domain-neutral; never catches errors inside a transaction boundary.

5 1mo ago A 41 tokens original MIT

db-specialist

07

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use for database schema, migrations, and ORM operations. Knows generate-vs-migrate semantics, data-integrity gotchas, and never pushes schema to production or casts the client to any. Keep ORM-neutral.

5 1mo ago A 47 tokens original MIT

debugger

08

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use to diagnose failures via root-cause analysis (5-Whys) before any fix. Distinguishes symptom from cause and returns the minimal reproducing evidence.

5 1mo ago A 36 tokens original MIT

docker-deploy

09

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use to build and ship container images: multi-stage builds, transitive monorepo dependencies, digest pinning, and registry push. Verifies the running build matches the intended digest.

5 1mo ago A 41 tokens original MIT

e2e-tester

10

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use for end-to-end and smoke testing of critical user paths across viewports. Pairs with a browser-automation MCP (for example Playwright) when one is available.

5 1mo ago A 41 tokens original MIT

evaluator

11

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use as a read-only critic to score another agent's output against an explicit rubric before it is accepted. Pairs with the evaluator-optimizer loop and the verification-before-completion skill. Returns a pass/fail verdict per criterion with concrete, actionable gaps. Never edits; judgment only.

5 1mo ago A 60 tokens original MIT

frontend-impl

12

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use to implement frontend/UI code: components, pages, data fetching, forms, and client state. Follows accessibility and type-safety standards.

5 1mo ago A 33 tokens original MIT

infra-impl

13

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use for infrastructure and deployment work: containers, orchestration manifests, health probes, network policy, and secrets. Dry-run first; never mutate production without explicit approval.

5 1mo ago A 37 tokens original MIT

prompt-writer

14

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use before dispatching any non-trivial sub-agent. Generates a context-rich, bounded prompt: task scope, verified file paths, acceptance criteria as commands, forbidden actions, and the output contract. Read-only.

5 1mo ago A 46 tokens original MIT

researcher

15

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use proactively for fast codebase exploration and pattern discovery. Returns the top 3-5 relevant files or patterns with a short summary. Read-only and optimized for speed.

5 1mo ago A 37 tokens original MIT

reviewer

16

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use proactively to review code for correctness, security, and quality against the kit rules. Read-only; reports findings by severity with file:line evidence.

5 1mo ago A 33 tokens original MIT

security

17

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use proactively for security audits of auth, input handling, secrets, and sensitive flows. Read-only; reports vulnerabilities with OWASP mapping and severity.

5 1mo ago A 31 tokens original MIT

supervisor

18

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use to coordinate multi-track work and dispatch sub-agents. Manages task breakdown, sequencing, and synthesis of sub-agent results. Calls the prompt-writer first for every non-trivial dispatch.

5 1mo ago A 42 tokens original MIT

tester

19

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use to write and run unit and integration tests following the testing pyramid and AAA structure. Proves results with verbatim test output, never a narrative claim.

5 1mo ago A 33 tokens original MIT

watchdog

20

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use as a parallel safety monitor during large refactors or multi-agent runs. Watches for security, breaking-change, dependency, and quality regressions and recommends pausing on critical drift. Read-only.

5 1mo ago A 42 tokens original MIT

work-recorder

21

mnzralee/claude-multi-agent-architecture

Agent Claude Code

Use to maintain the session work record under docs/workrecords/. Appends a first-person narrative of what was done, decided, and verified. Background documentation role.

5 1mo ago A 36 tokens original MIT

PreToolUse

22

mnzralee/claude-multi-agent-architecture

Hook Claude Code

Runs before the agent uses a tool for Write, Edit and NotebookEdit tool calls, executing file-guard.py via python. From mnzralee/claude-multi-agent-architecture.

5 1mo ago A tokens not measured original MIT

PostToolUse

23

mnzralee/claude-multi-agent-architecture

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing auto-format.py via python. From mnzralee/claude-multi-agent-architecture.

5 1mo ago A tokens not measured original MIT

Stop

24

mnzralee/claude-multi-agent-architecture

Hook Claude Code

Runs when the agent finishes a response, executing verification-gate.py via python. From mnzralee/claude-multi-agent-architecture.

5 1mo ago A tokens not measured original MIT