Skip to main content

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.

Open Quick Start Repo Download ZIP

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).

Open AEEF CLI Repo Download ZIP

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.).

Open Canonical Orchestration Guide Open Enterprise Role-Pack Repo Download ZIP

Start with the canonical orchestration model and then apply it via the path that matches your rollout stage:

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.

Open Config Packs Repo Download ZIP

git clone https://github.com/AEEF-AI/aeef-config-packs.git

Go to: Standalone Config Packs

Next Steps