# ๐ŸŽฏ Obsidian Chain Tracker Template ## Daily Note Addition ```yaml chain: ๐Ÿข connections: - [[๐Ÿ… process-name]] - [[๐Ÿ™ execution-name]] time: 30min ``` ## Weekly Metrics ```dataview TABLE length(connections) as "Cross-Chain Links", sum(time) as "Total Time" FROM "" WHERE chain GROUP BY chain ``` ## Simple R-hat Count in Smart Connections graph view: - Nodes in each chain cluster - Edges between clusters - R-hat = Within-cluster edges / Between-cluster edges Lower is better (target < 1.5)