What problem does it solve?
AI sessions start from zero context, so progress, decisions, and dead ends are lost when a session ends. This Skill maintains a persistent journal per desk so the next session can pick up exactly where the last one stopped.
Core Features & Use Cases
- Session Handoff Entries: Append structured entries recording what was done, current state, and the next step to
desks/<desk-name>/journal.md.
- Session Startup Recovery: Read the journal at the start of a session to restore context, with the most recent entry carrying the current state and next step.
- Desk Closure Summaries: Write a final wind-down entry capturing overall accomplishments, artifacts left on the bench, and handoff notes when a desk closes.
- Use Case: After a long debugging session, record which repositories were scanned, what findings were triaged, and what the next session should investigate, so no work is repeated.
Quick Start
Write a journal entry for the current desk summarizing what was done, the current state, and the next step.