Strategy Planner is a lightweight local-first planning tool for structured strategic thinking. It combines hierarchical planning, military-style operational logic, and decision-tree semantics inside a simple text-based system.
Most planning tools only support parent-child hierarchy. This app supports richer strategic relationships:
1 Main Goal
1.1 Intermediate Goal
- Task
- Task
1.2 Intermediate Goal
- Task
| Element | Purpose |
|---|---|
| Goal | Main desired outcome |
| Intermediate Goal | Necessary milestone or capability |
| Task | Concrete action |
All branches should be pursued simultaneously.
[AND] 1.1 Build product 1.2 Build audience 1.3 Raise capital
Only one option should ultimately be selected.
[XOR] 1.1 Subscription model 1.2 Enterprise licensing 1.3 Advertising
One or more options may be combined.
[OR] 1.1 SEO 1.2 Paid ads 1.3 Partnerships
Order matters.
[SEQ] 1.1 Research 1.2 Prototype 1.3 Testing 1.4 Launch
Decision Points (DPs) define moments where strategy changes depending on conditions.
DP1:
If user growth slows:
→ reduce expansion spending
Dependencies express prerequisites between goals.
1.3 depends on → 1.1 1.4 requires → 1.2 and 1.3
[RISK] Large competitor enters market
[ASSUMPTION] AI demand continues increasing
Branches represent alternative strategic paths.
[BRANCH]
If funding fails:
→ prioritize profitability
[Primary] 1.1 Main strategy [Secondary] 1.2 Backup strategy ★ 1.3 Preferred option
[NOW] 1.1 Research market [NEXT] 1.2 Build MVP [LATER] 1.3 International expansion
| Key | Action |
|---|---|
key |
[AND], [OR], [XOR], [SEQ], [ASSUMPTION], [RISK], [CONSTRAINTS], DP, [BRANCH], [Primary], [Secondary] |
status |
[DRAFT], [ACTIVE], [BLOCKED], [COMPLETE], [ABANDONED] |
time |
[NOW], [NEXT], [LATER], [FUTURE A], [FUTURE B], [FUTURE C] |
sym |
→, ★ |
today |
prints current date, format ": 01/01/2026" |
tomorrow |
prints tomorrow date, format ": 01/01/2026" |
yesterday |
prints yesterday date, format ": 01/01/2026" |
emoji |
🔥, ⚠️, ✅, ❌, 📌, 🚀, ⏳, 💡, 🔒 |
Use the Export PDF button or your browser print function.
File → Print → Save as PDF
The app is local-first and designed for private strategic thinking. No account or cloud storage is required.
Back