One-click install
npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-coding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-coding
Source: https://github.com/ricardops34/rcg-crm/tree/main/.agents/skills/reversa-coding
Command: npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-coding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of converting a forward plan written in actions.md into working implementation in the codebase, while keeping a rigorous audit trail for what changed in the legacy system.

Core Features & Use Cases

  • Converts a planned feature into code step-by-step: Executes actions phase-by-phase (Preparação, Testes, Núcleo, Integração, Polimento), respecting dependency and parallelizable subsets.
  • Maintains execution transparency and traceability: Updates action status in feature-dir/actions.md and appends immutable records to feature-dir/progress.jsonl after every action.
  • Generates audit artifacts from legacy specifications: Produces feature-dir/legacy-impact.md (what legacy rules/components were changed, preserved, or removed) and feature-dir/regression-watch.md (what must remain true to prevent regressions).

Quick Start

Use the command "/reversa-coding" after running "/reversa" to generate the required _reversa_sdd/ artifacts and start coding the active feature from actions.md.

Frequently Asked Questions about reversa-coding

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

FAQPage Schema
How do I convert an actions.md plan into executable code safely?

To convert actions.md into executable code safely, trigger coding execution to implement the active feature phase-by-phase, respecting dependencies while validating active requirements and extraction context.

What is phased implementation in documentation-driven development?

Phased implementation in documentation-driven development executes planned actions sequentially through Preparação, Testes, Núcleo, Integração, and Polimento phases, ensuring dependency-aware execution and deterministic progress tracking.

How do I generate an audit trail for legacy modernization code changes?

To generate an audit trail for legacy modernization code changes, execute the planned actions to automatically produce legacy-impact.md documenting changed rules and append immutable records to progress.jsonl after every action.

Does reversa-coding require specific architecture files before execution?

Yes, reversa-coding requires the presence of reversa extraction context in the _reversa_sdd/ directory, specifically architecture.md and domain.md files, to validate active requirements before generating code.

How does regression testing work with actions.md code generation?

Regression testing during actions.md code generation relies on generating a regression-watch.md file with stable watch IDs, defining specific legacy rules and components that must remain true to prevent system regressions.

What's the best way to track deterministic progress during workflow execution?

The best way to track deterministic progress during workflow execution is to update action statuses in feature-dir/actions.md and append execution records to feature-dir/progress.jsonl after every completed action.