{% extends "base.html" %} {% block title %}ICDEV™ — Phase Roadmap{% endblock %} {% block content %}
All ICDEV™ phases — Foundation through Cloud-Agnostic Architecture, plus RICOAS and Operations.
| # | Phase Name | Category | Status | Agents | Min Tier | ILs |
|---|---|---|---|---|---|---|
| {{ phase.number }} |
{{ phase.name }}
{{ phase.description }}
{% if phase.goal_file %}
Goal:
{% endif %}
{% if phase.dependencies %}
{{ phase.goal_file }}
Deps:
{% for dep in phase.dependencies %}
{% endif %}
{{ dep }}
{% endfor %}
|
{% set cat = categories.get(phase.category, {}) %} {{ cat.get('label', phase.category) }} | {% set st = statuses.get(phase.status, {}) %} {{ st.get('icon', '') | safe }} {{ st.get('label', phase.status) }} |
{% if phase.agents %}
{% for agent in phase.agents %}
{{ agent }}
{% endfor %}
{% else %}
—
{% endif %}
|
{{ phase.tier_minimum }} | {{ phase.impact_levels | join(', ') }} |