What problem does it solve?
Keeps Claude informed about the project's evolution by recording in-session changes, uncommitted work, and historical decisions using git as the single source of truth. This avoids stale mental models and duplicates.
Core Features & Use Cases
- In-session state checks: surface git diff, git status, current branch, and uncommitted changes.
- Between-session context: capture commits, file changes, and historical decisions for later querying.
- Historical decisions: store and query past research findings and architectural decisions.
- Pre-emptive state awareness: auto-activates before duplicating work or starting new tasks to prevent rework.
Quick Start
Enable auto-activation by enabling this skill and then query questions like "What changed since the last session?" or "Show me current state" to retrieve up-to-date state and history. You can also run "what happened in the previous session" for retrospective reasoning.