/showroom:blog-generate
โ๏ธ Blog Post Creation
Transform completed Red Hat Showroom lab or demo content into blog posts for Red Hat Developer, internal blogs, or marketing platforms.
Quick Start
/showroom:blog-generate
Architecture
graph TD
User([User]) --> BG[blog-generate\nOrchestrator โ Sonnet 4.6]
BG -->|Phase 1| Form[Planning form\nplatform, blog type,\ntechnical depth, style]
Form --> Spec[FULL_SPEC JSON\nFILE_TYPE: blog\nsource_files list]
Spec --> FG[file-generator\nSonnet\nreads source .adoc files\ntransforms to Markdown]
FG -->|blog post file| Check[Inline quality check\ntone, word count,\nCTA, source attribution]
Check --> Deliver([Blog post delivered])
style BG fill:#cc0000,color:#fff
style FG fill:#4a90d9,color:#fff
The file-generator agent reads all source .adoc files, extracts key content, and transforms it to Markdown blog format. The auto-humanizer pass removes AI writing patterns before delivery.
Transformation Patterns
| Source | Blog type | What changes |
|---|---|---|
| Workshop exercises | Tutorial | Exercises โ narrative how-to flow, keep code |
| Workshop (condensed) | Quick start | First module only, condensed |
| Demo Know sections | Announcement | Business value extraction |
| Demo Show sections | Case study | Capability walkthrough |
| Any | Thought leadership | Patterns and trends, minimal code |
Personal Writing Style
Writing style: "storytelling-first, relatable analogies, humor where appropriate"
OR paste 1-3 paragraphs from a blog post you wrote
OR URL to a published post you authored
Saved profile: ~/.claude/context/my-writing-style.md
See Writing Style Guide.
Related Skills
/showroom:create-labโ create the lab the blog is based on/showroom:create-demoโ create the demo the blog is based on- Agent Architecture