{% extends "base.html" %} {% block title %}{{ pattern.title }} — AI Injection Pattern — FORGE Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Pattern Library → {{ pattern.title }}
{{ pattern.icon }}

{{ pattern.title }}

{{ pattern.use_case }}
{% set phase_cls = {'phase1':'phase1','phase2':'phase2','phase3':'phase3'} %} {{ pattern.phase }} {{ pattern.approach }} {% set cplx_colors = {'Low':'#00FF88','Medium':'#FFB800','High':'#FF4444'} %} {{ pattern.complexity }} complexity
{{ 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 %}
  1. {{ step }}
  2. {% 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.
{% endif %}
{% if pattern.aadc_template %} Open AADC Canvas Template → {% endif %} ← Back to Pattern Library Submit Innovation Idea Using This Pattern →
CUI // SP-CTI — FORGE Academy AI Injection Pattern Library
{% endblock %}