# premium-presentation > Elevating the quality of reports, documentation, and communication for a "Wow" experience. - Author: Putera Kahfi - Repository: sovereign-os/sov-skills - Version: 20260206151627 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sovereign-os/sov-skills - Web: https://mule.run/skillshub/@@sovereign-os/sov-skills~premium-presentation:20260206151627 --- --- name: premium-presentation description: Elevating the quality of reports, documentation, and communication for a "Wow" experience. version: 1.1.0 author: Sovereign OS Agent tags: [documentation, reporting, communication, presentation] --- # 🎨 Premium Presentation ## 1. Core Philosophy (The "Why") First impressions matter. Reports and docs are products. They must WOW the reader with clarity, structure, and visual excellence. ## 2. Capabilities & Rules (The "What") ### Rule 1: Report Elevation - **Emoji Logic**: Use professional emojis (✅, ⚙️, 🔥) for status. - **Structure**: Headers, Tables, Bullet Points. - **Readability**: No raw Markdown blocks for humans. ### Rule 2: Documentation Standards - **Template**: Context -> Tech Stack -> Commands -> Troubleshooting. - **Update**: Every major change updates `LEARNINGS.md`. ### Rule 3: Visual Consistency - **Fonts**: Use monospace for code, sans-serif for prose. - **Alignment**: Left-align text. Center-align headers. ### Rule 4: PDF Export Protocol - **Standard**: ALWAYS use the Sovereign Neural CLI for PDF exports. - **Command**: `npm run sov -- document:export /path/to/report.md` (from `~/.agent/app`). - **Rationale**: Do not use `pandoc` or other third-party tools. The Sovereign script ensures premium branding and does not require external dependencies like pandoc/wkhtmltopdf to be installed on the user's system. ## 3. Usage Instructions (The "How") ### Creating a README ```markdown # Project Name ## Context Brief description. ## Tech Stack - PHP 8.4 - Symfony 7 ## Commands `composer install` ``` ## 4. Maintenance - **Review**: Does the doc answer "What, Why, How"?