MCKRUZ/claude-code-sdlc

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

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

claude-code-sdlc

01

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

SDLC orchestration plugin for Claude Code. Drives projects through a 9-phase software development lifecycle with company-configurable profiles, compliance gates, and quality enforcement. Triggers: "start sdlc", "sdlc setup", "initialize project lifecycle", "run phase gate", "advance phase", "sdlc status", "compliance…

4 4d ago A 89 tokens original MIT

api-pattern-dotnet

02

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Add a new endpoint / MediatR command or query / handler / service the way this .NET codebase already does it. Use when building an API surface, a CQRS handler, a controller, a validator, or a DI registration in a .NET / Clean Architecture repo. Finds the one canonical example and mirrors its layering, validation…

4 4d ago A 112 tokens original MIT

api-pattern-node

03

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Add a new endpoint / route / use case / service the way this Node + TypeScript codebase already does it. Use when building an API surface, a request handler, a validator, a port/adapter, or a container registration in a Node/TypeScript repo. Finds the one canonical example and mirrors its layering, validation, error…

4 4d ago A 108 tokens original MIT

api-pattern-python

04

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Add a new module / CLI command / service function / loader the way this Python codebase already does it. Use when building a public surface, a command entry point, a data loader, a validator, or a new package module in a Python / uv repo. Finds the one canonical example and mirrors its layering, typing, error model…

4 4d ago A 106 tokens original MIT

api-pattern

05

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Add a new endpoint / handler / service the way this codebase already does it. Use when building an API surface, a CQRS handler, a controller, or a service registration. Finds the one canonical example and follows it exactly — so agents reuse the established pattern instead of inventing a new one each run.

4 4d ago A 66 tokens original MIT

diagnose

06

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

The team's bug-fix procedure: reproduce with a FAILING TEST first, then fix, then prove the test passes. Use whenever a bug is reported. Do not start by patching — start by reproducing. For deep root-cause hunts, invoke the debugger agent from inside this procedure.

4 4d ago A 62 tokens original MIT

eval-builder

07

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Build a golden set for an agentic (LLM-powered) spec — the acceptance criteria for probabilistic behavior. Use when a spec's deliverable is an agent/prompt/tool and needs evals before build, or when adding cases from a production failure. Produces a versioned golden-set.yaml under eval-datasets/specs/ /, referencing…

4 4d ago A 78 tokens original MIT

pr-writer

08

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Open a spec's PR correctly: the right branch, a conventional-commit title, a body that maps the diff to the spec's acceptance checks with a test plan, and the spec file included in the diff. Use when a change is ready to push for review.

4 4d ago A 58 tokens original MIT

spec-writer

09

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Turn a backlog story into a Definition-of-Ready spec at specs/NNNN-name.md. Use when the user wants to "write a spec", "make this story ready", or start a feature. Enforces the vague-line test on every acceptance check and assigns a risk tier. Use BEFORE delegating any build — no spec, no build.

4 4d ago A 74 tokens original MIT