34 lines
848 B
Markdown
34 lines
848 B
Markdown
---
|
|
name: content-draft
|
|
description: Blog/newsletter/content writing skill
|
|
version: 1.0.0
|
|
author: Agentic OS
|
|
tags: [content, writing, blog, newsletter]
|
|
---
|
|
|
|
# Content Draft
|
|
|
|
## Description
|
|
Drafts blog posts, newsletter issues, documentation, and other written content. Reads brand voice from business-brain.md and maintains consistent tone.
|
|
|
|
## When to Use
|
|
- Writing a blog post
|
|
- Drafting a newsletter issue
|
|
- Creating technical documentation
|
|
- Writing social media posts
|
|
|
|
## Process
|
|
1. Read business-brain.md for brand voice
|
|
2. Review input topic and desired format
|
|
3. Research if needed (via Gemini CLI)
|
|
4. Draft content in appropriate tone
|
|
5. Self-review against eval criteria
|
|
6. Output to context/ folder
|
|
|
|
## Output
|
|
Draft markdown file with metadata (word count, reading time, tone)
|
|
|
|
## Agent Assignment
|
|
- Primary: opencode
|
|
- Research: gemini
|