Home / ronmizrahi / ai-sdlc-graph · plugins/sdlc-graph/skills/sdlc-graph/SKILL.md · GitHub

sdlc-graph skillA

sdlc-graph is agent-read markdown (skill) from ronmizrahi/ai-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 star.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# SDLC Graph

## Goal

One feature carried from idea to accepted, through an explicit state machine rather than a chain of
prose. The run leaves behind three things: **the work itself** (branches, PRs, merged code), **the
plan file** updated to reflect what actually happened, and **`docs/graph-runs/<run-id>/state.json`** — the
typed record of every transition, every retry, and every gate that could not run.

What the graph adds over invoking the skills by hand:

| | |
|---|---|
| **Resumability** | The state file answers *"where were we?"* after any interruption. |
| **Bounded loops** | Every retry cycle has a declared limit; none can spin. |
| **Guarded edges** | Conditions are evaluated, not hoped for. Zero matching guards halts rather than guesses. |
| **Skipped-gate ledger** | A gate whose tool is missing is **recorded**, never reported as passed. |

## Use When

- The user invokes this skill to start, resume, or check an SDLC run.
- `start` — a feature to build end to end. `resume` / "where were we" — pick up an existing run.
  `status` — report position without advancing.

## Do Not Use When
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ronmizrahi/ai-sdlc-graph/sdlc-graph@git:20260921.a8ec703
Exact content
mdr add ronmizrahi/ai-sdlc-graph/sdlc-graph@sha256:06356ff065d2291b

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pobtft2velodmeff.svg)](https://markdownregistry.com/a/art_pobtft2velodmeff)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.a8ec703 latest2026-09-21 a8ec703 42,004 BA view · diff
git:20260920.2a23c632026-09-20 2a23c63 41,925 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (42004 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ronmizrahi/ai-sdlc-graph · 10 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_pobtft2velodmeff
GET https://markdownregistry.com/api/v1/resolve?ref=ronmizrahi/ai-sdlc-graph/sdlc-graph
GET https://markdownregistry.com/api/v1/blob/06356ff065d2291beee7a553594746ba10d4cb1f55f62b4abceefdc2fbec1419

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ronmizrahi/ai-sdlc-graph

CLAUDE.md claude
ronmizrahi/ai-sdlc-graph · CLAUDE.md
git:20260920.2a23c63 · audit A · 10 stars
sdlc-graph-engineering-install skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph-engineering-install/skills/sdlc-graph-engineering-install/SKILL.md · Install graph engineering into a project: take an existing process — skills, a runbook, a README, a CI pipeline, or…
git:20260920.2a23c63 · audit A · 10 stars
view-run skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph-viewer/skills/view-run/SKILL.md · Generate a visual, LangSmith-style HTML view of an sdlc-graph run from its state file…
git:20260920.2a23c63 · audit B · 10 stars
graph-run-reviewer skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph/skills/graph-run-reviewer/SKILL.md · Review a finished or stuck sdlc-graph run — read its state file, its milestone journals and (when it was traced) every…
git:20260920.2a23c63 · audit A · 10 stars
onboarding skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph/skills/onboarding/SKILL.md · Produce the sdlc-graph tooling checklist — walk the plugin's dependency roster, report tool by tool what this session…
git:20260921.a8ec703 · audit A · 10 stars

Every file in ronmizrahi/ai-sdlc-graph

Browse by kind, by grade A, or by owner.