Start Super PM

Router that force-invokes ~30 sibling pm-* skills — installed alone, the very first routed call throws 'Unknown skill.'

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · b2fb8ab

Installed only start-super-pm (per its own catalog install command) and asked it to run its documented flow for a new-product idea; following the skill body strictly, it tries to invoke the sibling skill pm-brainstorm and the Skill tool hard-errors with 'Unknown skill: pm-brainstorm' — reproduced live. The repo's own README calls this a '39-skill pack'; you need the other ~38, not just this router.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 1/10
  • Docs & honesty 1/5

What Start Super PM does

A dispatcher skill for product-management tasks: reads the user's natural-language request and auto-invokes the matching skill from a 39-skill 'super-pm' pack (pm-brainstorm, pm-demand, pm-docs, pm-priority, pm-growth, etc.) via the Skill tool. Triggers on any PM-shaped request — 'I want to build X', 'write a PRD', 'prioritize this backlog'. Only useful if the rest of the superPM skill pack is installed alongside it; on its own it is a router with nothing to route to.

How to install Start Super PM

git clone https://github.com/konglong87/superPM
mkdir -p ~/.claude/skills
cp -r superPM/skills/start-super-pm ~/.claude/skills/start-super-pm

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Start Super PM

  • /start-super-pm Router that force-invokes ~30 sibling pm-* skills — installed alone, the very first routed call throws 'Unknown skill.'

It also activates on plain-language prompts like these:

  • I want to build a subscription meal-kit app, help me get started
  • Help me write a PRD for our new analytics dashboard feature
  • Prioritize this backlog of twenty feature requests for next quarter

Frequently asked questions

Is the Start Super PM skill free?
Yes. The skill itself is free from konglong87/superPM. SkillProof publishes the install command and an independent test verdict at no cost.
Does Start Super PM work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Didn't pass. Installed only start-super-pm (per its own catalog install command) and asked it to run its documented flow for a new-product idea; following the skill body strictly, it tries to invoke the sibling skill pm-brainstorm and the Skill tool hard-errors with 'Unknown skill: pm-brainstorm' — reproduced live. The repo's own README calls this a '39-skill pack'; you need the other ~38, not just this router.
How do I install Start Super PM?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Start Super PM with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.