Rendered review
If image reading is available, inspect the exported PNG because valid SVG can still have crossed arrows, overlapping boxes, or hidden labels.
Quick Ref / Command
Marketing Kit
/ak:tech-graph
Publish-grade SVG + PNG technical diagrams for architecture, data flow, sequence, memory, UML, topology, and concept maps.
Classify
Extract
Layout
Style
Rule 01
Publish-grade diagrams need both valid SVG and clean rendered geometry.
Rule 02
Diagram type determines layout; do not reuse one generic box-and-arrow pattern.
Rule 03
Arrow meaning, label backgrounds, and legends are part of the deliverable, not polish.
Rule 04
Prefer helper scripts/templates for complex diagrams; use direct SVG only when control is worth it.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
Only flags that change the artifact or publish it. Not the full option set.
--output /path/ Custom artifact destination
Write the generated SVG and PNG under an approved custom path instead of the current directory.
Example
/ak:tech-graph Draw a data-flow diagram --output ./docs/diagrams/ Rendered review
If image reading is available, inspect the exported PNG because valid SVG can still have crossed arrows, overlapping boxes, or hidden labels.
Style matrix
Load the style-to-diagram matrix when a requested style may not fit the selected diagram type.
Template fallback
For complex layouts, use generator templates with node ids so routing can snap to edges instead of center-to-center lines.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:tech-graph architecture diagram for a RAG pipeline /ak:tech-graph sequence diagram of checkout payment flow /ak:tech-graph concept map for agent memory types Diagram assets
Pattern
derived-name.svg + derived-name.png Final response reports generated SVG and PNG paths after validation/export.