reversa-forward

Detect feature stages in _reversa_forward and recommend the next Reversa skill.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-forward-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-forward
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-forward
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-forward-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reversa-forward coordinates the forward pipeline for Reversa features, centralizing decision-making and routing guidance rather than performing implementation artifacts itself.

Core Features & Use Cases

  • Detects the current feature stage by inspecting the _reversa_forward/ directory and its artifacts.
  • Suggests the next skill in the cycle (requirements, clarify, plan, to-do, audit, quality, coding) without executing it.
  • Provides a safe routing decision, ensuring the user must explicitly CONTINUAR to proceed.
  • Works across projects using the Reversa framework to keep teams aligned on feature progression.

Quick Start

Type /reversa-forward to begin the forward orchestration for the active feature.

Frequently Asked Questions about reversa-forward

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

FAQPage Schema
How do I orchestrate the forward pipeline for feature management across multiple projects?

Pipeline orchestration for feature management is handled by inspecting the _reversa_forward directory to detect the current stage and recommending the next skill without executing it. It coordinates routing decisions across projects using the Reversa framework.

What is the Reversa forward pipeline and how does its stage detection work?

The Reversa forward pipeline is a feature progression cycle that detects the current stage by inspecting artifacts in the _reversa_forward directory. It then suggests the next skill in the cycle, such as requirements, clarify, plan, to-do, audit, quality, or coding.

How do I safely route features to the next workflow stage without automatic execution?

Safe routing is enforced by recommending the next skill in the pipeline without executing it automatically. Users must explicitly confirm by typing CONTINUE to proceed, ensuring manual oversight over feature progression.

Do I need the Reversa framework to use this forward pipeline orchestration?

The Reversa framework is required because the orchestration operates across projects using it. It relies on the _reversa_forward directory and its artifacts to detect the feature stage and align teams on progression.

Can I skip stages in the feature workflow cycle when using Reversa orchestration?

Stage skipping is not supported by the orchestration logic. It detects the current feature stage and recommends the sequential next skill in the cycle, requiring explicit user confirmation to advance.

Why does the pipeline recommend the next skill instead of executing it directly?

The pipeline recommends the next skill rather than executing it to enforce safe routing decisions. This design centralizes guidance and requires explicit user confirmation to proceed, preventing unintended automated actions.