By craigm26
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.
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 build-optionsConvert 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.
Validate 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.
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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.