create-post

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create Community Post

创建社区帖子

Overview

概述

This orchestrator creates YouTube community posts by sequencing
content-strategy:research
for strategic context and
writing:copywriting
for content generation. It handles episode awareness, post type selection, and output management -- all actual content generation and strategy are delegated to the foundation skills and their references.
Core Principle: This is a thin orchestrator. Strategy lives in
content-strategy:research
via
references/youtube-community-strategy.md
. Templates and formatting live in
writing:copywriting
via
references/youtube-community-post.md
. This skill manages the workflow sequence, episode context, and user decisions only.
该编排器通过先后调用
content-strategy:research
获取策略背景、调用
writing:copywriting
生成内容,来完成YouTube社区帖子的创作。它会处理剧集感知、帖子类型选择和输出管理,所有实际的内容生成和策略制定都委托给基础技能及其引用文件。
核心原则:这是一个轻量编排器。策略规则通过
references/youtube-community-strategy.md
定义在
content-strategy:research
中,模板和格式规则通过
references/youtube-community-post.md
定义在
writing:copywriting
中。本技能仅负责管理工作流顺序、剧集上下文和用户决策。

When to Use

适用场景

Use this skill when:
  • Promoting a new or upcoming video through the community tab
  • Maintaining audience engagement between video uploads
  • Running audience research polls to inform future content
  • Driving conversions (affiliate links, memberships, newsletter signups)
  • Creating any community tab content for a YouTube channel
在以下场景中使用本技能:
  • 通过社区 tab 推广新发布或即将发布的视频
  • 在视频上传空档期维持受众互动
  • 发起受众调研投票,为后续内容创作提供参考
  • 带动转化(联盟链接、会员、通讯订阅)
  • 为YouTube频道创作任何社区 tab 内容

Prerequisites

前置条件

Optional: An episode directory at
./youtube/episode/[episode_number]_[topic_short_name]/
with a
plan.md
file. This is only needed for video-linked posts (pre-release, launch day, post-launch). Between-video engagement posts do not require an episode directory.
可选:存在路径为
./youtube/episode/[剧集编号]_[主题短名称]/
的剧集目录,目录下包含
plan.md
文件。仅关联视频的帖子(预发布、上线日、发布后)需要该目录,视频空档期的互动帖子不需要剧集目录。

Workflow

工作流

Execute all steps below in order.
按顺序执行以下所有步骤。

Step 0: Episode Context Check

步骤0:剧集上下文检查

Check if the user has specified an episode or if an episode directory exists at
./youtube/episode/[episode_number]_[topic_short_name]/
.
If episode directory exists:
  • Read
    plan.md
    for video title, topic, and context
  • Suggest a lifecycle phase based on context:
    • Video not yet published -> pre-release
    • Video just published -> launch day
    • Video published 3-7 days ago -> post-launch
  • Use this context to inform the research invocation in Step 1
If no episode directory:
  • Default to between videos mode
  • Posts will focus on engagement, audience research, or value delivery
检查用户是否指定了剧集,或者是否存在路径为
./youtube/episode/[剧集编号]_[主题短名称]/
的剧集目录。
如果存在剧集目录:
  • 读取
    plan.md
    获取视频标题、主题和上下文
  • 根据上下文建议生命周期阶段:
    • 视频尚未发布 -> 预发布
    • 视频刚发布 -> 上线日
    • 视频已发布3-7天 -> 发布后
  • 用该上下文为步骤1的调研调用提供参考
如果不存在剧集目录:
  • 默认使用视频空档期模式
  • 帖子将聚焦于互动、受众调研或价值传递

Step 1: Invoke
content-strategy:research

步骤1:调用
content-strategy:research

MANDATORY: Invoke
content-strategy:research
with
references/youtube-community-strategy.md
to determine the strategic context for this post.
Provide:
  • The lifecycle phase (from Step 0 or user input)
  • The video topic (if applicable)
  • The user's stated goal (engagement, promotion, research, conversion)
The research skill will apply the strategy framework to determine:
  • Optimal post type ranking for the context
  • Timing recommendations
  • Strategic rationale for the approach
