What problem does it solve? When working with the reversa spec-driven development flow, only one feature can be active at a time. This Skill lets you safely resume a previously paused feature without losing progress on the currently active one, handling the state swap in active-requirements.json atomically. ## Core Features & Use Cases - Paused Feature Listing: Reads paused-features from .reversa/active-requirements.json, detects each feature's physical stage (requirements, plan, coding-em-progresso, done) from files on disk, and flags orphaned entries whose folders were deleted. - Safe State Swap: Moves the currently active feature into paused-features (or discards it if done/empty), promotes the chosen paused feature to active, and writes the 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 the 'user-auth' feature mid-coding to fix an urgent bug. After the fix, run this Skill, pick 'user-auth' from the numbered list, and it becomes active again with a suggestion of the next command (e.g., /reversa-coding). ## Quick Start Ask the agent to resume a paused reversa feature and choose its number from the presented list.