#!/bin/bash

# LinkedIn Article Slash Command

echo "============================================"
echo "  LINKEDIN ARTICLE WORKFLOW"
echo "============================================"
echo ""
echo "Create long-form thought leadership articles:"
echo ""
echo "  1. Topic Research"
echo "     → Research and validate article topic"
echo ""
echo "  2. Structure Planning"
echo "     → Plan article structure and key points"
echo ""
echo "  3. Drafting"
echo "     → Write the full article"
echo ""
echo "  4. Optimization"
echo "     → Optimize for LinkedIn algorithm"
echo ""
echo "  5. Publishing"
echo "     → Schedule or publish the article"
echo ""
echo "============================================"
echo ""
echo "Usage: skill:content, write linkedin article about [TOPIC]"
echo "       /linkedin-content-article [topic]"
