MCKRUZ/claude-code-sdlc

Claude Code plugin that orchestrates the full SDLC lifecycle using company-configurable profiles

4Stars on the repository
60Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bizreq-analyst

01

MCKRUZ/claude-code-sdlc

Agent

Business-requirements agent — authors business-rules.md (a BR-NN decision table) and golden-scenarios.md (SCEN-NN), the domain logic and worked examples that pin down "correct" before anyone builds. Runs standalone, as the driver of /sdlc-rules (Phase 1), and composed by /sdlc-evals and the /sdlc-review Bizreq lens.

4 4d ago A 91 tokens original MIT

MCKRUZ/claude-code-sdlc

Agent

Design-discipline agent for conversational surfaces (the voice and chat channels) — authors the user journey, surface layout (turn-script or message-flow), and the voice/chat interaction contract. Runs standalone, as the /sdlc-experience designer for voice/chat, or as the /sdlc-review Design lens (Phase 2).

4 4d ago A 71 tokens original MIT

data-analyst

04

MCKRUZ/claude-code-sdlc

Agent

Data-discipline agent — authors the PII-classified data-contract, the data-readiness assessment (advisory), and the lineage-audit for a feature or spec. PII is a risk-tier driver; readiness gaps become decision-log items. Runs standalone, as the driver of /sdlc-data, or as the /sdlc-review Data lens (Phase 2).

4 4d ago A 83 tokens original MIT

discovery-analyst

05

MCKRUZ/claude-code-sdlc

Agent

Cross-document analysis for discovery — finds contradictions across an intake corpus and generates the pre-workshop question list. Runs standalone or as Phase 0 Step 0d.

4 4d ago A 39 tokens original MIT

feature-architect

06

MCKRUZ/claude-code-sdlc

Agent

Product-discipline agent for the featuring hop — decomposes one epic into channel-aware features and specs, drafts feature-brief.md, proposes the decomposition and risk tiers, and opens decision-log items. Runs standalone or as the driver of /sdlc-feature (Phase 1).

4 4d ago A 60 tokens original MIT

gate-repair

07

MCKRUZ/claude-code-sdlc

Agent

Attempts to fix simple gate failures (missing templates, incomplete sections, placeholder content) before escalating to human.

4 4d ago A 24 tokens original MIT

multi-reviewer

08

MCKRUZ/claude-code-sdlc

Agent

Multi-perspective review agent with adversarial, edge-case, and council modes for challenging phase artifacts.

4 4d ago A 23 tokens original MIT

sdlc-orchestrator

11

MCKRUZ/claude-code-sdlc

Agent

SDLC phase coordinator that manages phase transitions, skill invocation, and lifecycle orchestration.

4 4d ago A 23 tokens original MIT

section-evaluator

12

MCKRUZ/claude-code-sdlc

Agent

Evaluates completed section implementations against their section plan's Verification Criteria and Evaluator Contract.

4 4d ago A 20 tokens original MIT

visual-designer

13

MCKRUZ/claude-code-sdlc

Agent

Design-discipline agent for web/visual surfaces (the ag-ui channel) — authors the user journey, surface layout (screens), and the channel-interaction-spec that is the AG-UI event contract. Runs standalone, as the /sdlc-experience designer for ag-ui, or as the /sdlc-review Design lens (Phase 2).

4 4d ago A 76 tokens original MIT

architect

14

MCKRUZ/claude-code-sdlc

Agent

System-design and architectural decisions: new services, cross-cutting changes, scaling and data-model calls, public API contracts. Use for HIGH-risk design work BEFORE a spec is built against it. Produces a design with trade-offs and a recommendation — it does not write code.

4 4d ago A 57 tokens original MIT

MCKRUZ/claude-code-sdlc

Agent

Fixes build, compile, type, and lint errors with minimal diffs. Use PROACTIVELY (auto-spawn) the moment a build or lint step fails. Gets the build green fast — no architectural changes, no scope expansion. Pairs with the Stop hook, which won't let a turn end on a broken build.

4 4d ago A 72 tokens original MIT

debugger

16

MCKRUZ/claude-code-sdlc

Agent

Root-causes a failing test, exception, or wrong behavior via hypothesis elimination, in an isolated context. Use when the cause isn't obvious. Returns a distilled diagnosis + a minimal reproduction — it does not apply the fix (that happens under the bug-fix procedure).

4 4d ago A 56 tokens original MIT

grader

17

MCKRUZ/claude-code-sdlc

Agent

Grades a change against its spec, check by check, and posts an advisory verdict. Use before a PR is approved, or invoke locally before pushing. The grader NEVER grades its own work — it runs in a fresh context and did not write the code.

4 4d ago A 53 tokens original MIT

planner

18

MCKRUZ/claude-code-sdlc

Agent

Produces an implementation plan for a spec before code is written. Use for any MEDIUM or HIGH spec, or any feature touching 5+ files / a new service. Returns a sequenced plan with files to touch, order of changes, risks, and unknowns — it does NOT write code.

4 4d ago A 62 tokens original MIT

security-reviewer

19

MCKRUZ/claude-code-sdlc

Agent

Reviews changes on gated paths or HIGH-risk specs for security defects. Use PROACTIVELY when a change touches auth, identity, payments, PII, migrations, infra, the pipeline, or prompt/model/tool definitions. BLOCKS on a HIGH-severity finding; advises otherwise.

4 4d ago A 60 tokens original MIT

ux-reviewer

20

MCKRUZ/claude-code-sdlc

Agent

Reviews user-facing Angular changes for UX quality: every state exists (loading, empty, error, success), accessibility basics hold, components follow the codebase's existing patterns, and the flow works end-to-end. Angular-aware — also catches the framework's own failure modes. Use PROACTIVELY when a change adds or…

4 4d ago A 87 tokens original MIT