{% extends "base.html" %} {# CUI // SP-CTI #} {% block title %}{{ app_name }} — AI Launchpad Wizard{% endblock %} {% block content %}

AI Launchpad Wizard

Answer a few questions and ICDEV generates a ready-to-run AI project plan tailored to your mission.

What is your mission objective?

Describe the problem you want AI to solve in plain English. The more detail, the better the plan.

0 / 500
{# ── IQE natural-language query widget (AISG collections) ── #} {% set iqe_canvas = "aisg" %} {% set iqe_api_route = "/api/aisg/iqe-query" %} {% set iqe_title = "AISG IQE — ask your AI adoption data" %} {% set iqe_examples = [ {"label": "ROI hours saved", "query": "show ROI hours saved this month"}, {"label": "Skill usage", "query": "list skill usage by maturity band"}, {"label": "Deployed patterns", "query": "which AI patterns are deployed"} ] %} {% include "includes/iqe_query_widget.html" ignore missing %}
{% endblock %} {% block extra_css %} {% endblock %} {% block scripts %} {% endblock %}