#!/bin/bash

# Mirror/Paragraph Content Slash Command

echo "============================================"
echo "  MIRROR/PARAGRAPH CONTENT WORKFLOW"
echo "============================================"
echo ""
echo "Create long-form essays for decentralized publishing:"
echo ""
echo "  1. Topic Selection"
echo "     → Choose and validate topic"
echo ""
echo "  2. Structure Planning"
echo "     → Plan essay structure"
echo ""
echo "  3. Drafting"
echo "     → Write long-form content"
echo ""
echo "  4. NFT/Tokenization"
echo "     → Design tokenization strategy (optional)"
echo ""
echo "  5. Publishing"
echo "     → Publish to Mirror/Paragraph"
echo ""
echo "============================================"
echo ""
echo "Usage: skill:content, create mirror article about [TOPIC]"
echo "       /mirror-content [topic]"
