By craigm26
Convert a PRD markdown file into a prd.json task plan for execution: extract tasks and explode each into granular, machine-verifiable sub-tasks with acceptance criteria. Chains after the prd skill.
Claude Code skills for founders and builders: validate whether a market is real, decide what to build, then spec and plan it — with cited research, an auditable decision matrix, and an implementation-ready PRD → task plan.
This repo is a Claude Code plugin marketplace hosting installable plugins, one per skill.
/plugin marketplace add craigm26/founder-skills
/plugin install market-validation@founder-skills
/plugin install build-options@founder-skills
/plugin install prd@founder-skills
/plugin install tasks@founder-skills
Install any subset, or all for the full validate → build → spec → plan chain. Then just talk to Claude Code naturally — the skills activate on intent.
market-validation → build-options → prd → tasks → build
(is it real?) (what to build) (spec) (plan) (execute)
| Plugin | What it does | Triggers |
|---|---|---|
| market-validation | Multi-angle web research with live-URL verification → cited evidence pack → Tufte HTML deck + PDF/PPTX → a build/integrate brief + workflow-atlas market map. | "is there a market for X", "validate demand for", "should I build X" |
| build-options | Divergent options → independent judge-panel weighted decision matrix → adversarial stress-test → a recommended build with kill criteria → Tufte matrix → hands to prd. | "what should I build", "what are my build options" |
| prd | Self-clarify the open questions, then generate a clear, actionable, implementation-ready Product Requirements Document. | "create a prd", "write prd for", "spec out" |
| tasks | Convert a PRD markdown file into a prd.json task plan — granular, machine-verifiable sub-tasks with acceptance criteria. | "convert prd", "create tasks", "prd to json" |
market-validation and build-options ship a worked example built around a fictional product, ShiftMate (a shift-swap marketplace for hourly workers), validated against the real, public shift-scheduling market. It's illustrative — see each plugin's references/example-shiftmate/.
Each plugin is self-contained. The two that ship tests:
cd plugins/market-validation && python3 -m pytest -q tests/
cd plugins/build-options && python3 -m pytest -q tests/
Fastest — use the helper (scaffolds the plugin, registers it in this marketplace and the RobotRegistryFoundation cross-list, symlinks it into ~/.claude/skills/, and validates):
# import an existing skill from ~/.claude/skills/<name>, or scaffold a stub:
scripts/add-skill.sh <name> --desc "one-line description with triggers"
# other options: --from <dir> --category <cat> --no-cross-list
It prints the git commit && push commands to run for each repo (it never pushes for you). Re-running for an existing name is a no-op.
Manual equivalent:
plugins/<name>/ with SKILL.md at its root (plus optional assets/, references/, tests/).plugins/<name>/.claude-plugin/plugin.json (name, version, description, author, homepage, license: MIT)..claude-plugin/marketplace.json with "source": "./plugins/<name>".claude plugin validate plugins/<name> --strict && claude plugin validate ./plugin marketplace update founder-skills.MIT © 2026 Craig Merry. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub craigm26/founder-skills --plugin tasksValidate whether there is a real market for a product idea, end to end: scope questions → a multi-angle web-research workflow with mandatory live-URL verification → a cited evidence pack → a Tufte HTML deck + PDF + PPTX → a build/integrate brief and an emitted workflow-atlas market map.
Decide WHAT to build after a market is validated: generate divergent build options, score them with an independent judge panel into a weighted decision matrix, adversarially stress-test the top, recommend one with kill criteria, render a Tufte decision matrix, and hand the winner to the prd skill.
Generate a Product Requirements Document (PRD) for a new feature: self-clarify the open questions, then produce a clear, actionable, implementation-ready PRD. Use when planning a feature or starting a new project. Chains after build-options and into the tasks skill.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.