Version: 1.0.0 Last Updated: 2026-02-05 Status: Official Documentation
This folder contains detailed documentation for all AIOX agents, including:
- Complete system for each agent
- Mermaid flowcharts of operations
- Command mapping to tasks
- Integrations between agents
- Workflows involving each agent
- Best practices and troubleshooting
| Agent | Persona | Archetype | Document |
|---|---|---|---|
| @aiox-master | Orion | Orchestrator | aiox-master-system.md |
| @analyst | Atlas | Researcher | analyst-system.md |
| @architect | Aria | Visionary | architect-system.md |
| @data-engineer | Dara | Data Sage | data-engineer-system.md |
| @dev | Dex | Builder | dev-system.md |
| @devops | Gage | Guardian | devops-system.md |
| @pm | Morgan | Strategist | pm-system.md |
| @qa | Quinn | Guardian | qa-system.md |
| @sm | River | Facilitator | sm-system.md |
| @squad-creator | Nova | Creator | squad-creator-system.md |
| @ux-design-expert | Uma | Designer | ux-design-expert-system.md |
Each agent document follows this standard structure:
1. Overview
- Main responsibilities
- Core principles
2. Complete File List
- Core tasks
- Agent definition
- Templates
- Checklists
- Related files
3. System Flowchart
- Complete Mermaid diagram
- Operations flow
4. Command Mapping
- Commands -> Tasks
- Parameters and options
5. Related Workflows
- Workflows using the agent
- Agent's role in each workflow
6. Agent Integrations
- Who provides inputs
- Who receives outputs
- Collaborations
7. Configuration
- Configuration files
- Available tools
- Restrictions
8. Best Practices
- When to use
- What to avoid
9. Troubleshooting
- Common issues
- Solutions
10. Changelog
- Version history
flowchart TB
subgraph ORCHESTRATION["Orchestration"]
MASTER["@aiox-master\n(Orion)"]
end
subgraph DISCOVERY["Discovery & Planning"]
ANALYST["@analyst\n(Atlas)"]
PM["@pm\n(Morgan)"]
end
subgraph DESIGN["Design & Architecture"]
ARCHITECT["@architect\n(Aria)"]
UX["@ux-design-expert\n(Uma)"]
DATA["@data-engineer\n(Dara)"]
end
subgraph MANAGEMENT["Management"]
PO["@po\n(Pax)"]
SM["@sm\n(River)"]
end
subgraph EXECUTION["Execution"]
DEV["@dev\n(Dex)"]
QA["@qa\n(Quinn)"]
DEVOPS["@devops\n(Gage)"]
end
MASTER --> ANALYST
MASTER --> PM
ANALYST --> PM
PM --> UX
PM --> ARCHITECT
UX --> ARCHITECT
ARCHITECT --> DATA
ARCHITECT --> PO
PO --> SM
SM --> DEV
DEV --> QA
QA --> DEVOPS
style MASTER fill:#e3f2fd
style EXECUTION fill:#c8e6c9
- Access the desired agent's document
- Read the Overview to understand the role
- Check the Commands to know what it can do
- See the Workflows to understand the context
- Go directly to the Troubleshooting section
- Check the Flowcharts to understand the flow
- Verify Integrations for dependencies
- Analyze the File List to know what to modify
- Follow Best Practices to maintain consistency
- Update the Changelog after changes
| Documentation | Location | Purpose |
|---|---|---|
| Meta-Agent Commands | docs/meta-agent-commands.md | Quick reference |
| Workflows Guide | docs/guides/workflows-guide.md | Workflows guide |
| AIOX Workflows | docs/aiox-workflows/ | Detailed workflows |
| Architecture | docs/architecture/ | Technical architecture |
To add or update agent documentation:
- Follow the standard structure described above
- Include updated Mermaid diagrams
- Keep the changelog up to date
- Create translations in PT and ES
AIOX Agent Flows Documentation v1.0 - Detailed documentation of the agent system