Eight Claude Code agents defined in .claude/agents/.
| Role | Model | Tools | Purpose |
|---|---|---|---|
| Publisher | Opus | Read, Write, Edit, Bash, Glob, Grep, Agent | Orchestrate content pipeline, write blog posts |
| Analyst | Opus | Read, Glob, Grep, WebSearch, WebFetch | Ingest research, validate claims, propose system improvements |
| Synthesizer | Opus | Read, Edit, Glob, Grep, Agent | Compare and contrast Deep Research reports |
| Journalist | Haiku | Read, Write, Bash, Glob, Grep, WebFetch, WebSearch | Daily AI news digests to wiki journal |
| Researcher | Sonnet | Read, Glob, Grep, WebFetch, WebSearch | Gather sourced facts, return research brief |
| Reviewer | Opus | Read, Glob, Grep | Check style, substance, frontmatter, sourcing |
| QA | Sonnet | Bash, Read, Glob, Grep, Playwright MCP | Build, render, and link verification |
| Security Auditor | Opus | Read, Glob, Grep | Confidential data, prompt injection, OWASP LLM checks |
Publisher, Analyst, Synthesizer, and Journalist are invoked directly. Researcher, Reviewer, QA, and Security Auditor are subagents called by Publisher during its pipeline.
claude --agent publisher
claude --agent analyst
claude --agent synthesizer
claude --agent journalist
See History for the changelog of architectural transitions.