Shareable multi-step workflows. Schema: /specs/recipe-format.json
Recipes list ordered steps with a tool slug and label. Browser UI runs them as a guided tour with handoff; MCP/CLI use bakePlan to validate.
{
"schema": "https://onedevtoolkit.com/specs/recipe-format.json",
"version": 1,
"name": "JSON for API",
"steps": [
{ "tool": "json-formatter", "label": "Format JSON" },
{ "tool": "json-minifier", "label": "Minify JSON" }
]
}