{% 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 need to submit a task order in your organization's system of record. We'll walk you through the necessary steps of that task order, including the following:

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

You'll need a little 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. They will also review and complete 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 portfolio by starting a new task order

{% endblock %}