Generate a diagram from a natural language description using Mermaid or PlantUML
<description of what to diagram># Visualize Command Generate diagrams from natural language descriptions. ## Usage ## Examples ## Execution Delegate to the `visualization:diagram-generator` agent with the following prompt: --- **Task:** Generate a diagram based on the user's description. **User's request:** $ARGUMENTS **Instructions:** 1. Analyze the description to determine the appropriate diagram type 2. Choose between Mermaid (default) or PlantUML based on requirements 3. Generate syntactically correct diagram code 4. Return the diagram inline in a markdown code block **Diagram Type Selection:** - Inter...