lantisprime/claude-sdlc

A governance layer for AI-assisted software delivery. Plan, scope, approve, build, test, release — with human sign-off at every gate.

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

lantisprime/claude-sdlc

Agent Claude Code

Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Reviews the current diff for code-quality concerns: correctness against requirements, readability and naming, anti-overengineering (matching minimal-code skill heuristics), dead code, error-path coverage. Spawned in parallel with the other…

3 4mo ago A 93 tokens original MIT

lantisprime/claude-sdlc

Agent Claude Code

Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Conditionally reviews dependency manifest changes (package.json, requirements.txt, go.mod, Gemfile, pom.xml, Cargo.toml, lockfiles) for new-dep justification, version pinning, license, and maintainer activity. Self-exits with a…

3 4mo ago A 121 tokens original MIT

lantisprime/claude-sdlc

Agent Claude Code

Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Reviews the current diff for security concerns from the security-review skill checklist (input validation, authN/authZ, secrets, injection surfaces, dependency hygiene, sensitive data, output encoding, error handling, cryptography, infra…

3 4mo ago A 105 tokens original MIT

lantisprime/claude-sdlc

Agent Claude Code

Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Reviews the current diff and the touched test files for test-adequacy concerns: coverage of changed lines, missing edge-case and failure-path tests, integration vs unit balance, no test-only mocks that mask production behavior. Spawned in…

3 4mo ago A 103 tokens original MIT

rfc-pr-reviewer

05

lantisprime/claude-sdlc

Agent Claude Code

Use this agent during RFC build-stage (per docs/rfcs/AGENT-RULES.md §3.5) to review a PR diff against an accepted RFC's.

3 4mo ago B 41 tokens original MIT

architect

06

lantisprime/claude-sdlc

Agent

Read-only architecture validator and proposer. Use during Phase 3 Design to validate existing architecture artifacts against the current requirements set, surface deltas, and propose updates — without modifying application code. Write scope is restricted to .claude/sdlc/architecture/.

3 4mo ago A 53 tokens original MIT

observability

07

lantisprime/claude-sdlc

Agent

Produces monitoring, logging, alerting, and runbook artifacts for a deployed change during Phase 7 Support. Writes only into .claude/sdlc/monitoring/ and does not modify application code.

3 4mo ago A 45 tokens original MIT

scope-ingest

08

lantisprime/claude-sdlc

Agent

Bounded subagent that turns raw source material (markdown files, plain-text files, pasted text) into a normalized, provenance-traced scope draft at .claude/sdlc/scope-drafts/. Invoked by the plan skill when scope.md does not yet exist and the human points at a source. Write scope is restricted to scope-drafts/ only …

3 4mo ago A 85 tokens original MIT

security-reviewer

09

lantisprime/claude-sdlc

Agent

Read-only security reviewer that audits the current diff against the security-review checklist. Can propose remediations but cannot apply them. Runs parallel to Build and as part of /review.

3 4mo ago A 40 tokens original MIT

test-designer

10

lantisprime/claude-sdlc

Agent

Generates test cases from approved requirements during Phase 3 Design. Writes only into .claude/sdlc/test-cases/ and does not touch implementation or existing tests. Every test case traces to one or more REQ IDs.

3 4mo ago A 51 tokens original MIT