A Claude skill for managing development context across coding sessions with progressive timeline tracking, auto-activation, and incremental saves.
- No more manual
context: startcommands for most work - Automatically detects when you're working on GitHub projects
- Silently loads context and shows condensed status
- "Just start coding" - context management happens in background
- Save individual features/milestones within a session
- Use
context: checkpointor let Claude detect completion signals - Each checkpoint captures what was done + files touched
- Session end consolidates all checkpoints into full session entry
- Detects GitHub paths, project names, Git operations
- Recognizes completion signals: "that works", "feature done", etc.
- Offers checkpoints without interrupting flow
- Multi-project awareness (caches active projects)
- Start working on a GitHub project
- Claude will detect and ask: "Should I track context for this project?"
- Provide project name, goal, tech stack
- Context file created at
[project-root]/devbridge-context.md
Start working:
User: "I need to add OAuth to anchor-loop"
Claude: π Anchor Loop β’ in_progress β’ Last: 2 days ago
β
Last: Set up Supabase auth
π― Next: OAuth configuration
Starting OAuth work...
Mid-session checkpoint:
User: "Google OAuth is working"
Claude: Nice! Checkpoint this? [Yes/No]
User: Yes
Claude: β
Checkpoint saved. Session continues.
End session:
User: context: save
Claude: [Interviews for session summary, including all checkpoints]
β
Context saved. Session 42 added to timeline.
- Auto-start - Just mention your GitHub project
context: save- End session, save to timelinecontext: checkpoint- Save progress mid-sessioncontext: history- View past sessionscontext: insights- Velocity metrics and patterns
context: status- Quick state checkcontext: skip- Don't load context this timecontext: automate- Generate continuous-claude command
Context is stored as devbridge-context.md in your project root:
project-root/
βββ devbridge-context.md β Your project memory
βββ .devbridge/
β βββ automation-notes.md β Automation logs (if used)
βββ [your code]
The context file contains:
- Current State - Latest snapshot (overwritten each save)
- Timeline - Append-only session history with checkpoints
- Insights - Auto-computed velocity and pattern analysis
- Timestamp, duration, state changes
- Completed work summary
- Checkpoint entries (if any)
- Key decisions with rationale
- Blockers resolved with time spent
- Files touched + Git commits
- Next priority + notes for future
- Timestamp within session
- What was completed (150 char max)
- Files modified
- Optional decision note
- One feature = one checkpoint
- Don't over-checkpoint (3-5 per multi-hour session)
- Capture decisions while fresh
- Update files list accurately
- Let auto-trigger handle loading
- Use explicit
context: startonly when auto-detection fails - Commit context file to Git (it's project memory)
- Review
context: insightsquarterly for patterns
- Never delete entries (append-only)
- Be specific in completions
- Document decision rationale
- Track blocker resolution time
- Generate automation commands via
context: automate - Context is injected into automation prompts
- Automation sessions saved to timeline with cost tracking
- Resume with
context: resume-automation
- Context file is markdown (Git-friendly)
- Commit after significant milestones
- Include in
.gitignoreif context contains sensitive info - Checkpoint helps tie context to specific commits
- Automatic detection and upgrade
- Backup created:
devbridge-context-v2-backup.md - All data preserved
- New checkpoint structure added
- Future saves support checkpoints
- Two-step migration (v1 β v2 β v3)
- Snapshot converted to timeline entry
- All existing data preserved
- Timeline, Not Snapshot - History is append-only
- Auto-Activated - Context management fades into background
- Incremental Progress - Checkpoint granular wins
- Decision Context - Capture WHY, not just WHAT
- Human-Led - You summarize, AI structures
- Token-Efficient - Character limits prevent bloat
See SKILL.md for detailed examples of:
- Auto-start workflows
- Mid-session checkpointing
- Session end with multiple features
- Automation setup and monitoring
- Timeline analysis and insights
Internal use only.
Current: v3.0
Compatible with: v2.x, v1.x (with auto-migration)