reversa-agents-help

Explains each Reversa agent's role and usage through analogies and command tables.

Updated May 22, 2026
One-click install
npx skills add https://github.com/GleisonOliveira/dockerpilot-mcp --skill reversa-agents-help-gleisonoliveira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-agents-help
Source: https://github.com/GleisonOliveira/dockerpilot-mcp/tree/main/.agents/skills/reversa-agents-help
Command: npx skills add https://github.com/GleisonOliveira/dockerpilot-mcp --skill reversa-agents-help-gleisonoliveira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of the Reversa agent framework struggle to know which of the many specialized agents (Scout, Archaeologist, Detective, Architect, Writer, and others) to invoke for a given task, and in what order. ## Core Features & Use Cases - Agent Guide with Analogies: Presents a fixed, ready-to-display guide explaining what each Reversa agent does using memorable analogies (e.g., the Detective as Sherlock Holmes, the Architect as a cartographer). - Command Menu: Maps user goals to the correct slash command, such as /reversa for legacy discovery, /reversa-new for greenfield projects, and /reversa-migrate for migrations. - Recommended Sequences: Shows the recommended pipeline order, like Scout → Archaeologist → Detective → Architect → Writer → Reviewer for legacy projects. - Use Case: A developer starting a legacy reverse-engineering project asks which agent to run first and receives the full guide with the correct command sequence. ## Quick Start Ask the assistant to run /reversa-agents-help to display the complete guide explaining every Reversa agent and when to use it.

Frequently Asked Questions about reversa-agents-help

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

FAQPage Schema
How do I choose which Reversa agent to use for my project?

Run /reversa-agents-help to display a guide mapping goals to commands. Use /reversa for legacy discovery, /reversa-new for greenfield projects, /reversa-brainstorm to clarify raw ideas, and /reversa-migrate for migration planning.

What is the recommended order of Reversa agents for legacy code analysis?

The recommended legacy pipeline is Scout, then Archaeologist (one module per session), Detective, Architect, Writer, and Reviewer. Optional agents like Soul Extractor, Visor, Data Master, and Design System can run in any phase.

Which AI coding assistants support the Reversa agents help skill?

The skill declares compatibility with Claude Code, Codex, Cursor, Gemini CLI, and other agents compatible with the Agent Skills format. It is activated with the /reversa-agents-help command.

What is the difference between Reversa Brainstorm and Reversa New?

Reversa Brainstorm clarifies a raw idea through Framer, Explorer, Challenger, Arbiter, and Pre-Spec agents before any code. Reversa New takes a greenfield idea through Ideator, Researcher, Drafter, and Spec SDD to produce implementation-ready specifications.

When should I not use the Soul Extractor agent?

Soul Extractor produces only a one-page executive synthesis of the system's purpose and founding decisions. It does not replace the Archaeologist or Detective, so skip it when you need full module-level code analysis or business rule extraction.