From project-planning
Capture raw voice transcripts and brain dumps into a project's notes/ folder verbatim. Use this skill whenever the user says things like "here's my brain dump", "voice transcript", "dump notes", "capture this", "drop this into notes", or pastes a visibly long, unstructured, first-person block of text that reads like a spoken transcript (rambling sentences, repeated thoughts, no headings, conversational filler). Trigger even when the user does not explicitly say "notes" — if the input looks like a raw transcript, this skill is the right home for it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-planning:notesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The simplest entry point in the project-planning plugin: take a raw transcript or brain dump from the user and write it, verbatim, into the current project's `notes/` folder.
The simplest entry point in the project-planning plugin: take a raw transcript or brain dump from the user and write it, verbatim, into the current project's notes/ folder.
Notes captured here are raw artifacts, not plans. Downstream skills (plan, sprint) may read them later, but this skill never edits a note after creating it and never rewrites the content on the way in.
Fire on either of these signals:
If it's ambiguous (e.g., a short paragraph that could be a question or a note), ask before writing.
date +%Y-%m-%d rather than guessing.notes/<YYYY-MM-DD>-<slug>.md at the project root. If notes/ does not exist, create it. If a file with that exact name already exists, append a short suffix (e.g., -2) rather than overwriting.YYYY-MM-DD- date prefix; the slug is the project's call.Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub gestrich/ai-project-planning --plugin project-planning