From blog-ideation-funnel
Use when the user wants to run a blog-post ideation funnel on one or more markdown braindump notes — turning messy notes into a scoped post candidate. Triggers include "run the funnel", "run my ideation funnel on <note(s)>", "ideate from this braindump", "corral/scope these blog ideas", or naming braindump files to process.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blog-ideation-funnel:ideation-funnelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs a blog-post ideation pipeline over one or more braindump notes. This skill is the orchestration glue; the actual procedure lives in `ideation-funnel.md` in this skill's directory and is the single source of truth — read and follow it, do not reinvent or paraphrase the stages.
Runs a blog-post ideation pipeline over one or more braindump notes. This skill is the orchestration glue; the actual procedure lives in ideation-funnel.md in this skill's directory and is the single source of truth — read and follow it, do not reinvent or paraphrase the stages.
This skill operates on a folder of markdown notes (e.g. an Obsidian vault, or any directory of .md files). Determine it before running:
Inside that folder the skill maintains files it creates on first use: a backlog file Post backlog.md (the seed queue) and one <Topic> — funnel.md working file per run. Raw braindump notes are read-only.
ideation-funnel.md — the five-stage procedure plus the Stage 3.5 red-team. Follow it exactly.drafting-checklist.md — craft reference for the Stage 4 depth gate and for the drafting handoff.One or more braindump note titles or paths. If several are given, atomize across all of them into a single clustering pass — cross-note clusters are often the best output. If none are named, ask which note(s) to run.
ideation-funnel.md and drafting-checklist.md from this skill's directory, every named braindump, and the notes folder's Post backlog.md if it exists.ideation-funnel.md across all inputs in one pass: atomize (C/Q/R/L tags), cluster with the cohesion/coupling/bridge/right-size checks, thesis-test each cluster, then red-team each survivor. Candidates failing falsifiability or taboo drop to Research targets.<Topic> — funnel.md as a sibling of the raw note. Update Post backlog.md with parked / queued / research-target items, deduping against what is already there.drafting-checklist.md for drafting. Do not start a draft unless explicitly asked.<Topic> — funnel.md working file or the backlog.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kaustubhkislay/blog-ideation-funnel --plugin blog-ideation-funnel