NOTE: This is a lighter research invocation -- the orchestrator is asking research to apply the strategy framework to the user's context, not to do full competitor analysis.
必须执行:结合
references/youtube-community-strategy.md
调用
content-strategy:research
,确定本次帖子的策略背景。
提供以下信息:
  • 生命周期阶段(来自步骤0或用户输入)
  • 视频主题(如果适用)
  • 用户明确的目标(互动、推广、调研、转化)
调研技能会应用策略框架确定以下内容:
  • 适配当前上下文的最优帖子类型排序
  • 发布时间建议
  • 该方案的策略依据
注意:这是轻量的调研调用,编排器只是要求调研模块将策略框架应用到用户当前上下文,不需要做完整的竞品分析。

Step 2: Present Post Type Options

步骤2:展示帖子类型选项

Based on the research output, present the ranked post type options to the user:
  1. Poll (text or image) -- highest engagement
  2. Video teaser/clip -- high engagement
  3. GIF -- medium-high engagement
  4. Image -- medium engagement
  5. Quiz -- medium engagement
  6. Text-only -- lowest engagement
Include the research skill's recommendation for which type best fits the context. User selects their preferred type.
Default to polls when unsure -- they have the lowest friction and highest engagement.
基于调研输出,向用户展示排序后的帖子类型选项:
  1. 投票(文字或图片)-- 互动量最高
  2. 视频预告/片段 -- 互动量高
  3. GIF -- 互动量中高
  4. 图片 -- 互动量中等
  5. 问答 -- 互动量中等
  6. 纯文字 -- 互动量最低
包含调研技能给出的、最适配当前上下文的类型建议,由用户选择偏好的类型。
不确定时默认选择投票 -- 它们的门槛最低,互动量最高。

Step 3: Invoke
writing:copywriting

步骤3:调用
writing:copywriting

MANDATORY: Invoke
writing:copywriting
with
references/youtube-community-post.md
to draft the community post.
Provide:
  • The selected post type from Step 2
  • The strategic context from Step 1
  • The episode context from Step 0 (if applicable)
  • The lifecycle phase and user's stated goal
The
writing:copywriting
skill will automatically invoke
writing:voice
for voice consistency. The reference file contains all templates, formatting rules, and the 288-character hook rule.
必须执行:结合
references/youtube-community-post.md
调用
writing:copywriting
,起草社区帖子。
提供以下信息:
  • 步骤2中用户选择的帖子类型
  • 步骤1得到的策略背景
  • 步骤0得到的剧集上下文(如果适用)
  • 生命周期阶段和用户明确的目标
writing:copywriting
技能会自动调用
writing:voice
保证语气风格一致性,引用文件包含所有模板、格式规则和288字符钩子规则。

Step 4: Quality Checklist

步骤4:质量检查

Verify the drafted post against all eight criteria before presenting to the user:
  • Hook lands within 288 characters (visible preview cutoff)
  • Total length is 150-400 characters
  • Ends with a CTA (question, poll, or link)
  • Conversational tone -- not corporate or automated
  • First person, direct address ("I" and "you")
  • Mobile-friendly -- short paragraphs, line breaks between ideas
  • NOT a generic "new video out" link dump
  • Post type matches the stated purpose/phase
If any criterion fails, request a revision from
writing:copywriting
before presenting to the user.
在向用户展示草稿前,对照以下8项标准校验帖子:
  • 钩子(吸引用户的开头内容)在288字符以内(预览可见截断阈值)
  • 总长度在150-400字符之间
  • 以CTA结尾(问题、投票或链接)
  • 语气口语化 -- 不官方、不生硬
  • 使用第一人称、直接称呼("我"和"你")
  • 适配移动端 -- 段落短,不同观点之间用换行分隔
  • 不是千篇一律的"新视频上线啦"链接堆砌
  • 帖子类型匹配明确的目标/阶段
如果有任何一项不满足,先向
writing:copywriting
申请修改,再展示给用户。

Step 5: Save Output

步骤5:保存输出

Present the final post to the user for approval.
If episode directory exists:
  • After user approval, append to
    ./youtube/episode/[episode_number]_[topic_short_name]/community-posts.md
If no episode directory:
  • Present the final post inline to the user
