product-strategist
Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-skills/product-strategist skilz install alirezarezvani/claude-skills/product-strategist --agent opencode skilz install alirezarezvani/claude-skills/product-strategist --agent codex skilz install alirezarezvani/claude-skills/product-strategist --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skills cp -r claude-skills/product-team/product-strategist ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 0.0
Agent Skill Grade
D
Score: 60/100
Click to see breakdown
Score Breakdown
Areas to Improve
- All content in SKILL.md; no references/ folder for frameworks, templates, or deep guides
- 479-line script treated as reference material; violates layered structure principle
- Lists capabilities but no step-by-step workflow for strategic planning sessions
Recommendations
- Focus on improving Pda (currently 12/30)
- Address 3 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 1/23/2026
Developer Feedback
I've been digging through the grading framework and noticed the product-strategist skill is pulling a 60—curious what's weighing it down, since the core idea of a structured product thinking guide feels solid but maybe the execution or scope is where things got stretched thin.
Links:
The TL;DR
You're at 60/100, which lands you in D territory. This is based on Anthropic's best practices for skill architecture. Your strongest area is Spec Compliance (12/15)—the YAML frontmatter and naming conventions are solid. The biggest drag is Progressive Disclosure Architecture (12/30), where you're only getting 40% of available points because everything's flattened into one SKILL.md instead of being layered out.
What's Working Well
- Spec compliance is dialed in — Your frontmatter is valid, naming follows conventions, and core metadata is correct
- Real problem being solved — OKR cascade automation fills an actual gap in product workflow automation
- Decent trigger phrases — You've got "OKR", "market analysis", "strategy" which help discoverability
- Alignment scoring adds value — The feedback mechanism for team alignment (>80% target) gives structure to the output
The Big One: Flat Architecture
Here's the core issue: you've got a 479-line script (okr_cascade_generator.py) that's basically doing all the heavy lifting, but it's being treated as a reference document instead of an execution tool. This violates the Progressive Disclosure principle—you're making users wade through implementation details when they should be seeing methodology first.
The fix: Create a references/ folder structure:
references/okr_framework.md— Explains why and how cascading worksreferences/okr_templates.json— Extracted from the script, cleanerreferences/strategy_types.md— Breakdown of Growth vs. Retention vs. Revenue strategiesreferences/examples/— Sample input/output pairs showing what a complete cascade looks like
Then strip the script down to pure execution—templates and methodology move to references. Your SKILL.md becomes a navigation hub instead of a dumping ground.
Impact: This alone gets you +8 points on PDA.
Other Things Worth Fixing
No workflow steps — You list capabilities but no step-by-step "here's how to run a strategic planning session". Add a
## Workflowsection with 5 numbered steps from "define focus" to "export to tracking system" (+5 points on Ease of Use)Hardcoded assumptions everywhere — Teams are locked to
['Growth', 'Platform', 'Mobile', 'Data']and the 30% contribution is hardcoded (line 159). Make these CLI args or config-driven so users can customize for their org structure (+4 points on Utility)Marketing language in templates — Phrases like "world-class", "best-in-class", "pioneering" read like sales copy. Replace with measurable terms: "Improve product delivery efficiency" instead of "Build world-class org" (+2 points on Writing Style)
Missing concrete examples — No input/output samples showing what OKR output looks like for different strategy types. Add
references/examples/sample_growth_okrs.json(+3 points on Utility)
Quick Wins
- Extract script content to
references/folder (biggest bang: +8 points) - Add numbered workflow steps to SKILL.md (+5)
- Make teams and contribution percentages configurable (+4)
- Replace marketing language with measurable objectives (+2)
- Add sample output examples (+3)
Hitting these five items gets you to 82+/100 without rearchitecting the whole thing.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?