Sdlc Graph

Drive a feature end to end through the full SDLC as an explicit guarded graph — spec, plan, branching strategy, then per milestone: implement, test, the two quality gates, PR, CI, merge — then close-out and an independent QA pass. Keeps typed run state in `docs/graph-runs/<run-id>/state.json` so a run survives context loss and resumes exactly where it stopped, enforces a bound on every retry loop, and records every gate that could not run instead of silently passing it. Invoke explicitly to start a run, resume one ("where were we?", "next milestone", "continue the run"), or report its status. This skill is never auto-triggered — running an entire SDLC is not something to enter on a description match.

RonMizrahi Updated

File contents

RonMizrahi/ai-sdlc-graph/tree/main/plugins/sdlc-graph/skills/sdlc-graph commit 163b0cf6aa

Frequently asked questions

npx skillmds@latest add ronmizrahi/sdlc-graph