将最终帖子展示给用户确认。
如果存在剧集目录:
  • 用户确认后,追加到
    ./youtube/episode/[剧集编号]_[主题短名称]/community-posts.md
    文件中
如果不存在剧集目录:
  • 直接将最终帖子展示给用户

Output Format

输出格式

When saving to
community-posts.md
, use this structure:
markdown
undefined
保存到
community-posts.md
时,使用以下结构:
markdown
undefined

Community Posts - Episode [Number]: [Topic]

Community Posts - Episode [Number]: [Topic]

[Phase] Post - [Date]

[Phase] Post - [Date]

Type: [Poll / Teaser / GIF / Image / Quiz / Text] Phase: [Pre-release / Launch Day / Post-Launch / Between Videos] Goal: [Engagement / Promotion / Research / Conversion]
Type: [Poll / Teaser / GIF / Image / Quiz / Text] Phase: [Pre-release / Launch Day / Post-Launch / Between Videos] Goal: [Engagement / Promotion / Research / Conversion]

Post Content

Post Content

[Final post text]
[Final post text]

Notes

Notes

  • Suggested timing: [from research]
  • CTA type: [question / poll / link]

Multiple posts for the same episode are appended to the same file with a horizontal rule separator (`---`) between entries.
  • Suggested timing: [from research]
  • CTA type: [question / poll / link]

同一剧集的多个帖子追加到同一个文件中,条目之间用水平分隔线(`---`)分隔。

Quality Checklist

质量检查清单

Verify completion before finalizing:
  • Episode context checked (Step 0)
  • content-strategy:research
    invoked with
    references/youtube-community-strategy.md
    -- strategic context determined
  • Post type options presented and user selection received
  • writing:copywriting
    invoked with
    references/youtube-community-post.md
    -- post drafted
  • Voice consistency maintained (handled by writing skill's
    writing:voice
    invocation)
  • All 8 quality criteria passed (Step 4)
  • Post presented to user for approval
  • Output saved to episode directory or presented inline
最终完成前确认所有项都已执行:
  • 已检查剧集上下文(步骤0)
  • 结合
    references/youtube-community-strategy.md
    调用了
    content-strategy:research
    -- 已确定策略背景
  • 已向用户展示帖子类型选项并收到用户选择
  • 结合
    references/youtube-community-post.md
    调用了
    writing:copywriting
    -- 已完成帖子草稿
  • 保持了语气风格一致性(由写作技能的
    writing:voice
    调用保证)
  • 全部8项质量标准都已通过(步骤4)
  • 已将帖子展示给用户确认
  • 输出已保存到剧集目录或直接展示给用户

Common Pitfalls to Avoid

需避免的常见误区

  1. Writing templates inline: All templates live in
    references/youtube-community-post.md
    -- do not duplicate them in this orchestrator
  2. Embedding strategy logic: All strategy lives in
    references/youtube-community-strategy.md
    -- do not hardcode timing, cadence, or algorithm advice here
  3. Skipping foundation skill invocations: Both
    content-strategy:research
    and
    writing:copywriting
    must be invoked -- do not generate posts directly
  4. Ignoring episode context: Always check for an episode directory first -- it changes the entire strategic approach
  5. Defaulting to "new video out" posts: The research and writing skills are specifically designed to avoid generic link dumps -- trust the foundation skills
  6. Skipping the quality checklist: Every post must pass all 8 criteria before presenting to the user
  1. 内联编写模板:所有模板都保存在
    references/youtube-community-post.md
    中 -- 不要在本编排器中重复编写
  2. 内嵌策略逻辑:所有策略都保存在
    references/youtube-community-strategy.md
    中 -- 不要在这里硬编码发布时间、发布频率或算法建议
  3. 跳过基础技能调用:必须同时调用
    content-strategy:research
    writing:copywriting
    -- 不要直接生成帖子
  4. 忽略剧集上下文:始终优先检查是否存在剧集目录 -- 它会改变整个策略方向
  5. 默认生成"新视频上线"类帖子:调研和写作技能是专门为了避免千篇一律的链接堆砌设计的 -- 信任基础技能
  6. 跳过质量检查清单:每个帖子在展示给用户前必须通过全部8项标准