Workshop Catalog -- Hands-On AEEF Training
Not every team needs a full certification track. Sometimes you need a focused session that delivers a specific outcome in a single sitting -- a Tier 1 deployment in 30 minutes, a CI pipeline hardened in an afternoon, or a strategic roadmap drafted before the end of the day.
This catalog contains 8 standalone workshops that can be delivered independently of the certification program. Each workshop is self-contained with its own objectives, prerequisites, materials, and hands-on exercises. Workshops can also be combined into multi-day events for organizations that want broader coverage without committing to full certification tracks.
Workshop Overview
| # | Workshop | Audience | Duration | Key Outcome |
|---|---|---|---|---|
| 1 | AEEF in 30 Minutes | Anyone | 30 min | Tier 1 deployed on a project |
| 2 | AI Governance for CTOs | CTO, VP Eng, Directors | 2 hours | Governance decision + adoption timeline |
| 3 | Agent SDLC Deep Dive | Architects, Senior Engineers | 4 hours | Agent SDLC configured for their project |
| 4 | CI Pipeline Hardening | DevOps, Platform Engineers | 4 hours | Production-grade CI pipeline running |
| 5 | Multi-Agent Orchestration | Senior Engineers, Architects | 8 hours | Multi-agent workflow with governance |
| 6 | Compliance & Sovereignty | Compliance, Legal, Security | 4 hours | Compliance overlay configured |
| 7 | AEEF CLI Mastery | Developers, Tech Leads | 4 hours | Full 4-role workflow running |
| 8 | From Vibe Coding to Agentic Engineering | Engineering Leaders, Team Leads | 2 hours | Transformation roadmap drafted |
Workshop 1: AEEF in 30 Minutes (All Levels)
Overview
The fastest path from zero to governed. In 30 minutes, every participant will have Tier 1 AEEF governance running on a real project. This workshop is designed for team-wide kickoffs, onboarding sessions, or conference demos.
Details
| Attribute | Detail |
|---|---|
| Audience | Anyone -- developers, managers, executives, non-technical stakeholders |
| Duration | 30 minutes |
| Technical Level | Beginner (copy-paste friendly) |
| Prerequisites | GitHub account, Git installed, one existing repository |
| Materials | aeef-quickstart repo, aeef-config-packs repo |
| Outcome | Tier 1 governance deployed on one project |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:05 | Introduction: what AEEF is and why it matters (2 slides) |
| 0:05-0:10 | Clone aeef-quickstart or download config packs |
| 0:10-0:20 | Apply config packs to your project: AI rules, CI pipeline, PR template |
| 0:20-0:25 | Push changes and verify CI pipeline runs |
| 0:25-0:30 | Create a PR using the AEEF template, verify AI disclosure section |
Hands-On Exercise
Goal: Apply Tier 1 governance to one of your repositories in under 20 minutes.
- Choose a repository you have push access to
- Download the appropriate config pack from
aeef-config-packs:ai-tool-config/-- rules for your AI toolci-pipelines/github-actions/-- CI workflowpr-templates/-- PR template with AI disclosure
- Copy the files into your repository
- Commit, push, and verify the pipeline runs
- Open a PR and fill in the AI disclosure section
Success criteria: CI pipeline runs green and PR template shows AI disclosure section.
Post-Workshop Resources
- Quick Start Guide for deeper Tier 1 configuration
- Config Packs Reference for all available packs
- Developer Certification to continue learning
Workshop 2: AI Governance for CTOs (Executive)
Overview
A strategic briefing designed for technical leadership. This workshop presents the market data, risk landscape, ROI framework, and case studies that executives need to make informed decisions about AI coding governance. No coding required -- this is a decision-support session.
Details
| Attribute | Detail |
|---|---|
| Audience | CTO, VP Engineering, Engineering Directors, Technical Advisors |
| Duration | 2 hours |
| Technical Level | Non-technical (business and strategy focused) |
| Prerequisites | None (pre-read materials provided 1 week before) |
| Materials | Slide deck, ROI calculator spreadsheet, case study packet |
| Outcome | Decision on AEEF tier + adoption timeline documented |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:20 | Market landscape: $4-7B market, adoption rates, competitive dynamics |
| 0:20-0:40 | The productivity paradox: Faros AI, METR, Uplevel data |
| 0:40-1:00 | Real incidents and risk data: what happens without governance |
| 1:00-1:20 | ROI framework: calculating return on governance investment |
| 1:20-1:40 | Case studies: organizations that adopted governance successfully |
| 1:40-2:00 | Decision exercise: choose tier, set timeline, define success metrics |
Hands-On Exercise
Goal: Make a governance decision and document it.
- Review the tier comparison matrix with your organization's profile
- Use the ROI calculator to estimate investment and return
- Select a target tier for each team or business unit
- Define a 6-week adoption timeline with weekly milestones
- Document 3 success metrics you will track
Success criteria: Documented governance decision with tier selection, timeline, and metrics.
Discussion Topics
- How does AI governance affect our competitive position?
- What is the cost of NOT governing AI coding? (Risk quantification exercise)
- How do we balance developer autonomy with organizational governance?
- What regulatory requirements apply to our industry and jurisdiction?
- How do we measure success -- and how quickly should we expect results?
Post-Workshop Resources
- Why AI Coding Governance? for the full evidence base
- Adoption Paths for the decision tree
- Manager Certification for the manager responsible for rollout
Workshop 3: Agent SDLC Deep Dive (Technical)
Overview
A technical deep dive into the AEEF Agent SDLC -- the multi-agent development lifecycle that structures how AI agents collaborate on software projects. Participants design agent pipelines, author contracts, define handoff protocols, and configure the agent SDLC for their own projects.
Details
| Attribute | Detail |
|---|---|
| Audience | Solution Architects, System Architects, Senior Engineers, Tech Leads |
| Duration | 4 hours |
| Technical Level | Intermediate to advanced |
| Prerequisites | Familiarity with Git, CI/CD, code review processes |
| Materials | aeef-cli repo, aeef-transform repo, contract templates |
| Outcome | Agent SDLC configured for one of their projects |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:30 | The case for multi-agent development: why 4 agents, not 1 |
| 0:30-1:00 | The 4-agent model: product, architect, developer, QC |
| 1:00-1:30 | Contract authoring: structure, constraints, permissions, outputs |
| 1:30-2:00 | Hands-on: write contracts for all 4 roles |
| 2:00-2:15 | Break |
| 2:15-2:45 | Handoff protocols: PR-based handoffs, branch naming, artifacts |
| 2:45-3:15 | The 11-agent model: when and why to scale beyond 4 agents |
| 3:15-3:45 | Hands-on: configure Agent SDLC for your project |
| 3:45-4:00 | Review and Q&A |
Hands-On Exercises
Exercise 1: Contract Authoring (30 minutes)
Write agent contracts for all 4 roles in the AEEF 4-agent model, customized for a project you work on:
- Define the role description, permissions, and constraints for each agent
- Specify required outputs and forbidden actions
- Define handoff criteria: what must be true before an agent can hand off to the next
- Peer review contracts with another participant
Exercise 2: Agent SDLC Configuration (30 minutes)
Configure the Agent SDLC for a real project using the AEEF CLI or aeef-transform templates:
- Initialize the agent SDLC directory structure
- Place contracts for all 4 roles
- Configure handoff PR templates
- Define quality gates for each transition
- Run a dry-run simulation of the workflow
Success criteria: Complete 4-agent contract set and configured SDLC directory for a real project.
Key Takeaways
- Contracts are the most important governance artifact -- they define what each agent can and cannot do
- Handoffs via PR ensure auditability and human review points
- Start with 4 agents; scale to 11 only when organizational complexity demands it
- The agent SDLC is a process design, not a tool dependency -- it works with any AI coding tool
Post-Workshop Resources
- Agent Orchestration Model for the canonical model definition
- Agent SDLC Setup for Tier 2 configuration guide
- AEEF CLI Wrapper for automated agent workflow execution
Workshop 4: CI Pipeline Hardening (Technical)
Overview
A hands-on workshop for DevOps engineers and platform teams focused on building production-grade CI pipelines that enforce AEEF governance. Participants configure multi-stage pipelines with lint, test, SAST, SCA, mutation testing, drift detection, and quality gate enforcement.
Details
| Attribute | Detail |
|---|---|
| Audience | DevOps Engineers, Platform Engineers, SREs, Senior Developers |
| Duration | 4 hours |
| Technical Level | Intermediate to advanced |
| Prerequisites | CI/CD experience (GitHub Actions, GitLab CI, or similar), Docker |
| Materials | aeef-transform repo (CI workflows), aeef-config-packs repo |
| Outcome | Production-grade CI pipeline running on their project |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:30 | AEEF CI architecture: 9-stage pipeline overview |
| 0:30-1:00 | Stage 1-3: Lint, format, type checking (language-specific) |
| 1:00-1:30 | Stage 4-5: Unit tests, integration tests, coverage thresholds |
| 1:30-2:00 | Hands-on: configure stages 1-5 for your project |
| 2:00-2:15 | Break |
| 2:15-2:45 | Stage 6-7: Semgrep SAST, SCA scanning, custom rules |
| 2:45-3:15 | Stage 8-9: Mutation testing, drift detection, quality gates |
| 3:15-3:45 | Hands-on: configure stages 6-9 and verify full pipeline |
| 3:45-4:00 | Pipeline optimization: caching, parallelism, failure modes |
Hands-On Exercises
Exercise 1: Core Pipeline (30 minutes)
Configure the first 5 stages of the AEEF CI pipeline for your project:
- Select the appropriate language template (TypeScript, Python, or Go)
- Configure linting: ESLint flat config, ruff + mypy, or golangci-lint (28 linters)
- Configure testing: Vitest, pytest-cov, or go test with coverage
- Set coverage thresholds (recommendation: 80% line, 70% branch)
- Verify all 5 stages pass on a clean run
Exercise 2: Security and Quality Pipeline (30 minutes)
Add the advanced stages that distinguish AEEF governance from basic CI:
- Add Semgrep with the AEEF rule pack for your language (7 rules for TypeScript, 5 for Python, 5 for Go)
- Write 1 custom Semgrep rule specific to your project
- Configure mutation testing: Stryker, mutmut, or go-mutesting
- Add drift detection: checksum comparison for governed config files
- Configure the quality gate: define pass/fail criteria across all stages
Success criteria: Full 9-stage pipeline running green with all checks required for merge.
Pipeline Architecture Reference
Stage 1: Lint ─┐
Stage 2: Format ├─ Fast feedback (< 2 min)
Stage 3: Type Check ─┘
Stage 4: Unit Tests ─┐
Stage 5: Integration ├─ Correctness (< 5 min)
Stage 6: SAST (Semgrep)─┘
Stage 7: SCA Scan ─┐
Stage 8: Mutation Test ├─ Deep quality (< 15 min)
Stage 9: Drift + Gate ─┘
Post-Workshop Resources
- Transformation: TypeScript for TypeScript-specific CI configuration
- Transformation: Python for Python-specific CI configuration
- Transformation: Go for Go-specific CI configuration
- Metrics Pipeline for CI-integrated metrics collection
Workshop 5: Multi-Agent Orchestration (Advanced)
Overview
A full-day advanced workshop covering multi-agent orchestration patterns, tool integration, and governance for complex agent workflows. This is the most technically demanding workshop in the catalog, designed for engineers who will design and maintain multi-agent systems.
Details
| Attribute | Detail |
|---|---|
| Audience | Senior Engineers, Solution Architects, AI/ML Engineers |
| Duration | 8 hours (full day) |
| Technical Level | Advanced |
| Prerequisites | Developer Certification Module 4+ or equivalent experience, Docker, familiarity with at least one orchestration tool |
| Materials | aeef-cli repo, aeef-transform repo, sample orchestration configs |
| Outcome | Multi-agent workflow running with AEEF governance |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:45 | Orchestration patterns: sequential, parallel, hierarchical, peer review |
| 0:45-1:30 | Pattern selection framework: matching patterns to project types |
| 1:30-2:15 | Tool landscape: AEEF CLI, CrewAI, claude-flow, Composio, OpenClaw |
| 2:15-3:00 | Hands-on: implement sequential workflow with AEEF CLI |
| 3:00-3:30 | Lunch break |
| 3:30-4:15 | Git-branch isolation: branch-per-role, branch-per-task, branch-per-component |
| 4:15-5:00 | Hands-on: implement parallel workflow with branch-per-component |
| 5:00-5:45 | Governance integration: injecting AEEF controls into any orchestrator |
| 5:45-6:30 | Hands-on: integrate AEEF governance with a third-party orchestrator |
| 6:30-7:00 | Advanced patterns: feedback loops, human-in-the-loop, escalation chains |
| 7:00-7:30 | Architecture review: participants present their designs |
| 7:30-8:00 | Wrap-up, Q&A, next steps |
Hands-On Exercises
Exercise 1: Sequential Workflow (45 minutes)
Implement the standard AEEF 4-agent sequential workflow:
- Install and configure the AEEF CLI
- Define contracts for product, architect, developer, and QC roles
- Execute the full workflow on a sample project
- Review the PR chain and verify handoff artifacts
- Identify bottlenecks and propose optimizations
Exercise 2: Parallel Workflow (45 minutes)
Implement a parallel agent workflow with branch-per-component isolation:
- Define 3 agent roles: frontend agent, backend agent, integration agent
- Create branch isolation:
feature/frontend,feature/backend - Run frontend and backend agents in parallel
- Run integration agent to validate compatibility and merge
- Verify governance controls applied to all branches
Exercise 3: Third-Party Integration (45 minutes)
Integrate AEEF governance with a third-party orchestration tool:
- Choose one: CrewAI, claude-flow, Composio, or OpenClaw
- Configure the tool with AEEF agent contracts
- Add governance hooks: pre-execution contract validation, post-execution quality check
- Execute a workflow and verify governance enforcement
- Compare the experience with the AEEF CLI approach
Success criteria: At least 2 of 3 exercises completed with working governance integration.
Pattern Reference
| Pattern | Best For | AEEF Support | Complexity |
|---|---|---|---|
| Sequential | Most projects, strong audit trail | Native (CLI default) | Low |
| Parallel | Independent components, speed-critical | Branch-per-component | Medium |
| Hierarchical | Large projects, supervisor oversight | Enterprise role pack | High |
| Peer Review | Safety-critical code, high-assurance | Dual-agent with diff | Medium |
| Pipeline + Feedback | Iterative refinement, complex features | Custom hook chains | High |
Post-Workshop Resources
- Agent Orchestration Model for pattern definitions
- AEEF CLI Wrapper for the native orchestration tool
- Developer Certification Module 7 for additional orchestration content
Workshop 6: Compliance & Sovereignty (Governance)
Overview
A governance-focused workshop for compliance officers, legal teams, and security professionals. Participants learn how AEEF maps to regulatory requirements, configure sovereign overlays for their jurisdiction, generate audit evidence, and build compliance dashboards.
Details
| Attribute | Detail |
|---|---|
| Audience | Compliance Officers, Legal Counsel, Security Architects, DPOs |
| Duration | 4 hours |
| Technical Level | Non-technical (configuration and policy focused) |
| Prerequisites | Familiarity with regulatory requirements in your jurisdiction |
| Materials | aeef-production repo (overlay templates), compliance mapping spreadsheet |
| Outcome | Compliance overlay configured for their jurisdiction |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:30 | AI coding in the regulatory landscape: what regulators care about |
| 0:30-1:00 | AEEF standards as compliance controls: mapping framework |
| 1:00-1:30 | Sovereign overlays: KSA, UAE, Egypt, EU configurations |
| 1:30-2:00 | Hands-on: configure overlay for your jurisdiction |
| 2:00-2:15 | Break |
| 2:15-2:45 | Audit evidence generation: artifacts, collection, reporting |
| 2:45-3:15 | Compliance dashboards: metrics that auditors want to see |
| 3:15-3:45 | Hands-on: build an evidence collection checklist |
| 3:45-4:00 | Regulatory outlook: upcoming requirements and preparation |
Hands-On Exercises
Exercise 1: Sovereign Overlay Configuration (30 minutes)
Configure a compliance overlay for your jurisdiction:
- Review the overlay templates in
aeef-production/shared/overlays/ - Select the overlay matching your primary jurisdiction (KSA, UAE, Egypt, or EU)
- Customize the overlay for your organization's specific requirements
- Map AEEF standards to your jurisdiction's regulatory controls
- Document any gaps that require additional controls
Exercise 2: Evidence Collection Checklist (30 minutes)
Build an audit-ready evidence collection strategy:
- List all AEEF artifacts that serve as compliance evidence
- Map each artifact to specific regulatory requirements
- Define collection frequency (real-time, daily, weekly, monthly)
- Identify storage and retention requirements
- Draft an audit preparation checklist
Success criteria: Overlay configured for one jurisdiction with regulatory mapping and evidence checklist.
Regulatory Coverage
| Jurisdiction | Key Regulations | AEEF Overlay | Standards Mapped |
|---|---|---|---|
| KSA | SDAIA AI Ethics, NDMO | overlays/ksa/ | PRD-STD-009 through 016 |
| UAE | AI Office Framework, DIFC/ADGM | overlays/uae/ | PRD-STD-009 through 016 |
| Egypt | National AI Strategy, CBE Tech Gov | overlays/eg/ | PRD-STD-009 through 016 |
| EU | EU AI Act, GDPR, DSA | overlays/eu/ | PRD-STD-009 through 016 |
Post-Workshop Resources
- Sovereign Overlays for detailed overlay documentation
- Production Tier for the full Tier 3 implementation
- Manager Certification Module 4 for scaling compliance
Workshop 7: AEEF CLI Mastery (Hands-On)
Overview
A hands-on workshop dedicated to the AEEF CLI wrapper. Participants install the CLI, run complete 4-role workflows, author custom hooks, create skills, and learn to extend the CLI for their team's specific needs.
Details
| Attribute | Detail |
|---|---|
| Audience | Software Developers, Tech Leads, DevOps Engineers |
| Duration | 4 hours |
| Technical Level | Intermediate |
| Prerequisites | Claude Code installed, Git proficiency, bash familiarity |
| Materials | aeef-cli repo, sample projects for each language stack |
| Outcome | Full 4-role workflow running on their project |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:30 | CLI architecture: how aeef wraps Claude Code |
| 0:30-1:00 | Installation and initialization: aeef init, .claude/ setup |
| 1:00-1:30 | Hands-on: run your first 4-role workflow |
| 1:30-2:00 | Hook system: PreToolUse, PostToolUse, Stop, session-start |
| 2:00-2:15 | Break |
| 2:15-2:45 | Hands-on: write a custom hook for your project |
| 2:45-3:15 | Skills: /aeef-handoff, /aeef-gate, /aeef-provenance |
| 3:15-3:45 | Hands-on: create a custom skill for your workflow |
| 3:45-4:00 | Advanced: custom roles, model selection, team configuration |
Hands-On Exercises
Exercise 1: First 4-Role Workflow (30 minutes)
Run a complete agent workflow from product to main:
- Clone and install the AEEF CLI
- Initialize a project with
aeef init - Run
aeef --role=product-- create a user story - Run
aeef --role=architect-- design the solution - Run
aeef --role=developer-- implement the code - Run
aeef --role=qc-- validate and test - Review the PR chain on GitHub
Exercise 2: Custom Hook (30 minutes)
Write a custom pre-tool-use hook that enforces a project-specific constraint:
- Review the existing
hooks/pre-tool-use.shfor patterns - Identify a constraint specific to your project (e.g., no writes to
config/except by architect) - Write a bash hook that checks tool invocations against the constraint
- Register the hook in
.claude/settings.json - Test the hook by triggering a violation
Exercise 3: Custom Skill (30 minutes)
Create a custom skill that extends the AEEF workflow:
- Review the existing skills:
/aeef-handoff,/aeef-gate,/aeef-provenance - Design a skill for your team's workflow (e.g.,
/aeef-deploy,/aeef-review,/aeef-docs) - Create the skill file with proper metadata and instructions
- Register the skill in the CLI configuration
- Test the skill in a Claude Code session
Success criteria: Complete 4-role workflow executed, at least 1 custom hook or skill created.
CLI Quick Reference
# Installation
git clone https://github.com/AEEF-AI/aeef-cli.git
cd aeef-cli && ./install.sh
# Initialize a project
aeef init
# Run agent roles
aeef --role=product # Create stories -> PR to architect
aeef --role=architect # Design architecture -> PR to dev
aeef --role=developer # Implement code -> PR to QC
aeef --role=qc # Validate + test -> PR to main
# Options
aeef --role=developer --model=claude-opus-4-6
aeef --role=architect --verbose
aeef --status # Show workflow status
Post-Workshop Resources
- AEEF CLI Wrapper for full architecture and usage documentation
- Developer Certification Module 4 for CLI workflow in certification context
- Agent SDLC Setup for the underlying agent SDLC configuration
Workshop 8: From Vibe Coding to Agentic Engineering (Strategic)
Overview
A strategic session for engineering leaders exploring the industry evolution from unstructured AI coding ("vibe coding") to governed, multi-agent engineering. This workshop presents the maturity spectrum, case studies from organizations at different stages, and a framework for planning the transformation.
Details
| Attribute | Detail |
|---|---|
| Audience | Engineering Leaders, Team Leads, VP Engineering, CTOs |
| Duration | 2 hours |
| Technical Level | Non-technical (strategic and organizational) |
| Prerequisites | None |
| Materials | Slide deck, transformation planning template, case study packet |
| Outcome | Transformation roadmap drafted for their organization |
Agenda
| Time | Activity |
|---|---|
| 0:00-0:20 | The maturity spectrum: from vibe coding to agentic engineering |
| 0:20-0:40 | Industry evolution: how the market is moving (2024-2026 trends) |
| 0:40-1:00 | Case studies: organizations at different maturity levels |
| 1:00-1:20 | The transformation framework: where you are, where you need to be |
| 1:20-1:50 | Hands-on: draft your transformation roadmap |
| 1:50-2:00 | Commitments and next steps |
Hands-On Exercise
Goal: Draft a transformation roadmap for your organization.
The Maturity Spectrum:
Level 1: Vibe Coding Level 2: Guided AI Level 3: Governed AI
"Just use Copilot" "We have rules" "We have enforcement"
No governance AI tool configs CI pipeline checks
No audit trail PR templates Quality gates
No quality controls Basic testing Agent contracts
Metrics collection
Level 4: Managed AI Level 5: Optimizing AI
"We measure everything" "AI improves our AI process"
Full agent SDLC Continuous improvement
Monitoring stack Self-healing governance
Drift detection Predictive quality metrics
Incident automation Cross-team learning
Exercise Steps:
- Place your organization on the maturity spectrum (be honest)
- Identify your target level at 6 weeks and 12 weeks
- Map the gap: what capabilities need to be added at each level
- Identify blockers: budget, culture, skills, tooling
- Draft a quarterly roadmap with specific milestones
- Define 3 leading indicators that will tell you if the transformation is working
Success criteria: A roadmap with current state assessment, target state, quarterly milestones, and leading indicators.
Discussion Framework
The workshop uses a structured discussion format. Participants are guided through these questions:
- Where are we? Honest assessment of current AI coding practices, governance level, and pain points
- Where do we need to be? Target state based on risk profile, regulatory requirements, and competitive position
- What is blocking us? Common blockers: executive buy-in, developer resistance, budget, skills gap
- What is the first step? Identifying the highest-impact, lowest-friction starting point
- How will we know it is working? Defining measurable success criteria tied to business outcomes
Post-Workshop Resources
- Why AI Coding Governance? for the evidence base
- Adoption Paths for the tier selection decision tree
- Transformation Track for the full organizational adoption program
- Manager Certification for the manager responsible for executing the roadmap
Combining Workshops
Workshops can be combined into multi-day events for broader coverage. Here are recommended combinations:
Leadership Day (4 hours)
For executive and management audiences:
| Time | Workshop |
|---|---|
| Morning (2h) | Workshop 8: From Vibe Coding to Agentic Engineering |
| Afternoon (2h) | Workshop 2: AI Governance for CTOs |
Outcome: Strategic understanding plus governance decision documented.
Technical Deep Dive (2 days)
For engineering teams adopting AEEF:
| Day | Time | Workshop |
|---|---|---|
| Day 1 AM | 30 min | Workshop 1: AEEF in 30 Minutes |
| Day 1 | 4h | Workshop 4: CI Pipeline Hardening |
| Day 1 | 4h | Workshop 3: Agent SDLC Deep Dive |
| Day 2 | 8h | Workshop 5: Multi-Agent Orchestration |
Outcome: Full technical competency from Tier 1 through orchestration.
Governance Week (5 days)
For organizations doing a full rollout:
| Day | Workshops | Audience |
|---|---|---|
| Monday | Workshop 8 + Workshop 2 | Leadership |
| Tuesday | Workshop 1 + Workshop 7 | All engineers |
| Wednesday | Workshop 3 + Workshop 4 | Architects + DevOps |
| Thursday | Workshop 5 | Senior engineers |
| Friday | Workshop 6 | Compliance + Security |
Outcome: Entire organization trained with role-appropriate depth.
Workshop Delivery Guidelines
For Self-Delivery
All workshop materials are open source. To deliver a workshop within your organization:
- Clone the materials from the AEEF training repository
- Customize for your stack: Replace language-specific examples with your primary language
- Prepare the environment: Ensure all participants have Git, Docker, and required tools installed
- Time management: Keep lectures to 30% of time, hands-on to 70%
- Collect feedback: Use post-workshop surveys to improve future sessions
- Follow up: Schedule a 30-minute check-in 2 weeks after the workshop to assess adoption
For Instructor-Led Delivery
Organizations that want a certified AEEF trainer to deliver workshops can:
- Browse the trainer directory at aeef.ai
- Request customized workshop content for their technology stack
- Book on-site or virtual delivery
- Combine workshops into multi-day programs
Participant Prerequisites Checklist
Ensure all participants have the following before any technical workshop:
- GitHub account with repository creation permissions
- Git installed and configured
- Docker installed and running
- Text editor or IDE
- Terminal access (bash or zsh)
- Claude Code CLI installed (for workshops 5, 7)
- Internet access for repository cloning and CI pipeline execution
Related Resources
- AEEF Training & Certification Program -- Full certification tracks
- Developer Certification -- 24-hour developer track
- Manager Certification -- 8-hour manager track
- Quick Start -- Tier 1 implementation (used in Workshop 1)
- Transformation -- Tier 2 implementation (used in Workshops 3, 4)
- AEEF CLI Wrapper -- CLI tool (used in Workshop 7)
- Why AI Coding Governance? -- Evidence base (used in Workshops 2, 8)