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 uses MoSCoW priority structure with MUST sections (core thesis, top insights, immediate takeaways) always included, and appropriate handling of code snippets and optional sections.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Core thesis present",
"description": "Contains a single-sentence core thesis or main idea section capturing the article's central argument",
"max_score": 10
},
{
"name": "Top insights section",
"description": "Contains a dedicated section for top insights/key points limited to 3-5 items",
"max_score": 10
},
{
"name": "Insight explanations",
"description": "Each insight includes a brief 'why it matters' or significance explanation",
"max_score": 10
},
{
"name": "Immediate takeaways",
"description": "Contains a section for actionable/immediate takeaways that can be applied right away",
"max_score": 10
},
{
"name": "Code preserved complete",
"description": "SQL code examples are preserved in full without truncation",
"max_score": 10
},
{
"name": "Code has context",
"description": "Code blocks include brief purpose description and/or key insight about what's non-obvious",
"max_score": 10
},
{
"name": "Concise insights",
"description": "Individual insights are kept to 2 lines or fewer each",
"max_score": 10
},
{
"name": "No author bio",
"description": "Does NOT include author biographical information or background",
"max_score": 10
},
{
"name": "No full recap",
"description": "Does NOT provide a full paragraph-by-paragraph recap of the article",
"max_score": 10
},
{
"name": "Visual hierarchy",
"description": "Uses headers, dividers, or emoji to create scannable visual structure",
"max_score": 10
}
]
}