PM Skills for 2026
Product management in 2026 isn't strategy or build — it's both, in the same head, on the same day. Positioning, marketing, messaging, pricing, packaging on one side. Writing code, reviewing code, scaffolding new repos, understanding the market on the other. The job is to create value, not to ship blindly.
This repo is the collection of Claude skills I use to do that work. Each one is small, opinionated, and composable — you can run them from Claude Code, Claude.ai, or any agent that reads SKILL.md. Take them, fork them, see how I work.
- bold-claim (positioning) — Find the single contested sentence that drives a product's GTM motion. Researches the competitive landscape, generates 5–7 claim candidates across six archetypes, scores them against a 25-point sharpness rubric, and produces a messaging doc anchored on the winning claim.
- claim-review (review) — PM-lens code review. Scores a PR against the asserted claim across five dimensions (claim-aligned, surface-honest, felt-value, scope-honest, voice-aligned) and names the concrete gaps between what was promised and what the code ships. Composes with bold-claim.
- quickstart (development) — Scaffold a new CLI tool or script with my conventions. Interviews you for language and purpose, then sets up the directory, writes the starter files, lands the first commit. For the cases
create-*-appdoesn't cover.
More on the way — launch narratives, pricing positioning, customer-research synthesis, founder one-liners on the strategy side; repo hygiene and market-mapping skills on the build side. If there's a specific PM job you want a skill for, open an issue.
Clone the repo into your Claude Code plugins directory:
git clone https://github.com/brainsparker/skills.git ~/.claude/plugins/brainsparker-skillsClaude Code reads .claude-plugin/plugin.json and registers every skill listed there on next launch.
git clone https://github.com/brainsparker/skills.git /tmp/brainsparker-skills
cp -R /tmp/brainsparker-skills/skills/bold-claim ~/.claude/skills/mkdir -p .claude/skills/bold-claim
curl -o .claude/skills/bold-claim/SKILL.md \
https://raw.githubusercontent.com/brainsparker/skills/main/skills/bold-claim/SKILL.mdUpload the relevant SKILL.md to a Project. The skill activates whenever the conversation matches the trigger phrases in its frontmatter.
.claude-plugin/
plugin.json # registers every skill in this repo
skills/
bold-claim/
SKILL.md
claim-review/
SKILL.md
quickstart/
SKILL.md
Each skill lives in its own folder under skills/.
MIT — see LICENSE.