lantisprime

53 mods across 1 repository, 3 stars between them.

sdlc-plugin

02

lantisprime/claude-sdlc

Plugin Claude Code

Enforces an 8-phase SDLC workflow for Claude Code: Plan, Analyze, Design, Build, Test, Deploy, Support, Docs. Keeps the human in the lead through explicit phase gates, enforces plan-before-code and surgical-edit discipline, and degrades gracefully when Git/ticketing/observability integrations are absent.

3 4mo ago A tokens not measured 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 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

07

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

Stop

08

lantisprime/claude-sdlc

Hook Claude Code

Runs when the agent finishes a response, executing pre-merge-review-gate.sh. From lantisprime/claude-sdlc.

3 4mo ago A tokens not measured copy · 53% MIT

PostToolUse

09

lantisprime/claude-sdlc

Hook Claude Code

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing rfc-quality-gate.sh and ai-slop-check.sh (2 commands). From lantisprime/claude-sdlc.

3 4mo ago A tokens not measured copy · 45% MIT

claude-sdlc

10

lantisprime/claude-sdlc

Settings file Claude Code

Agent settings declaring 2 hook events (Stop, PostToolUse).

3 4mo ago A tokens not measured original MIT

lantisprime/claude-sdlc

Instructions file

Instructions for lantisprime/claude-sdlc, covering claude.md, what this repo is, design intent — read this before "improving" anything, eat your own dog food and hook strictness philosophy.

3 4mo ago A 2,840 tokens original MIT

architect

12

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

13

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

14

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

15

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

16

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

analyze

17

lantisprime/claude-sdlc

Command

Start Phase 2 — turn a planned task into structured requirements with stable IDs, halting for UX input if the task touches a UI.

3 4mo ago A 28 tokens original MIT

build

18

lantisprime/claude-sdlc

Command

Start Phase 4 — implement the approved design with surgical-edit discipline and work-item traceability.

3 4mo ago A 19 tokens original MIT

configure

19

lantisprime/claude-sdlc

Command

Guided setup for config/tools.json and config/tools.local.json. Replaces manual file editing for first-time setup and common reconfigurations. Auto-invoked on fresh install (Layer 0) and when a command finds its required config missing (Layer 2). Safe to run anytime for proactive changes.

3 4mo ago A 62 tokens original MIT

deploy

20

lantisprime/claude-sdlc

Command

Start Phase 6 — propose a deployment for human approval and, once approved, execute with post-deploy verification.

3 4mo ago A 23 tokens original MIT

design

21

lantisprime/claude-sdlc

Command

Start Phase 3 — produce or update application / data / platform / infrastructure / security / test architecture, technical specs, and test cases.

3 4mo ago A 28 tokens original MIT

docs

22

lantisprime/claude-sdlc

Command

Update the SDLC artifact index, requirements traceability matrix, architecture manifest, and changelog after a phase change.

3 4mo ago A 23 tokens original MIT

fix-fast

23

lantisprime/claude-sdlc

Command

Compressed SDLC path for small bug fixes only — collapses Plan + Analyze + Design into a single mini-gate. Not for new builds or change requests.

3 4mo ago A 32 tokens original MIT

help

24

lantisprime/claude-sdlc

Command

Show plugin command reference. /help for detail on a specific command, /help commands for the full table.

3 4mo ago A 25 tokens original MIT