create-plan.eval

create-plan.eval is a command for Claude Code from davistroy/claude-marketplace. It costs 0 tokens per session (767 once invoked), scanned A, original, MIT.

A command that turns requirements documents into a detailed implementation plan. BRD means business requirements document, PRD means product requirements document, and TDD here means a technical design document.

In plain words
What is it for?
Use it to create phases, tasks, size estimates, acceptance checks, and progress markers in an IMPLEMENTATION_PLAN.md file.
Why use it?
It gives developers an organised work list when requirements are spread across several documents or are partly unclear.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to create phases, tasks, size estimates, acceptance checks, and progress markers in an IMPLEMENTATION_PLAN.md file.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/davistroy/claude-marketplace/create-plan.eval
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.

Clone the repo
git clone --depth 1 https://github.com/davistroy/claude-marketplace

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 create-plan.eval

README.md
[![agentmods](https://agentmods.dev/badge/commands/davistroy/claude-marketplace/create-plan.eval.svg)](https://agentmods.dev/commands/davistroy/claude-marketplace/create-plan.eval)
Your own site
<a href="https://agentmods.dev/commands/davistroy/claude-marketplace/create-plan.eval"><img src="https://agentmods.dev/badge/commands/davistroy/claude-marketplace/create-plan.eval.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 767 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00767
Opus 5 $0.00000 $0.00383
Sonnet 5 $0.00000 $0.00153
Haiku 4.5 $0.00000 $0.00077

Measured 8d ago against content hash cb205da37e37, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

create-plan.eval 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 8d 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.

evals/commands/create-plan.eval.md · 98 lines

How it starts

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

Eval: /create-plan

Purpose

Generates a detailed IMPLEMENTATION_PLAN.md from requirements documents (BRD, PRD, TDD, design specs). Good output: a machine-readable plan with phases, work items, sizing estimates, acceptance criteria, and status markers — following the standard schema used by /implement-plan.

Fixtures

Fixture Purpose
docs/sample-prd.md Well-formed PRD — good source for a complete plan
docs/draft-prd.md Incomplete PRD — tests handling of ambiguous requirements

Test Scenarios

S1: Happy path — complete PRD input

Invocation: /create-plan fixtures/docs/sample-prd.md

Must:

  • Creates IMPLEMENTATION_PLAN.md in the current directory (or specified output)
  • Plan has at least 2 phases
  • Each work item has: Status (todo), Size (S/M/L), Tasks list, Acceptance Criteria
  • Items include <!-- STATUS:todo --> machine-readable markers
  • Plan covers the P0 requirements from the PRD (F-01, F-07 at minimum)
  • Total phases ≤ 8, items per phase ≤ 6 (plan size limits)

Should:

  • Work items align with the PRD's functional requirements (F-01 through F-15)
  • Phases are logically ordered (e.g., database schema before API layer)
  • Sizing estimates (S/M/L) are proportional to the described complexity
  • Non-goals from PRD Section 1.4 are NOT included as work items

Must NOT:

  • Include more than 8 phases
  • Include work items for features explicitly listed as out of scope
  • Create the file without status markers (plan is not machine-readable without them)

S2: Draft/incomplete PRD input

Invocation: /create-plan fixtures/docs/draft-prd.md

Must:

  • Either: generates a plan with placeholder/TBD items for unresolved requirements
  • Or: asks clarifying questions before generating the plan
  • Does not generate a plan that assumes specific answers to open questions in the PRD

Should:

  • Notes which requirements were ambiguous and how they were interpreted

Read the full file on GitHub · 98 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. 8d ago First seen · 98 lines · 0 tokens per session scan A cb205da37e37

Subscribe to this mod's changes

create-plan.eval is a command published in the GitHub repository davistroy/claude-marketplace (5 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 767 tokens. 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.