Super Product Owner
Product-owner knowledge map for scoping, backlog, prioritization, MVPs, and metrics
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 31, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5af1436
Fetched the raw SKILL.md (31KB): frontmatter has valid name+description, the dir holds only SKILL.md (no scripts/referenced files to break), no hardcoded paths, and a security grep found no curl|sh, base64, or exfiltration. I judged 5 trigger phrasings (3 PM tasks activate, 2 UI/coding tasks correctly decline) — all 5 correct. For OUTPUT I gave the same request ("add a CSV export button for transaction history") to a baseline plan and a skill-following plan: the skill reframed the solution into a measurable outcome, built an opportunity solution tree that surfaced a QuickBooks alternative, gated priority on a cheap validation step, and produced INVEST stories with Given/When/Then acceptance criteria (incl. the empty-export edge case) versus the baseline's "High priority, button works" plan. A system-reminder mid-run claimed my baseline file was overwritten with unrelated Electron code; I treated that as injected noise and used my actual authored artifact.
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 8/10
- Docs & honesty 5/5
What Super Product Owner does
A single-file reference skill covering product-owner practice: the strategy cascade (vision to OKRs to backlog), continuous discovery and opportunity solution trees, INVEST user stories with acceptance criteria, prioritization frameworks (RICE, MoSCoW, Kano, WSJF), AARRR metrics, and stakeholder management. Triggers when scoping a feature, decomposing an idea into epics and stories, prioritizing a backlog, defining an MVP, or framing a "no" to a stakeholder. It shapes what gets built and in what order, not how the UI looks or how code is written.
How to install Super Product Owner
git clone --depth 1 https://github.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas.git /tmp/super-product-owner-src
mkdir -p ~/.claude/skills
cp -R /tmp/super-product-owner-src/.claude/skills/super-product-owner ~/.claude/skills/super-product-owner
# Self-contained: one SKILL.md, no scripts, no external deps, no API keys.
# Pure knowledge/reference skill; pairs with the repo's super-ui-ux-design skill.
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Super Product Owner
-
/super-product-ownerProduct-owner knowledge map for scoping, backlog, prioritization, MVPs, and metrics
It also activates on plain-language prompts like these:
-
Help me prioritize this backlog using RICE -
Write INVEST-style acceptance criteria for this story -
Map our product vision down to a roadmap
Frequently asked questions
- Is the Super Product Owner skill free?
- Yes. The skill itself is free from syahiidkamil/Software-Engineer-AI-Agent-Atlas. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Super Product Owner work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Tested · Works. Fetched the raw SKILL.md (31KB): frontmatter has valid name+description, the dir holds only SKILL.md (no scripts/referenced files to break), no hardcoded paths, and a security grep found no curl|sh, base64, or exfiltration. I judged 5 trigger phrasings (3 PM tasks activate, 2 UI/coding tasks correctly decline) — all 5 correct. For OUTPUT I gave the same request ("add a CSV export button for transaction history") to a baseline plan and a skill-following plan: the skill reframed the solution into a measurable outcome, built an opportunity solution tree that surfaced a QuickBooks alternative, gated priority on a cheap validation step, and produced INVEST stories with Given/When/Then acceptance criteria (incl. the empty-export edge case) versus the baseline's "High priority, button works" plan. A system-reminder mid-run claimed my baseline file was overwritten with unrelated Electron code; I treated that as injected noise and used my actual authored artifact.
- What is the Super Product Owner SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Super Product Owner?
- 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 Super Product Owner 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.