Open-source 31-agent product development system for Claude with 12,000+ lines of content

An open-source product development system has been released as a Claude Skill, providing 31 specialized AI agents and 20 strategic frameworks that cover every department of a company. The system includes coverage for product, engineering, design, security, legal, finance, operations, HR, marketing, compliance, trust & safety, fraud, AI/ML, ESG, and government relations.
Key Features
The system differs from generic templates in several ways:
- Each agent operates at department-head depth, with specific examples like the PRD agent specifying payment failure recovery down to scenarios like "what if UPI times out"
- 200+ edge cases in a stress-test framework that catches issues product managers might miss for years
- 14 complete company policies including POSH, whistleblower, anti-corruption, and data protection policies (not just outlines)
- Country-specific compliance for India, US, EU, UK, and 6 Southeast Asian countries
- A Founder's Playbook with week-by-week execution plans, exact costs, and fundraising amounts
- Salary bands by function × level × geography with an annual maintenance process
- A smart-loading system that routes requests to only the agents needed, avoiding unnecessary context window usage
- A memory system called KDR/MASTER KDR that survives chat compaction and works even on the free tier
Technical Details
The system consists of 62 files with 12,000+ lines of content covering 250+ areas with 0 gaps found according to the creator. The content is audited for comprehensive coverage across all business functions.
Usage Instructions
To use the system:
- Upload it to Claude as a project skill
- Say "I want to build [your idea]" — the system activates in phases
- Alternatively, use individual files as standalone references
The project is MIT licensed and free forever. The creator is seeking feedback on what's missing, what could be deeper, and what industry-specific extensions would be most useful.
📖 Read the full source: r/ClaudeAI
👀 See Also

Agent Wake Skill for OpenClaw: Notify Discord When Tasks Complete
A developer created agent-wake.py, a Python script that Claude Code calls after tasks finish. It sends Discord pings and fires wake events via the gateway HTTP API, prompting the agent to post summaries automatically.

Integrating Local LLM Agents with ComfyUI for Natural Language Batch Image Generation
A developer shares how they wired their local OpenClaw agent to ComfyUI, enabling natural language commands for batch image generation workflows. The integration uses a custom agent skill that maps English requests to ComfyUI workflow JSON and handles API communication.

PromptForest: Local-First Prompt Injection Detection with Uncertainty
PromptForest is a lightweight, local-first library that detects prompt injections and jailbreaks, classifying them while evaluating certainty, all without increasing average request latency.

llmLibrarian: Local RAG Engine with MCP Integration for File-Based AI Search
llmLibrarian is a local RAG engine that exposes retrieval over MCP, allowing AI agents like Claude to query indexed files. It uses ChromaDB collections for organization, Ollama for synthesis, and keeps everything on-device.