prp-core-create

prp-core-create is a command for Claude Code from mort-lab/excel-mcp. It costs 12 tokens per session (2,539 once invoked), scanned A, original, MIT.

A command that turns a feature request into a detailed product requirements plan (PRP), including the codebase context and research needed to implement it. It is intended for planning and does not write code during that phase.

In plain words
What is it for?
Use it to analyze the feature, inspect the project structure and patterns, research relevant documentation, identify affected systems, and define validation steps.
Why use it?
It reduces the risk of implementation starting without enough information about existing code, technical constraints, or how the result should be checked.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/mort-lab/excel-mcp/prp-core-create
Clone the repo
git clone --depth 1 https://github.com/mort-lab/excel-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prp-core-create

README.md
[![agentmods](https://agentmods.dev/badge/commands/mort-lab/excel-mcp/prp-core-create.svg)](https://agentmods.dev/commands/mort-lab/excel-mcp/prp-core-create)
Your own site
<a href="https://agentmods.dev/commands/mort-lab/excel-mcp/prp-core-create"><img src="https://agentmods.dev/badge/commands/mort-lab/excel-mcp/prp-core-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,539 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.02539
Opus 5 $0.00006 $0.01269
Sonnet 5 $0.00002 $0.00508
Haiku 4.5 $0.00001 $0.00254

Measured 4d ago against content hash 5ae07fca0c04, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

prp-core-create scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/prp-core/prp-core-create.md · 409 lines

How it starts

The opening of the file, as written. The whole thing — 409 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create Feature PRP

Feature: $ARGUMENTS

Mission

Transform a feature request into a comprehensive implementation PRP through systematic codebase analysis, external research, and strategic planning.

Core Principle: We do NOT write code in this phase. Our goal is to create a battle-tested, context-rich implementation plan that enables one-pass implementation success.

Key Philosophy: Context is King. The PRP must contain ALL information needed for implementation - patterns, gotchas, documentation, validation commands - so the execution agent succeeds on the first attempt.

Planning Process

Phase 1: Feature Understanding

Deep Feature Analysis:

  • Extract the core problem being solved
  • Identify user value and business impact
  • Determine feature type: New Capability/Enhancement/Refactor/Bug Fix
  • Assess complexity: Low/Medium/High
  • Map affected systems and components

Create User Story Format:

As a <type of user>
I want to <action/goal>
So that <benefit/value>

Phase 2: Codebase Intelligence Gathering

Use specialized agents and parallel analysis:

1. Project Structure Analysis

  • Detect primary language(s), frameworks, and runtime versions
  • Map directory structure and architectural patterns
  • Identify service/component boundaries and integration points
  • Locate configuration files (pyproject.toml, package.json, etc.)
  • Find environment setup and build processes

2. Pattern Recognition (Use specialized subagents when beneficial)

  • Search for similar implementations in codebase
  • Identify coding conventions:
    • Naming patterns (CamelCase, snake_case, kebab-case)
    • File organization and module structure
    • Error handling approaches
    • Logging patterns and standards
  • Extract common patterns for the feature's domain
  • Document anti-patterns to avoid
  • Check CLAUDE.md for project-specific rules and conventions

3. Dependency Analysis

  • Catalog external libraries relevant to feature
  • Understand how libraries are integrated (check imports, configs)
  • Find relevant documentation in PRPs/ai_docs/ if available
  • Note library versions and compatibility requirements

Read the full file on GitHub · 409 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 409 lines · 12 tokens per session scan A 5ae07fca0c04

Subscribe to this mod's changes

prp-core-create is a command published in the GitHub repository mort-lab/excel-mcp (5 stars, last pushed 27d ago), licensed MIT. It adds 12 tokens to every session and 2,539 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.