reversa-forward

Read state.json and active-requirements.json to route the active feature to the next forward skill.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maximoseo/github-repos-radar --skill reversa-forward-maximoseo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-forward
Source: https://github.com/maximoseo/github-repos-radar/tree/main/.agents/skills/reversa-forward
Command: npx skills add https://github.com/maximoseo/github-repos-radar --skill reversa-forward-maximoseo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects the current stage of the active feature in the forward pipeline and suggests the next appropriate agent to run, ensuring smooth progress without executing artifacts.

Core Features & Use Cases

  • State-aware routing: reads forward state to determine the next recommended skill (requirements, clarify, plan, to-do, audit, quality, coding).
  • Safe orchestration: never executes the next skill automatically; always prompts for CONTINUAR.
  • Greenfield and legacy support: works with both legacy reverse state and new features, guiding transitions.

Quick Start

Describe the current feature state and the suggested next forward skill to run, without executing anything.

Frequently Asked Questions about reversa-forward

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

FAQPage Schema
How do I determine the current stage of a feature in a forward pipeline?

To determine the current stage of a feature in a forward pipeline, an orchestrator reads state.json and active-requirements.json to route users to the appropriate next skill without executing artifacts.

What is state-aware routing for feature management workflows?

State-aware routing for feature management workflows reads forward state to recommend the next appropriate agent, ensuring smooth pipeline progress by prompting for continuation rather than automatic execution.

How do I route a paused feature to the next recommended skill?

To route a paused feature to the next recommended skill, the orchestrator evaluates the active feature state and suggests requirements, clarify, plan, to-do, audit, quality, or coding skills based on current progress.

Does the forward pipeline orchestrator support legacy projects?

The forward pipeline orchestrator supports legacy projects by working with both legacy reverse state and new features, guiding transitions and routing to the appropriate next skill without performing actions.

Can I automatically execute the next skill in the pipeline after routing?

You cannot automatically execute the next skill in the pipeline after routing, because safe orchestration design always prompts for explicit continuation before proceeding to the recommended agent.

Why does my feature workflow need state.json and active-requirements.json?

Your feature workflow needs state.json and active-requirements.json because the routing orchestrator reads these files to detect the active feature stage and determine the recommended next skill to run.