{% extends "base.html" %} {% block title %}FORGE Academy — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

🎓 FORGE Academy

Gamified AI/DevSecOps training platform — build skills across all ICDEV™ roles

Oracle Insights →
{{ stats.total_pending or 0 }}
Pending Insights
{{ stats.critical or 0 }}
Critical
{{ stats.warning or 0 }}
Warnings
{{ stats.convergence_events or 0 }}
Convergence Events

Learning Tracks

{% set tracks = [ ("🛡️", "DevSecOps Engineer", "Security hardening, STIG compliance, CI/CD pipeline gates", "#ef4444", "coming-soon"), ("🤖", "AI/ML Practitioner", "Agentic AI design, NIST AI RMF, OWASP LLM Top 10", "#6366f1", "coming-soon"), ("📊", "Compliance Analyst", "FedRAMP, CMMC, RMF A&A, eMASS integration", "#10b981", "coming-soon"), ("🏗️", "Solutions Architect", "FORGE framework, multi-cloud IaC, zero-trust network design", "#f59e0b", "coming-soon"), ("🎯", "Product Owner", "Requirements decomposition, Kanban, HITL workflow governance", "#06b6d4", "coming-soon"), ("🔬", "Research Analyst", "INTaaS reasoning, OSINT pipelines, geospatial intelligence", "#8b5cf6", "coming-soon"), ] %} {% for icon, name, desc, color, status in tracks %}
{{ icon }}
{{ name }}
{{ status }}

{{ desc }}

0% complete 0 / 0 modules
{% endfor %}
🔮 Academy Oracle
3-lens AI engine detecting learner risk, content quality gaps, and skill drift across your team
{% if stats.last_run_at %}
Last run: {{ stats.last_run_at[:19] }}
{% endif %}
View Insights
{% endblock %}