Product Manager Shares 70+ Claude Skills for Automating PM Workflows

A product manager with approximately 20 years of experience has systematically replaced recurring work with Claude skills over the last six months, creating a collection of 70+ skills covering the full PM workflow.
Key Skills Available
/prd-generator— turns messy feature ideas into structured PRDs/user-interview-analyzer— extracts opportunities and quotes from raw interview transcripts/competitive-profile-builder— researches competitors and outputs strategic profiles/roadmap-builder— links initiatives to business objectives with measurable outcomes/weekly-metrics— pulls PostHog data and generates PM-ready reviews/win-loss-analysis— analyzes deal patterns to improve positioning/experiment-designer— structures product experiments beyond basic A/B tests
Additional skills cover go-to-market strategies, pricing strategy, OKR setting, stakeholder updates, and decision frameworks.
Technical Implementation
Each skill is packaged as a SKILL.md file designed for Claude Code. These files work out of the box but can be customized for specific contexts. The creator has made all skills available for free download at mysecond.ai/skills, though multi-agent workflows are a paid feature. Access requires providing an email address.
The creator is also willing to share the SKILL.md format for others who want to build their own skills.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Optimizer v1.18.0 released with OpenClaw v2026.3.7 alignment
OpenClaw Optimizer skill v1.18.0 is now aligned with OpenClaw v2026.3.7, adding support for new AI providers including Google Gemini 3.1 Flash-Lite and OpenAI gpt-5.4, plus new CLI commands like /session idle and /usage cost.

Parallel Agent Orchestrator for Claude Code Using Git Worktrees
A developer built a parallel orchestrator that uses git worktrees to create isolated environments for Claude Code agents, solving the problem of shared working directories causing broken apps and messy git status.

log-context-mcp: MCP tool reduces log token usage by 96% for Claude debugging
log-context-mcp is an MCP tool that preprocesses log files before they reach Claude's context, deduplicating lines, grouping stack traces, and stripping noise to reduce token usage. Testing on a 2000-line Apache log showed 96.5% reduction while correctly identifying root causes.

Giving Claude a Local LLM as an Assistant via MCP on Mac
A developer connects Claude to a local Qwen 2.5 Coder 14B via Ollama and MCP, creating a no-cost assistant for delegating tasks like text processing and handling large files.