What problem does it solve? Plain Markdown is easy for humans but hard for AI agents to query, and HTML is readable but token-expensive and noisy. This Skill produces Markdown+ documents: plain CommonMark that stays valid in any viewer while adding addressable bullet-list blocks with **#id** headers and inline-code key:value metadata, so one source serves both AI parsers and human readers. ## Core Features & Use Cases - Fresh authoring: Write dev notes, decision records (ADRs), tech specs, status reports, runbooks, research reports, and executive briefs as block-structured Markdown+ with a controlled metadata vocabulary. - Markdown and HTML rewriting: Convert existing plain Markdown or HTML into Markdown+, stripping scripts, styles, base64 media, and layout wrappers while preserving code fences and ASCII trees byte-for-byte. - Validation contract: Enforces a 14-point output contract covering unique kebab-case IDs, closed type: vocabulary, prose companions for every figure/table/KPI, external media paths, and caption conventions. - Use Case: Convert an HTML executive dashboard with KPI cards into a Markdown+ document where each KPI becomes a type:kpi block with value:, target:, and delta: metadata plus a prose summary, cutting output tokens versus Heavy HTML by roughly 60%. ## Quick Start Ask the AI to rewrite your existing Markdown or HTML document into Markdown+ format with block IDs, type metadata, and prose companions for every table and figure.