From creator-stack
Extracts structured content ideas from source material like transcripts, newsletters, notes, and web trends. Mines repurposable angles, maps to content types, identifies underused types.
npx claudepluginhub kenneth-liao/ai-launchpad-marketplace --plugin creator-stackThis skill uses the workspace's default tool permissions.
This skill extracts structured content ideas from published source material. It reads existing content (transcripts, newsletters, notes, web trends), identifies note-worthy angles using platform-specific extraction frameworks, and outputs quality-filtered ideas in a structured format.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
This skill extracts structured content ideas from published source material. It reads existing content (transcripts, newsletters, notes, web trends), identifies note-worthy angles using platform-specific extraction frameworks, and outputs quality-filtered ideas in a structured format.
Core Principle: Extract, don't invent. Every idea must trace back to specific source material. This skill mines what already exists — it does not conduct competitor research or analyze content landscapes. That is what creator-stack:research does.
Use this skill when:
Do NOT use this skill when:
creator-stack:researchcreator-stack:writecreator-stack:title or creator-stack:hookThis skill is generalized. Platform-specific extraction frameworks, content type taxonomies, quality criteria, and output formats live in reference files under references/.
| Platform | Reference File | Loaded By |
|---|---|---|
| Substack Notes | references/substack-notes-ideation.md | creator-stack:ideate-notes |
When invoked, read the reference file provided by the orchestrator. The reference defines:
You can invoke ideation subagents using the Agent tool with run_in_background: true to extract ideas from different sources in parallel. Each agent prompt should focus on a single source (one transcript, one newsletter issue, one trend cluster) and include the relevant extraction categories from the reference.
Bias toward using the Agent tool for multi-source extraction rather than processing all sources sequentially. Parallel extraction greatly improves performance and prevents context bleed between sources.
Each subagent should receive:
Execute all steps below to complete the ideation.
Receive source material from the orchestrator. Organize by source type:
If no source material is provided, stop and ask the orchestrator or user for inputs. This skill cannot ideate from nothing.
Read the reference file's extraction categories. For each source, systematically scan for angles matching each category.
Document each raw extraction with:
Do not filter at this stage — capture everything that matches. Filtering happens in Step 6.
Use the reference file's source-to-type mapping table to assign each extraction a content type.
If past content history is available:
If no content history is available, skip gap analysis and distribute across types naturally.
If web trend findings are provided:
Use the reference file's trending topic integration framework if available.
Run each candidate idea through the reference file's quality criteria checklist. Apply criteria in order — if an idea fails an early criterion, skip the rest and rework or discard.
Common quality gates (reference file may specify additional):
Format surviving ideas using the reference file's output structure. Each idea should include all required fields (typically: topic, type, source, pitch, rationale).
Respect the reference file's volume target. If fewer ideas survive quality filtering than the minimum, note this honestly rather than padding with weak ideas.
Before finalizing any written output, invoke the creator-stack:voice skill to apply voice rules. Idea pitches and rationales should reflect the user's authentic voice, not generic content strategy language.
When creating assets for The AI Launchpad, invoke creator-stack:brand-guidelines to resolve the correct design system and check anti-patterns.
Verify completion before finalizing ideation:
creator-stack:research territory.Agent tool subagents for parallel extraction across sources. Sequential processing is slower and causes context bleed between unrelated sources.