Ctx
Save and restore session context. Pick up right where you left off, even after interruption.
backend-reviewfrontend-reviewmigration-reviewcontext-management
Effect
Records working state (what you were doing and what comes next) into a resume file. Context survives across sessions, across AI instances β nothing is lost.
When to Use
- At session start (restore previous state)
- At a natural break point (save current progress)
- When switching projects (swap to a different context)
How It Works
Restore
Read the resume file at session start. Instantly know βwhere did I leave off last time.β
Record
At each break point, update:
- Timeline β what was done (chronological)
- Next Actions β what to do next (prioritized)
- Notes β rationale behind decisions, observations
Switch
When handling multiple projects, maintain a per-project resume. Specify the project name to switch context.
Combinations
| Card | Synergy |
|---|---|
| Ship | Ctx update is invoked in Shipβs final phase |
| Reflect | Learnings recorded in ctx + accumulated in the knowledge DB |
βI never forget. And I never let you forget, either.β β Eris
Want to use this card permanently? Convert it directly into a SKILL.md β Effect β Overview, When to Use β Trigger, How It Works β Steps.