lantisprime/claude-sdlc
3 stars · Last commit 2026-04-30
A governance layer for AI-assisted software delivery. Plan, scope, approve, build, test, release — with human sign-off at every gate.
README preview
# SDLC Plugin for Claude Code A governance layer for AI-assisted software delivery. Plan, scope, approve, build, test, release — with human sign-off at every gate. ## Why this exists claude-sdlc is a **governance layer for AI-assisted software delivery**. It wraps the coding agent and gates every phase of the SDLC: plan, scope, approve, build, test, release. Claude Code is fast. Sometimes too fast. This plugin trades a little velocity for a lot of discipline: - No code written before a plan exists. - No file touched that is not listed in the plan. - No phase advanced without a human signature. - No build merged without a traceable work item (REQ ID, ticket, or signed CR). It serves teams that need to answer: - Was there an approved plan before code changed? - Was the change within scope? - Which requirement does this code satisfy? - Who signed off, and against what?