reversa-coding

Execute phased coding actions from actions.md with append-only progress logging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Você precisa transformar um plano de ações descrito em documentação (actions.md) em mudanças reais no código e, ao mesmo tempo, manter rastreabilidade para auditoria e regressões.

Core Features & Use Cases

  • Execução faseada com paralelismo controlado: executa ações por fase (Preparação, Testes, Núcleo, Integração, Polimento), respeitando dependências e subconjuntos independentes.
  • Atualização determinística do plano: marca ações concluídas em feature-dir/actions.md, registra progressão em feature-dir/progress.jsonl e interrompe ao detectar falhas.
  • Rastreio de impacto e segurança de regressão: gera feature-dir/legacy-impact.md e feature-dir/regression-watch.md para registrar o que mudou no legado e o que precisa permanecer verdadeiro na próxima extração.
  • Guardrails obrigatórios de contexto reverso: exige que exista _reversa_sdd/ com architecture.md e domain.md; caso contrário, aborta sem alterar disco.

Quick Start

Peça para executar a codificação digitando "/reversa-coding" ou "executar plano" para aplicar o plano fase a fase e produzir legacy-impact.md e regression-watch.md com rastreamento de mudanças.

Frequently Asked Questions about reversa-coding

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

FAQPage Schema
How do I transform an execution plan into executable code while maintaining traceability for audits?

To transform an execution plan into executable code with traceability, use a phased execution approach that processes actions from a documented actions.md plan and logs progression in a JSONL file for auditability. It also generates regression watch artifacts.

What is phased dependency-aware execution for code generation?

Phased dependency-aware code generation is an execution process that runs actions by phase—Preparation, Tests, Core, Integration, Polishing—while respecting dependencies. It executes independent subsets in parallel and stops when failures are detected.

How can I generate audit artifacts and regression tracking files from a GitHub repository plan?

You can generate audit artifacts and regression tracking files by executing your action plan through a structured coding workflow. This produces a legacy-impact.md file detailing legacy changes and a regression-watch.md file tracking what must remain true.

Do I need reverse engineering context files to execute a coding plan?

Yes, you need reverse engineering context files to execute a coding plan. The process strictly requires a reverse SDD directory containing architecture.md and domain.md files, otherwise it aborts without modifying the disk.

How do I track legacy impact and regression risks when applying code changes?

You track legacy impact and regression risks when applying code changes by generating dedicated markdown artifacts. The workflow creates a legacy-impact.md file to record what changed and a regression-watch.md file to monitor what needs to stay true.