{% extends "base.html" %} {% block content %}
Conceptual_Core // Focus_Active

{{ idea.title }}

{% set success_runs = runs | selectattr("status", "equalto", "succeeded") | list %} {% if success_runs %} database Access_Synthesis_Report {% endif %}
ID_NODE: {{ idea.id[:12] }} // STATUS: LINKED
{% set status = idea.status %} {% if status == 'INTERVIEW_READY' %}
celebration

Research Complete // Phase 02 Unlocked

Idea has high market signal. Proceed to User Interviews below.

{% elif status == 'EXPERIMENT_READY' %}
rocket_launch

Strong Validation // Phase 03 Unlocked

High confidence detected. Launching Behavioral Experiment is recommended.

{% endif %}
Step_01 // Discovery {% if status in ['INTERVIEW_READY', 'EXPERIMENT_READY', 'VALIDATED', 'PIVOT_RECOMMENDED'] %} check_circle {% elif status == 'DESK_RESEARCH' %} {% endif %}

Desk Research

Automated signal collection & battle-testing.

Step_02 // Human_Signal {% if status in ['EXPERIMENT_READY', 'VALIDATED', 'PIVOT_RECOMMENDED'] %} check_circle {% elif status == 'INTERVIEW_READY' %} {% endif %}

User Interviews

Qualitative validation & problem-market fit.

Step_03 // High_Fidelity {% if status in ['VALIDATED', 'PIVOT_RECOMMENDED'] %} check_circle {% elif status == 'EXPERIMENT_READY' %} {% endif %}

Behavioral Test

Smoke tests & commitment verification.

Definition_Stream_01
Auto_Sync: Enabled

Temporal_Logs // Runs

{% for run in runs %} {% else %} {% endfor %}
Stream_ID Status Sync_Date Pointer
{{ run.id[:10] }}...
{{ run.status }}
{{ run.created_at }} ACCESS_RUN
No_Execution_Cycles_Found

Ignition_Protocol

3-NODE_CORE

Collector > Analyst > Synth

account_tree
Power_Nominal
auto_awesome

Neural_Status

{% endblock %} {% block scripts %} {% endblock %}