Agent Consolidation - Complete Agent List
Comprehensive list of all agents to be created in the centralized structure
Date: January 8, 2026
Agent Organization Structure
juniro-docs/docs/agents/
├── agent-overview.md (central index)
├── ORCHESTRATION.md (collaboration protocol - optional)
├── _TEMPLATE.md (for creating new agents)
├── shared-agents/ (agents used across multiple repos)
│ ├── [base definitions]
│ └── [domain variants]
└── domain-agents/ (single-instance, domain-specific)
└── [domain-specific agents]
Complete Agent List
📋 Index & Documentation (3 files)
| File | Purpose | Status |
|---|---|---|
agent-overview.md | Central index, quick reference, how to use | 🆕 New |
ORCHESTRATION.md | Collaboration protocol (optional) | 🆕 New |
_TEMPLATE.md | Template for creating new agents | 🆕 New |
🔄 Shared Agents (Base + Variants)
These agents are used across multiple repos. We'll create:
- Base definition (common protocol, mindset, report format)
- Domain variants (repo-specific customizations)
1. Verifier Agent (9 copies → 1 base + 4 variants)
| File | Purpose | Used In |
|---|---|---|
shared-agents/verifier.md | Base definition - common protocol | All repos |
shared-agents/verifier-api.md | API-specific variant | juniro-api |
shared-agents/verifier-frontend.md | Frontend-specific variant | All web repos |
shared-agents/verifier-e2e.md | E2E testing variant | Web repos (optional) |
shared-agents/verifier-design.md | Design system variant | juniro-design |
shared-agents/verifier-docs.md | Documentation variant | juniro-docs |
shared-agents/verifier-infra.md | Infrastructure variant | juniro-infra |
Current State: 9 copies across all repos
New State: 1 base + 6 variants = 7 files (reduces duplication by 22%)
2. Ship-Check Agent (6 copies → 1 base + 2 variants)
| File | Purpose | Used In |
|---|---|---|
shared-agents/ship-check.md | Base definition - release gatekeeper | All repos |
shared-agents/ship-check-design.md | Design system variant | juniro-design |
shared-agents/ship-check-web.md | Web app variant | All web repos |
Current State: 6 copies (design + all web repos)
New State: 1 base + 2 variants = 3 files (reduces duplication by 50%)
3. Design-Audit Agent (5 copies → 1 base + 2 variants)
| File | Purpose | Used In |
|---|---|---|
shared-agents/design-audit.md | Base definition - design system compliance | All repos |
shared-agents/design-audit-design.md | Design system variant (full context) | juniro-design |
shared-agents/design-audit-web.md | Web app variant (simplified) | All web repos |
Current State: 5 copies (design + all web repos)
Note: Delete orphaned designaudit.mdc
New State: 1 base + 2 variants = 3 files (reduces duplication by 40%)