reversa-forward

Inspect .reversa/state.json and artifacts to route the active feature to its next forward step.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-forward-markson22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-forward
Source: https://github.com/Markson22/MKV-SYTEM/tree/main/.agents/skills/reversa-forward
Command: npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-forward-markson22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

O reversa-forward atua como orquestrador do ciclo forward do Reversa. Detecta o estágio físico da feature ativa em _reversa_forward/ e sugere o próximo agente do ciclo forward (requirements, clarify, plan, to-do, audit, quality, coding). Não escreve artefatos de feature por conta própria, apenas roteia.

Core Features & Use Cases

  • Detecção do estágio físico da feature ativa com base nos artefatos do projeto.
  • Sugere o próximo skill apropriado do pipeline forward com base no estágio atual e na entrada do usuário.
  • Nunca executa o próximo skill automaticamente, apenas fornece direção e encerra pedindo CONTINUAR.

Quick Start

Diga CONTINUAR para seguir para o próximo passo recomendado pelo forward.

Frequently Asked Questions about reversa-forward

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

FAQPage Schema
How does a feature pipeline orchestrator determine the next workflow step?

A feature pipeline orchestrator determines the next workflow step by reading the active feature state from `.reversa/state.json` and inspecting existing artifacts to resolve the current stage. It then validates inputs and routes to the appropriate forward skill without executing it automatically.

How do I route to the next forward step in a legacy software project?

To route to the next forward step in a legacy project, the orchestrator inspects `.reversa/state.json` to resolve output and forward folders. It then evaluates existing artifacts to identify the current feature stage and suggests the next pipeline skill, prompting you to proceed.

What is forward feature evolution orchestration in software engineering?

Forward feature evolution orchestration is the process of routing a software feature through a pipeline of stages like requirements, planning, and coding. The orchestrator detects the feature's current physical stage and suggests the next agent without running it automatically.

Can I use a routing orchestrator for both legacy and greenfield projects?

Yes, the routing orchestrator operates on both legacy and greenfield projects. It inspects the project's state file and artifact folders to determine the active feature's current stage and route to the next pipeline step regardless of project age.

Does the forward pipeline orchestrator execute the next skill automatically?

No, the forward pipeline orchestrator does not execute the next skill automatically. It validates inputs, determines the appropriate next forward step based on feature artifacts, and prompts the user to proceed manually.

What pipeline stages does a forward feature orchestrator route between?

A forward feature orchestrator routes between pipeline stages including requirements, clarify, plan, to-do, audit, quality, and coding. It detects the current stage by inspecting artifacts and directs you to the next appropriate skill in the sequence.