graph TD
Start["🤔 What do you
need most?"] --> Q1{"Understand
the problem?"}
Q1 -->|Yes| Problem["📊 Problem Tree
Analysis"]
Q1 -->|No| Q2{"Plan your
approach?"}
Q2 -->|Yes| ToC["🎯 Theory of
Change"]
Q2 -->|No| Q3{"Map
stakeholders?"}
Q3 -->|Yes| Stakeholder["👥 Stakeholder
Mapping"]
Q3 -->|No| Q4{"Measure
impact?"}
Q4 -->|Yes| Logframe["📈 Logical
Framework"]
Q4 -->|No| Q5{"Write a
proposal?"}
Q5 -->|Yes| Proposal["✍️ Proposal
Writing"]
Q5 -->|No| Budget["💰 Budget
Estimation"]
style Start fill:#007f4e,stroke:#00a65c,stroke-width:3px,color:#fff
style Q1 fill:#72b043,stroke:#447728,stroke-width:2px,color:#fff
style Q2 fill:#72b043,stroke:#447728,stroke-width:2px,color:#fff
style Q3 fill:#72b043,stroke:#447728,stroke-width:2px,color:#fff
style Q4 fill:#72b043,stroke:#447728,stroke-width:2px,color:#fff
style Q5 fill:#72b043,stroke:#447728,stroke-width:2px,color:#fff
style Problem fill:#f8cc1b,stroke:#eab308,stroke-width:2px,color:#000
style ToC fill:#f8cc1b,stroke:#eab308,stroke-width:2px,color:#000
style Stakeholder fill:#f8cc1b,stroke:#eab308,stroke-width:2px,color:#000
style Logframe fill:#f8cc1b,stroke:#eab308,stroke-width:2px,color:#000
style Proposal fill:#f8cc1b,stroke:#eab308,stroke-width:2px,color:#000
style Budget fill:#f8cc1b,stroke:#eab308,stroke-width:2px,color:#000