blog-02-write-post
Use the blog-content-architect agent to create high-quality technical blog content.
Process
1. Explore & Research
- Search
packages/blog/content/2.blog/for similar posts - Use parallel subagents to WebSearch the topic
- Identify key sources, tools, and libraries
2. Plan & Question
Create a blog outline, then ask 3-5 focused questions (one at a time):
- User's experience with the topic
- Specific examples or use cases to include
- Preferred content structure (tutorial, guide, case study)
Prefer yes/no questions with smart defaults.
3. Confirm Plan
Show the outline to user and confirm direction before writing.
4. Write Post
Focus on:
- Educational value: Explain WHY, not just HOW
- Technical accuracy: Include working code examples
- Authentic voice: Share real experience and lessons learned
- Practical insights: Common pitfalls and troubleshooting
File Format
Save to packages/blog/content/2.blog/YYYYMMDD.your-post-title.md
---
title: 'Your Blog Post Title'
description: 'Brief description explaining value and key takeaways'
date: '2025-01-26'
image:
src: '/images/todo-place-holder-image.png'
alt: 'Descriptive alt text'
authors:
- name: Chris Towles
to: https://twitter.com/Chris_Towles
avatar:
src: /images/ctowles-profile-512x512.png
badge:
label: 'Development' # AI Tools, DevOps, Tutorial, Architecture
---
##
Final Reminder
A great blog post:
- Teaches ONE thing really well
- Feels like a conversation with a knowledgeable peer who's still learning
- Shows vulnerability and authentic experience
- Provides immediate practical value
- Is tight, focused, and leaves the reader wanting more (not overwhelmed)
More from christowles/blog
nuxt-v4
|
23blog-mermaid
Create mermaid diagrams for blog posts using the blog's sky/zinc color theme. Use when adding flowcharts, sequence diagrams, or other mermaid visualizations to blog content.
16fix-blog-images
Fix and optimize images in uncommitted blog posts. Use when preparing blog posts for publication, fixing broken image paths, renaming generic image names (image.png), moving images to proper /images/blog/ directory, improving alt text, or checking image references before committing. Trigger on "fix blog images", "check images", "prepare post for publish", or after pasting screenshots into markdown.
15blog-04-image-prompt
Generate optimized AI image prompts for blog post hero images
14blog-03-review
Review and improve the blog post draft for clarity, engagement, and authentic voice.
11blog-01-create-prompt
Create a detailed prompt for generating high-quality blog posts
10