Extract actionable insights and valuable artifacts from web posts, articles, and technical documentation. Use when summarizing content, extracting key ideas from URLs/articles, preserving code snippets and diagrams, or creating visual summaries. Triggers on requests like "summarize this post", "extract insights from", "distill this article", "what are the key takeaways", or when a URL is shared for analysis.
97
Quality
100%
Does it follow best practices?
Impact
94%
1.25xAverage score across 5 eval scenarios
{
"context": "Tests whether the agent correctly chooses animated SVG for temporal/sequential/causal flows versus Mermaid for static architecture, and prioritizes understanding over decoration in diagrams.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Sequential flow diagram",
"description": "Creates a diagram showing the step-by-step authentication sequence (steps 1-8)",
"max_score": 8
},
{
"name": "Animated for sequence",
"description": "Uses animated SVG (not Mermaid) for the sequential authentication flow since it shows temporal progression and cause-effect",
"max_score": 15
},
{
"name": "Animation patterns used",
"description": "If animated SVG used, includes appropriate animation patterns such as fade-in sequence, highlighting flows, or state transitions",
"max_score": 12
},
{
"name": "Component relationships diagram",
"description": "Creates a diagram showing relationships between components (Client, Auth Server, Resource Server, Token Store, Identity Provider)",
"max_score": 8
},
{
"name": "Mermaid for architecture",
"description": "Uses Mermaid (not animated SVG) for the component relationship diagram since it shows static relationships without temporal dimension",
"max_score": 15
},
{
"name": "Before/after visualization",
"description": "Creates a visual showing the state transformation from before to after authentication",
"max_score": 10
},
{
"name": "Animated for transformation",
"description": "Uses animated SVG (not Mermaid) for before/after states since it shows transformation impact",
"max_score": 12
},
{
"name": "Understanding prioritized",
"description": "Diagrams are designed for clarity and understanding rather than purely decorative - labels are clear, flows are logical",
"max_score": 10
},
{
"name": "Core thesis present",
"description": "Includes a brief one-sentence summary of what the authentication system does",
"max_score": 5
},
{
"name": "Key insights included",
"description": "Extracts 2-4 key insights about the authentication flow with brief explanations",
"max_score": 5
}
]
}