reversa-forward

Inspect .reversa/state.json and route users to the next Reversa skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the forward evolution pipeline for the Reversa project by inspecting the current feature state and steering the user to the next appropriate skill.

Core Features & Use Cases

  • Reads .reversa/state.json to determine if a feature is active and which stage it is in (vazio, requirements, plan, coding-em-progresso, done).
  • Routes the user to the correct next skill (e.g., /reversa-requirements, /reversa-clarify, /reversa-plan, /reversa-to-do, /reversa-audit, /reversa-quality, /reversa-coding) without executing it automatically.
  • Supports both legacy and greenfield contexts, ensuring consistent workflow guidance and clear prompts to CONTINUE.

Quick Start

Run /reversa-forward to have me assess your feature state and guide you to the next appropriate skill.

Frequently Asked Questions about reversa-forward

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

FAQPage Schema
How do I orchestrate a forward pipeline workflow for feature management?

Pipeline routing works by reading .reversa/state.json to determine if a feature is active and which stage it is in, then routing the user to the correct next skill without executing it automatically.

How do I route to the next stage in a software project pipeline?

Route to the next stage by inspecting the state file to determine the current stage and selecting the correct next step. It supports both legacy and greenfield projects, ensuring consistent workflow guidance through a CONTINUE prompt.

Does the pipeline orchestrator automatically execute the next coding step?

No, the pipeline orchestrator never executes the next skill automatically. It only routes the user to the appropriate next step and ends with a CONTINUE prompt, keeping the user in control of execution.

Can I use pipeline routing for both legacy and greenfield projects?

Yes, pipeline routing supports both legacy and greenfield projects. The orchestrator inspects the feature state to ensure consistent workflow guidance and clear routing for any project context.

What pipeline stages can the orchestrator route me to?

The orchestrator routes to requirements, clarify, plan, to-do, audit, quality, and coding stages. It selects the destination by checking if the feature state is vazio, requirements, plan, coding-em-progresso, or done.

Why does my pipeline orchestrator stop at a CONTINUE prompt?

The orchestrator stops at a CONTINUE prompt because it only routes users to the next skill and never executes it automatically. This design ensures you maintain manual control over workflow progression.