Pack Availability Guard
Before telling the user to run a skill from another project-local pack, check .agents/project.json.enabled_packs. If the target pack is not enabled, recommend /pack install <pack> instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
YouTube Concept Research
Invoke as /youtube-concept-research.
Report-First Approval Gate
Default to report-only: present findings, evidence coverage, assumptions, recommended artifact path, and proposed file changes in a pre-approval alignment page plus a concise conversation summary for user approval before creating or updating canonical research, spec, or task files.
Do not write or overwrite synthesized deliverables until the user explicitly approves, unless the user invoked an explicit write/update/fix mode or clearly asked to write files upfront. Raw evidence capture may be persisted before analysis when reproducibility requires it; report those raw paths separately and still gate synthesized research/report writes.
When stopping for approval, build and attempt to open the alignment preview page first, then ask the user to review it and approve, question, or request adjustments. Do not include Recommended next skill, Recommended next command, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
Research a proposed YouTube video concept before scripting or production. Start from the user's idea, find successful direct and adjacent videos, explain what likely worked from public evidence, and translate the lessons into differentiated concept directions. Use /youtube-competitive-research when the user already has specific reference videos and wants to know why they worked. Use /youtube-search-positioning when the task is only keyword/search opportunity research.
Inputs
- Required: a video concept, rough title, thesis, audience question, or topic idea.
- Optional
--channel <slug>: compare the concept against existing channel evidence under research/youtube/data/<slug>/ and strategy artifacts such as channel audit, portfolio, peer benchmark, positioning, or programming.
- Optional
--comparables N: target number of comparable videos to inspect. Default 8, max 20.
- Optional
--angle search|browse|packaging|retention|format|all: default all.
Workflow
Parse the concept into:
- audience job: problem, desire, identity, fear, curiosity, or aspiration served.
- content promise: what the viewer expects to learn, feel, decide, or see resolved.
- likely discovery mode: search, browse/home, suggested, Shorts, or community/fandom.
- adjacent spaces: same topic, same audience job, same format, and counter-positioned angles.
- constraints: creator fit, product/brand fit, production feasibility, and claims needing external verification.
Build a query set. Include direct topic queries, problem/search-intent queries, browse-curiosity phrasings, adjacent-category analogs, and same-format/different-niche examples.
Find public comparable videos through YouTube search, available local tooling, or supplied URLs. Include:
- direct comparables on the same topic.
- audience-job comparables serving the same viewer need.
- format comparables with a transferable structure.
- counter-position comparables that prove a different angle can work.
Require yt-dlp for public metadata when video URLs are selected:
command -v yt-dlp
Select a transcript Python interpreter. Prefer a workspace-local .venv; create it if missing. Install youtube-transcript-api into .venv only when the import check fails and network access is available.
Persist raw evidence under research/youtube/data/<video-id>/:
metadata-YYYY-MM-DD.json: raw yt-dlp --dump-json "VIDEO_URL" output.
transcript/<video-id>.json: raw transcript JSON when available.
transcript/transcript-summary.json: transcript text or failure reason.
api/comment-threads-YYYY-MM-DD.json: optional public comments when an already-authorized API path is available.
Score each comparable for usefulness, not just raw popularity:
- views/day or recent momentum.
- apparent outlier status relative to the channel when public channel evidence is available.
- title/thumbnail promise clarity.
- transcript/structure evidence availability.
- audience overlap with the concept.
- discovery-mode fit.
- production feasibility for the user's channel.
Analyze market lessons:
- Packaging: title pattern, thumbnail promise, specificity, stakes, novelty, expectation match, and avoidable clickbait.
- Search/browse fit: whether the concept should lean toward query satisfaction, curiosity, identity, trend, story, or suggested-video adjacency.
- Hook and retention: first 30-60 seconds, setup length, proof, tension loops, examples, pattern changes, payoff, and CTA.
- Format: essay, tutorial, teardown, case study, build-in-public, experiment, challenge, reaction, documentary, interview, Shorts, or hybrid.
- Audience signal: comment themes only when comments were captured; separate praise, objections, confusion, requests, and noise.
Produce 3-5 concept variants. At minimum include the best search-led, browse-led, and differentiated/counter-positioned variants when evidence supports them.
Recommend one primary direction and explain what to adapt, avoid, or counter-position. If the evidence is weak, recommend the minimum follow-up research rather than over-committing.
Output
Write:
research/youtube/concept-research-<slug>-YYYY-MM-DD.md
Use this structure:
# YouTube Concept Research - [Concept]
> Concept: [user concept]
> Channel: [slug or not provided]
> Date captured: YYYY-MM-DD
> Evidence: [raw paths and search notes used]
> Angle: search / browse / packaging / retention / format / all
## Evidence Coverage
| Comparable | Type | Metadata | Transcript | Comments | Notes |
|---|---|---|---|---|---|
| [Title](URL) | Direct / audience-job / format / counter-position | Available / Missing | Available / Missing | Available / Missing / Not requested | ... |
## Concept Brief
[Audience job, promise, likely discovery mode, constraints, and claims needing verification.]
## Search And Discovery Map
| Query / surface | Intent | Evidence | Opportunity | Caveat |
|---|---|---|---|---|
| ... | Search / browse / suggested / Shorts / community | ... | ... | ... |
## Comparable Performance Snapshot
| Video | Published | Duration | Views | Likes | Comments | Views/day | Comparable value |
|---|---|---:|---:|---:|---:|---:|---|
| ... | ... | ... | ... | ... | ... | ... | Direct / audience-job / format / counter-position |
## Why These Videos Likely Worked
1. [Hypothesis] - [public evidence]
2. [Hypothesis] - [public evidence]
3. [Hypothesis] - [public evidence]
## Audience Jobs And Market Pattern
[What viewers repeatedly respond to, what category promises are common, and what gaps remain.]
## Packaging Lessons
- **Title patterns**: ...
- **Thumbnail promises**: ...
- **Specificity and stakes**: ...
- **Expectation match risks**: ...
## Hook, Structure, And Retention Lessons
- **Opening 30-60 seconds**: ...
- **Proof and examples**: ...
- **Tension / payoff**: ...
- **CTA / ending**: ...
## Concept Variants
| Variant | Discovery mode | Core promise | Evidence | Risk | Recommendation |
|---|---|---|---|---|---|
| ... | Search / browse / suggested / Shorts / community | ... | ... | ... | ... |
## Recommended Direction
[Primary concept direction, why it is strongest, what to adapt, what to avoid, and how to differentiate.]
## Title And Thumbnail Territories
| Territory | Example title pattern | Thumbnail direction | Evidence | Risk |
|---|---|---|---|---|
| ... | ... | ... | ... | ... |
## Draft Video Architecture
[High-level outline only: hook, setup, proof/examples, turn, payoff, CTA. Do not write a full script unless explicitly asked.]
## Risks Of Copying
[What would be derivative, off-brand, unsupported by evidence, or risky to imitate.]
## Open Questions And Evidence Gaps
[Missing transcript, missing comments, uncertain search demand, absent owner analytics, private metrics unavailable, or factual claims needing independent verification.]
Constraints
- Separate observed public evidence from performance hypotheses and recommendations.
- Do not treat public views as proof of CTR, retention, satisfaction, revenue, subscriber conversion, or profitability.
- Do not infer private YouTube Studio metrics unless the user provides them.
- Do not optimize only for clicks; evaluate title/thumbnail promise against likely watch-time and expectation match.
- Do not invent metrics, transcripts, comments, thumbnail details, rankings, or distribution causes.
- Do not recommend copying another creator's title, thumbnail, hook, format identity, or brand. Translate lessons into differentiated execution.
- Date every search/ranking observation and state personalization, geography, and account caveats.
- When the concept relies on factual, legal, medical, financial, political, or current-event claims, recommend independent source verification outside YouTube.
- Do not bypass login walls, bot protections, access controls, or private YouTube Studio data.
- Archive existing canonical artifacts before replacing them under
docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>.
Approved Artifact Handoff
After an approved synthesized write, explicit write/update mode, or any direct artifact mutation:
- List every created or updated synthesized artifact path in the final response.
- State the verification performed, such as readback, schema/check command, or why no executable verification applies for a Markdown-only strategy artifact.
- Check and report the relevant git status for intended artifacts when the project is a git repository. If intended artifacts are modified or untracked, make the next action shipping, committing, or an explicit dirty-artifact handoff before recommending downstream strategy work.
- Do not imply the research workflow is complete while approved artifacts remain untracked or uncommitted unless the user explicitly asked not to ship.
- If stopping for approval before writing, the approval request remains the next action; do not include downstream routing.
Intent-Aware Routing
Before applying the default ## Next-Skill Routing sequence, classify the user's immediate intent and route to the missing action that best serves that intent:
- Strategy refresh: recommend the missing or stale positioning, programming, portfolio, metrics, or product-media artifact.
- Recording prep: recommend the missing series spec, script, build proof, walkthrough guide, or validation artifact needed before recording.
- Upload prep: recommend packaging, title/thumbnail, description, chapters, or final metadata work before broader strategy work.
- Performance review: recommend metrics, cadence, portfolio, peer benchmark, or owner-analytics export work before new content planning.
- Owner analytics or private/manual platform evidence: route to an explicit manual/guide handoff instead of inventing unavailable metrics.
- Dirty intended artifacts: route to shipping/commit/handoff first, not another creator strategy skill.
Use the default next-skill sequence only when no stronger user intent, missing artifact, manual blocker, or dirty-artifact handoff applies.
Alignment Page
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page at alignment/youtube-concept-research-{topic}.html. Use a normalized topic slug derived from the app, feature, research subject, report subject, or output filename.
Full content requirement. The alignment page must contain the complete content of every proposed markdown deliverable -- every section, every finding, every detail, every list item. It is a thorough interactive review document, not a summary. Render the full deliverable content in clean, readable HTML with appropriate hierarchy, styling, and navigation. If the skill writes multiple scoped deliverables in one run, build one alignment page that contains all deliverables with anchor-linked navigation. Durable tracker artifacts, such as research/assumption-tracker.md, remain canonical markdown outputs but must also be fully rendered into the alignment page before approval.
Dark-mode styling. Use a dark color scheme by default. Base CSS variables: --bg: #0d1117; --surface: #161b22; --border: #30363d; --text: #c9d1d9; --text-muted: #8b949e; --accent: #58a6ff; --green: #3fb950; --red: #f85149; --orange: #d29922; --purple: #bc8cff;. Apply background: var(--bg); color: var(--text); on body. Use --surface for cards, nav, and table headers. Use --border for all borders. Use --purple for question blocks and gate headings. Use --accent for links and section headings. Keep headings color: #fff or var(--accent) for hierarchy. Question block backgrounds should use #1c2333.
Alignment gates. Treat gates as explicit review sections inside the HTML page. A gate blocks finalization until its required inline questions are answered and compiled into YAML. Include every gate that applies to the skill output, and include these gate types whenever relevant: evidence coverage, assumptions/confidence, scope/non-goals, candidate/verdict decisions, artifact destination, proposed file changes, coverage checkpoint, and post-approval route.
Report-only research gates. For report-only or pre-approval research skills, the alignment page must explicitly contain evidence coverage, assumptions/confidence, recommended path, proposed file changes, and approval gates before any canonical research, spec, or task file is created or updated.
Required inline questions. Each gate must contain at least one required inline question placed directly under the content it governs, inside a visually distinct question block. Each question must use radio-button inputs and include two standing options after the skill-generated choices: "Other / None of the above" backed by a multi-line text box for free-form input, and "Need clarification" backed by an optional notes box where the user can explain what is unclear. When any radio option other than "Other" or "Need clarification" is selected, show an optional "Additional notes" text box beneath it so the user can qualify their choice. Generate questions based on what genuinely needs user input -- do not add filler questions. Do not create a separate bottom "Decisions & Clarifications" section.
Gate YAML contract. At the bottom of the page, include a "Compile Answers" button that aggregates answers from all inline gate questions throughout the page, including free-text notes. The button remains disabled until every required question has a selection, shows a count of remaining unanswered questions, and scrolls to the first unanswered question if clicked early. When every question is answered, generate a structured YAML block with one item per gate answer using this stable shape: section, gate_type, status (answered, other, or needs-clarification), answer, optional notes, and optional target_artifact or target_path when the gate controls file output. After successful compilation, automatically attempt to copy the YAML to the clipboard with the Clipboard API, display copy status, and display the YAML in a read-only textarea with an explicit "Copy YAML" button. The copy button must retry clipboard copy when supported and fall back to selecting the textarea contents when clipboard access is unavailable or blocked.
Pre-approval stop. Before user approval, the next action is review of the HTML alignment page, not downstream routing. Ask the user to review the page and provide the compiled YAML answers. Do not include Recommended next skill, Recommended next command, or downstream routing language until after compiled YAML has been provided and the approved artifacts have been written or updated.
Diff highlighting on updates. When the agent updates an existing alignment page after receiving compiled answers, highlight what changed since the previous version. The agent chooses inline annotation or side-by-side layout per situation.
Archiving. Before replacing an existing alignment page, archive it to docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/youtube-concept-research-{topic}.html.
Browser open. Attempt to open the resulting HTML page in the browser and report whether the open succeeded or was blocked. A blocked browser-open attempt does not make the skill fail when the files were written correctly.
Next-Skill Routing
After writing the artifact, recommend the next contextual creator-media skill in the final response as Recommended next skill: <command>.
Default recommendation: /youtube-search-positioning when the selected direction is search-led; /youtube-format-research from the remotion pack when the winning lesson is structure, editing, pacing, or visual format; /content-programming when the concept changes channel strategy or topic pillars; /video-script when the concept direction is ready for scripting.
If the default successor already exists and is current, recommend the first missing or stale downstream creator-media artifact in this order:
/youtube-channel-audit -> /youtube-video-audit -> /youtube-vid-research -> /youtube-concept-research -> /youtube-competitive-research -> /youtube-title-thumbnail-audit -> /youtube-description-optimizer -> /youtube-portfolio -> /youtube-peer-benchmark -> /youtube-search-positioning -> /youtube-cadence-diagnosis -> /creator-positioning -> /content-programming -> /series-spec -> /product-led-media-map -> /creator-metrics-review
If the sequence is ambiguous, recommend /creator-positioning when differentiation is unresolved, /content-programming when the issue is future topics, or /youtube-competitive-research when the user selected specific competitor videos for deeper analysis.
1---2name: youtube-concept-research-33description: Research a proposed YouTube video concept against successful direct and adjacent content, then extract evidence-backed lessons, concept variants, packaging directions, and differentiated execution guidance4---5
6## Pack Availability Guard
7
8Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `/pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
9
10# YouTube Concept Research
11
12Invoke as `/youtube-concept-research`.
13
14## Report-First Approval Gate
15
16Default to report-only: present findings, evidence coverage, assumptions, recommended artifact path, and proposed file changes in a pre-approval alignment page plus a concise conversation summary for user approval before creating or updating canonical research, spec, or task files.
17
18Do not write or overwrite synthesized deliverables until the user explicitly approves, unless the user invoked an explicit write/update/fix mode or clearly asked to write files upfront. Raw evidence capture may be persisted before analysis when reproducibility requires it; report those raw paths separately and still gate synthesized research/report writes.
19
20When stopping for approval, build and attempt to open the alignment preview page first, then ask the user to review it and approve, question, or request adjustments. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
21
22Research a proposed YouTube video concept before scripting or production. Start from the user's idea, find successful direct and adjacent videos, explain what likely worked from public evidence, and translate the lessons into differentiated concept directions. Use `/youtube-competitive-research` when the user already has specific reference videos and wants to know why they worked. Use `/youtube-search-positioning` when the task is only keyword/search opportunity research.
23
24## Inputs
25
26- Required: a video concept, rough title, thesis, audience question, or topic idea.
27- Optional `--channel <slug>`: compare the concept against existing channel evidence under `research/youtube/data/<slug>/` and strategy artifacts such as channel audit, portfolio, peer benchmark, positioning, or programming.
28- Optional `--comparables N`: target number of comparable videos to inspect. Default 8, max 20.
29- Optional `--angle search|browse|packaging|retention|format|all`: default `all`.
30
31## Workflow
32
331. Parse the concept into:
34 - audience job: problem, desire, identity, fear, curiosity, or aspiration served.
35 - content promise: what the viewer expects to learn, feel, decide, or see resolved.
36 - likely discovery mode: search, browse/home, suggested, Shorts, or community/fandom.
37 - adjacent spaces: same topic, same audience job, same format, and counter-positioned angles.
38 - constraints: creator fit, product/brand fit, production feasibility, and claims needing external verification.
392. Build a query set. Include direct topic queries, problem/search-intent queries, browse-curiosity phrasings, adjacent-category analogs, and same-format/different-niche examples.
403. Find public comparable videos through YouTube search, available local tooling, or supplied URLs. Include:
41 - direct comparables on the same topic.
42 - audience-job comparables serving the same viewer need.
43 - format comparables with a transferable structure.
44 - counter-position comparables that prove a different angle can work.
454. Require `yt-dlp` for public metadata when video URLs are selected:
46
47 ```bash
48 command -v yt-dlp
49 ```
50
515. Select a transcript Python interpreter. Prefer a workspace-local `.venv`; create it if missing. Install `youtube-transcript-api` into `.venv` only when the import check fails and network access is available.
526. Persist raw evidence under `research/youtube/data/<video-id>/`:
53 - `metadata-YYYY-MM-DD.json`: raw `yt-dlp --dump-json "VIDEO_URL"` output.
54 - `transcript/<video-id>.json`: raw transcript JSON when available.
55 - `transcript/transcript-summary.json`: transcript text or failure reason.
56 - `api/comment-threads-YYYY-MM-DD.json`: optional public comments when an already-authorized API path is available.
577. Score each comparable for usefulness, not just raw popularity:
58 - views/day or recent momentum.
59 - apparent outlier status relative to the channel when public channel evidence is available.
60 - title/thumbnail promise clarity.
61 - transcript/structure evidence availability.
62 - audience overlap with the concept.
63 - discovery-mode fit.
64 - production feasibility for the user's channel.
658. Analyze market lessons:
66 - Packaging: title pattern, thumbnail promise, specificity, stakes, novelty, expectation match, and avoidable clickbait.
67 - Search/browse fit: whether the concept should lean toward query satisfaction, curiosity, identity, trend, story, or suggested-video adjacency.
68 - Hook and retention: first 30-60 seconds, setup length, proof, tension loops, examples, pattern changes, payoff, and CTA.
69 - Format: essay, tutorial, teardown, case study, build-in-public, experiment, challenge, reaction, documentary, interview, Shorts, or hybrid.
70 - Audience signal: comment themes only when comments were captured; separate praise, objections, confusion, requests, and noise.
719. Produce 3-5 concept variants. At minimum include the best search-led, browse-led, and differentiated/counter-positioned variants when evidence supports them.
7210. Recommend one primary direction and explain what to adapt, avoid, or counter-position. If the evidence is weak, recommend the minimum follow-up research rather than over-committing.
73
74## Output
75
76Write:
77
78```text
79research/youtube/concept-research-<slug>-YYYY-MM-DD.md
80```
81
82Use this structure:
83
84```markdown
85# YouTube Concept Research - [Concept]
86
87> Concept: [user concept]
88> Channel: [slug or not provided]
89> Date captured: YYYY-MM-DD
90> Evidence: [raw paths and search notes used]
91> Angle: search / browse / packaging / retention / format / all
92
93## Evidence Coverage
94
95| Comparable | Type | Metadata | Transcript | Comments | Notes |
96|---|---|---|---|---|---|
97| [Title](URL) | Direct / audience-job / format / counter-position | Available / Missing | Available / Missing | Available / Missing / Not requested | ... |
98
99## Concept Brief
100
101[Audience job, promise, likely discovery mode, constraints, and claims needing verification.]
102
103## Search And Discovery Map
104
105| Query / surface | Intent | Evidence | Opportunity | Caveat |
106|---|---|---|---|---|
107| ... | Search / browse / suggested / Shorts / community | ... | ... | ... |
108
109## Comparable Performance Snapshot
110
111| Video | Published | Duration | Views | Likes | Comments | Views/day | Comparable value |
112|---|---|---:|---:|---:|---:|---:|---|
113| ... | ... | ... | ... | ... | ... | ... | Direct / audience-job / format / counter-position |
114
115## Why These Videos Likely Worked
116
1171. [Hypothesis] - [public evidence]
1182. [Hypothesis] - [public evidence]
1193. [Hypothesis] - [public evidence]
120
121## Audience Jobs And Market Pattern
122
123[What viewers repeatedly respond to, what category promises are common, and what gaps remain.]
124
125## Packaging Lessons
126
127- **Title patterns**: ...
128- **Thumbnail promises**: ...
129- **Specificity and stakes**: ...
130- **Expectation match risks**: ...
131
132## Hook, Structure, And Retention Lessons
133
134- **Opening 30-60 seconds**: ...
135- **Proof and examples**: ...
136- **Tension / payoff**: ...
137- **CTA / ending**: ...
138
139## Concept Variants
140
141| Variant | Discovery mode | Core promise | Evidence | Risk | Recommendation |
142|---|---|---|---|---|---|
143| ... | Search / browse / suggested / Shorts / community | ... | ... | ... | ... |
144
145## Recommended Direction
146
147[Primary concept direction, why it is strongest, what to adapt, what to avoid, and how to differentiate.]
148
149## Title And Thumbnail Territories
150
151| Territory | Example title pattern | Thumbnail direction | Evidence | Risk |
152|---|---|---|---|---|
153| ... | ... | ... | ... | ... |
154
155## Draft Video Architecture
156
157[High-level outline only: hook, setup, proof/examples, turn, payoff, CTA. Do not write a full script unless explicitly asked.]
158
159## Risks Of Copying
160
161[What would be derivative, off-brand, unsupported by evidence, or risky to imitate.]
162
163## Open Questions And Evidence Gaps
164
165[Missing transcript, missing comments, uncertain search demand, absent owner analytics, private metrics unavailable, or factual claims needing independent verification.]
166```
167
168## Constraints
169
170- Separate observed public evidence from performance hypotheses and recommendations.
171- Do not treat public views as proof of CTR, retention, satisfaction, revenue, subscriber conversion, or profitability.
172- Do not infer private YouTube Studio metrics unless the user provides them.
173- Do not optimize only for clicks; evaluate title/thumbnail promise against likely watch-time and expectation match.
174- Do not invent metrics, transcripts, comments, thumbnail details, rankings, or distribution causes.
175- Do not recommend copying another creator's title, thumbnail, hook, format identity, or brand. Translate lessons into differentiated execution.
176- Date every search/ranking observation and state personalization, geography, and account caveats.
177- When the concept relies on factual, legal, medical, financial, political, or current-event claims, recommend independent source verification outside YouTube.
178- Do not bypass login walls, bot protections, access controls, or private YouTube Studio data.
179- Archive existing canonical artifacts before replacing them under `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>`.
180
181## Approved Artifact Handoff
182
183After an approved synthesized write, explicit write/update mode, or any direct artifact mutation:
184
185- List every created or updated synthesized artifact path in the final response.
186- State the verification performed, such as readback, schema/check command, or why no executable verification applies for a Markdown-only strategy artifact.
187- Check and report the relevant git status for intended artifacts when the project is a git repository. If intended artifacts are modified or untracked, make the next action shipping, committing, or an explicit dirty-artifact handoff before recommending downstream strategy work.
188- Do not imply the research workflow is complete while approved artifacts remain untracked or uncommitted unless the user explicitly asked not to ship.
189- If stopping for approval before writing, the approval request remains the next action; do not include downstream routing.
190
191## Intent-Aware Routing
192
193Before applying the default `## Next-Skill Routing` sequence, classify the user's immediate intent and route to the missing action that best serves that intent:
194
195- Strategy refresh: recommend the missing or stale positioning, programming, portfolio, metrics, or product-media artifact.
196- Recording prep: recommend the missing series spec, script, build proof, walkthrough guide, or validation artifact needed before recording.
197- Upload prep: recommend packaging, title/thumbnail, description, chapters, or final metadata work before broader strategy work.
198- Performance review: recommend metrics, cadence, portfolio, peer benchmark, or owner-analytics export work before new content planning.
199- Owner analytics or private/manual platform evidence: route to an explicit manual/guide handoff instead of inventing unavailable metrics.
200- Dirty intended artifacts: route to shipping/commit/handoff first, not another creator strategy skill.
201
202Use the default next-skill sequence only when no stronger user intent, missing artifact, manual blocker, or dirty-artifact handoff applies.
203
204## Alignment Page
205
206When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page at `alignment/youtube-concept-research-{topic}.html`. Use a normalized topic slug derived from the app, feature, research subject, report subject, or output filename.
207
208**Full content requirement.** The alignment page must contain the complete content of every proposed markdown deliverable -- every section, every finding, every detail, every list item. It is a thorough interactive review document, not a summary. Render the full deliverable content in clean, readable HTML with appropriate hierarchy, styling, and navigation. If the skill writes multiple scoped deliverables in one run, build one alignment page that contains all deliverables with anchor-linked navigation. Durable tracker artifacts, such as `research/assumption-tracker.md`, remain canonical markdown outputs but must also be fully rendered into the alignment page before approval.
209
210**Dark-mode styling.** Use a dark color scheme by default. Base CSS variables: `--bg: #0d1117; --surface: #161b22; --border: #30363d; --text: #c9d1d9; --text-muted: #8b949e; --accent: #58a6ff; --green: #3fb950; --red: #f85149; --orange: #d29922; --purple: #bc8cff;`. Apply `background: var(--bg); color: var(--text);` on body. Use `--surface` for cards, nav, and table headers. Use `--border` for all borders. Use `--purple` for question blocks and gate headings. Use `--accent` for links and section headings. Keep headings `color: #fff` or `var(--accent)` for hierarchy. Question block backgrounds should use `#1c2333`.
211
212**Alignment gates.** Treat gates as explicit review sections inside the HTML page. A gate blocks finalization until its required inline questions are answered and compiled into YAML. Include every gate that applies to the skill output, and include these gate types whenever relevant: evidence coverage, assumptions/confidence, scope/non-goals, candidate/verdict decisions, artifact destination, proposed file changes, coverage checkpoint, and post-approval route.
213
214**Report-only research gates.** For report-only or pre-approval research skills, the alignment page must explicitly contain evidence coverage, assumptions/confidence, recommended path, proposed file changes, and approval gates before any canonical research, spec, or task file is created or updated.
215
216
217**Required inline questions.** Each gate must contain at least one required inline question placed directly under the content it governs, inside a visually distinct question block. Each question must use radio-button inputs and include two standing options after the skill-generated choices: "Other / None of the above" backed by a multi-line text box for free-form input, and "Need clarification" backed by an optional notes box where the user can explain what is unclear. When any radio option other than "Other" or "Need clarification" is selected, show an optional "Additional notes" text box beneath it so the user can qualify their choice. Generate questions based on what genuinely needs user input -- do not add filler questions. Do not create a separate bottom "Decisions & Clarifications" section.
218
219**Gate YAML contract.** At the bottom of the page, include a "Compile Answers" button that aggregates answers from all inline gate questions throughout the page, including free-text notes. The button remains disabled until every required question has a selection, shows a count of remaining unanswered questions, and scrolls to the first unanswered question if clicked early. When every question is answered, generate a structured YAML block with one item per gate answer using this stable shape: `section`, `gate_type`, `status` (`answered`, `other`, or `needs-clarification`), `answer`, optional `notes`, and optional `target_artifact` or `target_path` when the gate controls file output. After successful compilation, automatically attempt to copy the YAML to the clipboard with the Clipboard API, display copy status, and display the YAML in a read-only textarea with an explicit "Copy YAML" button. The copy button must retry clipboard copy when supported and fall back to selecting the textarea contents when clipboard access is unavailable or blocked.
220
221**Pre-approval stop.** Before user approval, the next action is review of the HTML alignment page, not downstream routing. Ask the user to review the page and provide the compiled YAML answers. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language until after compiled YAML has been provided and the approved artifacts have been written or updated.
222
223**Diff highlighting on updates.** When the agent updates an existing alignment page after receiving compiled answers, highlight what changed since the previous version. The agent chooses inline annotation or side-by-side layout per situation.
224
225**Archiving.** Before replacing an existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/youtube-concept-research-{topic}.html`.
226
227**Browser open.** Attempt to open the resulting HTML page in the browser and report whether the open succeeded or was blocked. A blocked browser-open attempt does not make the skill fail when the files were written correctly.
228
229## Next-Skill Routing
230
231After writing the artifact, recommend the next contextual creator-media skill in the final response as `Recommended next skill: <command>`.
232
233Default recommendation: `/youtube-search-positioning` when the selected direction is search-led; `/youtube-format-research` from the `remotion` pack when the winning lesson is structure, editing, pacing, or visual format; `/content-programming` when the concept changes channel strategy or topic pillars; `/video-script` when the concept direction is ready for scripting.
234
235If the default successor already exists and is current, recommend the first missing or stale downstream creator-media artifact in this order:
236
237`/youtube-channel-audit` -> `/youtube-video-audit` -> `/youtube-vid-research` -> `/youtube-concept-research` -> `/youtube-competitive-research` -> `/youtube-title-thumbnail-audit` -> `/youtube-description-optimizer` -> `/youtube-portfolio` -> `/youtube-peer-benchmark` -> `/youtube-search-positioning` -> `/youtube-cadence-diagnosis` -> `/creator-positioning` -> `/content-programming` -> `/series-spec` -> `/product-led-media-map` -> `/creator-metrics-review`
238
239If the sequence is ambiguous, recommend `/creator-positioning` when differentiation is unresolved, `/content-programming` when the issue is future topics, or `/youtube-competitive-research` when the user selected specific competitor videos for deeper analysis.