{% extends "web/base.html" %} {% block title %}Workflow Planner | tcx{% endblock %} {% block page_label %}Workflow Planner{% endblock %} {% block content %}
Request

Plan workflow

A rough hunch is enough. TradingCodex will turn it into evidence checks, role handoffs, blocked actions, and next questions. {% if starter_prompt_examples %}
{% for example in starter_prompt_examples %} {{ example.label }} {{ example.prompt }} {% endfor %}
{% endif %}
{% include "web/fragments/starter_prompt.html" %}
{% endblock %}