Open Source Claude Skills for Product Managers: PRD Generator, User Stories, Meeting Notes

A developer has published five open-source Claude AI skills designed specifically for product managers. The tools generate properly formatted .docx files instead of messy chat output and avoid making up content.
Available Skills
- PRD Generator – Users can pick from 15 sections and get a clean .docx document. Missing information is flagged as placeholders to prevent hallucinated non-functional requirements.
- User Story Writer – Converts features, PRDs, or rough notes into structured user stories with acceptance criteria (using GWT or checklist format) and edge cases.
- Meeting Synthesizer – Transforms raw meeting notes into decisions, action items (with owner and deadline), key points, and open questions.
- Market Research – Uses Claude's web search capability to find real, cited data including competitors (both direct and indirect), market sizing, trends, and SWOT analysis.
- Stakeholder Updates – Converts sprint dumps into crisp updates with RAG (presumably retrieval-augmented generation), blockers (with owner and impact), and decision asks.
The developer created these skills to avoid repeating the same instructions to Claude, such as "use GWT," "don't invent requirements," and "format it properly." The skills are available as a single install package that requires no prompt babysitting once set up.
The project is hosted on GitHub with a setup guide, and the developer accepts feedback and feature requests. A Buy Me a Coffee link is provided for those who find the tools useful.
📖 Read the full source: r/ClaudeAI
👀 See Also

Transloadit MCP Server Connects AI Agents to Media Processing Pipeline
Transloadit built an MCP server that connects Claude and other AI agents to their media processing pipeline with 86 Robots for video, audio, image, and document processing. Setup in Claude Code requires one line: npx -y @transloadit/mcp-server stdio with TRANSLOADIT_KEY and TRANSLOADIT_SECRET environment variables.

LobsterBoard adds theme system and template gallery
LobsterBoard now includes a theme system with five visual options and a template gallery that allows users to export and import dashboard layouts with automatic sensitive data stripping.

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

RunAnywhere RCLI: On-Device Voice AI Pipeline for Apple Silicon
RunAnywhere has released RCLI, an open-source voice AI pipeline for macOS that runs STT, LLM, and TTS entirely on Apple Silicon devices. The tool uses their proprietary MetalRT inference engine and claims significant performance improvements over existing solutions.