Ready Monday morning
Monday morning should not start with catching up. It should start with clarity. The Weekly Review System runs Sunday night, reads your week's memory logs, and delivers a structured review that's waiting when you open your phone: what you accomplished, what got stuck, what patterns showed up, and exactly what to focus on first.
The system is built on the same daily memory log pattern that underlies the entire SpiritTree agent architecture. Each day, Tid3pool (or your equivalent ops agent) writes a dated memory file: what happened, decisions made, blockers hit, next steps. The weekly review reads those seven files and synthesizes them. It's not a summary — it's a pattern extraction. What kept coming up? Which project kept slipping? What did you actually ship vs. what you thought you were working on?
The stuck project detector is one of the most valuable pieces. It flags any project mentioned in three or more days without a resolution event. You probably already know which projects are stuck. But seeing them named, with the days they've been blocking you, makes the decision easier: either tackle it this week or explicitly deprioritize it. Clarity is better than hoping it resolves itself.
Accomplishment summarizer takes the opposite angle: it pulls everything you actually shipped — code merged, articles published, calls completed, decisions made — and formats it as a concrete list. Most operators underestimate what they accomplish in a week because they're focused on what's unfinished. The accomplishment summary fixes this. It's also useful for client reporting, content creation, and staying motivated during heavy build phases.
Monthly rollup template aggregates four weekly reviews into a month view. Quarterly goal tracker connects the monthly views to 90-day objectives — did this month move the right needles? The whole system is Sunday-night cron ready: configure the schedule, point it at your memory directory, and it runs without intervention. The guide is based on Nate B Jones's weekly review pattern, merged with the nightly self-improvement cron architecture already running in this system.
Initial release. Pattern based on Nate B Jones weekly review merged with SpiritTree nightly cron architecture. Includes monthly rollup and quarterly tracker.