Platform Product Manager
PRDs, layer maps and event schemas for multi-tenant B2B SaaS platforms
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 691636f
Asked both runs to design the event-tracking plan for an invite-a-teammate flow in a multi-tenant SaaS, then graded each against four analyst questions written before either answer existed. The baseline answered 0.5 of 4 — it carried no tenant_id, so it could not say which plan tier accepts invites worst, and no actor role or source dimension either. The skill's mandatory property block and questions-first ordering answered 4 of 4 and added the invite_viewed step the baseline's sent-to-accepted funnel was missing, though this is a checklist effect on judgment work rather than anything a compiler can confirm. Both install routes in the README are fiction: the packaged .skill file and the platform-product-manager/ folder it tells you to copy are not in the repo, and the three references/*.md deep-dives the skill body points to do not exist either. The command published here is one I built and watched succeed from a bare HOME.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 2/5
What Platform Product Manager does
A platform PM persona that structures capabilities across five architecture layers, writes PRDs with an explicit QA-impact section, and builds event-tracking plans questions-first. Triggers on platform PRDs, multi-tenant or multi-role design, north star metrics and post-launch analytics.
How to install Platform Product Manager
git clone https://github.com/shuangluan/Product-Manager-Platform.git
mkdir -p ~/.claude/skills/platform-product-manager
cd Product-Manager-Platform && cp -r SKILL.md evals ~/.claude/skills/platform-product-manager/
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Platform Product Manager
-
/platform-product-managerPRDs, layer maps and event schemas for multi-tenant B2B SaaS platforms
It also activates on plain-language prompts like these:
-
Write a PRD for our new multi-tenant B2B SaaS invite-a-teammate flow -
Help me design an event tracking plan for tenant-level feature adoption -
I need a layer map for this platform capability before writing requirements
Frequently asked questions
- Is the Platform Product Manager skill free?
- Yes. The skill itself is free from shuangluan/Product-Manager-Platform. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Platform Product Manager work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. Asked both runs to design the event-tracking plan for an invite-a-teammate flow in a multi-tenant SaaS, then graded each against four analyst questions written before either answer existed. The baseline answered 0.5 of 4 — it carried no tenant_id, so it could not say which plan tier accepts invites worst, and no actor role or source dimension either. The skill's mandatory property block and questions-first ordering answered 4 of 4 and added the invite_viewed step the baseline's sent-to-accepted funnel was missing, though this is a checklist effect on judgment work rather than anything a compiler can confirm. Both install routes in the README are fiction: the packaged .skill file and the platform-product-manager/ folder it tells you to copy are not in the repo, and the three references/*.md deep-dives the skill body points to do not exist either. The command published here is one I built and watched succeed from a bare HOME.
- What is the Platform Product Manager SkillProof Score?
- 6.8/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 2/5.
- How do I install Platform Product Manager?
- 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 Platform Product Manager 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.