DaisyAI Content System
Marketing content automation for DaisyAI.
Skills
/draft-post
Generate platform-specific content drafts.
/draft-post linkedin "topic here"
/draft-post twitter "topic" --pillar ai-in-healthcare
/draft-post substack "deep dive topic"
/calendar
Track posting history and identify gaps.
/calendar # Full overview
/calendar gaps # Underserved pillars
/calendar next # Top 3 suggestions
Directory Structure
content/
├── pillars.md # Voice guide + pillar definitions
├── ideas/backlog.md # Topic queue
├── drafts/{platform}/ # Work in progress
└── published/{platform}/ # Completed posts
Workflow
- Generate draft:
/draft-post linkedin "prior auth delays" - Review: Edit the generated file in
content/drafts/linkedin/ - Publish: Post to platform, then move file to
content/published/linkedin/ - Update metadata: Add
publisheddate andurlto frontmatter - Track: Use
/calendarto monitor pillar balance
Post Frontmatter
---
title: "Post Title"
platform: linkedin
pillar: um-industry-pain
status: draft | published
created: 2025-01-07
published: 2025-01-08
url: https://linkedin.com/posts/...
tags: [prior-auth, patient-outcomes]
---