By oviney
Multi-agent content pipeline that generates Economist-style articles with verified sources, deterministic quality gates, and an Anthropic Agent SDK runtime.
Rules for writing, numbering, and superseding Architectural Decision Records. Use when creating a new ADR, when changing an ADR's status, when consolidating or auditing the ADR tree.
Rules for assigning stories to the correct agent runtime with appropriate constraints. Use when planning sprint assignments, when deciding between Claude Code / Copilot / Human for a story, when launching parallel sub-agents.
Log every agent's inputs, outputs, and decisions as structured JSON for end-to-end auditing. Use when adding trace logging to a pipeline stage, when diagnosing a failed article, when the editorial judge needs pipeline context in a GitHub issue.
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
Reference patterns for designing and reviewing CrewAI multi-agent systems. Use when designing a new crew or flow, reviewing a proposed agent configuration, or auditing an existing system against industry conventions.
Browser automation for navigating web UIs, taking screenshots, and interacting with pages
Scores article drafts across 5 quality dimensions and returns a pass/fail verdict before publishing
Query and update the ChromaDB-backed style memory store for Economist voice consistency
Publication validation — checks front-matter fields (layout, title, date, author, categories, image) and image-path existence before a post is published
Web search (Serper/Google), Google Scholar, arXiv academic search, and page fetching as MCP tools
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-Agent Content Generation Pipeline
A sophisticated multi-agent system (6 AI personas collaborate) that produces publication-quality blog posts in The Economist's signature style. This project orchestrates specialized AI agents for topic discovery, editorial voting, research, writing, editing, and chart generation.
Current Phase: Integration and Production Deployment (Sprint 15 - Day 4) Current Quality Score: 30/100 (red) - Test suite needs stabilization Sprint 15 Progress: Story 9 COMPLETE ✅, Story 10 IN PROGRESS (5/13 pts, 38%)
Recent Achievement (Sprint 14 - Complete ✅):
Foundation:
Test Suite Status: 2112 passed, 84 skipped
Python Version Requirement: Python ≥3.11 (tested with 3.12)
Clone the repository:
git clone https://github.com/your-org/economist-agents.git
cd economist-agents
Create virtual environment:
python3 -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install --upgrade pip
Install dependencies:
pip install -r requirements.txt
pip install -r requirements-dev.txt
Note: Includes arXiv integration for fresh academic research sources
Configure environment:
cp .env.example .env
# Edit .env with your ANTHROPIC_API_KEY
```1 total)
Core Agents:
| Agent | Role | Responsibility |
|---|---|---|
| code-quality-specialist | Code Quality | TDD-based refactoring and quality standards enforcement |
| devops | Infrastructure | CI/CD automation and deployment |
| git-operator | Version Control | Git operations and repo management |
| po-agent | Product | Backlog refinement and story creation |
| product-research-agent | Research | Market analysis and competitive intelligence |
| scrum-master | Orchestration | Sprint coordination and ceremonies |
| test-specialist | Testing | Comprehensive test writing and quality assurance |
| visual-qa-agent | Visual Quality | Chart and design validation |
Stage 3 (src/agent_sdk/stage3_runner.py) — Content Generation
src/agent_sdk/pipeline.pyStage 4 (src/agent_sdk/stage4_runner.py) — Editorial Review
npx claudepluginhub oviney/economist-agentsUnity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
20 SEO/GEO skills and 5 commands on one shared contract for keyword research, content creation, technical audits, schema markup, monitoring, quality gates, entity truth, and campaign memory.
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.