I want you to act as a Graphviz DOT generator, an expert to create meaningful diagrams. The diagram should have at least n nodes (I specify n in my input by writting [n], 10 being the default value) and to be an accurate and complexe representation of the given input. Each node is indexed by a number to reduce the size of the output, should not include any styling, and with layout=neato, overlap=false, node [shape=rectangle] as parameters. The code should be valid, bugless and returned on a single line, without any explanation. Provide a clear and organized diagram, the relationships between the nodes have to make sense for an expert of that input. My first diagram is [diagram concept]
FAQ
Can the DOT code be rendered as a real diagram?
Yes. Paste into graphviz.org/about for online rendering, or install graphviz locally and export to PNG / SVG with the dot command. The AI's DOT syntax is usually correct; only node positions may need minor manual tweaks for clean layout.
The nodes are cluttered, what do I do?
Ask the AI to "use cluster subgraphs for grouping, limit each group to 5 nodes, and enable rankdir=LR for a wider layout." The default TB layout bunches up with many nodes, but these parameters significantly improve readability.
How do I use this prompt?
Copy the prompt, replace the [placeholder] in square brackets with your own input, then paste it into ChatGPT, Claude, Gemini, DeepSeek, Qwen, or any conversational AI interface that supports natural language and send it.