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

MCKRUZ/claude-code-sdlc

Command

Audit the content of your pre-Build artifacts: which ones have gone stale relative to the things they depend on, what a change would put at risk, and the full change trail of any one artifact.

4 4d ago A 0 tokens original MIT

sdlc-audit

02

MCKRUZ/claude-code-sdlc

Command

Analyze gate results across completed phases in the current project's state.yaml to identify which gates are useful and which are candidates for adjustment.

4 4d ago A 0 tokens original MIT

sdlc-brief

03

MCKRUZ/claude-code-sdlc

Command

Run cross-document analysis on the intake corpus and draft the one-page workshop brief, with the human curating what makes the page. Works inside an SDLC project or standalone against any folder of documents.

4 4d ago A 0 tokens original MIT

sdlc-channel

04

MCKRUZ/claude-code-sdlc

Command

Bind one spec to its delivery channel and overlay that channel's acceptance dimensions onto the spec's existing ## Acceptance Checks. This is the bind beat after /sdlc-feature (decompose) and /sdlc-experience (author): decompose → author → bind. It reads the channel descriptor and the Phase-2 interaction spec, injects…

4 4d ago A 0 tokens original MIT

sdlc-coach

05

MCKRUZ/claude-code-sdlc

Command

Start or continue a coaching conversation for the current SDLC phase. Coaching mode uses adaptive dialogue instead of rigid step lists to guide the user through phase requirements.

4 4d ago A 0 tokens original MIT

sdlc-data

06

MCKRUZ/claude-code-sdlc

Command

Give Data a first-class drafting seat: the data contract (PII-classified), the data-readiness assessment, and the lineage / audit design for a feature or spec. It sharpens Scope, surfaces the PII that drives risk tier, and turns readiness gaps into tracked decisions. Interview-driven like /sdlc-coach: the data-analyst…

4 4d ago A 0 tokens original MIT

sdlc-doctor

07

MCKRUZ/claude-code-sdlc

Command

Verify that the installed harness will actually run in this repo, and tell the developer exactly what to do about anything that won't.

4 4d ago A 0 tokens original MIT

sdlc-evals

09

MCKRUZ/claude-code-sdlc

Command

Author the golden set — the acceptance criteria for probabilistic behavior — for a spec on an llmpowered channel. Bizreq owns the scenarios, Data owns the data; the two are authored collaboratively. This command is a thin wrapper around the existing eval-builder harness skill: it adds no new script, authors no CI…

4 4d ago A 0 tokens original MIT

sdlc-experience

10

MCKRUZ/claude-code-sdlc

Command

Author the craft of a surface — the user journey, the surface layout, and the channel interaction spec — for one channel-bound spec. This is the author beat between /sdlc-feature (which decomposes) and /sdlc-channel (which binds): decompose → author → bind. It routes by the feature's channel to the right designer …

4 4d ago A 0 tokens original MIT

sdlc-feature

11

MCKRUZ/claude-code-sdlc

Command

Drive the epic → feature → spec decomposition that the plugin lacks today — the "featuring" hop where you decide how a feature is delivered (which customer channels, which personas) and carve it into buildable specs. Output is feature-brief.md, authored on every channel-bound feature. This is interview-driven like…

4 4d ago A 0 tokens original MIT

sdlc-gate

12

MCKRUZ/claude-code-sdlc

Command

Run the 7-gate validation system for the current (or specified) SDLC phase without advancing.

4 4d ago A 0 tokens original MIT

sdlc-harness

13

MCKRUZ/claude-code-sdlc

Command

Install (or refresh) the standard-aligned delivery harness in the current repo, independent of a full /sdlc-setup. Use this to add the harness to a repo that already has .sdlc/, or to pull the latest harness after a plugin update (the harvest loop).

4 4d ago A 0 tokens original MIT

sdlc-intake

14

MCKRUZ/claude-code-sdlc

Command

Process external reference documents (RFPs, API specs, vendor docs, decks) into a cataloged, token-budgeted set of summaries for use across the engagement. This is the Phase 0 Step 0c workflow wrapped as one command, so no one runs the cataloger script by hand.

4 4d ago A 0 tokens original MIT

sdlc-next

15

MCKRUZ/claude-code-sdlc

Command

Run exit gate checks for the current phase and advance to the next phase if all gates pass.

4 4d ago A 0 tokens original MIT

sdlc-phase-report

16

MCKRUZ/claude-code-sdlc

Command

Render all artifacts for the current (or specified) phase into a self-contained HTML report for stakeholder review.

4 4d ago A 0 tokens original MIT

sdlc-refresh

17

MCKRUZ/claude-code-sdlc

Command

Traceability normally flows forward (requirement → spec → code). This command runs it backward: when a spec merges, it surfaces the pre-Build artifacts that spec implies an edit to — requirements.md, epics.md, feature-brief.md, business-rules.md — so they stop silently drifting from what actually shipped. It reads as…

4 4d ago A 0 tokens original MIT

sdlc-retro

18

MCKRUZ/claude-code-sdlc

Command

Read across the three advisory ledgers at once and surface what keeps happening — the retro question the per-round commands can't answer on their own. It reports four patterns.

4 4d ago A 0 tokens original MIT

sdlc-review

19

MCKRUZ/claude-code-sdlc

Command

Run a structured review of the current phase's artifacts from multiple perspectives.

4 4d ago A 0 tokens original MIT

sdlc-revise

20

MCKRUZ/claude-code-sdlc

Command

Adjust a thing, not a whole file. Artifacts already carry ids, so you revise FR-012 or BR-04 or one section — the command routes the change to the discipline that owns it, records the why with an owner and a clock, re-gates, and shows you exactly what the change put at risk.

4 4d ago A 0 tokens original MIT

sdlc-rules

21

MCKRUZ/claude-code-sdlc

Command

Give Bizreq a first-class drafting seat: the business rules (a BR-NN decision table) and the golden scenarios (SCEN-NN) that pin down what "correct" means before anyone builds. Each BR-NN becomes an Acceptance Check on the spec (advisory / soft traceability); each SCEN-NN seeds the golden set at /sdlc-evals.…

4 4d ago A 0 tokens original MIT

sdlc-spec

23

MCKRUZ/claude-code-sdlc

Command

Turn a story into a ready spec (specs/NNNN-name.md) that clears the Definition of Ready before anyone builds it. This is the Intent beat of the Build loop wrapped as one command: scaffold → author → enforce the DoR → confirm the risk tier with a human. No spec, no build.

4 4d ago A 0 tokens original MIT

sdlc-spike

24

MCKRUZ/claude-code-sdlc

Command

Open a spike (spikes/NNNN-name.md) for a question the pod cannot yet answer. This is the escape hatch for the one situation /sdlc-spec cannot serve: a story that fails the Definition of Ready not because it is badly written, but because nobody knows the answer.

4 4d ago A 0 tokens original MIT