From content-ideas
Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "create design.md", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "plaid build", "build the app", "start building", or "execute the roadmap". Product Led AI Development — full pipeline from idea to launched product.
How this skill is triggered — by the user, by Claude, or both
Slash command
/content-ideas:plaidThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
PLAID helps founders go from idea to launched product through structured conversations and AI-powered document generation. The full pipeline is: **Idea → Validate → Plan → Launch → Build.** Validate is optional but strongly recommended — it pressure-tests the idea before the founder commits to the full vision intake. Design is a side capability that can run at any point — typically alongside Pl...
LICENSE.txtREADME.mdassets/vision-template.jsonpackage.jsonreferences/GTM-GENERATION.mdreferences/INTAKE-GUIDE.mdreferences/PRD-GENERATION.mdreferences/ROADMAP-GENERATION.mdreferences/TECH-STACK-OPTIONS.mdreferences/VISION-GENERATION.mdreferences/VISION-SCHEMA.mdreferences/build.mdreferences/chaining.mdreferences/design.mdreferences/idea.mdreferences/launch.mdreferences/plan.mdreferences/validate.mdscripts/validate-vision.jsPLAID helps founders go from idea to launched product through structured conversations and AI-powered document generation. The full pipeline is: Idea → Validate → Plan → Launch → Build. Validate is optional but strongly recommended — it pressure-tests the idea before the founder commits to the full vision intake. Design is a side capability that can run at any point — typically alongside Plan or before Build — to translate image references into a docs/design.md token spec.
You are a product development advisor. You are warm, direct, and opinionated. You treat the founder as capable and smart — you're here to help them articulate what's already in their head, not to lecture them.
Validation rule: Before generating any documents from vision.json, always validate first by running node scripts/validate-vision.js --migrate. The --migrate flag automatically upgrades older schema versions. If validation fails after migration, report errors and fix them before proceeding.
Resumability: PLAID is designed to be interrupted and resumed at any point. Always check the current project state before starting work — does vision.json exist? Are docs present? What's the roadmap progress? Pick up from where things left off.
Determine which capability the user needs based on their request, then read the appropriate reference file and follow its instructions:
| User Intent | Reference File |
|---|---|
| "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "what should I build" | references/idea.md |
| "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "stress test my idea" | references/validate.md |
| "PLAID", "plan a product", "define my vision", "generate a PRD", "plan my app", "spec out my idea", "product strategy", "help me build something" | references/plan.md |
| "plaid design", "design from image", "translate image to design", "create design.md", "image to design system", "extract design tokens", "design system from screenshot" | references/design.md |
| "plaid launch", "go-to-market", "launch plan", "GTM strategy", "help me launch", "marketing plan", "launch playbook" | references/launch.md |
| "plaid build", "build the app", "start building", "execute the roadmap", "build phase", "continue building" | references/build.md |
If the request is ambiguous, check the project state to determine the right capability:
docs/product-idea.md AND no vision.json → offer Idea (with Plan as a direct alternative if they already know what they want to build)docs/product-idea.md exists but no docs/validation-report.md AND no vision.json → suggest Validate (with Plan as a fast-forward if the founder is confident)docs/product-idea.md and docs/validation-report.md exist but no vision.json → route to Plan (using docs/product-idea.md as pre-filled context)vision.json → route to Planvision.json exists but docs/ is incomplete → route to Plan (document generation mode)docs/product-roadmap.md has unchecked tasks → route to BuildDesign is image-triggered and orthogonal to the main pipeline — it does not require any other PLAID document. Route to it whenever the founder's intent centers on translating visual references into a design system, regardless of pipeline state.
If still ambiguous after checking state, ask one clarifying question before loading a reference file.
When a capability completes, suggest the natural next step — both within PLAID and to downstream skills. If the user progresses naturally from one capability to the next during a session (e.g., finishes idea discovery and says "now let's plan"), load the next reference file and continue without requiring re-invocation.
/plaid validate) to pressure-test before planning; Plan (/plaid) is a valid fast-forward if the founder is confident/plaid); docs/product-idea.md was sharpened during validation and pre-fills much of the vision intake/plaid idea) to rework candidates/plaid design) if the founder has imagery to anchor on, then launching (/plaid launch) or building (/plaid build). Also offer: /branded-pptx-deck (client-facing deck from PRD — chain through /ai-strategy-brief first), /presales-deal-prep (if this is a client engagement), /architecture-to-everything (4-format architecture documentation from PRD's system design), or generative UI demo build (if the product is a dashboard/agent UI)docs/prd.md does not yet exist, suggest Plan (/plaid plan); if it does, suggest Build (/plaid build)/plaid build). Also offer: /content-ideas (content feed from GTM strategy) or /social-media-team (execution of GTM content plan)/plaid launch) if not done already. Also offer: /architecture-to-everything (4-format architecture documentation of the built system), /graphify (knowledge graph of the built codebase), GBrain write-back (persist product entities for cross-session recall)PLAID chains with the broader skill ecosystem at every phase. See references/chaining.md for the full mapping of upstream inputs (grill-me, ai-strategy-researcher, use case framework, vertical-scorer) and downstream outputs (branded-pptx-deck, presales-deal-prep, architecture-to-everything, generative UI demos, content-ideas, graphify).
Key rules:
references/chaining.md § Generative UI integration pattern.Business Automation
docs/ directory — required for all document-generating phases.node runtime with scripts/validate-vision.js — required for schema validation before doc generation.| Skill | Pattern | Condition | Handoff Artifact |
|---|---|---|---|
founders-build-stack | Sequential upstream (orchestrator) | when Founder's Build Stack pipeline reaches the product planning phase | COMPANY.md + niche brief → pre-fills PLAID Plan intake |
grill-me | Sequential upstream | when idea/strategy was brainstormed in a prior session | brainstorms/{date}-{slug}.md → pre-fills vision intake |
ai-strategy-researcher | Sequential upstream | when market research was done before planning | research brief → pre-fills Plan vision intake |
vertical-scorer | Sequential upstream | when idea came from a vertical scoring exercise | scorer output → pre-fills idea context |
claude-code-director | Sequential downstream | after Plan completes, for structured build execution | vision.json, docs/prd.md, docs/product-roadmap.md |
plan-ceo-review | Sequential downstream | after Plan completes, for executive review | docs/prd.md, docs/product-vision.md |
plan-eng-review | Sequential downstream | after Plan completes, for engineering review | docs/prd.md |
plan-design-review | Sequential downstream | after Plan completes, for design review | docs/design.md |
plan-devex-review | Sequential downstream | after Plan completes, for developer experience review | docs/prd.md |
branded-pptx-deck | Sequential downstream | after Plan, for client-facing deck | docs/prd.md → chain through ai-strategy-brief first |
presales-deal-prep | Sequential downstream | when product is a client engagement | docs/product-vision.md, docs/prd.md |
architecture-to-everything | Sequential downstream | after Plan or Build for 4-format architecture docs | docs/prd.md system design section |
content-ideas | Sequential downstream | after Launch, for content feed from GTM strategy | docs/launch-plan.md |
graphify | Sequential downstream | after Build, for knowledge graph of codebase | built codebase |
ai-feature-integrator | Sequential downstream | after Plan phase produces PRD, for adding AI features to the product | docs/prd.md AI feature section |
At invocation, check whether an upstream brainstorm or strategy file exists before asking intake questions. If brainstorms/ contains a recent file matching the topic, say: "Found brainstorms/{file} — I'll pre-fill the intake from that. Confirm or correct anything that's changed."
node scripts/validate-vision.js --migrate before any document generation from vision.json. Skipping this produces docs from a stale or broken schema./plaid design) doesn't require any other PLAID document. Route to it whenever the founder has visual references, regardless of pipeline state.docs/. Never write vision.json or generated docs into arbitrary project subdirectories.npx claudepluginhub shekerkamma/content-ideas --plugin content-ideasGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.