reversa-forward

Detect the active Reversa feature stage and route to the next agent.

Updated May 5, 2026
One-click install
npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-forward-alexandrepontesjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-forward
Source: https://github.com/AlexandrePontesjr/calculadora-Juridica/tree/main/.agents/skills/reversa-forward
Command: npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-forward-alexandrepontesjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents you from getting stuck mid-workflow by identifying the current physical stage of an active feature in Reversa and routing you to the correct next step.

Core Features & Use Cases

  • Pipeline Orchestration: Detects whether the feature is empty, in requirements, planning, coding-in-progress, or done, based strictly on Reversa artifacts.
  • Next-Skill Routing: Suggests the appropriate follow-up agent (requirements/clarify/plan/to-do/audit/quality/coding) and explains why.
  • Safe Control Flow: Never runs the next skill automatically; it always asks you to confirm with CONTINUAR, and it handles ambiguity when you pass an additional idea while a feature is already active.

Quick Start

Use the command /reversa-forward and then type CONTINUAR to begin the suggested next agent.

Frequently Asked Questions about reversa-forward

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

FAQPage Schema
How do I resume a feature planning workflow when I forget the current coding stage?

Feature planning workflow stage detection reads Reversa state artifacts to identify whether your feature is in requirements, planning, or coding progress. It checks existing project files to determine the exact physical stage before suggesting the next action.

What is the best way to orchestrate an agent pipeline for greenfield and legacy projects?

Agent pipeline orchestration routes your feature evolution by detecting active feature stages across both greenfield and legacy projects. It evaluates missing or existing requirements and roadmap artifacts to select the correct next agent for your coding workflow.

How do I route feature requirements to the next coding workflow step without overwriting files?

Routing feature requirements requires reading Reversa config artifacts to select the next agent without overwriting existing project files. It safely identifies the correct follow-up skill and asks you to confirm progression using the CONTINUAR command.

Does the Reversa pipeline automatically execute the next coding skill when artifacts are missing?

The Reversa pipeline never automatically executes another skill when artifacts are missing or ambiguous. It maintains safe control flow by suggesting the appropriate follow-up agent and always terminating with a request for you to type CONTINUAR.

Can I pass an additional idea while a feature is already active in the coding workflow?

Passing an additional idea while a feature is already active triggers ambiguity handling within the routing logic. The workflow evaluates your current Reversa artifacts and safely suggests the correct requirements or planning agent instead of overwriting your active state.