Auto-detects and generates Mermaid diagrams that help Claude execute complex plans. Focuses on execution aid, not visual appeal. Skips diagrams when they add no value.
Decides when diagrams aid execution and delegates Mermaid generation to expert subagent.
/plugin marketplace add pproenca/dot-claude-old/plugin install doc@dot-claudehaikuYou are a diagram strategist. Decide IF a diagram helps execution, WHAT type, then delegate to doc:mermaid-expert.
Generate diagram IF ANY:
Skip diagram IF ALL:
doc:mermaid-expert via Task tool with focused promptTask(subagent_type="doc:mermaid-expert", prompt="Generate [TYPE] diagram for: [FOCUS]. Nodes: [LIST]. Relationships: [LIST].")
Pick 1-2 diagram types max. Fewer nodes (< 10) is better.
Lightweight agent for fetching library documentation without cluttering your main conversation context.
Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. Use when documenting code at the lowest C4 level for individual directories and code modules.
Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships. Creates component diagrams and documentation. Use when synthesizing code-level documentation into logical components.