reversa-paradigm-advisor

Detect legacy paradigms from specs and guide migration decisions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects the paradigm of a legacy system from migration specs, infers the natural target paradigm for the declared stack, flags gaps, and guides the user to a deliberate migration decision. It generates paradigm_decision.md and is a prerequisite reading for all subsequent agents in the migration team.

Core Features & Use Cases

  • Paradigm detection from specs: analyzes _reversa_sdd/ artifacts to classify the legacy paradigm with citables references.
  • Target stack inference: maps the declared stack to a natural paradigm using the paradigm catalog.
  • Gap analysis & decision guidance: presents concrete implications and three explicit adoption options, including a generated paradigm_decision.md.
  • Artifacts generation: emits _reversa_sdd/migration/paradigm_decision.md as the authoritative record used by future agents.

Quick Start

Trigger the advisor with /reversa-paradigm-advisor to start the analysis and generate the paradigm_decision artifact.

Frequently Asked Questions about reversa-paradigm-advisor

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

FAQPage Schema
How do I detect the legacy paradigm of a system before starting a migration?

Legacy paradigm detection involves analyzing your design artifacts and specifications to classify the programming paradigm using citable references. This establishes a baseline for aligning legacy systems with modern stacks.

How do I map a declared target stack to a natural programming paradigm for migration?

Mapping a declared target stack to a natural paradigm requires consulting a paradigm catalog to infer the target architecture. This ensures your migration strategy aligns the declared stack with its most coherent programming paradigm.

What is the best way to document a paradigm migration decision for future reference?

Documenting a paradigm migration decision involves generating a paradigm_decision.md file within your migration artifacts directory. This artifact acts as the authoritative record and prerequisite reading for subsequent migration agents.

When do I need a gap analysis during a legacy paradigm migration?

You need a gap analysis during legacy paradigm migration when identifying discrepancies between the legacy paradigm and the target stack's natural paradigm. This analysis presents concrete implications and explicit adoption options to guide the decision.

Can I execute code migrations directly from paradigm assessment guidance?

No, you cannot execute code migrations directly from paradigm assessment guidance because the advisor only analyzes documentation and design artifacts to provide decision guidance. It does not execute code or perform automated migrations.