reversa-docs-storyteller

Generate glossary, deck, and per-feature HTML pages from Reversa specs.

1.5k|383|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/sandeco/reversa --skill reversa-docs-storyteller-sandeco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-storyteller
Source: https://github.com/sandeco/reversa/tree/main/agents/reversa-docs-storyteller
Command: npx skills add https://github.com/sandeco/reversa --skill reversa-docs-storyteller-sandeco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reversa-docs-storyteller turns reverse-engineered legacy specifications into navigable, human-friendly documentation so new team members can understand the system quickly and safely.

Core Features & Use Cases

  • Interactive glossary in client-side search: Builds a glossary page (concept cards) from the project soul, with in-browser filtering and deep links.
  • Navigable slide deck (6 to 10 slides): Generates an onboarding deck with adaptive slide inclusion based on what content is available.
  • Per-feature detailed pages: Produces one How-a-Feature-Works style page per selected spec, enabling focused learning and traceability.

Use cases include onboarding developers to a legacy codebase, communicating module contracts and key flows, and preparing an operational docs set that an AI coding agent and humans can both rely on.

Quick Start

Ask an AI agent to run /reversa-docs-storyteller to generate the glossary, deck, and per-feature pages under .reversa/documentation/.

Frequently Asked Questions about reversa-docs-storyteller

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

FAQPage Schema
How do I generate interactive documentation from legacy reverse-engineered feature specs?

To generate interactive documentation from legacy feature specs, the process reads .reversa state and soul files to produce navigable HTML pages. This Skill transforms reverse-engineered specifications into a glossary, slide deck, and per-feature pages for onboarding.

What is the best way to create an onboarding slide deck and glossary for a legacy codebase?

The best way to create an onboarding deck and glossary for a legacy codebase is deriving content from project soul and feature requirements. This generates a 6 to 10 slide navigable deck and a client-side searchable glossary with deep links.

Do I need .reversa/soul.md and _reversa_sdd files to generate feature spec HTML pages?

Yes, you need .reversa/soul.md and _reversa_sdd requirement files to generate feature spec HTML pages. The process reads these files along with state.json and documentation config to derive the features index and output HTML documentation.

How does interactive documentation generation handle non-destructive backup behavior?

Interactive documentation generation handles non-destructive backup behavior by writing only to the .reversa/documentation/ directory. It preserves existing project files while safely generating new glossary, deck, and feature HTML artifacts.

Can I use this documentation generation process for both AI coding agents and human developers?

Yes, you can use this documentation generation process for both AI coding agents and human developers. It produces an operational docs set with navigable HTML pages and a searchable glossary that serves human onboarding and AI traceability.

What limitations exist when generating per-feature HTML pages from reverse-engineered specs?

A limitation when generating per-feature HTML pages is that content is constrained to available spec data, causing adaptive slide inclusion. It strictly writes to .reversa/documentation/ and cannot modify external project files.