Apply Rob Fitzpatrick's 'The Mom Test' framework to customer discovery: review interview questions for bias, generate questions from a hypothesis, analyze call transcripts for buried signals, and extract risky assumptions from product ideas.
Custom skills for Claude Code, built and verified with independent agent evals.
Most published skills get written, eyeballed, and shipped. That's fine for personal tools, but it's not enough when the skill is shaping decisions you'll act on. The skills in this repo are developed like any other piece of software: write, run independent evals, iterate, verify. Eval results are checked in.
Both options install the same skill. Plugin install (A) is recommended — it gives you updates via /plugin update and namespaces the skill cleanly. Manual install (B) is the fallback if you don't use Claude Code's plugin system.
/plugin marketplace add codyjlandstrom/pm-skills
/plugin install mom-test@pm-skills
After running these, the skill should be availble. Invoke it with phrases like "mom test these questions" or "apply the mom test."
To update later: /plugin update mom-test@pm-skills.
releases/mom-test.skill.~/.claude/skills/. You should end up with ~/.claude/skills/mom-test/SKILL.md.Applies Rob Fitzpatrick's The Mom Test framework to product discovery work. It has four modes:
Eval receipts:
8/8 pass on both independent runs. Differences between v1 and v2 are documented and reproducible.
.claude-plugin/
├── plugin.json # plugin manifest (single skill)
└── marketplace.json # marketplace manifest — this repo serves itself
skills/mom-test/
├── SKILL.md # main skill instructions
├── README.md # skill-level docs
├── references/
│ └── principles.md # framework reference (loaded by SKILL.md)
└── evals/
├── evals.json # 8 test cases covering all four modes
└── eval-results*.md # results from each run
releases/
└── mom-test.skill # packaged distribution artifact (for manual install)
HANDOFF.md # how the independent eval run is orchestrated
If you want to fork and adapt the eval methodology for your own skills:
skills/mom-test/ as a starting structure.SKILL.md and any references/.evals/evals.json covering the modes/use cases.HANDOFF.md (dispatches sub-agents in parallel, scores against expected output)..claude-plugin/marketplace.json so it ships with the next install.MIT
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 codyjlandstrom/pm-skills --plugin mom-testComprehensive 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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development