reversa-resume

Resume a paused feature by swapping active and paused features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Você precisa voltar para uma feature que foi pausada, mantendo o que já foi feito, sem criar trabalho duplicado nem perder contexto.

Core Features & Use Cases

  • Retomada guiada: lista todas as features presentes em paused-features, incluindo identificação do estágio físico atual de cada uma.
  • Troca controlada da feature ativa: move a feature escolhida para o estado ativo e decide o destino da feature anteriormente ativa (pausa ou descarte quando concluída/corrompida).
  • Segurança contra entradas órfãs: detecta entradas sem feature-dir no disco e pede confirmação antes de remover do registro.
  • Condução para o próximo passo: sugere o skill seguinte conforme o estágio físico da feature retomada (requirements → clarify/plan, plan → to-do, coding-em-progresso → coding).

Quick Start

Digite /reversa-resume e informe o número da feature que você quer retomar a partir da lista apresentada.

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 existing project progress?

To resume a paused feature, you swap the currently active feature with a selected paused one, preserving existing work by atomically updating the active-requirements state file without creating duplicate effort.

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

When you resume a paused feature, the currently active feature is moved out of the active state and you decide whether to pause it for later or discard it if it is completed or corrupted.

How does stage detection work when resuming a paused feature?

Stage detection identifies the current physical stage of the paused feature to suggest the next workflow step, guiding you from requirements to planning, or from planning to to-do generation and coding.

Do I need an active-requirements.json file to restart a paused workflow stage?

Yes, you need an existing active-requirements.json file within a forward project workflow to restart a paused stage, alongside the .reversa/state.json file for reading and validating workflow states.

How do you handle orphaned paused entries when resuming features?

Orphaned paused entries missing their feature directory on disk are detected safely, and the system prompts for confirmation before removing these invalid entries from the registry to maintain workflow integrity.