Handbook
Template recipe: `versona-kitchensink-diagram-export`
Purpose: Execution-plane stub for turning blueprint-diagram sources or session diagrams/ inputs into SVG (or other Kitchen Sink outputs) via the consuming repo’s generator — e.g. python3 generator/build-showcase.py or…
Template recipe: versona-kitchensink-diagram-export
Purpose: Execution-plane stub for turning blueprint-diagram sources or session diagrams/ inputs into SVG (or other Kitchen Sink outputs) via the consuming repo’s generator — e.g. python3 generator/build-showcase.py or site build. Keeps diagram export out of the IDE model when teams want repeatable CI.
Cognition counterpart: Skill export-versona-kitchensink-diagram (Export Versona kitchen-sink diagram (Forge)).
Non-goals
- Not a general diagram editor — wire your Kitchen Sink or site toolchain.
- Mermaid is not the canonical Forge path for handbook/product docs; prefer
blueprint-diagram+ SVG per workspace policy.
Adoption
- Copy to
agents/recipes/versona-kitchensink-diagram-export/(ORCHESTRATION.md). - Edit
run.sh: set paths to yourforgesdlc-kitchensinkor consumer generator; mount repo at/workin Docker perSTRUCTURE.md. - Write exports to
agents/workspaces/versona-kitchensink-diagram-export/or sessiondiagrams/exported/; register inartifact-manifest.jsonwhen applicable.
Environment
| Variable | Required | Description |
|---|---|---|
DIAGRAM_SOURCE_DIR |
Recommended | Host path or /work/... to IR or markdown sources |
Usage
./run.sh
Stub exits 0 after printing implementation hints.