PRP Manager

Turns a feature request into a structured, project-aware implementation blueprint with executable validation gates.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 8176ce0

Generated a PRP for a 'dark mode toggle' feature and compared it to a free-form plan: the skill's structured output (ordered MODIFY/CREATE tasks, project-accurate lint/test validation commands pulled from the stack-detection step, anti-patterns list, 1-10 confidence score) was concretely more implementation-ready than the baseline bullet list, which had no validation mechanism at all. CLAUDE.md correctly warns installers that only the nested prp-manager/prp-manager/ folder is the real skill — a real install footgun it proactively documents rather than hides.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What PRP Manager does

Creates and executes PRPs (Product Requirements Prompts) — implementation blueprints with codebase context, ordered tasks, and executable lint/test validation loops — for one-pass feature implementation. Triggers on 'PRP', 'feature planning', 'implementation blueprint', 'context engineering', or requests to initialize/generate/execute a PRP.

How to install PRP Manager

git clone https://github.com/willywg/prp-manager.git
mkdir -p ~/.claude/skills
cp -r prp-manager/prp-manager ~/.claude/skills/prp-manager

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger PRP Manager

  • /prp-manager Turns a feature request into a structured, project-aware implementation blueprint with executable validation gates.

It also activates on plain-language prompts like these:

  • Turn this feature request into a full implementation blueprint with tests
  • Generate a PRP for adding a dark mode toggle to the settings page
  • I need a context-engineered implementation plan before I build this feature

Frequently asked questions

Is the PRP Manager skill free?
Yes. The skill itself is free from willywg/prp-manager. SkillProof publishes the install command and an independent test verdict at no cost.
Does PRP Manager work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Generated a PRP for a 'dark mode toggle' feature and compared it to a free-form plan: the skill's structured output (ordered MODIFY/CREATE tasks, project-accurate lint/test validation commands pulled from the stack-detection step, anti-patterns list, 1-10 confidence score) was concretely more implementation-ready than the baseline bullet list, which had no validation mechanism at all. CLAUDE.md correctly warns installers that only the nested prp-manager/prp-manager/ folder is the real skill — a real install footgun it proactively documents rather than hides.
What is the PRP Manager SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install PRP Manager?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use PRP Manager with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.