reversa-coding

Transform actions.md plans into executable code with audit artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conduz a execução do actions.md em código, convertendo planos em implementações verificáveis e auditáveis.

Core Features & Use Cases

  • Transforma cada ação do pipeline reverso em código executável, mantendo rastreabilidade com checks de progresso.
  • Atualiza checkboxes para [X], gera artefatos de auditoria como legacy-impact.md e regression-watch.md.

Quick Start

Inicie o ciclo de codificação reversa digitando /reversa-coding para transformar actions.md em código executável.

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 automatically?

Reverse coding transforms an actions.md plan into executable code by progressively coding each planned action across the full forward cycle. It enforces prerequisites, tracks progress in progress.jsonl, and generates audit artifacts like legacy-impact.md and regression-watch.md.

What is reverse coding and how does it track implementation progress?

Reverse coding is an automation pipeline that converts planned actions into executable code while tracking implementation progress. It updates checkboxes to [X] in actions.md and maintains an auditable trail of changes by logging updates to progress.jsonl.

How do I generate audit trails and regression watch files during code implementation?

You generate audit trails and regression watch files by executing the coding cycle across preparation, tests, core, integration, and polishing phases. This automatically produces legacy-impact.md and regression-watch.md artifacts to preserve an auditable trail of changes.

Does the reverse coding pipeline require any external dependencies or components?

No, the reverse coding pipeline requires no external dependencies or components to function. You can initiate the cycle directly by typing /reversa-coding to start transforming your actions.md file into verified and auditable executable implementations.

What are the limitations of using a markdown plan for executable code generation?

The limitation of using a markdown plan for code generation is that the pipeline strictly requires an actions.md format to function. It relies entirely on updating checkboxes within that specific file structure for progress tracking and generating the required audit artifacts.