Generate 3 high-quality showcase articles about your application for content marketing.
Generate 3 high-quality showcase articles for your application's content marketing, each targeting different buyer journey stages with distinct angles and SEO optimization.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install post-development@mwguerra-marketplaceGenerate 3 high-quality showcase articles about your application for content marketing.
create - Create articles/pd-articles create [--count 3] [--style technical|casual|story]
list - List existing articles/pd-articles list [--status draft|ready|published]
edit - Edit specific article/pd-articles edit [--article 1|2|3]
export - Export articles/pd-articles export [--format markdown|html|docx] [--article 1|2|3|all]
$ARGUMENTScreate:Generate 3 articles with distinct purposes:
Article 1: Problem-Solution Story
Article 2: Feature Deep-Dive
Article 3: Success Story / Case Study
.post-development/articles/
├── articles-plan.json # Master article plan
├── article-1/
│ ├── article.json # Article metadata
│ ├── article.md # Full article in Markdown
│ ├── outline.md # Article outline
│ └── images/
│ ├── hero.png # Symlink to screenshot
│ ├── feature-1.png
│ └── ...
├── article-2/
│ ├── article.json
│ ├── article.md
│ ├── outline.md
│ └── images/
└── article-3/
├── article.json
├── article.md
├── outline.md
└── images/
{
"id": "article-1",
"title": "How [Product] Saved Our Team 10 Hours Every Week",
"subtitle": "A founder's journey from chaos to clarity",
"slug": "how-product-saved-team-10-hours",
"metadata": {
"type": "problem-solution",
"targetPersona": "startup-founder",
"buyerStage": "awareness",
"estimatedReadTime": "8 min",
"wordCount": 1800
},
"seo": {
"metaTitle": "How [Product] Saved Our Team 10 Hours Every Week | [Brand]",
"metaDescription": "Discover how one startup went from juggling 10 tools to streamlined productivity with [Product]. Real results, real story.",
"keywords": ["productivity", "startup tools", "workflow automation"],
"canonicalUrl": "/blog/how-product-saved-team-10-hours"
},
"structure": {
"hook": "Opening that grabs attention with relatable pain",
"sections": [
{
"heading": "The Breaking Point",
"purpose": "Establish the problem",
"wordCount": 300
},
{
"heading": "Searching for a Solution",
"purpose": "The journey to finding the product",
"wordCount": 250
},
{
"heading": "The [Product] Difference",
"purpose": "Introduce the solution",
"wordCount": 400
},
{
"heading": "Results That Matter",
"purpose": "Concrete outcomes",
"wordCount": 350
},
{
"heading": "Getting Started",
"purpose": "CTA and next steps",
"wordCount": 200
}
],
"conclusion": "Strong CTA with emotional resonance"
},
"images": [
{
"placement": "hero",
"source": "../screenshots/desktop/light/1_dashboard_1.png",
"alt": "MyApp dashboard showing key metrics",
"caption": "The MyApp dashboard - everything at a glance"
},
{
"placement": "section-3",
"source": "../screenshots/desktop/light/2_features_1.png",
"alt": "Feature demonstration",
"caption": "Setting up your first workflow takes just 5 minutes"
}
],
"cta": {
"primary": {
"text": "Start Your Free Trial",
"url": "/signup?utm_source=blog&utm_medium=article-1"
},
"secondary": {
"text": "See How It Works",
"url": "/demo"
}
},
"status": "draft",
"createdAt": "2025-01-15T10:00:00Z"
}
Structure:
Tone: Narrative, empathetic, inspiring Images: 3-4 screenshots showing transformation
Structure:
Tone: Educational, practical, clear Images: 5-6 screenshots with annotations
Structure:
Tone: Professional, data-driven, credible Images: Before/after comparisons, metrics graphics
For each article, select images that:
Standard markdown for most CMS platforms
Styled HTML ready for web publishing
Word document for editing/review
Structured data for headless CMS