{% extends 'base.html' %}{% block heading %}Strategy Process{% endblock %}{% block content %}
DO THIS, IN ORDER
  1. 1

    Name the decision. What are you trying to decide?

  2. 2

    State what must be true. Make the hidden assumption visible.

  3. 3

    Attach evidence. What supports or weakens the assumption?

  4. 4

    Create the next action. Strategy becomes execution only when someone can do something next.

Recent strategy projects

{% for p in projects %}{% else %}{% endfor %}
ProjectDecisionCreated
{{p.name}}{{p.description}}{{p.created_at}}
No projects yet.
{% endblock %}