Command Content

/dr-publish

Format and publish approved content to target platforms

Overview

/dr-publish is the final step in the content pipeline. After writing (/dr-write) and editorial review (/dr-edit), this command formats approved content for each target platform, runs pre-publish checks, and handles the technical side of publication.

Usage

/dr-publish path/to/approved-article.md
/dr-publish "Social Media/post.md"

What It Does

  1. Confirm Readiness — checks if the content has been through /dr-edit. Warns if not.
  2. Determine Targets — asks which platforms: Telegram, LinkedIn, Facebook, X/Twitter, VK, Instagram, website/blog, or "all".
  3. Adapt Per Platform — trims text to platform limits, converts formatting (HTML for Telegram, plain text for LinkedIn), prepares images in optimal dimensions.
  4. Pre-Publish Checklist — verifies: text within limits, formatting renders correctly, links valid, images sized, OG tags present (for websites).
  5. Publish — for websites: applies content to target files, updates sitemap/RSS. For social media: provides formatted text ready to paste or API payloads.
  6. Post-Publish — suggests link preview verification via platform debuggers.

Content Pipeline

/dr-write  →  /dr-edit  ⇄  /dr-write  →  /dr-publish  →  /dr-archive
 (author)     (editor)     (rework)      (publish)       (close)

Related Commands

  • /dr-write — create content (writing phase)
  • /dr-edit — editorial review (fact-checking, AI pattern removal)
  • /dr-archive — close and archive the task