{% from "components/icon.html" import Icon %} {% extends "base.html" %} {% macro Help(icon_name="", name="", description="", link_text="") %}
{{ Icon(icon_name, classes="task-order-help__icon") }}

{{ name }}

{{ description }}

{{ link_text }}
{% endmacro %} {% block content %}

Let's get started

To create a portfolio of JEDI cloud applications, you'll complete and submit a task order in your organization's system of record. We'll help you complete the necessary pieces of that task order, including your:

  • Statement of work
  • Market research
  • Security documentation
  • Various approvals

You'll need help getting a task order

{{ Help( name="Development Lead", icon_name="computer", description="Your development lead will decide and estimate what types of cloud offerings your group needs.", link_text="Share cloud estimate link") }} {{ Help( name="Security Lead", icon_name="shield", description="Your security lead will review and approve your security classification needs, as well as a standardized DD-254.", link_text="You'll need their DOD ID number") }} {{ Help( name="Contracting Officer", icon_name="dollar-sign", description="Your contracting officer will review your funding needs and ultimately approve your task order.", link_text="You'll need their DOD ID number") }}

Create a JEDI cloud application portfolio & start building a task order

{% endblock %}