{% extends "base.html" %} {% block title %}Digital Program Twin - ICDEV™ Dashboard{% endblock %} {% block content %}

Digital Program Twin

6-dimension what-if simulation, Monte Carlo estimation, and Course of Action analysis across architecture, compliance, supply chain, schedule, cost, and risk.

Try: "add AWS as a vendor" • "scope creep" • "what systems depend on AC-2?" • "extend timeline by 3 months"
{{ stats.total_scenarios }}
Total Scenarios
{{ stats.running }}
Running
{{ stats.completed }}
Completed
{{ stats.monte_carlo_runs }}
Monte Carlo Runs
{{ stats.coas_generated }}
COAs Generated

Create Scenario

Scenario Registry

{% if scenarios %} {% for s in scenarios %} {% endfor %} {% else %} {% endif %}
Name Type Status Project Created Actions
{{ s.scenario_name }} {{ s.scenario_type|replace('_', ' ')|title }} {{ s.status|title }} {{ s.project_id[:12] if s.project_id else '--' }} {{ s.created_at[:16] if s.created_at else '--' }} {% if s.status == 'pending' %} {% endif %} {% if s.status == 'completed' %} {% endif %}
No scenarios yet. Create one above to get started.

Live Risk Monitor

Composite Program Risk

CPARS Risk Score

{% endblock %}