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

Claude Opus 4.6: A Model for Sustained Engineering Tasks
Claude Opus 4.6 brings sustained focus to long-term projects, supporting multi-day tasks with features like ultra-long context and adaptive thinking.

Master-plan: A Minimal Terminal Task System Built for Claude Code Users
A developer has built master-plan, a Claude Code plugin with four slash commands that manages tasks directly in the terminal using a markdown file and git. The system captures ideas mid-session without context switching and auto-detects test runners.

Selfware: Rust-based local AI agent framework with PDVR architecture
Selfware is an open-source AI agent framework built in Rust for local inference, implementing a PDVR cognitive cycle with 54 built-in tools and designed for long-running tasks on consumer hardware.

PaperclipAI: Open-source orchestration for zero-human companies
PaperclipAI is an open-source orchestration framework designed for fully automated companies. The project gained 14,000 GitHub stars in its first week of existence.