Eleven Claude Code agents defined in .claude/agents/.
| Role | Model | Tools | Purpose |
|---|---|---|---|
| Pai | Haiku | Read, Write, Bash, Glob, Grep, pai-discord MCP | Executive assistant, Discord comms, agent coordination |
| 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 |
| PRD Writer | Opus | Read, Write, Edit, Glob, Grep, WebSearch, WebFetch, Agent | Interview, research, write PRDs |
| Design Doc Writer | Opus | Read, Write, Edit, Glob, Grep, WebSearch, WebFetch, Agent | Interview, architect, write design docs from PRDs |
| 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 |
Pai, Publisher, Analyst, Synthesizer, Journalist, PRD Writer, and Design Doc Writer are invoked directly. Researcher, Reviewer, QA, and Security Auditor are subagents called by Publisher during its pipeline.
claude --agent pai
claude --agent publisher
claude --agent analyst
claude --agent synthesizer
claude --agent journalist
claude --agent prd-writer
claude --agent design-doc-writer
.claude/agents/<name>.mdwiki/agent-team/<name>.md (copy prd-writer.md as a template)cd apps/blog/blog
OPENAI_API_KEY=<key> node scripts/generate-agent-image.mjs agent-<name>.png "<subject description>"
The script saves to public/images/ and matches the existing avatar style
(geometric flat design, dark navy background, bold colors).See History for the changelog of architectural transitions.