Infographic Summary Generator Prompt
Generated: 2025-07-28
Purpose: Create visually stunning, comprehensive 1-page summaries for complex systems
Application: Any multi-phase project, framework, or comprehensive documentation suite
Core Prompt Template
Use this prompt to generate a professional, infographic-style summary document for any complex system:
Create a comprehensive 1-page infographic summary document that transforms [SYSTEM_NAME] into a visually engaging overview following these specifications:
### π Document Requirements
1. **Title & Metadata Block**
- H1 with relevant emoji + system name + descriptive subtitle
- Generated date, status, and scope information
- Professional metadata formatting
2. **Visual Metrics Dashboard**
- Create SVG-based metric cards showing key statistics
- Use color-coded elements (blue, purple, green, orange)
- Include primary metrics: phases/components, files/outputs, word counts, completion status
- Follow clean, rounded rectangle design with borders
3. **Executive Summary Section**
- Compelling blockquote with value proposition
- Core benefits and differentiators
- Target audience and use case clarity
4. **System Architecture Visualization**
- SVG diagram showing system flow and major components
- Visual phase progression with arrows and connections
- Color-coded sections for different system areas
- Include statistics for each major section
5. **Methodology Overview Table**
- Structured breakdown of approach and processes
- Include inputs, outputs, focus areas
- Quality assurance and validation framework
6. **Key Differentiators Grid**
- 2-column responsive grid layout
- Highlighted benefit boxes with colored borders
- Specific value propositions and technical details
7. **Implementation Highlights**
- Technical excellence features
- User experience highlights
- Business intelligence capabilities
- Organized in clear subsections
8. **Success Metrics Visualization**
- SVG-based success metrics dashboard
- Target outcomes and ROI projections
- Comparative advantages and market positioning
- Visual metric cards with colors and icons
9. **Quick Start Guide**
- Phase execution order
- Key documentation reference table
- Clear next steps with action items
10. **Professional Footer**
- Centered call-to-action section
- Repository/access information
- Generation metadata and status
### π¨ Visual Design Standards
**SVG Requirements (CRITICAL - Read Before Implementation):**
β οΈ **LESSON LEARNED**: SVG elements in markdown cause HTML generation issues. Use iframe components for complex visuals.
**For Simple SVG (if absolutely necessary):**
- Use viewBox and responsive dimensions (800x300 typical)
- Color palette: #e3f2fd (blue), #f3e5f5 (purple), #e8f5e9 (green), #fff3e0 (orange), #fce4ec (pink)
- Rounded rectangles (rx="8" or rx="12")
- Clean typography: Arial, sans-serif
- Consistent stroke-width="2" for borders
- Arrow markers for flow connections
**PREFERRED APPROACH - Iframe Components:**
- Create standalone HTML files for complex visual components
- Use CSS-styled metric cards instead of SVG
- Implement auto-resize functionality with maximum height limits
- Place components in `html/components/` directory
- Reference with absolute paths: `/components/component-name.html`
**Content Structure:**
- Use section dividers (---) between major topics
- Implement emoji icons for visual hierarchy
- Create scannable content with tables and grids
- Include responsive div containers with inline styles
- Use color-coded information boxes
**Typography Hierarchy:**
- H1: System name with emoji
- H2: Major sections with emoji and purpose
- H3: Subsections with contextual icons
- Bold text for key concepts and emphasis
- Consistent spacing and visual breaks
### π Content Analysis Framework
**Extract these key elements from source material:**
1. **Quantitative Metrics**: Total phases, files, word counts, time estimates
2. **Qualitative Benefits**: Value propositions, differentiators, user benefits
3. **System Architecture**: Flow, progression, dependencies, major components
4. **Implementation Details**: Technologies, features, capabilities
5. **Success Criteria**: ROI, targets, benchmarks, comparative advantages
6. **User Journey**: Getting started, progression, outcomes
### π Quality Checklist
Before finalizing the summary, verify:
- [ ] Complex visuals use iframe components (NOT inline SVG in markdown)
- [ ] All iframe components have proper auto-resize with max-height limits
- [ ] Component paths use absolute references (`/components/name.html`)
- [ ] Metrics are accurate and properly sourced from documentation
- [ ] Color scheme is consistent and professional
- [ ] Content is scannable with clear visual hierarchy
- [ ] Tables and grids are properly formatted
- [ ] Call-to-action sections are compelling and clear
- [ ] Document follows beautiful documentation design standards
- [ ] All sections provide value and avoid redundancy
- [ ] Mobile-friendly responsive elements included
- [ ] Professional tone maintained throughout
### π± Responsive Considerations
**Mobile Optimization:**
- Use max-width: 100% for SVG elements
- Implement grid layouts that stack on smaller screens
- Ensure text remains readable at various sizes
- Test visual elements on different viewport widths
**Accessibility Standards:**
- Include descriptive alt text for all visual elements
- Use sufficient color contrast ratios
- Provide text alternatives for data visualizations
- Ensure proper heading hierarchy for screen readers
Implementation Example
Input Variables for Template:
SYSTEM_NAME: "NudgeCampaign: Complete Autonomous Research & Development System"
TOTAL_PHASES: 25
TOTAL_FILES: "106+"
TOTAL_WORDS: "427,500+"
PRIMARY_FOCUS: "Problem Discovery β Market Leadership"
TARGET_AUDIENCE: "Email Marketing Entrepreneurs"
VALUE_PROPOSITION: "Replace expensive, complex tools with simplified, affordable alternative"
KEY_METRICS:
- cost_savings: "70% vs ActiveCampaign"
- target_arr: "$100M"
- retention_rate: "90%"
- market_cagr: "12%"
Generated Structure:
- Hero Section with metrics dashboard
- Executive Summary with value proposition
- Architecture Diagram showing 25-phase flow
- Methodology Table with research approach
- Differentiators Grid with competitive advantages
- Implementation Highlights with technical details
- Success Metrics with ROI visualization
- Quick Start Guide with actionable next steps
Customization Guide
For Different Project Types:
Software Development Frameworks:
- Focus on technical architecture and development phases
- Highlight code quality, testing, and deployment metrics
- Include technology stack and performance benchmarks
Business Strategy Systems:
- Emphasize market analysis and competitive positioning
- Showcase ROI projections and financial modeling
- Include customer acquisition and retention strategies
Research Methodologies:
- Detail research phases and validation approaches
- Highlight data sources and analysis techniques
- Include quality assurance and peer review processes
Educational Curricula:
- Show learning progression and skill development
- Include assessment criteria and completion metrics
- Highlight practical applications and career outcomes
Visual Customization Options:
Color Schemes:
- Corporate: Blues and grays (#1976d2, #546e7a)
- Creative: Purples and magentas (#7b1fa2, #c2185b)
- Growth: Greens and teals (#388e3c, #00796b)
- Innovation: Oranges and ambers (#f57c00, #ff8f00)
Layout Variations:
- Horizontal Flow: Left-to-right progression diagrams
- Vertical Stack: Top-to-bottom phase visualization
- Circular: Cyclical process representation
- Grid Matrix: Component relationship mapping
Success Criteria
A well-executed infographic summary should achieve:
Instant Comprehension: Reader understands system value within 30 seconds
Visual Appeal: Professional design that commands attention and respect
Comprehensive Coverage: All major system components represented accurately
Actionable Insights: Clear next steps and implementation guidance
Memorable Impact: Key metrics and benefits stick with the reader
Shareable Format: Suitable for presentations, proposals, and documentation
Iframe Component Implementation Guide
When to Use Iframe Components vs. Inline Content
USE IFRAME COMPONENTS FOR:
- Complex metric dashboards with multiple data points
- Visual diagrams with custom styling and layouts
- Interactive elements requiring JavaScript
- Components that need precise positioning and styling
- Anything with emojis that might get converted to icon fonts
AVOID IFRAME FOR:
- Simple text content and lists
- Basic tables without complex styling
- Standard markdown elements (headings, paragraphs, blockquotes)
- Content that needs to be searchable/indexable
Iframe Component Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Component Name</title>
<style>
body {
margin: 0;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #f9fafb;
}
.container {
max-width: 800px;
margin: 0 auto;
/* Component-specific styles */
}
@media (max-width: 768px) {
/* Mobile responsive styles */
}
</style>
</head>
<body>
<div class="container">
<!-- Component content -->
</div>
<script>
function sendHeightToParent() {
const height = Math.min(MAX_HEIGHT, Math.max(
document.documentElement.scrollHeight,
document.documentElement.offsetHeight,
document.body.scrollHeight,
document.body.offsetHeight
) + 20);
if (window.parent !== window) {
window.parent.postMessage({
type: 'resize-iframe',
height: height,
id: 'component-id'
}, '*');
}
}
window.addEventListener('load', function() {
setTimeout(sendHeightToParent, 100);
});
window.addEventListener('resize', function() {
setTimeout(sendHeightToParent, 100);
});
</script>
</body>
</html>
Markdown Integration Pattern
## Section Title
<div align="center">
<iframe
id="component-id"
src="/components/component-name.html"
width="100%"
height="300"
frameborder="0"
style="border: none; border-radius: 8px; background: transparent;">
</iframe>
</div>
Auto-Resize JavaScript Requirements
CRITICAL: Every iframe component MUST include:
- Maximum height limit: Prevents endless growth
- Debounced resize events: Prevents infinite loops
- Unique component ID: For targeted resize handling
- Fallback height: Minimum height in case of issues
Example Max Heights:
- Metric cards: 300px
- Architecture diagrams: 400px
- Complex dashboards: 500px
- Full infographics: 600px
Related Resources
- Beautiful Documentation Design Guide: Design principles and standards with SVG best practices
- Visual Element Library: Reusable iframe components and CSS patterns
- Responsive Layout Patterns: Mobile-friendly design approaches
- Accessibility Guidelines: Inclusive design best practices
Use this prompt to transform any complex system into a compelling, professional summary that drives understanding and action. Always prefer iframe components over inline SVG for complex visuals.