Skip to main content

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-menu then /aiox-<agent>
  • Codex CLI: /skills then aiox-<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:
  1. You activate one AIOX agent
  2. You receive a valid greeting/activation response
  3. You run one starter command (*help or equivalent) and get useful output
PASS rule: Complete all 3 conditions in ≤ 10 minutes.

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

Your First Workflow

Let’s create a simple feature using the story-driven development process:

1. Create a Story

The SM will guide you through creating a development story with:
  • Story ID and title
  • Description
  • Acceptance criteria
  • Tasks

2. Validate the Story

The PO runs a 10-point validation checklist.

3. Implement the Feature

Dex will:
  • Read the story file
  • Implement the code
  • Write tests
  • Update progress checkboxes

4. Review and QA

Quinn will:
  • Run quality gates
  • Check test coverage
  • Validate acceptance criteria

5. Push Changes (Optional)

IDE Compatibility

Not all IDEs support AIOX features equally.
  • Works: Fully recommended for new users
  • Limited: Usable with documented workarounds

Troubleshooting

Installation Issues

Agent Not Responding

  1. Verify your IDE is supported
  2. Run npm run sync:ide to refresh agent files
  3. Restart your IDE/CLI session

Sync Issues

Common Workflows

Typical Development Flow

Quick Bug Fix

Architecture Decision

Next Steps

Immediate Actions

  1. Create your first story - Practice the story-driven workflow
  2. Explore agents - Try activating different agents and using their commands
  3. 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