claude-skills/product-team
Claude 261c158eaf
fix(pm-product): second review round — bad --as-of exits 2, real --sample on the two fixed tools, ost_linter docstring exception
- jira_snapshot_bridge.py: a malformed --as-of now refuses with exit 2 instead of
  raising TypeError (same guard as discovery_cadence_tracker).
- user_story_generator.py / persona_generator.py: add a real --sample flag so the
  harness manifests can smoke-test them (supports_sample now true; product-team
  manifest regenerated).
- ost_linter.py: document the --sample-always-exits-0 exception in the exit-code
  contract.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019Uzm8dKoeXPayJVMojpSbw
2026-07-03 13:30:29 +00:00
..
.claude-plugin fix(pm-product): address review findings — version relabel to v2.11.1, MC zero-week sampling, as-of guard, manifest truncation 2026-07-03 13:19:53 +00:00
.codex release: v2.1.2 — landing page TSX output, brand voice integration, docs update 2026-03-10 09:45:05 +01:00
agents fix(pm-product): resolve 3 path references flagged by check_paths.py 2026-07-03 07:06:05 +00:00
agile-product-owner fix(pm-product): second review round — bad --as-of exits 2, real --sample on the two fixed tools, ost_linter docstring exception 2026-07-03 13:30:29 +00:00
apple-hig-expert feat(skills): wave-3 optimization — domain overhauls per newgen audit 2026-06-11 03:58:41 +00:00
code-to-prd feat(skills): wave-3 optimization — domain overhauls per newgen audit 2026-06-11 03:58:41 +00:00
commands feat(pm-product): agent-harness upgrade for product-team + project-management + agentic audit 2026-07-03 06:41:46 +00:00
research-summarizer feat(skills): wave-3 optimization — domain overhauls per newgen audit 2026-06-11 03:58:41 +00:00
skills fix(pm-product): second review round — bad --as-of exits 2, real --sample on the two fixed tools, ost_linter docstring exception 2026-07-03 13:30:29 +00:00
CLAUDE.md feat(pm-product): agent-harness upgrade for product-team + project-management + agentic audit 2026-07-03 06:41:46 +00:00
README.md chore(versioning,docs): normalize stale versions to 2.9.0 + refresh counts 2026-05-27 05:22:59 +00:00

Product Team Skills Collection

17 production-ready product skills covering product management, agile delivery, strategy, UX research, design systems, competitive intelligence, landing pages, and SaaS scaffolding.


Overview

  • 8 skills covering the full product lifecycle from discovery to delivery
  • 9 Python automation tools (stdlib only, zero dependencies)
  • 4 agents orchestrating skills across product workflows
  • 5 slash commands for quick access to common operations

Skills Catalog

1. Product Manager Toolkit

Python Tools: rice_prioritizer.py, customer_interview_analyzer.py

RICE prioritization with portfolio analysis, customer interview NLP analysis, PRD templates, and discovery frameworks.

2. Agile Product Owner

Python Tools: user_story_generator.py

INVEST-compliant user story generation, sprint planning with capacity allocation, epic breakdown, and acceptance criteria.

3. Product Strategist

Python Tools: okr_cascade_generator.py

OKR cascade generation (company to product to team), alignment scoring, and 5 strategy templates.

4. UX Researcher Designer

Python Tools: persona_generator.py

Data-driven persona generation, journey mapping frameworks, usability testing protocols, and empathy maps.

5. UI Design System

Python Tools: design_token_generator.py

Design token generation from brand color (CSS, JSON, SCSS), typography scales, spacing grids, and responsive breakpoints.

6. Competitive Teardown

Python Tools: competitive_matrix_builder.py

12-dimension competitive scoring, feature matrices, SWOT analysis, positioning maps, and stakeholder presentations.

7. Landing Page Generator

Python Tools: landing_page_scaffolder.py

Next.js/React TSX components with Tailwind CSS, 4 design styles, copy frameworks (PAS, AIDA, BAB), SEO optimization. Also supports HTML output.

8. SaaS Scaffolder

Python Tools: project_bootstrapper.py

Production SaaS boilerplate with Next.js, TypeScript, auth (NextAuth/Clerk/Supabase), payments (Stripe/Lemon Squeezy), and Docker.


Slash Commands

Command Script Purpose
/rice rice_prioritizer.py Feature prioritization
/okr okr_cascade_generator.py OKR cascade generation
/persona persona_generator.py Persona generation
/user-story user_story_generator.py User story generation
/competitive-matrix competitive_matrix_builder.py Competitive analysis

Quick Start

# Prioritize your backlog
python product-manager-toolkit/scripts/rice_prioritizer.py features.csv --capacity 20

# Generate user stories for a sprint
python agile-product-owner/scripts/user_story_generator.py sprint 30

# Create OKR cascade
python product-strategist/scripts/okr_cascade_generator.py growth

# Generate personas
python ux-researcher-designer/scripts/persona_generator.py

# Generate design tokens
python ui-design-system/scripts/design_token_generator.py "#0066CC" modern css

# Competitive analysis
python competitive-teardown/scripts/competitive_matrix_builder.py competitors.json

# Scaffold a landing page (TSX + Tailwind)
python landing-page-generator/scripts/landing_page_scaffolder.py config.json --format tsx

# Bootstrap a SaaS project
python saas-scaffolder/scripts/project_bootstrapper.py config.json

Agents

Agent Skills Orchestrated
cs-product-manager All 8 product skills
cs-agile-product-owner Agile product owner + product manager toolkit
cs-product-strategist Product strategist + competitive teardown
cs-ux-researcher UX researcher + product manager toolkit + UI design system

Last Updated: March 10, 2026 Version: v2.9.0 Skills Deployed: 17/17 production-ready Total Tools: 9 Python automation tools