When I faced a 30-window reboot catastrophe, I realized I needed a system to remember exactly what I was doing and prioritize my next moves. That's when "Restart Board" came into play. On 2026-09-22, it saved me by recovering 86 transcripts and 16 prompts, laid out in an HTML board. This board became my go-to template: assets/board-example-2026-09-22.html.
The heart of the Restart Board is a set of scripts. Each script has a specific focus:
node scripts/sessions.mjs --days 4 --exclude <this-session-id>: This script gathers every transcript touched in the last four days, excluding the current session. It lists the current working directory, the first prompt, the last three prompts, and the last assistant message. It's all about context.node scripts/tail.mjs <file.jsonl> 8: This script shows the last eight messages of any transcript, perfect for when a window's state is ambiguous.node scripts/stranded.mjs --extra "D:\Travis Eric\TE Divorce" --days 7: This one identifies dirty trees, unpushed commits, and operations left hanging, like mid-rebase or merge. It takes about 45 seconds to run.These scripts redirect their output to a file (> out.txt 2>&1) to keep my workflow smooth and organized.
In RESTART mode, multiple agents work in parallel to compile a comprehensive board. The process involves five key steps:
sessions.mjs script classifies sessions as complete, mid-flight, or unanswered. Mid-flight and unanswered sessions are crucial since they indicate work that needs immediate attention.stranded.mjs, I check for unlanded commits with git cherry origin/<trunk>. Commit counts aren't enough; it's about what's truly pending.The board itself is structured for clarity and action:
Test-Path), and commands are formatted for direct execution (cd E:\TE-Code\conversos; cl), ensuring no time is wasted.The Restart Board transformed how I manage post-reboot chaos, turning potential disaster into a structured plan of action. It's about using detailed, script-driven analysis to regain control and focus on what truly matters.
Get weekly insights on AI architecture, pattern recognition, and building platforms without permission.
The process of crafting communication that resonates with others is documented in the .claude/heart/ directory, specifically in files like 03THEEIGHTRIGHTS.md...
Read itUse this skill to design what a client's ads should SAY and OFFER before any money is spent - the offer, the entry offer/lead magnet, the funnel, the creative...
Read itThe concept of a "seam check" comes from the seam-check skill, which is all about testing the boundary between two systems. This isn't about testing the...
Read itHave thoughts on this post? I'd love to hear them! Join the conversation on X where we can discuss AI architecture, pattern recognition, and building platforms.
Discuss on XOr reach out directly at @TravisEric_