mnzralee/claude-multi-agent-architecture
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-multi-agent-architecture.
mnzralee/claude-multi-agent-architecture
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-multi-agent-architecture.
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).
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.
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.
mnzralee/claude-multi-agent-architecture
Agent Claude Code
Use for deep, plan-only quality analysis: complexity, coupling, dead code, and a weighted health score with a phased remediation plan. Read-only.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.