Start Here
Use this page if you want the fastest path to apply AEEF standards immediately.
For the full ordered sequence across tiers, orchestration, adaptation, starter repos, and examples, use Implementation Path.
Choose Your Starting Path
Option 1: Tier 1 Quick Start Template (Fastest Greenfield Path)
For a new project or a clean prototype with built-in guardrails.
git clone https://github.com/AEEF-AI/aeef-quickstart.git my-project
Go to: Tier 1: Quick Start or Tier 1: Quick Start Apply Path
Option 2: AEEF CLI Wrapper (Guided 4-Role Workflow)
For teams that want branch-per-role orchestration with hooks, contracts, and PR handoffs. Best starting point for minimum-agent adoption (4-role baseline).
git clone https://github.com/AEEF-AI/aeef-cli.git
cd aeef-cli
bash install.sh
aeef doctor --project /path/to/your-repo
aeef bootstrap --project /path/to/your-repo --role product --with-branches
aeef --role product --project /path/to/your-repo
Go to: AEEF CLI Wrapper
Option 3: Full Agent Orchestration Model (11-Agent Path)
For organizations planning a full production operating model with specialized roles (Security, Compliance, Platform, Ops, Executive, etc.).
Start with the canonical orchestration model and then apply it via the path that matches your rollout stage:
- Tier 2: Transformation Apply Path for phased rollout (3-5 agents -> more)
- Tier 3: Production Apply Path for full 11-agent implementation
- AEEF CLI Wrapper with extended role packs (same CLI core, more roles)
git clone https://github.com/AEEF-AI/aeef-enterprise-role-pack.git
export AEEF_ROLE_PACK_DIR=$PWD/aeef-enterprise-role-pack
Option 4: Config Packs (Best Brownfield Path)
For existing repositories where you want to add governance without replacing app code.
git clone https://github.com/AEEF-AI/aeef-config-packs.git
Go to: Standalone Config Packs
Next Steps
- Need organizational rollout and CI/CD evolution? Go to Tier 2: Transformation Apply Path
- Need regulated / sovereign / enterprise controls? Go to Tier 3: Production Apply Path
- Need to compare all tiers first? Go to Reference Implementations