By jpoutrin
Develop Claude Code plugins from scratch with full directory structure, agents, skills, and commands. Install LSP servers for code intelligence in Python, TypeScript, Go, Rust. Configure MCP servers connecting to Jira, Sentry, PostgreSQL, Figma, Slack. Copy/install marketplace components, document sessions via CLAUDE.md, analyze usage for improvements, and automate tmux notifications/hooks.
npx claudepluginhub jpoutrin/product-forge --plugin claude-code-devCopy an agent from Product Forge to user or project level
Copy a command from Product Forge to user or project level
Copy a skill from Product Forge to user or project level
Create a new Claude Code agent with proper YAML frontmatter structure. Use when the user wants to add a specialized agent to a plugin. Handles agent file creation with name, description, tools, model selection, and color configuration.
Create a new Claude Code slash command with proper YAML frontmatter structure. Use when the user wants to add a custom slash command to a plugin. Handles command file creation with description, argument hints, allowed tools, and all advanced features.
Create a new Claude Code plugin with proper directory structure and manifest. Use when the user wants to create a new plugin from scratch. Sets up plugin.json, directory structure, and optional components.
Create a new Claude Code agent skill with proper folder structure and SKILL.md format. Use when the user wants to add a model-invoked skill that Claude uses autonomously based on context. Handles skill folder creation with SKILL.md and optional reference files.
Enable feedback capture hooks for the current project
Install and configure LSP (Language Server Protocol) for Claude Code to enable go-to-definition, find-references, and real-time diagnostics
Install Playwright MCP server for browser automation in Claude Code
Integrate a user or project command into Product Forge
Set up and configure MCP (Model Context Protocol) servers with Claude Code. Use when the user wants to connect Claude Code to external tools, databases, APIs, or services via MCP. Handles HTTP, SSE, and stdio server configurations with proper authentication.
Auto-detects reusable patterns, best practices, and automation opportunities during implementation. Recognizes repetitive structures and generalizable solutions that could become skills.
Propose improvements or new components for Product Forge
Propose additions to project CLAUDE.md based on session learnings
Review and sync captured feedback to Product Forge
Set up tmux notification system for Claude Code sessions
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimDynamic task-based agentic delegation with builder/validator pairs and meta-prompt team orchestration
12 PM-specific agent skills, 6 workflow commands, 3 automation hooks for Product Managers
'MUST BE USED PROACTIVELY when user mentions: planning, PRD, product requirements document, project plan, roadmap, specification, requirements analysis, feature breakdown, technical spec, project estimation, milestone planning, or task decomposition. Use IMMEDIATELY when user says "create a PRD", "plan this feature", "document requirements", "break down this project", "estimate this work", "create a roadmap", "write specifications", or references planning/documentation needs. Expert Technical Project Manager that creates comprehensive PRDs with user stories, acceptance criteria, technical architecture, task breakdowns, and separate task assignment files for sub-agent delegation.'
Skills for the claude autonomous agent system - Generate PRDs and convert them to prd.json format for autonomous execution
Agent-first PM toolkit with 9 specialist agents and 18 skills for solo developers and small teams
PRD generation and management tool. Helps structure product specifications and requirements documentation.
A comprehensive Claude Code marketplace plugin for product development, PRD management, task tracking, and secure technical implementation. Features CPO/CTO/Marketing/UX/DPO/DevOps/Data Engineering/RAG-CAG expertise with specialized technical agents (Django, FastAPI, FastMCP, React/TypeScript, Celery, Playwright) that research current documentation before coding. Includes design system management, cloud infrastructure (AWS, GCP, Ansible), data transformation (dbt, SQLMesh), RAG/CAG architecture with multi-tenant security, MCP security with 5-layer defense, OAuth/OIDC, and privacy compliance (GDPR/CCPA).
Product Forge includes a unified forge CLI tool for skill-related utilities:
Fetch YouTube video transcripts as readable text files:
# Install with YouTube support
uv tool install . --with youtube-transcript-api
# Fetch transcript
forge youtube "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
forge youtube "https://youtu.be/dQw4w9WgXcQ" --output transcripts/
forge youtube dQw4w9WgXcQ
Manage Product Forge learnings and feedback:
# Initialize learnings directory
forge feedback init
# Show statistics
forge feedback stats
# List feedback items
forge feedback list
forge feedback list --project product-forge
forge feedback list --type improvement
# Save feedback (used by hooks)
cat feedback.json | forge feedback save
See FORGE_CLI_IMPLEMENTATION_SUMMARY.md for complete CLI documentation.
Skills automatically activate when Claude detects relevant context, providing expert guidance without explicit commands.
| Skill | Triggers | Description |
|---|---|---|
| PRD Management | prd, requirements | Automatic lifecycle management and organization |
| Task Orchestration | task, implement | Documentation-first execution with quality checks |
| Product Strategy | strategy, market | Chief Product Officer expertise with proven frameworks |
| Documentation Research | code, build, develop | Enforces online documentation research before implementation |
| MCP Security | mcp security, prompt injection, authorization | 5-layer defense architecture for multi-agent systems |
| Design System | design system, components, tokens | Build and reuse UI components, tokens, and patterns |
| Python Style | python, django, fastapi, celery | PEP standards, type hints, and modern Python patterns |
| TypeScript Style | typescript, react, node, eslint | Strict typing, ESLint, and modern TS/JS patterns |
| Privacy Compliance | gdpr, ccpa, privacy, data protection | GDPR, CCPA/CPRA, and regional compliance |
| AWS Cloud | aws, ec2, s3, lambda, iam | AWS services best practices and IAM security |
| GCP Cloud | gcp, gce, bigquery, cloud run | Google Cloud best practices and IAM security |
| Ansible | ansible, playbook, vault | Ansible automation for infrastructure |
| OAuth | oauth, oidc, jwt, pkce | OAuth 2.0 and OpenID Connect implementation |
| dbt | dbt, data transformation | dbt modeling, testing, and documentation |
| SQLMesh | sqlmesh, virtual environments | SQLMesh incremental models and CI/CD |
| RAG/CAG Architecture | rag, cag, vector database, embeddings | RAG/CAG patterns, chunking, multi-tenant security |
| Chunking Strategies | chunking, text splitting, semantic chunking | Document-type-specific chunking, RAPTOR, evaluation |
Commands you invoke when you need specific functionality.
| Command | Usage | Description |
|---|---|---|
/create-prd | /create-prd my-product | Interactive PRD creation wizard |
/create-prd-feature | /create-prd-feature auth | Create feature-specific PRD |
/generate-tasks | /generate-tasks prd.md | Convert PRD to task list |
/prd-status | /prd-status prd.md --set ACTIVE | Check/update PRD status |
/list-prds | /list-prds --status ACTIVE | List PRDs with metadata |
/task-list | /task-list --dir focus | List tasks with progress |
/task-focus | /task-focus TASK-001 | Focus on specific task |
/discovery-session | /discovery-session my-product | Start product discovery |
/create-persona | /create-persona developer | Create user persona |
/position-product | /position-product my-product | Define positioning |
/brainstorm-solution | /brainstorm-solution "problem" | Structured brainstorming |
/prd-progress | /prd-progress prd.md | Show implementation progress |
/prd-archive | /prd-archive prd.md | Archive completed PRDs |
/quick-start | /quick-start | Quick start guide |
Agents handle autonomous, multi-step workflows.