Session Continuity
Resume exactly where you left off—days, weeks, or months later—without re-explaining anything.
Built for all AI coding assistants. Optimized for Claude Code.
# One-command install
curl -sL https://raw.githubusercontent.com/rexkirshner/ai-context-system/main/install.sh | bash
# Initialize context
/init-context
# Daily workflow
/review-context # Start of session (30 sec)
/save # Quick update (2-3 min)
/save-full # Comprehensive save (10-15 min)your-project/
├── CLAUDE.md # ← Auto-loaded by Claude Code
├── context/ # Externalized AI context
│ ├── CONTEXT.md # Project orientation
│ ├── STATUS.md # Current state + Quick Reference
│ ├── DECISIONS.md # Decision log (WHY)
│ └── SESSIONS.md # History + mental models
├── .claude/commands/ # 14 slash commands
└── scripts/ # Helper utilitiesAI reasoning is invisible. Context is lost between sessions. Decisions lack rationale. Humans can't review AI's thinking.
The solution: Externalize AI context into structured, visible documentation that serves four purposes:
v3.6.0 - CLAUDE.md Auto-Loading
Moves CLAUDE.md to project root for automatic loading by Claude Code. Includes enhanced template with new sections (Project Identity, Critical Rules, Working Style), new troubleshooting documentation, preflight checks, and code quality improvements. Automatic migration from v3.5.x. See changelog →