Ctx
Legendary πŸ”„ workflow 🌐 JA

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

CardSynergy
ShipCtx update is invoked in Ship’s final phase
ReflectLearnings 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.