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

sdlc-graph-engineering-install skillA

sdlc-graph-engineering-install is agent-read markdown (skill) from ronmizrahi/ai-sdlc-graph: Install graph engineering into a project: take an existing process — skills, a runbook, a README, a CI pipeline, or something the user can only describe out loud — and scaffold it into a working guarded graph with typed nodes, total exit guards, bounded retry loops, a durable run-state file, and a ledger recording every step that could not run. Writes the orchestrator skill and its model files into the target project, then proves the result sound by dry-tracing it before handing it over. Use thi.

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

# Install Graph Engineering

## Goal

**Graph engineering, installed into a project that does not have it.** One existing process, turned
into a model a machine can actually execute: **nodes** with typed contracts,
**edges** with total guards, **bounded** cycles, a **run-state file** that survives a crash, and a
**ledger** of every step that could not run. Plus the orchestrator skill that walks it.

**The output is four files, written into their project, and a proof.** Not a diagram — diagrams are
the easy part. The deliverable is something they can run.

## Use When

- A prose process has grown enough conditionals that nobody can hold it in their head.
- An agent loses its place partway through a long task and restarts from guesswork.
- A retry loop has no limit, or a step reports success it did not earn.
- Someone wants a process auditable — "which steps actually ran, and which were skipped?"

## Do Not Use When

- **The process is genuinely linear** with no branching, no retries, and no human stops. A checklist
  is the right tool; a graph is overhead.
- **The steps are one action each.** A graph earns its cost across steps that can fail, retry, or be
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ronmizrahi/ai-sdlc-graph/sdlc-graph-engineering-install@git:20260920.2a23c63
Exact content
mdr add ronmizrahi/ai-sdlc-graph/sdlc-graph-engineering-install@sha256:84951b2071e33a33

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_nrszgkuzwhpuzckr.svg)](https://markdownregistry.com/a/art_nrszgkuzwhpuzckr)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.2a23c63 latest2026-09-20 2a23c63 32,995 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 (32995 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_nrszgkuzwhpuzckr
GET https://markdownregistry.com/api/v1/resolve?ref=ronmizrahi/ai-sdlc-graph/sdlc-graph-engineering-install
GET https://markdownregistry.com/api/v1/blob/84951b2071e33a33f3b5b72ef18c2bc7234dab4c33a48a23b50fd1d87edb7f09

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
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
sdlc-graph skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph/skills/sdlc-graph/SKILL.md · Drive a feature end to end through the full SDLC as an explicit guarded graph — spec, plan, branching strategy, then…
git:20260921.a8ec703 · audit A · 10 stars

Every file in ronmizrahi/ai-sdlc-graph

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