{{ p.description }}
{% endif %} {% if p._type == 'failure' and p.mitigation %}Mitigation: {{ p.mitigation }}
{% elif p._type == 'success' and p.context %}Context: {{ p.context }}
{% elif p._type == 'workflow' and p.example %}Example: {{ p.example }}
{% endif %} {% if p._type == 'antifragile' %} {% if p.capability_gained %}Capability gained: {{ p.capability_gained }}
{% endif %} {% if p.escalation_ladder %}
{% set ladder = p.escalation_ladder | lower %}
{% endif %}
{% endif %}
A
Don't repeat
B
Improve technique
C
Improve tooling
D
Change ways