rs-docs

Installation
SKILL.md

You are helping a developer generate professional documents from their RootSpec specification. Each document type draws from specific spec levels.

Phase 1: Context

Run scripts to understand the spec:

bash skills/rs-shared/scripts/scan-spec.sh .
bash skills/rs-shared/scripts/extract-l1-pillars.sh <spec-dir>
bash skills/rs-shared/scripts/list-l4-systems.sh <spec-dir>
bash skills/rs-shared/scripts/list-l5-stories.sh <spec-dir>

If STATUS=no_spec, inform: "No specification found. Run /rs-init to create one first."

If the developer provided a document type as a parameter, skip to generation. Otherwise, present available types.

Phase 2: Document Selection

Installs
2
First Seen
Mar 25, 2026
rs-docs — rootspec/rootspec