A planning framework to generate detailed implementation plans before writing code.

Install

mkdir -p .claude/skills/prp-planner && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9780" && unzip -o skill.zip -d .claude/skills/prp-planner && rm skill.zip

Installs to .claude/skills/prp-planner

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

name: prp-planner description: Generates a comprehensive Product Requirement Prompt (PRP) and Implementation Plan. Use this skill FIRST when the user requests a new feature. triggers: ["plan feature", "create prp", "generate plan", "start prp"]
244 chars · catalog description✓ has a “when” trigger
Intermediate

Key capabilities

  • Generate PRP
  • Create implementation plans
  • Retrieve context
  • Define verification commands

How it works

It analyzes requests, retrieves context from memory/code, and drafts a structured plan with verification steps.

Inputs & outputs

You give it
Feature request
You get back
PRP and implementation plan

When to use prp-planner

  • Starting a new feature
  • Planning technical requirements
  • Drafting project plans

About this skill

name: prp-planner description: Generates a comprehensive Product Requirement Prompt (PRP) and Implementation Plan. Use this skill FIRST when the user requests a new feature. triggers: ["plan feature", "create prp", "generate plan", "start prp"]

PRP Planner Skill

Workflow

  1. Analyze Request: Identify user intent.
  2. Context Retrieval (JIT): Query supermemory (past decisions), qdrant (code patterns), context7 (external docs).
  3. Drafting: Load template prp_base.md. Populate Context, Goals, Changes.
    • Crucial: Generate EXACT verification commands (e.g., npm test).
  4. Output: Save to .prp/plans/<feature>.plan.md.

Constraints

  • Do NOT write implementation code.
  • Do NOT read >5 files. Use Qdrant summaries.

When not to use it

  • Writing implementation code

Limitations

  • Limited to 5 files for context
  • Requires manual code implementation later

How it compares

It enforces a planning-first workflow that explicitly forbids writing code during the planning phase.

Compared to similar skills

prp-planner side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
prp-planner (this skill)06moNo flagsIntermediate
pmbok-project-management389moNo flagsIntermediate
project-planner329moReviewIntermediate
spec-kit-workflow118moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

pmbok-project-management

jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.

38183

project-planner

adrianpuiu

Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.

32115

spec-kit-workflow

jmanhype

Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).

11111

product-manager-toolkit

davila7

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.

3280

planning-agent

parcadei

Planning agent that creates implementation plans and handoffs from conversation context

531

pdd

mikeyobrien

Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning.

66

Search skills

Search the agent skills registry