claude-sdlc
01Plugin Claude Code
Plugin marketplace listing 1 plugin: sdlc-plugin.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sdlc-plugin.
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.
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…
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…
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…
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…
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.
Hook Claude Code
Runs when the agent finishes a response, executing pre-merge-review-gate.sh. From 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.
Settings file Claude Code
Agent settings declaring 2 hook events (Stop, PostToolUse).
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.
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/.
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.
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 …
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.
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.
Command
Start Phase 2 — turn a planned task into structured requirements with stable IDs, halting for UX input if the task touches a UI.
Command
Start Phase 4 — implement the approved design with surgical-edit discipline and work-item traceability.
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.
Command
Start Phase 6 — propose a deployment for human approval and, once approved, execute with post-deploy verification.
Command
Start Phase 3 — produce or update application / data / platform / infrastructure / security / test architecture, technical specs, and test cases.
Command
Update the SDLC artifact index, requirements traceability matrix, architecture manifest, and changelog after a phase change.
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.
Command
Show plugin command reference. /help for detail on a specific command, /help commands for the full table.