romiluz13

P4p Demo — Testing skill for Claude Code

Testing community

cc-p4p — Claude Code for Product Managers.

How to install P4p Demo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open romiluz13/p4p-demo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What P4p Demo does

cc-p4p — Claude Code for Product Managers. PM-grade orchestration: research, spec, roadmap, communicate, metrics — from one natural-language prompt.

Alternatives in Testing

  • Sentient — Test prompt to showcase claude code hook blocking a dangerous rm -rf command 3.4k ★
  • Flow Spec — NLSpec authoring — use when you need a structured specification from multi-AI research and consensus 2.8k ★
  • Maestro Spec — Intent-driven spec precipitation — state a constraint in natural language (加一条规范:禁止用 any / 记录架构约束:服务间走 gRPC / 530 ★

README

cc-p4p — Claude Code for Product Managers

A PM orchestration plugin for Claude Code. You type a natural-language PM request. The plugin detects intent, routes to the right workflow, executes with PM-grade structure, and writes to persistent memory so the next workflow builds on what the last one found.

**Plugin source:** [github.com/romiluz13/cc-p4p](https://github.com/romiluz13/cc-p4p)


The Demo

A Monday morning competitive crisis — handled in 9 minutes.

*"ClickUp just announced free Gantt charts and timeline views for ALL plans. Enterprise prospects are asking what monday.com's answer is. I need talking points by noon."*

Five workflows run in sequence:

# Workflow What happens
1 RESEARCH Synthesizes competitive gap with evidence grades. Writes findings to memory.
2 SPEC Reads research automatically. Writes a full PRD grounded in that evidence.
3 ROADMAP Reads the spec. RICE scores 5 competing items. Shows what fits in Q3.
4 COMMUNICATE Reads the roadmap. Writes sales talking points + customer message with confirmed dates only.
5 METRICS Defines leading/lagging indicators, guardrails, account-specific tracking.

Run It

# 1. Clone — this gives you the monday.com context, personas, prompts, everything
git clone https://github.com/romiluz13/p4p-demo
cd p4p-demo/live-demo

# 2. Install the cc-p4p plugin (run inside Claude Code)
/plugin marketplace add romiluz13/cc-p4p
/plugin install cc-p4p@romiluz13

# 3. Start the session
claude

Then open each file in `prompts/` and paste the text into Claude Code. Run them in order.

After each workflow, outputs are saved to a `docs/` folder inside `live-demo/`. By the end you have 5 cross-referencing documents — the spec quotes the research, the comms use dates from the roadmap — all built from a single source of context.


What's in This Repo

p4p-demo/
└── live-demo/
    ├── CLAUDE.md           monday.c