What problem does it solve? Creating publication-quality scientific diagrams (flowcharts, neural network architectures, biological pathways, circuit diagrams) traditionally requires manual drawing tools or coding. This Skill generates them automatically from natural language descriptions, with AI-driven quality review and iterative refinement. ## Core Features & Use Cases - Natural Language Diagram Generation: Describe any scientific diagram and Nano Banana Pro (Gemini 3 Pro image model) generates it via the OpenRouter API. - Smart Iterative Refinement: Gemini 3 Pro reviews each generated image against document-type quality thresholds (journal 8.5/10, poster 7.0/10, presentation 6.5/10) and only regenerates when quality falls short. - Review Logs: Every run produces versioned images (v1, v2, ...) plus a JSON review log with scores, critiques, and early-stop reasons. - Use Case: A researcher needs a CONSORT participant flow diagram for a journal submission. They describe the screening, exclusion, and randomization numbers, and receive a publication-ready PNG that passed an 8.5/10 quality review. ## Quick Start Set the OPENROUTER_API_KEY environment variable, then ask the assistant to run scripts/generate_schematic.py with your diagram description, an output path such as figures/consort.png, and a document type like journal.