What problem does it solve?
This Skill helps users persist cross-session learnings, decisions, and patterns by recording notes and deferred tasks in claude notebooks. It keeps long-lived insights available across conversations, reducing repetitive context-switching and enabling smarter future sessions.
Core Features & Use Cases
- Persistent Notes: Create and organize markdown notes in the claude notebook for long-term reference.
- Deferred Tasks: Store future work and key decisions with tags like #deferred-task or #technical-decision for later follow-up.
- WIP Separation: Keep current work-in-progress tracked separately in TodoWrite to avoid mixing contexts.
Use Case: After solving a bug or deciding on an architectural pattern, capture the insight once and refer back to it in future sessions.
Quick Start
Create a note: nb claude:add --type md --title "Yesterday's learnings" --tags session-insight --content "Root cause: ..."