Tutorials & Starter Guides
These tutorials provide hands-on, step-by-step guidance for adopting AEEF standards. Start here if you want to get running quickly rather than reading through the full standards first.
If you want a visual implementation sequence by team type or compliance target, use Production Rollout Paths.
Terminology note:
- Startup Quick-Start = the startup-focused onboarding guide in
/pillars/ - Tier 1: Quick Start = the reference implementation template repo in
/reference-implementations/quickstart/ - This page = hands-on production tutorials and starter guides
Getting Started
| Tutorial | Time | What You'll Do |
|---|---|---|
| Starter Config Files | 15 min | Copy-paste AI tool configs into your project (CLAUDE.md, .cursorrules, PR template) |
| CI/CD Pipeline Starter | 15 min | Add automated security scanning and quality gates to your repo |
| Zero-Downtime Static Deployment | 20 min | Deploy Docusaurus with versioned releases and atomic symlink switch (near-zero downtime) |
| Your First AI-Governed PR | 30 min | End-to-end walkthrough: prompt, review, test, and merge AI-assisted code |
| Small-Team Multi-Agent Starter | 90 min | Build role-based AI agents with contracts, handoffs, and governance controls |
| OpenClaw + tmux on Linux (Governed Orchestration) | 45 min | Add persistent worktree + tmux orchestration and CI-backed task monitoring on a Linux VM |
| Policy Templates | 20 min | Create your AI acceptable use policy and data classification rules |
End-to-End Scenarios
These scenarios show how multiple AEEF standards apply together on a real feature, from prompt to production. Each scenario is a pattern demonstration; after finishing one, use the Tier 2 / Tier 3 apply guides in Reference Implementations to apply the pattern in your own repos.
| Scenario | Stack | What You'll See |
|---|---|---|
| Next.js Full-Stack | Next.js, TypeScript, Prisma | 7 standards applied to a user invitation feature — prompt engineering, review, testing, security, quality gates, dependencies, documentation |
| Python Microservice | FastAPI, SQLAlchemy, Python | 7 standards applied to a webhook system — includes SSRF prevention, HMAC signing, async testing, and security-focused review |
| Go Microservice | Go, Chi, Redis, pgx | 7 standards applied to a rate-limiting service — concurrency safety, atomic Redis operations, table-driven tests, race detection |
| Spring Boot Enterprise | Java 21, Spring Boot 3, JPA | 7 standards applied to document retention — layered architecture, @Valid enforcement, Testcontainers pyramid, compliance audit trail |
| Django Monolith | Django 5, DRF, Celery | 7 standards applied to recurring reports — object-level permissions, Celery retry patterns, N+1 detection, admin hardening |
Who Should Start Here
- Startups and small teams — Start with Startup Quick-Start, then use Small-Team Multi-Agent Starter to operationalize role-based agents
- Individual developers — Go directly to Starter Config Files and Your First AI-Governed PR
- DevOps / Platform engineers — Start with CI/CD Pipeline Starter
- Solo founders using AI coding agents — Add OpenClaw + tmux on Linux (Governed Orchestration) after Small-Team Multi-Agent Starter
- Managers and leads — Read Policy Templates first
Relationship to Standards
These tutorials implement the same requirements defined in the Production Standards, but in a practical, "do this now" format rather than a formal specification. Once you've completed the tutorials, you'll have a working foundation that covers:
- PRD-STD-001 (Prompt Engineering) — via starter config files
- PRD-STD-002 (Code Review) — via PR template and branch protection
- PRD-STD-003 (Testing) — via CI pipeline test gates
- PRD-STD-004 (Security Scanning) — via CI pipeline security scan
- PRD-STD-007 (Quality Gates) — via full CI pipeline
- PRD-STD-008 (Dependency Compliance) — via CI pipeline dependency audit
- PRD-STD-009 (Autonomous & Multi-Agent Governance) — via the small-team multi-agent setup flow
- PRD-STD-012 (Inference Reliability & Cost Controls) — via concurrency caps, retries, and monitoring in the OpenClaw +
tmuxorchestration guide
Next Steps
- Use Production Rollout Paths to choose a 30-day sequence that matches your team size and governance needs.
- After completing the first 2-3 tutorials, run a gap analysis against Production Standards Level 1 requirements.
- For durable enforcement, translate tutorial steps into shared pipeline templates and policy artifacts using Tier 2: Transformation Apply Path or Tier 3: Production Apply Path.