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-strategistskilz install alirezarezvani/claude-skills/product-strategist --agent opencodeskilz install alirezarezvani/claude-skills/product-strategist --agent codexskilz install alirezarezvani/claude-skills/product-strategist --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
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-skillscp -r claude-skills/product-team/product-strategist ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Stars
- 579
- Forks
- 112
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
D Score: 60/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Flat architecture
- Script is tool not doc
- No workflow steps
Recommendations
- Focus on improving Pda (currently 12/30)
- Address 3 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-24
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 works- `refer...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.