reversa-paradigm-advisor

Detect legacy paradigms from specifications and generate paradigm_decision.md for migration.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-paradigm-advisor-markson22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-paradigm-advisor
Source: https://github.com/Markson22/MKV-SYTEM/tree/main/.agents/skills/reversa-paradigm-advisor
Command: npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-paradigm-advisor-markson22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects the legacy programming paradigm from specifications, infers the natural target paradigm for the target stack, flags gaps, and guides the user to a conscious migration decision. It produces paradigm_decision.md and serves as the mandatory read for all downstream agents.

Core Features & Use Cases

  • Detects the legacy paradigm from migration specs and domain documents.
  • Infers the natural target paradigm for the chosen stack and flags compatibility gaps.
  • Generates paradigm_decision.md to guide downstream Curator, Strategist, Designer, and Inspector agents.

Quick Start

Activate this agent with /reversa-paradigm-advisor to begin analysis and generate paradigm_decision.md for the migration workflow.

Frequently Asked Questions about reversa-paradigm-advisor

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

FAQPage Schema
How do I determine the target stack paradigm for a legacy migration?

To determine the target stack paradigm, you must analyze migration artifacts and specifications to detect the legacy paradigm, identify gaps, and produce a paradigm_decision.md document with evidence for downstream agents.

What is a paradigm_decision.md file used for in architecture migration?

A paradigm_decision.md file records the rationale, evidence, and next steps for a migration paradigm choice, serving as a mandatory reference for all downstream agents to ensure alignment and conscious decision-making.

How do I analyze migration specifications to detect compatibility gaps?

You analyze migration specifications by mapping the legacy programming paradigm to the inferred target stack paradigm, which flags compatibility gaps and alerts stakeholders to address missing architecture components.

Can I use this paradigm advisor for any software engineering migration workflow?

Yes, the paradigm advisor works for software engineering migrations where specifications and domain documents exist, detecting legacy paradigms and guiding downstream Curator, Strategist, Designer, and Inspector agents.

Why does my migration workflow require a paradigm decision before downstream agents proceed?

A paradigm decision is required because it enforces conscious alignment across the migration workflow, ensuring downstream agents reference documented rationale and next steps rather than making assumptions about the target stack.

What are the limitations of automated legacy paradigm detection from specifications?

The limitation is that detection accuracy depends entirely on the completeness of migration specs and domain documents; missing artifacts prevent proper gap analysis and may result in incomplete paradigm_decision.md guidance.