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
mdr add ronmizrahi/ai-sdlc-graph/sdlc-graph@git:20260921.a8ec703mdr add ronmizrahi/ai-sdlc-graph/sdlc-graph@sha256:06356ff065d2291bPin 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.
[](https://markdownregistry.com/a/art_pobtft2velodmeff)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260921.a8ec703 latest | 2026-09-21 | a8ec703 | 42,004 B | A | view · diff |
| git:20260920.2a23c63 | 2026-09-20 | 2a23c63 | 41,925 B | A | view |
Audit of the latest version
- 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
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.