From ruflo-rvf
Persist and restore agent sessions across conversations with state snapshots
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-rvf:session-persist [--save|--restore|--list][--save|--restore|--list]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save and restore complete agent sessions across conversations.
Save and restore complete agent sessions across conversations.
When you need to pause work and resume later with full context, or when you want to checkpoint progress during long-running tasks.
mcp__claude-flow__session_save to snapshot current statemcp__claude-flow__session_list to see all saved sessionsmcp__claude-flow__session_restore to resume a previous sessionmcp__claude-flow__session_info for session details and metadatamcp__claude-flow__session_delete to remove old sessionshooks_session-start — automatically restore context at conversation starthooks_session-end — automatically save state with metrics exporthooks_session-restore — restore a specific session by ID19plugins reuse this skill
First indexed Jun 15, 2026
Showing the 6 earliest of 19 plugins
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
npx claudepluginhub walterp/ruflo --plugin ruflo-rvf