#!/bin/bash

# X/Twitter Content Slash Command

echo "============================================"
echo "  X/TWITTER CONTENT WORKFLOW"
echo "============================================"
echo ""
echo "Create tweets and threads for X/Twitter:"
echo ""
echo "  1. Tweet/Thread Planning"
echo "     → Plan content structure and format"
echo ""
echo "  2. Hook Creation"
echo "     → Write attention-grabbing opening"
echo ""
echo "  3. Content Drafting"
echo "     → Write full content"
echo ""
echo "  4. Optimization"
echo "     → Optimize for X algorithm"
echo ""
echo "  5. Publishing"
echo "     → Schedule or publish"
echo ""
echo "============================================"
echo ""
echo "Usage: skill:content, create twitter thread about [TOPIC]"
echo "       /x-content [topic]"
