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

✍️ OpenClawRadar📅 Published: February 28, 2026🔗 Source
Open Source Claude Skills for Product Managers: PRD Generator, User Stories, Meeting Notes
Ad

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.

Ad

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

Ad

👀 See Also

Terminal-Based 3D Renderer Built with Multi-Agent Claude Code System
Tools

Terminal-Based 3D Renderer Built with Multi-Agent Claude Code System

A developer created tortuise, a pure terminal-based 3D renderer that displays Gaussian splats using Unicode and ASCII symbols, built over 3 days using 70-80 AI agents coordinated through a Claude Code setup with subagents inside subagents.

OpenClawRadar
Bifrost LLM Gateway: 11 Microsecond Overhead, Single Binary in Go
Tools

Bifrost LLM Gateway: 11 Microsecond Overhead, Single Binary in Go

Bifrost is an open-source LLM proxy written in Go that routes requests to OpenAI, Anthropic, Azure, and Bedrock with 11 microsecond overhead per request, handling 5,000 RPS on a $20/month VPS.

OpenClawRadar
Local voice-to-text transcription for OpenClaw using Parakeet TDT 0.6b v3
Tools

Local voice-to-text transcription for OpenClaw using Parakeet TDT 0.6b v3

A developer has converted NVIDIA's Parakeet TDT 0.6b v3 model to run locally via ONNX on CPU, supporting 25 European languages. The model provides an OpenAI-compatible API endpoint through a Docker container, allowing integration with OpenClaw for audio file transcription.

OpenClawRadar
yoyo: Local MCP Server for Grounded Codebase Reads and Guarded Writes with Claude Code
Tools

yoyo: Local MCP Server for Grounded Codebase Reads and Guarded Writes with Claude Code

yoyo is an open-source local MCP server that provides coding agents like Claude Code with grounded repository reads and guarded writes across 16 languages, including Rust, Go, Python, and TypeScript. It prevents broken edits from silently landing by returning machine-readable guard_failure output and enabling retry_plan for targeted repairs.

OpenClawRadar