diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 6443fb3..2749d48 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -4,11 +4,11 @@ "name": "Alireza Rezvani", "url": "https://alirezarezvani.com" }, - "description": "173 production-ready skill packages for Claude AI across 9 domains: marketing (43), engineering (24+25), C-level advisory (28), regulatory/QMS (12), product (8), project management (6), business growth (4), and finance (2). Includes 250 Python tools, 347 reference documents, 15 agents, and 15 slash commands.", + "description": "177 production-ready skill packages for Claude AI across 9 domains: marketing (43), engineering (24+25), C-level advisory (28), regulatory/QMS (12), product (12), project management (6), business growth (4), and finance (2). Includes 254 Python tools, 357 reference documents, 16 agents, and 17 slash commands.", "homepage": "https://github.com/alirezarezvani/claude-skills", "repository": "https://github.com/alirezarezvani/claude-skills", "metadata": { - "description": "173 production-ready skill packages across 9 domains with 250 Python tools, 347 reference documents, 15 agents, and 15 slash commands. Compatible with Claude Code, Codex CLI, Gemini CLI, and OpenClaw.", + "description": "177 production-ready skill packages across 9 domains with 254 Python tools, 357 reference documents, 16 agents, and 17 slash commands. Compatible with Claude Code, Codex CLI, Gemini CLI, and OpenClaw.", "version": "2.1.2" }, "plugins": [ @@ -129,7 +129,7 @@ { "name": "product-skills", "source": "./product-team", - "description": "8 product skills with 9 Python tools: product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher designer, UI design system, competitive teardown, landing page generator, SaaS scaffolder.", + "description": "12 product skills with 13 Python tools: product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder, product analytics, experiment designer, product discovery, roadmap communicator.", "version": "2.1.2", "author": { "name": "Alireza Rezvani" @@ -142,7 +142,11 @@ "design-system", "competitive-analysis", "landing-page", - "saas" + "saas", + "analytics", + "experimentation", + "discovery", + "roadmap" ], "category": "product" }, diff --git a/.codex/skills-index.json b/.codex/skills-index.json index 5ffdd16..8f22ac4 100644 --- a/.codex/skills-index.json +++ b/.codex/skills-index.json @@ -3,7 +3,7 @@ "name": "claude-code-skills", "description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM", "repository": "https://github.com/alirezarezvani/claude-skills", - "total_skills": 152, + "total_skills": 156, "skills": [ { "name": "contract-and-proposal-writer", @@ -773,12 +773,30 @@ "category": "product", "description": "Analyzes competitor products and companies by synthesizing data from pricing pages, app store reviews, job postings, SEO signals, and social media into structured competitive intelligence. Produces feature comparison matrices scored across 12 dimensions, SWOT analyses, positioning maps, UX audits, pricing model breakdowns, action item roadmaps, and stakeholder presentation templates. Use when conducting competitor analysis, comparing products against competitors, researching the competitive landscape, building battle cards for sales, preparing for a product strategy or roadmap session, responding to a competitor's new feature or pricing change, or performing a quarterly competitive review." }, + { + "name": "experiment-designer", + "source": "../../product-team/experiment-designer", + "category": "product", + "description": "Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor." + }, { "name": "landing-page-generator", "source": "../../product-team/landing-page-generator", "category": "product", "description": "Generates high-converting landing pages as complete Next.js/React (TSX) components with Tailwind CSS. Creates hero sections, feature grids, pricing tables, FAQ accordions, testimonial blocks, and CTA sections using proven copy frameworks (PAS, AIDA, BAB). Outputs SEO meta tags, structured data, and performance-optimised code targeting Core Web Vitals (LCP < 1s, CLS < 0.1). Use when the user asks to create a landing page, marketing page, homepage, single-page site, lead capture page, campaign page, promo page, or conversion-optimised web page \u2014 or when they want to A/B test landing page variants or replace a static page with one designed to convert." }, + { + "name": "product-analytics", + "source": "../../product-team/product-analytics", + "category": "product", + "description": "Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages." + }, + { + "name": "product-discovery", + "source": "../../product-team/product-discovery", + "category": "product", + "description": "Use when validating product opportunities, mapping assumptions, planning discovery sprints, or testing problem-solution fit before committing delivery resources." + }, { "name": "product-manager-toolkit", "source": "../../product-team/product-manager-toolkit", @@ -791,6 +809,12 @@ "category": "product", "description": "Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level." }, + { + "name": "roadmap-communicator", + "source": "../../product-team/roadmap-communicator", + "category": "product", + "description": "Use when preparing roadmap narratives, release notes, changelogs, or stakeholder updates tailored for executives, engineering teams, and customers." + }, { "name": "saas-scaffolder", "source": "../../product-team/saas-scaffolder", @@ -950,7 +974,7 @@ "description": "Marketing, content, and demand generation skills" }, "product": { - "count": 8, + "count": 12, "source": "../../product-team", "description": "Product management and design skills" }, diff --git a/.codex/skills/experiment-designer b/.codex/skills/experiment-designer new file mode 120000 index 0000000..988ee30 --- /dev/null +++ b/.codex/skills/experiment-designer @@ -0,0 +1 @@ +../../product-team/experiment-designer \ No newline at end of file diff --git a/.codex/skills/product-analytics b/.codex/skills/product-analytics new file mode 120000 index 0000000..330c4d6 --- /dev/null +++ b/.codex/skills/product-analytics @@ -0,0 +1 @@ +../../product-team/product-analytics \ No newline at end of file diff --git a/.codex/skills/product-discovery b/.codex/skills/product-discovery new file mode 120000 index 0000000..f24f6fd --- /dev/null +++ b/.codex/skills/product-discovery @@ -0,0 +1 @@ +../../product-team/product-discovery \ No newline at end of file diff --git a/.codex/skills/roadmap-communicator b/.codex/skills/roadmap-communicator new file mode 120000 index 0000000..a24961e --- /dev/null +++ b/.codex/skills/roadmap-communicator @@ -0,0 +1 @@ +../../product-team/roadmap-communicator \ No newline at end of file diff --git a/.gemini/skills-index.json b/.gemini/skills-index.json index e350747..74f3e97 100644 --- a/.gemini/skills-index.json +++ b/.gemini/skills-index.json @@ -1,7 +1,7 @@ { "version": "1.0.0", "name": "gemini-cli-skills", - "total_skills": 211, + "total_skills": 218, "skills": [ { "name": "cs-agile-product-owner", @@ -43,6 +43,11 @@ "category": "agent", "description": "Growth Strategist agent for revenue operations, sales engineering, customer success, and business development. Orchestrates business-growth skills. Spawn when users need pipeline analysis, churn prevention, expansion scoring, sales demos, or proposal writing." }, + { + "name": "cs-product-analyst", + "category": "agent", + "description": "Product analytics agent for KPI definition, dashboard setup, experiment design, and test result interpretation." + }, { "name": "cs-product-manager", "category": "agent", @@ -308,6 +313,11 @@ "category": "command", "description": "Detect stack and generate CI/CD pipeline configs. Usage: /pipeline [options]" }, + { + "name": "prd", + "category": "command", + "description": "Quick PRD generation command. Usage: /prd " + }, { "name": "project-health", "category": "command", @@ -333,6 +343,11 @@ "category": "command", "description": "Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health [options]" }, + { + "name": "sprint-plan", + "category": "command", + "description": "Sprint planning shortcut. Usage: /sprint-plan [capacity]" + }, { "name": "tdd", "category": "command", @@ -923,11 +938,26 @@ "category": "product", "description": "Analyzes competitor products and companies by synthesizing data from pricing pages, app store reviews, job postings, SEO signals, and social media into structured competitive intelligence. Produces feature comparison matrices scored across 12 dimensions, SWOT analyses, positioning maps, UX audits, pricing model breakdowns, action item roadmaps, and stakeholder presentation templates. Use when conducting competitor analysis, comparing products against competitors, researching the competitive landscape, building battle cards for sales, preparing for a product strategy or roadmap session, responding to a competitor's new feature or pricing change, or performing a quarterly competitive review." }, + { + "name": "experiment-designer", + "category": "product", + "description": "Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor." + }, { "name": "landing-page-generator", "category": "product", "description": "Generates high-converting landing pages as complete Next.js/React (TSX) components with Tailwind CSS. Creates hero sections, feature grids, pricing tables, FAQ accordions, testimonial blocks, and CTA sections using proven copy frameworks (PAS, AIDA, BAB). Outputs SEO meta tags, structured data, and performance-optimised code targeting Core Web Vitals (LCP < 1s, CLS < 0.1). Use when the user asks to create a landing page, marketing page, homepage, single-page site, lead capture page, campaign page, promo page, or conversion-optimised web page \u2014 or when they want to A/B test landing page variants or replace a static page with one designed to convert." }, + { + "name": "product-analytics", + "category": "product", + "description": "Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages." + }, + { + "name": "product-discovery", + "category": "product", + "description": "Use when validating product opportunities, mapping assumptions, planning discovery sprints, or testing problem-solution fit before committing delivery resources." + }, { "name": "product-manager-toolkit", "category": "product", @@ -943,6 +973,11 @@ "category": "product", "description": "8 production-ready product skills: product manager toolkit with RICE prioritization, agile product owner, product strategist with OKR cascades, UX researcher, UI design system, competitive teardown, landing page generator, and SaaS scaffolder. Python tools included (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw." }, + { + "name": "roadmap-communicator", + "category": "product", + "description": "Use when preparing roadmap narratives, release notes, changelogs, or stakeholder updates tailored for executives, engineering teams, and customers." + }, { "name": "saas-scaffolder", "category": "product", @@ -1061,7 +1096,7 @@ ], "categories": { "agent": { - "count": 15, + "count": 16, "description": "Agent resources" }, "business-growth": { @@ -1073,7 +1108,7 @@ "description": "C-level resources" }, "command": { - "count": 15, + "count": 17, "description": "Command resources" }, "engineering": { @@ -1093,7 +1128,7 @@ "description": "Marketing resources" }, "product": { - "count": 9, + "count": 13, "description": "Product resources" }, "project-management": { diff --git a/.gemini/skills/cs-product-analyst/SKILL.md b/.gemini/skills/cs-product-analyst/SKILL.md new file mode 120000 index 0000000..0c485c2 --- /dev/null +++ b/.gemini/skills/cs-product-analyst/SKILL.md @@ -0,0 +1 @@ +../../../agents/product/cs-product-analyst.md \ No newline at end of file diff --git a/.gemini/skills/experiment-designer/SKILL.md b/.gemini/skills/experiment-designer/SKILL.md new file mode 120000 index 0000000..f6f266b --- /dev/null +++ b/.gemini/skills/experiment-designer/SKILL.md @@ -0,0 +1 @@ +../../../product-team/experiment-designer/SKILL.md \ No newline at end of file diff --git a/.gemini/skills/prd/SKILL.md b/.gemini/skills/prd/SKILL.md new file mode 120000 index 0000000..a8c3f80 --- /dev/null +++ b/.gemini/skills/prd/SKILL.md @@ -0,0 +1 @@ +../../../commands/prd.md \ No newline at end of file diff --git a/.gemini/skills/product-analytics/SKILL.md b/.gemini/skills/product-analytics/SKILL.md new file mode 120000 index 0000000..16a10cd --- /dev/null +++ b/.gemini/skills/product-analytics/SKILL.md @@ -0,0 +1 @@ +../../../product-team/product-analytics/SKILL.md \ No newline at end of file diff --git a/.gemini/skills/product-discovery/SKILL.md b/.gemini/skills/product-discovery/SKILL.md new file mode 120000 index 0000000..0025041 --- /dev/null +++ b/.gemini/skills/product-discovery/SKILL.md @@ -0,0 +1 @@ +../../../product-team/product-discovery/SKILL.md \ No newline at end of file diff --git a/.gemini/skills/roadmap-communicator/SKILL.md b/.gemini/skills/roadmap-communicator/SKILL.md new file mode 120000 index 0000000..e65911e --- /dev/null +++ b/.gemini/skills/roadmap-communicator/SKILL.md @@ -0,0 +1 @@ +../../../product-team/roadmap-communicator/SKILL.md \ No newline at end of file diff --git a/.gemini/skills/sprint-plan/SKILL.md b/.gemini/skills/sprint-plan/SKILL.md new file mode 120000 index 0000000..ab487f7 --- /dev/null +++ b/.gemini/skills/sprint-plan/SKILL.md @@ -0,0 +1 @@ +../../../commands/sprint-plan.md \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index 5d49f71..41717a8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co This is a **comprehensive skills library** for Claude AI and Claude Code - reusable, production-ready skill packages that bundle domain expertise, best practices, analysis tools, and strategic frameworks. The repository provides modular skills that teams can download and use directly in their workflows. -**Current Scope:** 173 production-ready skills across 9 domains with 250 Python automation tools, 347 reference guides, 15 agents, and 15 slash commands. +**Current Scope:** 177 production-ready skills across 9 domains with 254 Python automation tools, 357 reference guides, 16 agents, and 17 slash commands. **Key Distinction**: This is NOT a traditional application. It's a library of skill packages meant to be extracted and deployed by users into their own Claude workflows. @@ -37,10 +37,10 @@ This repository uses **modular documentation**. For domain-specific guidance, se claude-code-skills/ ├── .claude-plugin/ # Plugin registry (marketplace.json) ├── agents/ # 15 cs-* prefixed agents across all domains -├── commands/ # 15 slash commands (changelog, tdd, saas-health, workspace, etc.) +├── commands/ # 17 slash commands (changelog, tdd, saas-health, workspace, prd, sprint-plan, etc.) ├── engineering-team/ # 24 core engineering skills + Playwright Pro + Self-Improving Agent ├── engineering/ # 25 POWERFUL-tier advanced skills -├── product-team/ # 8 product skills + Python tools +├── product-team/ # 12 product skills + Python tools ├── marketing-skill/ # 43 marketing skills (7 pods) + Python tools ├── c-level-advisor/ # 28 C-level advisory skills (10 roles + orchestration) ├── project-management/ # 6 PM skills + Atlassian MCP @@ -148,9 +148,9 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar ## Roadmap -**Phase 1-2 Complete:** 173 production-ready skills deployed across 9 domains +**Phase 1-2 Complete:** 177 production-ready skills deployed across 9 domains - Engineering Core (24), Engineering POWERFUL (25), Product (8), Marketing (43), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2) -- 250 Python automation tools, 347 reference guides, 15 agents, 15 commands +- 254 Python automation tools, 357 reference guides, 16 agents, 17 commands - Complete enterprise coverage from engineering through regulatory compliance, sales, customer success, and finance - MkDocs Material docs site with 210+ indexed pages for SEO @@ -203,4 +203,4 @@ This repository publishes skills to **ClawHub** (clawhub.com) as the distributio **Last Updated:** March 11, 2026 **Version:** v2.1.2 -**Status:** 173 skills deployed across 9 domains, 19 marketplace plugins, docs site live +**Status:** 177 skills deployed across 9 domains, 19 marketplace plugins, docs site live diff --git a/README.md b/README.md index 86da08e..a99fbd3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Claude Code Skills & Plugins -**173 production-ready skills and plugins for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw** — reusable expertise bundles that transform AI coding agents into specialized professionals across engineering, product, marketing, compliance, and more. +**177 production-ready skills and plugins for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw** — reusable expertise bundles that transform AI coding agents into specialized professionals across engineering, product, marketing, compliance, and more. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](https://opensource.org/licenses/MIT) -[![Skills](https://img.shields.io/badge/Skills-173-brightgreen?style=for-the-badge)](#skills-overview) -[![Agents](https://img.shields.io/badge/Agents-15-blue?style=for-the-badge)](#agents) -[![Commands](https://img.shields.io/badge/Commands-15-orange?style=for-the-badge)](#commands) +[![Skills](https://img.shields.io/badge/Skills-177-brightgreen?style=for-the-badge)](#skills-overview) +[![Agents](https://img.shields.io/badge/Agents-16-blue?style=for-the-badge)](#agents) +[![Commands](https://img.shields.io/badge/Commands-17-orange?style=for-the-badge)](#commands) [![Stars](https://img.shields.io/github/stars/alirezarezvani/claude-skills?style=for-the-badge)](https://github.com/alirezarezvani/claude-skills/stargazers) [![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1?style=for-the-badge)](https://getskillcheck.com) @@ -17,7 +17,7 @@ Skills are modular instruction packages (plugins) that give AI coding agents domain expertise they don't have out of the box. Each skill includes a `SKILL.md` (instructions + workflows), Python CLI tools, and reference documentation — everything the agent needs to perform like a specialist. -**One repo, four platforms:** Works natively as Claude Code plugins, OpenAI Codex CLI and agents, Gemini CLI skills, and OpenClaw skills. All 250 Python tools are stdlib-only and verified working. +**One repo, four platforms:** Works natively as Claude Code plugins, OpenAI Codex CLI and agents, Gemini CLI skills, and OpenClaw skills. All 254 Python tools are stdlib-only and verified working. --- @@ -46,7 +46,7 @@ cd claude-skills # Install by domain /plugin install engineering-skills@claude-code-skills # 24 core engineering /plugin install engineering-advanced-skills@claude-code-skills # 25 POWERFUL-tier -/plugin install product-skills@claude-code-skills # 8 product skills +/plugin install product-skills@claude-code-skills # 12 product skills /plugin install marketing-skills@claude-code-skills # 43 marketing skills /plugin install ra-qm-skills@claude-code-skills # 12 regulatory/quality /plugin install pm-skills@claude-code-skills # 6 project management @@ -85,7 +85,7 @@ git clone https://github.com/alirezarezvani/claude-skills.git ## Skills Overview -**173 skills across 9 domains:** +**177 skills across 9 domains:** | Domain | Skills | Highlights | Details | |--------|--------|------------|---------| @@ -93,7 +93,7 @@ git clone https://github.com/alirezarezvani/claude-skills.git | **🎭 Playwright Pro** | 9+3 | Test generation, flaky fix, Cypress/Selenium migration, TestRail, BrowserStack, 55 templates | [engineering-team/playwright-pro](engineering-team/playwright-pro/) | | **🧠 Self-Improving Agent** | 5+2 | Auto-memory curation, pattern promotion, skill extraction, memory health | [engineering-team/self-improving-agent](engineering-team/self-improving-agent/) | | **⚡ Engineering — POWERFUL** | 25 | Agent designer, RAG architect, database designer, CI/CD builder, security auditor, MCP builder | [engineering/](engineering/) | -| **🎯 Product** | 8 | Product manager, agile PO, strategist, UX researcher, UI design, landing pages (TSX + Tailwind), SaaS scaffolder | [product-team/](product-team/) | +| **🎯 Product** | 12 | Product manager, agile PO, strategist, UX researcher, UI design, landing pages, SaaS scaffolder, analytics, experiment designer, discovery, roadmap communicator | [product-team/](product-team/) | | **📣 Marketing** | 43 | 7 pods: Content (8), SEO (5), CRO (6), Channels (6), Growth (4), Intelligence (4), Sales (2) + context foundation + orchestration router. 32 Python tools. | [marketing-skill/](marketing-skill/) | | **📋 Project Management** | 6 | Senior PM, scrum master, Jira, Confluence, Atlassian admin, templates | [project-management/](project-management/) | | **🏥 Regulatory & QM** | 12 | ISO 13485, MDR 2017/745, FDA, ISO 27001, GDPR, CAPA, risk management | [ra-qm-team/](ra-qm-team/) | @@ -189,7 +189,7 @@ for MDR Annex II compliance gaps. ## Python Analysis Tools -250 CLI tools ship with the skills (all verified, stdlib-only): +254 CLI tools ship with the skills (all verified, stdlib-only): ```bash # SaaS health check diff --git a/agents/CLAUDE.md b/agents/CLAUDE.md index c0986f7..57f7346 100644 --- a/agents/CLAUDE.md +++ b/agents/CLAUDE.md @@ -6,7 +6,7 @@ This guide provides comprehensive instructions for creating **cs-* prefixed agen ### What are cs-* Agents? -**cs-* agents** are specialized Claude Code agents that orchestrate the 173 existing skills. Each agent: +**cs-* agents** are specialized Claude Code agents that orchestrate the 177 existing skills. Each agent: - References skills via relative paths (`../../marketing-skill/`) - Executes Python automation tools from skill packages - Follows established workflows and templates @@ -24,7 +24,7 @@ When skills are published to **ClawHub** (clawhub.com): ### Production Agents -**15 Agents Currently Available**: +**16 Agents Currently Available**: | Agent | Domain | Description | |-------|--------|-------------| @@ -36,6 +36,7 @@ When skills are published to **ClawHub** (clawhub.com): | [cs-product-strategist](product/cs-product-strategist.md) | Product | Product strategy, OKR cascades, market positioning | | [cs-agile-product-owner](product/cs-agile-product-owner.md) | Product | Agile product ownership and backlog management | | [cs-ux-researcher](product/cs-ux-researcher.md) | Product | UX research, usability testing, design insights | +| [cs-product-analyst](product/cs-product-analyst.md) | Product | Product analytics, KPI design, experiment design | | [cs-engineering-lead](engineering-team/cs-engineering-lead.md) | Engineering | Engineering team coordination and incident management | | [cs-workspace-admin](engineering-team/cs-workspace-admin.md) | Engineering | Google Workspace administration via gws CLI | | [cs-senior-engineer](engineering/cs-senior-engineer.md) | Engineering | Architecture decisions, code review, CI/CD setup | @@ -375,5 +376,5 @@ After creating an agent: --- **Last Updated:** March 11, 2026 -**Current:** 15 agents across 8 domains +**Current:** 16 agents across 8 domains **Related:** See [main CLAUDE.md](../CLAUDE.md) for repository overview diff --git a/docs/agents/cs-product-analyst.md b/docs/agents/cs-product-analyst.md new file mode 100644 index 0000000..7a1a958 --- /dev/null +++ b/docs/agents/cs-product-analyst.md @@ -0,0 +1,32 @@ +--- +title: "Product Analyst Agent" +description: "Product Analyst Agent - Claude Code agent for Product." +--- + +# Product Analyst Agent + +
+:material-robot: Agent +:material-lightbulb-outline: Product +:material-github: Source +
+ + +## Skill Links +- `../../product-team/product-analytics/SKILL.md` +- `../../product-team/experiment-designer/SKILL.md` + +## Primary Workflows +1. Metric framework and KPI definition +2. Dashboard design and cohort/retention analysis +3. Experiment design with hypothesis + sample sizing +4. Result interpretation and decision recommendations + +## Tooling +- `../../product-team/product-analytics/scripts/metrics_calculator.py` +- `../../product-team/experiment-designer/scripts/sample_size_calculator.py` + +## Usage Notes +- Define decision metrics before analysis to avoid post-hoc bias. +- Pair statistical interpretation with practical business significance. +- Use guardrail metrics to prevent local optimization mistakes. diff --git a/docs/agents/index.md b/docs/agents/index.md index 694a52d..939e635 100644 --- a/docs/agents/index.md +++ b/docs/agents/index.md @@ -1,13 +1,13 @@ --- title: "Agents" -description: "All 15 Claude Code agents — multi-skill orchestrators across domains." +description: "All 16 Claude Code agents — multi-skill orchestrators across domains." ---
# :material-robot: Agents -

15 agents that orchestrate skills across domains

+

16 agents that orchestrate skills across domains

@@ -73,6 +73,12 @@ description: "All 15 Claude Code agents — multi-skill orchestrators across dom Product +- :material-lightbulb-outline:{ .lg .middle } **[Product Analyst Agent](cs-product-analyst.md)** + + --- + + Product + - :material-lightbulb-outline:{ .lg .middle } **[Product Manager Agent](cs-product-manager.md)** --- diff --git a/docs/commands/index.md b/docs/commands/index.md index 2f711ea..a2c13ca 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -1,13 +1,13 @@ --- title: "Commands" -description: "All 15 slash commands for quick access to common operations." +description: "All 17 slash commands for quick access to common operations." ---
# :material-console: Slash Commands -

15 commands for quick access to common operations

+

17 commands for quick access to common operations

@@ -55,6 +55,12 @@ description: "All 15 slash commands for quick access to common operations." Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI. +- :material-console:{ .lg .middle } **[`/prd`](prd.md)** + + --- + + Generate a concise product requirements document for a feature, initiative, or problem statement. + - :material-console:{ .lg .middle } **[`/project-health`](project-health.md)** --- @@ -85,6 +91,12 @@ description: "All 15 slash commands for quick access to common operations." Score sprint health across delivery, quality, and team metrics with velocity trend analysis. +- :material-console:{ .lg .middle } **[`/sprint-plan`](sprint-plan.md)** + + --- + + Create a sprint plan with prioritized stories and capacity guardrails. + - :material-console:{ .lg .middle } **[`/tdd`](tdd.md)** --- diff --git a/docs/commands/prd.md b/docs/commands/prd.md new file mode 100644 index 0000000..88bca11 --- /dev/null +++ b/docs/commands/prd.md @@ -0,0 +1,31 @@ +--- +title: "/prd" +description: "/prd — Claude Code slash command." +--- + +# /prd + +
+:material-console: Slash Command +:material-github: Source +
+ + +Generate a concise product requirements document for a feature, initiative, or problem statement. + +## Usage + +```bash +/prd +``` + +## Output Structure + +- Problem statement +- Goals and non-goals +- User stories and acceptance criteria +- Metrics and success thresholds +- Scope and timeline assumptions + +## Skill Reference +- `product-team/product-manager-toolkit/SKILL.md` diff --git a/docs/commands/sprint-plan.md b/docs/commands/sprint-plan.md new file mode 100644 index 0000000..5bdc90a --- /dev/null +++ b/docs/commands/sprint-plan.md @@ -0,0 +1,31 @@ +--- +title: "/sprint-plan" +description: "/sprint-plan — Claude Code slash command." +--- + +# /sprint-plan + +
+:material-console: Slash Command +:material-github: Source +
+ + +Create a sprint plan with prioritized stories and capacity guardrails. + +## Usage + +```bash +/sprint-plan [capacity] +``` + +## Output Structure + +- Sprint goal +- Committed scope +- Stretch scope +- Risks and dependencies +- Story-level acceptance criteria checks + +## Skill Reference +- `product-team/agile-product-owner/SKILL.md` diff --git a/docs/getting-started.md b/docs/getting-started.md index 314ae23..302e66d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -72,7 +72,7 @@ Choose your platform and follow the steps: |--------|----------------|--------| | **Engineering Core** | `/plugin install engineering-skills@claude-code-skills` | 24 | | **Engineering POWERFUL** | `/plugin install engineering-advanced-skills@claude-code-skills` | 25 | -| **Product** | `/plugin install product-skills@claude-code-skills` | 8 | +| **Product** | `/plugin install product-skills@claude-code-skills` | 12 | | **Marketing** | `/plugin install marketing-skills@claude-code-skills` | 43 | | **Regulatory & Quality** | `/plugin install ra-qm-skills@claude-code-skills` | 12 | | **Project Management** | `/plugin install pm-skills@claude-code-skills` | 6 | @@ -112,7 +112,7 @@ AI-augmented development. Optimize for SEO. ## Python Tools -All 250 tools use the standard library only — zero pip installs, all verified. +All 254 tools use the standard library only — zero pip installs, all verified. ```bash # Security audit a skill before installing diff --git a/docs/index.md b/docs/index.md index 661e498..b9f52a9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- title: Claude Code Skills & Plugins -description: "173 production-ready skills, 19 plugins, 15 agents, and 15 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw." +description: "177 production-ready skills, 19 plugins, 16 agents, and 17 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw." hide: - toc - edit @@ -14,7 +14,7 @@ hide: # Claude Code Skills -173 production-ready skills that transform AI coding agents into specialized professionals. +177 production-ready skills that transform AI coding agents into specialized professionals. { .hero-subtitle } **Claude Code** | **OpenAI Codex** | **Gemini CLI** | **OpenClaw** @@ -27,19 +27,19 @@ hide:
-- :material-counter:{ .lg .middle } **173** +- :material-counter:{ .lg .middle } **177** --- Production-ready skills -- :material-language-python:{ .lg .middle } **250** +- :material-language-python:{ .lg .middle } **254** --- Python CLI tools (stdlib-only, all verified) -- :material-robot:{ .lg .middle } **15** +- :material-robot:{ .lg .middle } **16** --- @@ -51,7 +51,7 @@ hide: [Installable plugins](plugins/) -- :material-console:{ .lg .middle } **15** +- :material-console:{ .lg .middle } **17** --- @@ -85,9 +85,9 @@ hide: --- - Product manager, agile PO, strategist, UX researcher, UI design system, landing pages (TSX + Tailwind), SaaS scaffolder + Product manager, agile PO, strategist, UX researcher, UI design system, landing pages, SaaS scaffolder, analytics, experiment designer, discovery, roadmap communicator - [:octicons-arrow-right-24: 8 skills](skills/product-team/) + [:octicons-arrow-right-24: 12 skills](skills/product-team/) - :material-bullhorn:{ .lg .middle } **Marketing** diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 55f7a68..769e1be 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -31,7 +31,7 @@ description: "19 installable plugins for Claude Code, Codex CLI, Gemini CLI, and Engineering, Marketing, Product, C-Level, PM, RA/QM, Business, Finance -- :material-toolbox-outline:{ .lg .middle } **173 Skills** +- :material-toolbox-outline:{ .lg .middle } **177 Skills** --- @@ -99,7 +99,7 @@ graph TB B3["marketing-skills
43 skills"] B4["c-level-skills
28 skills"] B5["ra-qm-skills
12 skills"] - B6["product-skills
8 skills"] + B6["product-skills
12 skills"] B7["pm-skills
6 skills"] B8["business-growth-skills
4 skills"] B9["finance-skills
2 skills"] @@ -203,10 +203,10 @@ ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, GDPR/DSGVO, ISO 27001 ISMS, CAPA ma | | | |---|---| | **Plugin** | `product-skills` | -| **Skills** | 8 | +| **Skills** | 12 | | **Install** | `claude /plugin install product-skills` | -Product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder. 9 Python tools. +Product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder, product analytics, experiment designer, product discovery, roadmap communicator. 13 Python tools. [:octicons-arrow-right-24: Browse skills](../skills/product-team/index.md) @@ -431,7 +431,7 @@ domain-name/ | `engineering-advanced-skills` | Bundle | 25 | Development | agent, rag, database, ci-cd, mcp | | `engineering-skills` | Bundle | 24 | Development | architecture, devops, ai, ml | | `ra-qm-skills` | Bundle | 12 | Compliance | iso-13485, mdr, fda, gdpr | -| `product-skills` | Bundle | 8 | Product | pm, agile, ux, saas | +| `product-skills` | Bundle | 12 | Product | pm, agile, ux, saas, analytics, experimentation, discovery, roadmap | | `pm-skills` | Bundle | 6 | PM | scrum, jira, confluence | | `business-growth-skills` | Bundle | 4 | Business | sales, revenue, customer-success | | `finance-skills` | Bundle | 2 | Finance | dcf, valuation, saas-metrics | diff --git a/docs/skills/product-team/experiment-designer.md b/docs/skills/product-team/experiment-designer.md new file mode 100644 index 0000000..bdd0d90 --- /dev/null +++ b/docs/skills/product-team/experiment-designer.md @@ -0,0 +1,115 @@ +--- +title: "Experiment Designer" +description: "Experiment Designer - Claude Code skill from the Product domain." +--- + +# Experiment Designer + +
+:material-lightbulb-outline: Product +:material-identifier: `experiment-designer` +:material-github: Source +
+ +
+Install: claude /plugin install product-skills +
+ + +Design, prioritize, and evaluate product experiments with clear hypotheses and defensible decisions. + +## When To Use + +Use this skill for: +- A/B and multivariate experiment planning +- Hypothesis writing and success criteria definition +- Sample size and minimum detectable effect planning +- Experiment prioritization with ICE scoring +- Reading statistical output for product decisions + +## Core Workflow + +1. Write hypothesis in If/Then/Because format +- If we change `[intervention]` +- Then `[metric]` will change by `[expected direction/magnitude]` +- Because `[behavioral mechanism]` + +2. Define metrics before running test +- Primary metric: single decision metric +- Guardrail metrics: quality/risk protection +- Secondary metrics: diagnostics only + +3. Estimate sample size +- Baseline conversion or baseline mean +- Minimum detectable effect (MDE) +- Significance level (alpha) and power + +Use: +```bash +python3 scripts/sample_size_calculator.py --baseline-rate 0.12 --mde 0.02 --mde-type absolute +``` + +4. Prioritize experiments with ICE +- Impact: potential upside +- Confidence: evidence quality +- Ease: cost/speed/complexity + +ICE Score = (Impact * Confidence * Ease) / 10 + +5. Launch with stopping rules +- Decide fixed sample size or fixed duration in advance +- Avoid repeated peeking without proper method +- Monitor guardrails continuously + +6. Interpret results +- Statistical significance is not business significance +- Compare point estimate + confidence interval to decision threshold +- Investigate novelty effects and segment heterogeneity + +## Hypothesis Quality Checklist + +- [ ] Contains explicit intervention and audience +- [ ] Specifies measurable metric change +- [ ] States plausible causal reason +- [ ] Includes expected minimum effect +- [ ] Defines failure condition + +## Common Experiment Pitfalls + +- Underpowered tests leading to false negatives +- Running too many simultaneous changes without isolation +- Changing targeting or implementation mid-test +- Stopping early on random spikes +- Ignoring sample ratio mismatch and instrumentation drift +- Declaring success from p-value without effect-size context + +## Statistical Interpretation Guardrails + +- p-value < alpha indicates evidence against null, not guaranteed truth. +- Confidence interval crossing zero/no-effect means uncertain directional claim. +- Wide intervals imply low precision even when significant. +- Use practical significance thresholds tied to business impact. + +See: +- `references/experiment-playbook.md` +- `references/statistics-reference.md` + +## Tooling + +### `scripts/sample_size_calculator.py` + +Computes required sample size (per variant and total) from: +- baseline rate +- MDE (absolute or relative) +- significance level (alpha) +- statistical power + +Example: +```bash +python3 scripts/sample_size_calculator.py \ + --baseline-rate 0.10 \ + --mde 0.015 \ + --mde-type absolute \ + --alpha 0.05 \ + --power 0.8 +``` diff --git a/docs/skills/product-team/index.md b/docs/skills/product-team/index.md index 3cc0f93..855dc0e 100644 --- a/docs/skills/product-team/index.md +++ b/docs/skills/product-team/index.md @@ -1,13 +1,13 @@ --- title: "Product Skills" -description: "All 9 Product skills for Claude Code, Codex CLI, Gemini CLI, and OpenClaw." +description: "All 13 Product skills for Claude Code, Codex CLI, Gemini CLI, and OpenClaw." ---
# :material-lightbulb-outline: Product -

9 skills in this domain

+

13 skills in this domain

@@ -29,12 +29,30 @@ description: "All 9 Product skills for Claude Code, Codex CLI, Gemini CLI, and O Tier: POWERFUL +- **[Experiment Designer](experiment-designer.md)** + + --- + + Design, prioritize, and evaluate product experiments with clear hypotheses and defensible decisions. + - **[Landing Page Generator](landing-page-generator.md)** --- Generate high-converting landing pages from a product description. Output complete Next.js/React components with mult... +- **[Product Analytics](product-analytics.md)** + + --- + + Define, track, and interpret product metrics across discovery, growth, and mature product stages. + +- **[Product Discovery](product-discovery.md)** + + --- + + Run structured discovery to identify high-value opportunities and de-risk product bets. + - **[Product Manager Toolkit](product-manager-toolkit.md)** --- @@ -53,6 +71,12 @@ description: "All 9 Product skills for Claude Code, Codex CLI, Gemini CLI, and O 8 production-ready product skills covering product management, UX/UI design, and SaaS development. +- **[Roadmap Communicator](roadmap-communicator.md)** + + --- + + Create clear roadmap communication artifacts for internal and external stakeholders. + - **[SaaS Scaffolder](saas-scaffolder.md)** --- diff --git a/docs/skills/product-team/product-analytics.md b/docs/skills/product-team/product-analytics.md new file mode 100644 index 0000000..9ce09ce --- /dev/null +++ b/docs/skills/product-team/product-analytics.md @@ -0,0 +1,118 @@ +--- +title: "Product Analytics" +description: "Product Analytics - Claude Code skill from the Product domain." +--- + +# Product Analytics + +
+:material-lightbulb-outline: Product +:material-identifier: `product-analytics` +:material-github: Source +
+ +
+Install: claude /plugin install product-skills +
+ + +Define, track, and interpret product metrics across discovery, growth, and mature product stages. + +## When To Use + +Use this skill for: +- Metric framework selection (AARRR, North Star, HEART) +- KPI definition by product stage (pre-PMF, growth, mature) +- Dashboard design and metric hierarchy +- Cohort and retention analysis +- Feature adoption and funnel interpretation + +## Workflow + +1. Select metric framework +- AARRR for growth loops and funnel visibility +- North Star for cross-functional strategic alignment +- HEART for UX quality and user experience measurement + +2. Define stage-appropriate KPIs +- Pre-PMF: activation, early retention, qualitative success +- Growth: acquisition efficiency, expansion, conversion velocity +- Mature: retention depth, revenue quality, operational efficiency + +3. Design dashboard layers +- Executive layer: 5-7 directional metrics +- Product health layer: acquisition, activation, retention, engagement +- Feature layer: adoption, depth, repeat usage, outcome correlation + +4. Run cohort + retention analysis +- Segment by signup cohort or feature exposure cohort +- Compare retention curves, not single-point snapshots +- Identify inflection points around onboarding and first value moment + +5. Interpret and act +- Connect metric movement to product changes and release timeline +- Distinguish signal from noise using period-over-period context +- Propose one clear product action per major metric risk/opportunity + +## KPI Guidance By Stage + +### Pre-PMF +- Activation rate +- Week-1 retention +- Time-to-first-value +- Problem-solution fit interview score + +### Growth +- Funnel conversion by stage +- Monthly retained users +- Feature adoption among new cohorts +- Expansion / upsell proxy metrics + +### Mature +- Net revenue retention aligned product metrics +- Power-user share and depth of use +- Churn risk indicators by segment +- Reliability and support-deflection product metrics + +## Dashboard Design Principles + +- Show trends, not isolated point estimates. +- Keep one owner per KPI. +- Pair each KPI with target, threshold, and decision rule. +- Use cohort and segment filters by default. +- Prefer comparable time windows (weekly vs weekly, monthly vs monthly). + +See: +- `references/metrics-frameworks.md` +- `references/dashboard-templates.md` + +## Cohort Analysis Method + +1. Define cohort anchor event (signup, activation, first purchase). +2. Define retained behavior (active day, key action, repeat session). +3. Build retention matrix by cohort week/month and age period. +4. Compare curve shape across cohorts. +5. Flag early drop points and investigate journey friction. + +## Retention Curve Interpretation + +- Sharp early drop, low plateau: onboarding mismatch or weak initial value. +- Moderate drop, stable plateau: healthy core audience with predictable churn. +- Flattening at low level: product used occasionally, revisit value metric. +- Improving newer cohorts: onboarding or positioning improvements are working. + +## Tooling + +### `scripts/metrics_calculator.py` + +CLI utility for: +- Retention rate calculations by cohort age +- Cohort table generation +- Basic funnel conversion analysis + +Examples: +```bash +python3 scripts/metrics_calculator.py retention events.csv +python3 scripts/metrics_calculator.py cohort events.csv --cohort-grain month +python3 scripts/metrics_calculator.py funnel funnel.csv --stages visit,signup,activate,pay +``` diff --git a/docs/skills/product-team/product-discovery.md b/docs/skills/product-team/product-discovery.md new file mode 100644 index 0000000..75ba80f --- /dev/null +++ b/docs/skills/product-team/product-discovery.md @@ -0,0 +1,125 @@ +--- +title: "Product Discovery" +description: "Product Discovery - Claude Code skill from the Product domain." +--- + +# Product Discovery + +
+:material-lightbulb-outline: Product +:material-identifier: `product-discovery` +:material-github: Source +
+ +
+Install: claude /plugin install product-skills +
+ + +Run structured discovery to identify high-value opportunities and de-risk product bets. + +## When To Use + +Use this skill for: +- Opportunity Solution Tree facilitation +- Assumption mapping and test planning +- Problem validation interviews and evidence synthesis +- Solution validation with prototypes/experiments +- Discovery sprint planning and outputs + +## Core Discovery Workflow + +1. Define desired outcome +- Set one measurable outcome to improve. +- Establish baseline and target horizon. + +2. Build Opportunity Solution Tree (OST) +- Outcome -> opportunities -> solution ideas -> experiments +- Keep opportunities grounded in user evidence, not internal opinions. + +3. Map assumptions +- Identify desirability, viability, feasibility, and usability assumptions. +- Score assumptions by risk and certainty. + +Use: +```bash +python3 scripts/assumption_mapper.py assumptions.csv +``` + +4. Validate the problem +- Conduct interviews and behavior analysis. +- Confirm frequency, severity, and willingness to solve. +- Reject weak opportunities early. + +5. Validate the solution +- Prototype before building. +- Run concept, usability, and value tests. +- Measure behavior, not only stated preference. + +6. Plan discovery sprint +- 1-2 week cycle with explicit hypotheses +- Daily evidence reviews +- End with decision: proceed, pivot, or stop + +## Opportunity Solution Tree (Teresa Torres) + +Structure: +- Outcome: metric you want to move +- Opportunities: unmet customer needs/pains +- Solutions: candidate interventions +- Experiments: fastest learning actions + +Quality checks: +- At least 3 distinct opportunities before converging. +- At least 2 experiments per top opportunity. +- Tie every branch to evidence source. + +## Assumption Mapping + +Assumption categories: +- Desirability: users want this +- Viability: business value exists +- Feasibility: team can build/operate it +- Usability: users can successfully use it + +Prioritization rule: +- High risk + low certainty assumptions are tested first. + +## Problem Validation Techniques + +- Problem interviews focused on current behavior +- Journey friction mapping +- Support ticket and sales-call synthesis +- Behavioral analytics triangulation + +Evidence threshold examples: +- Same pain repeated across multiple target users +- Observable workaround behavior +- Measurable cost of current pain + +## Solution Validation Techniques + +- Concept tests (value proposition comprehension) +- Prototype usability tests (task success/time-to-complete) +- Fake door or concierge tests (demand signal) +- Limited beta cohorts (retention/activation signals) + +## Discovery Sprint Planning + +Suggested 10-day structure: +- Day 1-2: Outcome + opportunity framing +- Day 3-4: Assumption mapping + test design +- Day 5-7: Problem and solution tests +- Day 8-9: Evidence synthesis + decision options +- Day 10: Stakeholder decision review + +## Tooling + +### `scripts/assumption_mapper.py` + +CLI utility that: +- reads assumptions from CSV or inline input +- scores risk/certainty priority +- emits prioritized test plan with suggested test types + +See `references/discovery-frameworks.md` for framework details. diff --git a/docs/skills/product-team/roadmap-communicator.md b/docs/skills/product-team/roadmap-communicator.md new file mode 100644 index 0000000..903c20e --- /dev/null +++ b/docs/skills/product-team/roadmap-communicator.md @@ -0,0 +1,103 @@ +--- +title: "Roadmap Communicator" +description: "Roadmap Communicator - Claude Code skill from the Product domain." +--- + +# Roadmap Communicator + +
+:material-lightbulb-outline: Product +:material-identifier: `roadmap-communicator` +:material-github: Source +
+ +
+Install: claude /plugin install product-skills +
+ + +Create clear roadmap communication artifacts for internal and external stakeholders. + +## When To Use + +Use this skill for: +- Building roadmap presentations in different formats +- Writing stakeholder updates (board, engineering, customers) +- Producing release notes (user-facing and internal) +- Generating changelogs from git history +- Structuring feature announcements + +## Roadmap Formats + +1. Now / Next / Later +- Best for uncertainty and strategic flexibility. +- Communicate direction without false precision. + +2. Timeline roadmap +- Best for fixed-date commitments and launch coordination. +- Requires active risk and dependency management. + +3. Theme-based roadmap +- Best for outcome-led planning and cross-team alignment. +- Groups initiatives by problem space or strategic objective. + +See `references/roadmap-templates.md` for templates. + +## Stakeholder Update Patterns + +### Board / Executive +- Outcome and risk oriented +- Focus on progress against strategic goals +- Highlight trade-offs and required decisions + +### Engineering +- Scope, dependencies, and sequencing clarity +- Status, blockers, and resourcing implications + +### Customers +- Value narrative and timing window +- What is available now vs upcoming +- Clear expectation setting + +See `references/communication-templates.md` for reusable templates. + +## Release Notes Guidance + +### User-Facing Release Notes +- Lead with user value, not internal implementation details. +- Group by workflows or user jobs. +- Include migration/behavior changes explicitly. + +### Internal Release Notes +- Include technical details, operational impact, and known issues. +- Capture rollout plan, rollback criteria, and monitoring notes. + +## Changelog Generation + +Use: +```bash +python3 scripts/changelog_generator.py --from v1.0.0 --to HEAD +``` + +Features: +- Reads git log range +- Parses conventional commit prefixes +- Groups entries by type (`feat`, `fix`, `chore`, etc.) +- Outputs markdown or plain text + +## Feature Announcement Framework + +1. Problem context +2. What changed +3. Why it matters +4. Who benefits most +5. How to get started +6. Call to action and feedback channel + +## Communication Quality Checklist + +- [ ] Audience-specific framing is explicit. +- [ ] Outcomes and trade-offs are clear. +- [ ] Terminology is consistent across artifacts. +- [ ] Risks and dependencies are not hidden. +- [ ] Next actions and owners are specified. diff --git a/mkdocs.yml b/mkdocs.yml index 4cd1d5f..ea0451e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Claude Code Skills & Plugins site_url: https://alirezarezvani.github.io/claude-skills/ -site_description: "173 production-ready skills, 15 agents, and 15 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw. Reusable expertise for engineering, product, marketing, compliance, and more." +site_description: "177 production-ready skills, 16 agents, and 17 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw. Reusable expertise for engineering, product, marketing, compliance, and more." site_author: Alireza Rezvani repo_url: https://github.com/alirezarezvani/claude-skills repo_name: alirezarezvani/claude-skills @@ -190,9 +190,13 @@ nav: - Overview: skills/product-team/index.md - "Agile Product Owner": skills/product-team/agile-product-owner.md - "Competitive Teardown": skills/product-team/competitive-teardown.md + - "Experiment Designer": skills/product-team/experiment-designer.md - "Landing Page Generator": skills/product-team/landing-page-generator.md + - "Product Analytics": skills/product-team/product-analytics.md + - "Product Discovery": skills/product-team/product-discovery.md - "Product Manager Toolkit": skills/product-team/product-manager-toolkit.md - "Product Strategist": skills/product-team/product-strategist.md + - "Roadmap Communicator": skills/product-team/roadmap-communicator.md - "SaaS Scaffolder": skills/product-team/saas-scaffolder.md - "UI Design System": skills/product-team/ui-design-system.md - "UX Researcher & Designer": skills/product-team/ux-researcher-designer.md @@ -325,6 +329,7 @@ nav: - "CS Growth Strategist": agents/cs-growth-strategist.md - "CS Product Manager": agents/cs-product-manager.md - "CS Workspace Admin": agents/cs-workspace-admin.md + - "CS Product Analyst": agents/cs-product-analyst.md - "CS Product Strategist": agents/cs-product-strategist.md - "CS Project Manager": agents/cs-project-manager.md - "CS Quality & Regulatory": agents/cs-quality-regulatory.md @@ -338,11 +343,13 @@ nav: - "/okr": commands/okr.md - "/persona": commands/persona.md - "/pipeline": commands/pipeline.md + - "/prd": commands/prd.md - "/project-health": commands/project-health.md - "/retro": commands/retro.md - "/rice": commands/rice.md - "/saas-health": commands/saas-health.md - "/sprint-health": commands/sprint-health.md + - "/sprint-plan": commands/sprint-plan.md - "/tdd": commands/tdd.md - "/tech-debt": commands/tech-debt.md - "/user-story": commands/user-story.md