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

InsAIts Runtime Security Monitor for Claude Code Hits 8,000 PyPI Downloads
InsAIts, a runtime security monitor for Claude Code agentic sessions, has reached 8,140 total downloads on PyPI. Version 3.4.0 adds an Adaptive Context Manager, layered anchor injection system, and dashboard improvements.

OpenClaw Context Meter Plugin Shows Telegram Token Usage Percentage
A new OpenClaw plugin displays token usage percentage after every Telegram bot response, showing values like '45k / 200k (22%)' and detecting compaction events. The plugin avoids OOM issues by hardcoding context windows instead of using execSync.

Pneuma: An AI-Generated Desktop Environment Where Software Materializes from Descriptions
Pneuma is a desktop computing environment where you describe what you want—a CPU monitor, game, notes app, or data visualizer—and a working program materializes in seconds. The system generates self-contained Rust modules, compiles them to WebAssembly, and executes them in sandboxed Wasmtime instances with GPU rendering via wgpu.

Session Siphon: Open Source Tool Consolidates AI Coding Agent Conversations
Session Siphon is a free, open source tool that consolidates and indexes conversation history from multiple AI coding agents across different providers and machines. The developer created it using Claude to solve the problem of tracking conversations across different platforms.