architect
01Agent Claude Code
Design specialist — produces precise technical design covering interfaces, contracts, file structure, and trade-offs. Use to settle how a non-trivial change will be built.
Skill-centric SDLC plugin for Claude Code: lifecycle phases as skills routing to specialized subagents.
Agent Claude Code
Design specialist — produces precise technical design covering interfaces, contracts, file structure, and trade-offs. Use to settle how a non-trivial change will be built.
Agent Claude Code
Implementation specialist — builds production code test-first with incremental delivery. Use when code must be written, a feature built, or a bug fixed.
Agent Claude Code
Graphic designer — designs and verifies the user-facing surface: layout, visual hierarchy, composition, states, and accessibility. Use for any UI/visual work, and to confirm a rendered change actually looks right.
Agent Claude Code
Maintenance specialist — removes dead code, simplifies, and reduces complexity without changing behavior. Use for cleanup and refactors.
Agent Claude Code
Requirements specialist — interrogates and falsifies requirements relentlessly, turning a vague request into a clear, scoped spec. Use when a request is ambiguous, high-blast-radius, or hard to reverse.
Agent Claude Code
Planning specialist — breaks validated requirements into a high-level plan of milestones with dependencies, risks, and an explicit out-of-scope set. Use to structure a non-trivial change before building.
Agent Claude Code
Quality specialist — assures a change through verification & validation, review/inspection, and quality-attribute checks (performance, security, reliability, usability). Use to judge whether a change is good, not just whether tests pass.
Agent Claude Code
Deployment specialist — ships built-and-tested code safely with rollout, smoke checks, and rollback. Use when a change is ready to deploy or release.
Agent Claude Code
Feasibility & analysis specialist — scouts a problem space for existing solutions, patterns, constraints, and trade-offs, and reports viable options. Use when mapping unfamiliar tech or evaluating approaches before committing.
Agent Claude Code
Site reliability engineer (SRE) — runs shipped software in production: observability, incident response, runbooks, and continuity. Use to monitor a live service, handle or post-mortem an incident, or close the loop from production back to the backlog.
Agent Claude Code
Documentation specialist — documents what shipped: READMEs, API docs, ADRs, and usage. Use when a feature lands, an interface changes, or a decision needs recording.
Agent Claude Code
Testing specialist — dynamically validates a change by trying to break it: edge cases, scale, malformed input, security, and contradictions. Use to find defects by executing the system before shipping.