Recipe Dependency Graph
Paste a RECIPE.md: frontmatter plus a list of steps. It builds the step dependency graph from explicit needs: and inferred ${steps.X} references, checks for cycles, dangling references, and duplicate ids, and flags steps that produce nothing anyone depends on. Nothing is uploaded.
Paste, then run. Findings appear here.
A preview of a Tessera pack
This browser demo runs a handful of checks client-side. The full recipes pack also computes the topological execution order and emits a machine-readable execution plan per recipe. It is one of 24 job packs in Tessera, an offline toolkit that turns a repository into a single reviewable HTML report.
Every pack follows one contract: normalize, validate, generate artifacts. No services, no API keys, no network calls, nothing executed against your code.
$ pip install tesserakit-recipes
$ pipx install tesserakit-recipes # isolated CLI install
$ uv tool install tesserakit-recipes
$ tessera run --input . --output run
# then open run/index.html