reversa-resume

Swap the active feature with a selected entry from paused-features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retoma uma feature pausada (listada em paused-features de active-requirements.json) e a torna ativa. Use quando o usuário digitar "/reversa-resume", "reversa-resume", "retomar feature pausada" ou pedir para voltar a uma feature anterior. NÃO cria features novas, apenas troca a ativa pela escolhida e (quando faz sentido) move a ativa atual para paused-features.

Core Features & Use Cases

  • Permite trocar a feature ativa por uma versão pausada, mantendo o progresso e histórico sem criar novas entradas.
  • Mantém consistência entre active-requirements.json e paused-features, evitando perdas de dados de configuração.
  • Adequado para reativar rapidamente uma feature com prioridade alterada ou feedback de stakeholders, sem retrabalho.

Quick Start

Digite /reversa-resume para selecionar uma feature pausada da lista de paused-features e torná-la ativa.

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 and restore it to active workflow?

Resuming a paused feature involves swapping the currently active one with a selected entry from paused-features. This restores the paused work to active status without altering the broader roadmap or creating new feature entries.

What happens to the currently active feature when I reactivate a paused one?

When you reactivate a paused feature, the currently active feature is moved to the paused-features list when it makes sense to do so. This preserves the historical state and maintains consistency between the active-requirements.json and paused-features files.

Can I create a new feature entry while resuming a paused feature?

Creating new features is not supported while resuming a paused feature. The process strictly enforces no new feature creation, only swapping the active feature with a selected paused entry to preserve historical state and prevent data loss.

How does feature management handle consistency between active and paused lists?

Feature management handles consistency by updating active-requirements.json and paused-features together during the swap. This ensures configuration data is preserved and prevents loss when reactivating work due to altered priority or stakeholder feedback.

When should I use a feature reactivation workflow for paused work?

You should use a feature reactivation workflow when you need to quickly resume paused work due to altered priority or stakeholder feedback. It allows you to re-enter the active-requirements lifecycle without retracing configuration steps or altering the roadmap.