What problem does it solve? When working with the reversa feature-development framework, only one feature can be active at a time, and switching back to a previously paused feature requires careful manual edits to active-requirements.json without losing progress on either feature. This Skill automates that swap safely. ## Core Features & Use Cases - Paused Feature Listing: Reads paused-features from .reversa/active-requirements.json, detects each feature's physical stage (requirements, plan, coding-in-progress, done) from files on disk, and flags orphaned entries whose folders were deleted. - Safe State Swap: Pauses or discards the currently active feature based on its detected stage, promotes the chosen paused feature to active, and writes the updated JSON atomically via tempfile plus rename. - Lifecycle Hooks: Applies before-resume and after-resume hooks from .reversa/hooks.yml, skipping disabled entries. - Use Case: You paused a half-planned feature to fix an urgent bug; after finishing, run the resume flow to list paused features, pick the old one, and have the bug-fix feature automatically moved back into paused-features with a timestamp. ## Quick Start Type /reversa-resume or ask to retomar a paused feature, then pick its number from the presented list.