{{ pattern.phase }} — {% if pattern.phase_tag=='phase1' %}Safe to pilot now with minimal risk and rework.{% elif pattern.phase_tag=='phase2' %}Requires solid Phase 1 foundation and team readiness.{% else %}High-impact transformation — ensure Phases 0-1 are complete first.{% endif %}
When to Use This Pattern
{% for item in pattern.when_to_use %}
{{ item }}
{% endfor %}
Architecture Flow
{{ pattern.architecture }}
Real-World Example
{{ pattern.example }}
Implementation Steps
{% for step in pattern.steps %}
{{ step }}
{% endfor %}
Common Pitfalls
{% for item in pattern.pitfalls %}
{{ item }}
{% endfor %}
{% if pattern.missions %}
Academy Missions That Teach This Pattern
{% for slug in pattern.missions %}
{{ slug }}
{% endfor %}
{% endif %}
{% if pattern.ops_tools %}
Operational Tools to Wire Up After Injection
{% for tool in pattern.ops_tools %}
{{ tool }}
{% endfor %}
Use the AADC Ops Config Generator to auto-generate wiring config for these tools from your design canvas.