Convert a markdown deliverable into a self-contained, brand-adaptive HTML presentation with inline commenting.
Vision to Value Phase
Cross-phase — presentations can be created from deliverables in any phase.
Process
- Run
agent-output-handler.py — this is the canonical generator:python "G:\My Drive\Claude\agent-output-handler.py" "<path-to-md-file>" --no-telegram
- The script handles everything: markdown parsing, slide splitting (by
## headers), brand detection, HTML generation, commenting engine, and browser auto-open.
- Output saved to
C:\dev\presentations\ with a slugified filename.
That's it. Do NOT manually generate HTML presentations — always use the handler script.
What the Handler Produces
- Self-contained HTML — no external JS/CSS (only Google Fonts link)
- Brand-adaptive — auto-detects brand from title (AXIA, Legionis, SKYMOD, Maad House) and applies correct colors, favicon, and logo
- Scrollable slides —
min-height: 100vh; overflow: auto (NEVER clips content)
- Nav bar — CSS Grid bottom bar with section dots, slide counter, slide dots
- Keyboard + touch — arrow keys, swipe, Home/End, slide jump overlay
- Inline commenting — always-on, every content block commentable, review slide at end with export
Technical Reference
For CSS variables, z-index layers, IIFE scope rules, brand color table, and commenting engine internals:
templates/presentations/TEMPLATE-REFERENCE.md
Auto-Presentation (via agent-output-automation.md rule)
The output automation rule triggers this automatically after any agent produces a meaningful deliverable. Manual /present invocation is for converting existing documents that don't yet have a presentation.
Deliverables That Get Presentations
| Auto-Present |
On Request |
Never |
| Strategic Bet, Decision Record, Decision Charter, Product Vision, Roadmap Theme, GTM Brief, Pricing Model, Competitive Analysis, Launch Readiness, Outcome Review, QBR |
Feature Spec |
User Story |
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: yohayetsion-product-org-os-present3description: Convert a markdown deliverable into a **self-contained, brand-adaptive HTML presentation** with inline commenting.4---5Convert a markdown deliverable into a **self-contained, brand-adaptive HTML presentation** with inline commenting.67## Vision to Value Phase89**Cross-phase** — presentations can be created from deliverables in any phase.1011## Process12131. **Run `agent-output-handler.py`** — this is the canonical generator:14 ```bash15 python "G:\My Drive\Claude\agent-output-handler.py" "<path-to-md-file>" --no-telegram16 ```172. The script handles everything: markdown parsing, slide splitting (by `## ` headers), brand detection, HTML generation, commenting engine, and browser auto-open.183. Output saved to `C:\dev\presentations\` with a slugified filename.1920That's it. Do NOT manually generate HTML presentations — always use the handler script.2122## What the Handler Produces2324- **Self-contained HTML** — no external JS/CSS (only Google Fonts link)25- **Brand-adaptive** — auto-detects brand from title (AXIA, Legionis, SKYMOD, Maad House) and applies correct colors, favicon, and logo26- **Scrollable slides** — `min-height: 100vh; overflow: auto` (NEVER clips content)27- **Nav bar** — CSS Grid bottom bar with section dots, slide counter, slide dots28- **Keyboard + touch** — arrow keys, swipe, Home/End, slide jump overlay29- **Inline commenting** — always-on, every content block commentable, review slide at end with export3031## Technical Reference3233For CSS variables, z-index layers, IIFE scope rules, brand color table, and commenting engine internals:3435**`templates/presentations/TEMPLATE-REFERENCE.md`**3637## Auto-Presentation (via `agent-output-automation.md` rule)3839The output automation rule triggers this automatically after any agent produces a meaningful deliverable. Manual `/present` invocation is for converting existing documents that don't yet have a presentation.4041## Deliverables That Get Presentations4243| Auto-Present | On Request | Never |44|---|---|---|45| Strategic Bet, Decision Record, Decision Charter, Product Vision, Roadmap Theme, GTM Brief, Pricing Model, Competitive Analysis, Launch Readiness, Outcome Review, QBR | Feature Spec | User Story |4647---48> Converted and distributed by [TomeVault](https://tomevault.io/claim/yohayetsion) — claim your Tome and manage your conversions.49<!-- tomevault:4.0:skill_md:2026-04-13 -->