reversa-resume

Swap active and paused development features while preserving state in active-requirements.json.

Updated May 19, 2026
One-click install
npx skills add https://github.com/silaslopes100/lojacarmenedaniel --skill reversa-resume-silaslopes100
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-resume
Source: https://github.com/silaslopes100/lojacarmenedaniel/tree/main/.agents/skills/reversa-resume
Command: npx skills add https://github.com/silaslopes100/lojacarmenedaniel --skill reversa-resume-silaslopes100

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the context-switching friction in development workflows by allowing you to safely pause an active feature and resume a previously suspended one without losing progress or state.

Core Features & Use Cases

  • State Management: Automatically detects the physical stage of your features (requirements, planning, or coding) and preserves the current progress.
  • Atomic Swapping: Safely moves the currently active feature to a paused state while restoring the chosen feature to the active workspace.
  • Use Case: If you are in the middle of coding a new payment integration but need to urgently fix a bug in a previously started authentication module, use this skill to swap contexts instantly.

Quick Start

Type /reversa-resume in your terminal to view all paused features and select one to resume.

Frequently Asked Questions about reversa-resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch context between active and paused development features without losing state?

To switch context without losing state, the skill swaps active and paused tasks within a structured directory environment. It automatically detects the physical stage of your features, preserving progress for requirements, planning, and coding stages during the swap.

What is the best way to resume a paused coding task while suspending my current work?

The best way to resume a paused coding task is using atomic swapping. This safely moves your currently active feature to a paused state while restoring your chosen feature to the active workspace, validating feature directory existence and updating active-requirements.json.

How does state management work for multiple concurrent development streams?

State management for concurrent development streams works by validating feature directory existence and performing atomic updates to the active-requirements.json configuration file. This maintains state integrity across requirements, planning, and coding stages when swapping contexts.

Can I use this context switching workflow for urgent bug fixes while in the middle of another feature?

Yes, you can use this context switching workflow for urgent bug fixes. If you are coding a new integration but need to urgently fix a bug in a previously started module, the skill allows you to instantly swap contexts and pause your current active feature safely.

Do I need a specific directory environment to manage paused development features?

Yes, you need a structured directory environment to manage paused development features. The skill validates feature directory existence and relies on a physical directory structure to detect stages and perform atomic updates to the active-requirements.json configuration file.