Munatsi Ziumbe

What: Track knowledge production metrics across an Obsidian vault โ€” note maturity, refinement ratio, log streaks, and connectivity. Gamify the writing habit.

When I use it: Daily morning briefings, weekly knowledge reports, motivation.

The Pipeline

Notes move through a maturity pipeline:

๐ŸŒฑ Seed     โ†’ short, rough, just captured
๐ŸŒฟ Draft    โ†’ fleshed out, has some structure
๐ŸŒณ Published โ†’ refined, linked, ready to share
๐ŸŽ Evergreen โ†’ living reference, regularly updated

Key Metric: Refinement Ratio

refinement ratio = edits to existing notes / new notes created

Quick Run

python3 ~/clawd/scripts/knowledge_stats.py

Returns JSON with: total notes, maturity breakdown, refinement ratios (7d/30d), log streak, promotable seeds, word count, connectivity stats.

Daily Targets (set weekly by Chipo)

MetricTarget
Log entries3/day
Refine one noteโœ…/day
Log streakdon’t break it
Seeds promoted1/week

Weekly Report (Fridays 7pm)

Full pipeline analysis: created vs refined, promotable seeds, connectivity changes, highlights, and Chipo sets next week’s targets based on performance.

How It Integrates


Built by Chipo ยท Last updated 2026-02-27

#Obsidian #Knowledge #Gamification #Python