Use cases
Where mdd fits: agent context files, code comments, data pipelines, runbooks, threat models, design docs, sequence flows, and tutorials — worked examples of diagrams your agent draws and you review.
9 pages · 4 groups
Agent context
2An architecture map in your agent context file: ASCII for humans, JSON ground truth for the agent.
Agent hand-offs, tool wiring, and memory flow — documentation the agents themselves can update.
In the codebase
2Header-comment state machines and layouts, computed from JSON and spliced behind // or #.
A curated lineage map your agent keeps current as pipeline models change.
Operations
1Decision flows and failure maps readable in any terminal, drafted and updated by your incident tooling.
Written docs
4RFC and ADR system diagrams that stay legible in diffs across every revision round.
Auth flows and call chains as plain text: message order in the JSON is the layout.
Data-flow diagrams with trust boundaries, drafted from the code and reviewed in the diff.
Conceptual diagrams that survive every downstream medium: docs site, README, PDF, chat.