diff --git a/Constitutive-Flow.md b/Constitutive-Flow.md index 2d6ec5d..7c69c99 100644 --- a/Constitutive-Flow.md +++ b/Constitutive-Flow.md @@ -2,10 +2,18 @@ graph TD - WantsConstitution{I Want a new constitution} - WantsBecomeConstituent{I Want to become constituent} + WantsChange{I want things to change} + WantsConstitution{I want a new constitution} + IsConstituent{I am or am becoming constituent} + WantsBecomeConstituent{I want to become constituent} + KnowsConstituent{I know a constituent person I trust} + SinTestimonyIn2020[[ Extinction ⌛ Threat, Greed, Famine, Pestilence, War, … ]] + WantsChange --> |Yes| WantsConstitution + WantsChange --> |No| SinTestimonyIn2020 WantsConstitution --> |Yes| WantsBecomeConstituent + IsConstituent --> |No| WantsBecomeConstituent + ```