Section 3

Strategy Canvas

Strategic Pillars, Differentiation & Risk Assessment

Strategic Positioning

{{ strategy.positioning }}

{% if strategy.value_proposition %}

Core Value Proposition

{{ strategy.value_proposition }}

{% endif %}

Strategic Pillars

{% if strategy.pillar_details %} {% for pillar in strategy.pillar_details %}

Pillar {{ loop.index }}: {{ pillar.name }}

{{ pillar.description }}

{% if pillar.initiatives %}

Key Initiatives

{% endif %}
{% endfor %} {% else %} {% for pillar in strategy.pillars %}

Pillar {{ loop.index }}: {{ pillar }}

{% endfor %} {% endif %}

Competitive Differentiators

{% for diff in strategy.differentiators %} {% endfor %}
# Differentiator
{{ loop.index }} {{ diff }}

Risk Assessment

{% for risk in strategy.risks %} {% endfor %}
Risk Likelihood Impact Mitigation Strategy
{{ risk.name }} {{ risk.likelihood }} {{ risk.impact }} {{ risk.mitigation }}

Risk Management Approach

The risk register above identifies {{ strategy.risks | length }} key risks with mitigation strategies for each. Risks rated "high" or "critical" on either likelihood or impact receive priority attention during execution, with monthly review cadence. The mitigation strategies are designed to be actionable within existing operational capacity and budget constraints.