From stratosphere-os
Generates interactive single-file HTML plans/matrices/micro-apps ONLY when human-facing and spatial layout/interaction structurally outperforms markdown. Defaults to markdown.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stratosphere-os:plan-htmlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate HTML ONLY if ALL conditions pass:
assets/base-template.htmlassets/templates/annotated-flowchart.htmlassets/templates/decision-record.htmlassets/templates/implementation-plan.htmlassets/templates/incident-timeline.htmlassets/templates/index.mdassets/templates/status-report.htmlassets/templates/trade-off-matrix.htmlhooks.jsonreferences/html-patterns.mdreferences/micro-app-patterns.mdtest/agentic-eval.ps1test/output/auth-flow-chart.htmltest/output/auth-refactor-plan.htmltest/output/db-options-matrix.htmlGenerate HTML ONLY if ALL conditions pass:
If any check fails → generate Markdown, prepend: <!-- plan-html: bypassed (reason: <reason>) -->
assets/templates/index.md (lean — ~20 lines)..html template file from assets/templates/.{{placeholders}} with actual content; never load unused templates.If no template fits → custom-composition mode: compose using primitives from references/html-patterns.md (accordion, tabs, progress bar). Gate still applies.
.html file.<!-- plan-html | md-equivalent: ~<N> lines | html: ~<N> lines | ratio: <N>x | justified: <reason> -->Embed current state in <script id="plan-data" type="application/json">.
On update runs:
<script id="plan-data"> to restore context.-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif).prefers-color-scheme dark/light support required.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub patn-git/stratosphere-os --plugin stratosphere-os