save-session-context
Installation
SKILL.md
Save Session Context
Saves the current workflow state to enable seamless session resumption.
When to Use
- After completing each phase in health orchestrator workflows
- Before ending a long-running session
- When switching context to a different task
- After significant progress that should be preserved
When NOT to Use
- For simple, quick tasks that don't need resumption
- When workflow is fully complete (clean up instead)