/cs:linkedin-plan — Build the positioning brief (objective, audience, 2-4 proof-backed pillars, exclusion list), size a weekly cadence against the hours that ac
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-7805ae6fefda ,按照其中的说明把「cs-linkedin-plan」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Command: /cs:linkedin-plan [your 90-day goal]
Three decisions in order. Out of order is why most LinkedIn efforts produce a feed of unrelated observations and stop in week five.
python3 ../skills/linkedin-strategy/scripts/positioning_brief.py --input brief.json --output human
# exit 3 = objective or audience too vague to proceed. Fix that before anything else.
python3 ../skills/linkedin-strategy/scripts/cadence_planner.py \
--minutes 240 --stage starting --target-posts 3 --output human
# exit 2 = below the 90-minute floor -> comment-only week returned
# exit 3 = over budget, with the overage named
python3 ../skills/linkedin-strategy/scripts/newsletter_planner.py \
--followers 1800 --cadence biweekly --minutes-per-month 420 --output human
linkedin-strategy/cs:linkedin-post once the brief exists