Help us improve
Share bugs, ideas, or general feedback.
cc-p4p v1.0.0 - The Intelligent Orchestrator for Product Managers
npx claudepluginhub romiluz13/cc-p4pOrchestrated PM workflows with smart routing (SPEC/RESEARCH/ROADMAP/COMMUNICATE), persistent memory, evidence-based verification, and bundled PM domain expertise. 4 agents, 8 skills, zero dependencies.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
cc-p4p applies the cc10x orchestration pattern to Product Management workflows. Smart routing, persistent memory, evidence-based verification, and bundled PM domain expertise — zero external dependencies.
User Request
│
▼
┌─────────────┐ ┌──────────────────────┐
│ cc-p4p │────▶│ PM Memory │
│ Router │ │ .claude/cc-p4p/ │
│ │ │ ├─ activeContext.md │
│ Detect │ │ ├─ insights.md │
│ Intent │ │ └─ roadmap-state.md │
└──────┬──────┘ └──────────────────────┘
│
├── SPEC ──────────▶ spec-writer agent
│ (PRDs, user stories, requirements)
│
├── RESEARCH ──────▶ research-synthesizer agent
│ (themes, evidence grading, personas)
│
├── ROADMAP ───────▶ roadmap-planner agent
│ (RICE, MoSCoW, Now/Next/Later)
│
├── COMMUNICATE ───▶ comms-drafter agent (READ-ONLY)
│ (exec updates, eng updates, customer comms)
│
└── METRICS ───────▶ Router handles inline
(KPIs, dashboards, north star)
| Workflow | Signal Keywords | Agent | What It Does |
|---|---|---|---|
| SPEC | spec, prd, feature, requirement, user story | spec-writer | Brainstorms → drafts PRD → saves to docs/specs/ |
| RESEARCH | research, interview, feedback, survey, competitive | research-synthesizer | Codes themes → grades evidence → saves to docs/research/ |
| ROADMAP | roadmap, priority, plan, timeline, rice, moscow | roadmap-planner | Scores items → maps dependencies → saves to docs/roadmap/ |
| COMMUNICATE | update, status, stakeholder, announcement | comms-drafter | Drafts audience-tailored comms → user approves → router saves |
| METRICS | metric, kpi, dashboard, retention, conversion | Router (inline) | Defines metrics, targets, measurement methods |
/plugin marketplace add romiluz13/cc-p4p
/plugin install cc-p4p@romiluz13
Copy this README, paste it into Claude Code, and say: "Set up cc-p4p for me"
Done!
Just describe what you need. The router detects intent and routes automatically:
/cc-p4p-router "Write a spec for SSO support"
/cc-p4p-router "Synthesize these interview notes"
/cc-p4p-router "Prioritize Q2 roadmap using RICE"
/cc-p4p-router "Send weekly exec status update"
/cc-p4p-router "Define metrics for onboarding flow"
Or after setup, just type naturally — cc-p4p auto-activates on any PM task:
"Write a spec for SSO support" → SPEC workflow
"Synthesize these interview notes" → RESEARCH workflow
"Prioritize Q2 roadmap using RICE" → ROADMAP workflow
"Send weekly exec status update" → COMMUNICATE workflow
"Define metrics for onboarding flow" → METRICS workflow
| Agent | Type | Skills Preloaded | Output |
|---|---|---|---|
| spec-writer | WRITE | pm-memory, pm-brainstorming, pm-spec-writing, pm-verification | PRD in docs/specs/ |
| research-synthesizer | WRITE | pm-memory, pm-research-patterns, pm-verification | Synthesis in docs/research/ |
| roadmap-planner | WRITE | pm-memory, pm-roadmap-frameworks, pm-verification | Roadmap in docs/roadmap/ |
| comms-drafter | READ-ONLY | pm-memory, pm-communication-patterns, pm-verification | Draft text (user approves) |
| Skill | Purpose |
|---|---|
| cc-p4p-router | Intent detection, workflow routing, task orchestration, memory protocol |
| pm-memory | Memory load/save, file templates, Read-Edit-Verify pattern |
| pm-brainstorming | Product idea exploration, one-question-at-a-time dialogue |
| pm-verification | Per-workflow completeness checklists, evidence grounding |
| pm-spec-writing | PRD structure, user stories (INVEST), requirements (P0/P1/P2), success metrics |
| pm-roadmap-frameworks | RICE, MoSCoW, ICE, Now/Next/Later, OKR alignment, dependency mapping |
| pm-research-patterns | Thematic analysis, affinity mapping, triangulation, evidence grading, personas |
| pm-communication-patterns | Audience templates (exec/eng/customer), tone mapping, jargon detection, ROAM |
cc-p4p maintains persistent PM context across sessions:
.claude/cc-p4p/
├── activeContext.md # Current focus, decisions, open questions, references
├── insights.md # User research, competitive intel, customer themes, personas
└── roadmap-state.md # Now/Next/Later priorities, shipped items, dependencies