Convergence Protocol β€” Obsidian Template

Complete template for tracking the 40 nodes in Obsidian.

Installation

  1. Copy this template to your Obsidian vault
  2. Install plugins: Dataview, Templater (optional)
  3. Create weekly notes from template
  4. 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-28409296

Dashboard (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 DESC

Node Frequency

Which nodes are practiced most?

TASK
FROM "Convergence Protocol/Weekly Reviews"
WHERE completed
GROUP BY text

Current 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*