10-Minute Quick Path
Use this exact flow if you are new:Step 1: Install AIOX
Step 2: Pick Your IDE Activation Path
- Claude Code:
/agent-name - Gemini CLI:
/aiox-menuthen/aiox-<agent> - Codex CLI:
/skillsthenaiox-<agent-id> - Cursor/Copilot/AntiGravity: follow constraints in IDE integration docs
Step 3: Validate First Value
First value is achieved when all 3 conditions are true:- You activate one AIOX agent
- You receive a valid greeting/activation response
- You run one starter command (
*helpor equivalent) and get useful output
Installation
Prerequisites
- Node.js version 18.0.0 or higher (v20+ recommended)
- npm version 9.0.0 or higher
- Git (optional, but recommended)
Quick Installation
Installation Options
Project Structure
After installation, your project will include:Configuration
AIOX configuration lives in.aiox-core/core/config/. The installer handles initial setup.
Verify Installation
Configure AI Provider
Create a.env file in your project root:
Basic Commands
Agent Activation
AIOX agents are activated through your IDE. Once activated, agents respond to commands prefixed with*:
Available Agents
| Agent | Name | Focus |
|---|---|---|
@dev | Dex | Code implementation, bug fixes |
@qa | Quinn | Testing, quality gates, code review |
@architect | Aria | System design, technical decisions |
@pm | Bob | PRDs, strategy, roadmap |
@po | Pax | Backlog, story validation |
@sm | River | Story creation, sprint planning |
@analyst | Alex | Research, competitive analysis |
@data-engineer | Dara | Database design, migrations |
@ux-design-expert | Uma | UI/UX design, accessibility |
@devops | Gage | Git operations, CI/CD, deployments |
@aiox-master | - | Framework orchestration |
Your First Workflow
Let’s create a simple feature using the story-driven development process:1. Create a Story
- Story ID and title
- Description
- Acceptance criteria
- Tasks
2. Validate the Story
3. Implement the Feature
- Read the story file
- Implement the code
- Write tests
- Update progress checkboxes
4. Review and QA
- Run quality gates
- Check test coverage
- Validate acceptance criteria
5. Push Changes (Optional)
IDE Compatibility
Not all IDEs support AIOX features equally.| IDE/CLI | Status | Activation Method |
|---|---|---|
| Claude Code | Works | /agent-name commands |
| Gemini CLI | Works | /aiox-menu then /aiox-<agent> |
| Codex CLI | Limited | /skills then aiox-<agent-id> |
| Cursor | Limited | @agent + synced rules |
| GitHub Copilot | Limited | chat modes + repo instructions |
| AntiGravity | Limited | workflow-driven activation |
- Works: Fully recommended for new users
- Limited: Usable with documented workarounds
Troubleshooting
Installation Issues
Agent Not Responding
- Verify your IDE is supported
- Run
npm run sync:ideto refresh agent files - Restart your IDE/CLI session
Sync Issues
Common Workflows
Typical Development Flow
Quick Bug Fix
Architecture Decision
Next Steps
Immediate Actions
- Create your first story - Practice the story-driven workflow
- Explore agents - Try activating different agents and using their commands
- Run quality gates - See the 3-layer quality system in action
Learning Resources
- User Guide - Complete workflow documentation
- Development Workflow - In-depth guide to story-driven development
- Git Workflow - Learn the multi-layer validation system
- Squads Guide - Extend AIOX to any domain
Advanced Topics
- Quality Gates configuration
- Custom workflow creation
- Squad development
- Multi-repo strategies