Convergence Protocol β Obsidian Template
Complete template for tracking the 40 nodes in Obsidian.
Installation
- Copy this template to your Obsidian vault
- Install plugins: Dataview, Templater (optional)
- Create weekly notes from template
- Use tags: convergence node-01 suite-I etc.
Folder Structure
π Convergence Protocol/
βββ π Weekly Reviews/
β βββ 2026-W10.md
β βββ ...
βββ π Node Deep Dives/
β βββ Node 01 β Pattern Recognition.md
β βββ ...
βββ π Reflections/
β βββ ...
βββ Convergence Dashboard.md
βββ Nodes Reference.md
Weekly Note Template
Filename: {{date:YYYY}}-W{{date:ww}}.md
---
date: {{date:YYYY-MM-DD}}
session: 28409296
week: {{date:ww}}
nodes_practiced: []
suites_focused: []
---
# Weekly Convergence β Week {{date:ww}}
## Quick Stats
- **Nodes practiced:** `{{nodes_practiced:length}}` / 40
- **Most active suite:**
- **Most neglected:**
---
## SUITE I: RECOGNITION β
- [ ] **01** Pattern Recognition β "I am in a loop."
- [ ] **02** Emotional Resonance β "What am I actually feeling?"
- [ ] **03** Source Verification β "Where did this come from?"
- [ ] **04** Temporal Displacement β "When did I start believing this?"
- [ ] **05** Attention Architecture β "What designed my focus?"
- [ ] **06** Frequency Analysis β "How often have I heard this?"
- [ ] **07** Urgency Decomposition β "What is the actual deadline?"
- [ ] **08** Novelty Assessment β "Is this genuinely new...?"
**Reflection:** Which recognition node revealed the most this week?
>
---
## SUITE II: RESISTANCE β
- [ ] **09** The Pause Protocol β "I will wait ninety seconds."
- [ ] **10** Value Reaffirmation β "What do I actually care about?"
- [ ] **11** Alternative Narrative β "Generate three other explanations."
- [ ] **12** Cost Calculation β "What am I trading for this?"
- [ ] **13** Identity Boundary Check β "Is this 'me' or my feed?"
- [ ] **14** Emotional Audit β "What feeling is being sold?"
- [ ] **15** Temporal Zoom β "Ten minutes or ten years?"
- [ ] **16** Silence Practice β "I will hear nothing now."
**Reflection:** What did you resist this week?
>
---
## SUITE III: RECONSTRUCTION β
- [ ] **17** First Principles Return β "Strip away the abstractions."
- [ ] **18** Analog Translation β "Explain this to a child or a senior."
- [ ] **19** Embodied Verification β "Does my body agree?"
- [ ] **20** Sleep Integration β "Let the unconscious process."
- [ ] **21** Cross-Domain Application β "Test this in a different context."
- [ ] **22** Historical Parallel β "Has this happened before?"
- [ ] **23** Inversion Test β "What is the opposite belief?"
- [ ] **24** Stakeholder Mapping β "Who benefits from this belief?"
**Reflection:** What did you rebuild or rethink?
>
---
## SUITE IV: RELATIONSHIP β
- [ ] **25** Intergenerational Bridge β "What would ancestors say?"
- [ ] **26** Non-Human Perspective β "How would a bird view this?"
- [ ] **27** Asymmetric Empathy β "Care about those who cannot care back."
- [ ] **28** Local Context Weighting β "Prioritize the physically proximate."
- [ ] **29** Synchronous Ritual β "Shared time, not shared content."
- [ ] **30** Conflict Preservation β "Disagreement is a feature, not a bug."
- [ ] **31** Mentor Memory β "What would [teacher] think?"
- [ ] **32** Descendant Imagination β "What do I want to leave?"
**Reflection:** How did relationships shape your thinking?
>
---
## SUITE V: RENEWAL β
- [ ] **33** Cognitive Spring Cleaning β "Audit your inputs."
- [ ] **34** Attention Diet β "Curate your information nutrition."
- [ ] **35** Boredom Reclamation β "Unstructured time is resource."
- [ ] **36** Manual Competence β "Make something with your hands."
- [ ] **37** Nature Exposure β "Biophilic pattern restoration."
- [ ] **38** Creative Output β "Make something, anything."
- [ ] **39** Service Orientation β "Act for others."
- [ ] **40** The Weekly Convergence β "Review all 39 nodes." β
**Reflection:** What are you carrying forward?
>
---
## Convergence Summary
### The Question
**Which node did you avoid most?**
>
### The Pattern
**What does your practice reveal?**
>
### The Commitment
**Deepen next week:**
**Try for first time:**
---
#convergence #weekly-review #session-28409296Dashboard (Dataview Query)
Create Convergence Dashboard.md:
# Convergence Protocol Dashboard
## Progress Overview
```dataview
TABLE
date as "Date",
nodes_practiced as "Nodes",
suites_focused as "Suites"
FROM "Convergence Protocol/Weekly Reviews"
SORT date DESCNode Frequency
Which nodes are practiced most?
TASK
FROM "Convergence Protocol/Weekly Reviews"
WHERE completed
GROUP BY textCurrent Streak
Weeks of consecutive practice:
Weekly Reminder
βThe nodes you avoid are the nodes you need most.β
This weekβs convergence: Go to current week
---
## Node Reference File
Create `Nodes Reference.md` with quick reference for all 40 nodes.
## Graph View Tips
- Tag each node practice: `#node-01`, `#node-02`, etc.
- Tag each suite: `#suite-I`, `#suite-II`, etc.
- Link weekly notes to create convergence trail
- Use graph view to visualize practice patterns
---
*Template for Session 28409296*