From economist-agents
Enforce source freshness, diversity, and attribution standards for article research. Use when configuring the Research Agent, when evaluating source quality in articles, when adding new source discovery integrations.
npx claudepluginhub oviney/economist-agentsThis skill uses the workspace's default tool permissions.
Defines the research standard for every article. The Research Agent must find current, authoritative, and diverse sources — not recycled analyst reports from years ago.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Share bugs, ideas, or general feedback.
Defines the research standard for every article. The Research Agent must find current, authoritative, and diverse sources — not recycled analyst reports from years ago.
economist-writingarticle-evaluationcitation-verification (future)1. Research Agent receives topic from editorial board
↓
2. Search fresh sources: arXiv (past 12 months), Google Scholar, company blogs
↓
3. Apply freshness filter: ≥3/5 refs from current/previous year
↓
4. Apply diversity filter: ≥3 of 5 source types represented
↓
5. Verify each statistic has: WHO collected, WHEN, HOW, WHAT
↓
6. Pass sourced brief to Content Generation stage
Each article needs at least 3 of these 5 types:
| Tool | Purpose | Enabled By |
|---|---|---|
scripts/arxiv_search.py | Academic preprints, past 12 months | Always available |
scripts/google_search.py | Web + Scholar via Serper API | SERPER_API_KEY env var |
mcp_servers/web_researcher_server.py | MCP tool for Scholar | SERPER_API_KEY env var |
| Rationalization | Reality |
|---|---|
| "The Capgemini report is the standard reference" | It's a good report, not the only report — readers who see it in every article lose trust |
| "2023 data is still relevant in 2026" | Markets move fast; 3-year-old data needs at minimum an "as of" qualifier |
| "We can't find fresh sources on this topic" | arXiv has preprints months ahead of analyst reports; company blogs publish weekly |
| "Analyst reports are the most credible" | Primary research and named case studies are more credible than vendor-commissioned surveys |
| "Adding source diversity slows down the pipeline" | The Research Agent searches in parallel; diversity is a filter, not an extra step |
[NEEDS SOURCE] or [UNVERIFIED] placeholders remaining in published article[NEEDS SOURCE] or [UNVERIFIED] placeholders remainsrc/crews/stage3_crew.py — Research Agent backstory references these rulesscripts/article_evaluator.py — evidence sourcing dimension checks freshnessscripts/arxiv_search.py — tool for discovering recent academic sourcesscripts/editorial_judge.py — post-deployment check for source diversity