reversa-resume

Swap the active feature with one from paused-features in active-requirements.json.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-resume-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-resume
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-resume
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-resume-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retoma uma feature pausada mantendo o progresso de ambas as partes, sem criar novas features, apenas reacendendo a atividade da feature pausada escolhida e movendo a atual para paused-features quando apropriado.

Core Features & Use Cases

  • Troca suave de estado: substitui a feature ativa pela escolhida entre as pausadas, preservando work in progress.
  • Sem criação de novas features: não gera novas entradas, apenas restaura a anterior.
  • Contextual de retomada: atualiza a lista de paused-features e mantém a trilha de estado para futuras ações.

Quick Start

Diga qual feature pausada você quer retomar, confirme se necessário, e o sistema executará a troca.

Frequently Asked Questions about reversa-resume

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

FAQPage Schema
How do I resume a paused feature without losing my current work in progress?

To resume a paused feature, you swap it with your current active feature, moving the active task to paused-features to preserve work in progress without creating new entries.

What is feature state management for paused tasks and how does it work?

Feature state management tracks active and paused features in active-requirements.json, allowing you to swap states to resume progress on paused tasks while preserving the current work in progress.

How to swap a paused feature into the active workflow state?

You can swap a paused feature into the active workflow by identifying it in the paused-features list, confirming the switch, and letting the system move your current active task to paused-features.

Do I need an active-requirements.json file to resume paused features?

Yes, you need an existing active-requirements.json file containing a paused-features list with valid feature entries to resume a paused feature and trigger the state swap.

Can I use hooks to extend behavior when resuming a paused feature?

Yes, the resuming process uses before-resume and after-resume hooks to extend behavior, allowing you to execute custom logic before and after the feature state swap occurs.

What happens to the current active task when I resume a paused feature?

When you resume a paused feature, the system moves your current active task to the paused-features list, ensuring both tasks retain their state without creating new feature entries.