reversa-challenger

Runs premortem analysis on ideation options and writes adversarial risks.md documents.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-challenger-lacsousa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-challenger
Source: https://github.com/lacsousa/mediclaw-system/tree/main/.agents/skills/reversa-challenger
Command: npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-challenger-lacsousa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams commit to product or architecture options without stress-testing the assumptions behind them, discovering fatal flaws only after months of investment. This Skill acts as an adversarial reviewer that attacks every option while it is still cheap to kill, exposing the premise that invalidates each path and the hidden costs nobody budgeted for. ## Core Features & Use Cases - Premortem Headlines: Generates 2-4 distinct failure headlines with different root causes, then asks the user which one scares them most to set severity ordering. - Per-Option Attack: For each option in options.md, identifies the single premise that kills it, a cheap experiment to test that premise, the hidden cost (anchored to concrete legacy files when applicable), and the point of no return. - Cross-Cutting Risk Register: Checks six transversal risk categories such as single-person dependency, regulatory obligations, third-party integrations, data migrations, auth changes, and undeclared availability commitments. - Use Case: After running the Explorer agent to map solution options for a legacy modernization, invoke the Challenger to produce a risks.md that forces the team to answer hard questions before the Arbiter scores the options. ## Quick Start Ask the agent to run the Challenger premortem on the current ideation session and generate the risks.md document attacking every option.

Frequently Asked Questions about reversa-challenger

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

FAQPage Schema
How do I run a premortem analysis on product options with an AI agent?▼

Invoke the Challenger after the Explorer has produced options.md in the active ideation session. The agent generates failure headlines, attacks each option's core premise, and writes a structured risks.md document for review.

What is a premortem in product ideation?▼

A premortem imagines the project has already failed and writes the failure headline before work begins. This Skill generates 2-4 headlines with distinct root causes and asks which one scares the user most to prioritize risks.

What files does the reversa-challenger skill need to run?▼

It requires .reversa/state.json for language and output settings, .reversa/active-ideation.json for the active session, plus framing.md and options.md in the session directory. Without options.md it stops and directs you to run the Explorer first.

Does the Challenger modify project source code or other files?▼

No. It writes only to risks.md in the session directory and updates the current-stage field in active-ideation.json. Its absolute rule forbids touching any other project file or producing code.

What happens if risks.md already exists in the session?▼

The agent asks for explicit confirmation before overwriting. Without an explicit yes, it terminates without writing anything, preserving the existing risk analysis.