What problem does it solve? When working with the reversa framework, developers often pause one feature to start another, then lose track of what was paused or in which stage each feature stopped. This Skill resumes a paused feature by safely swapping it with the currently active one, without losing progress on either side. ## Core Features & Use Cases - Paused feature listing: Reads active-requirements.json, detects the physical stage of each paused feature (requirements, plan, coding-in-progress, done) and shows progress counts like completed actions. - Safe swap with state preservation: Moves the currently active feature into paused-features (or discards it if done or empty) and promotes the chosen paused feature, writing the JSON atomically. - Orphan entry cleanup: Detects paused entries whose folders were manually deleted and offers to remove them from the state file. - Use Case: You paused a login feature at the plan stage to fix an urgent bug. After finishing the fix, run the resume flow to list paused features, pick the login feature, and have the bugfix feature automatically paused with its stage recorded. ## Quick Start Ask the agent to run /reversa-resume to list paused features and resume one of them as the active feature.