p4-backlog

p4-backlog is a command for coding agents from jonase47/ccpr. It costs 0 tokens per session (3,124 once invoked), scanned A, original, MIT.

A project-planning command that turns product features into smaller development tasks, priorities, milestones, and release plans. It can use documents such as feature lists, architecture notes, security requirements, and budget constraints.

In plain words
What is it for?
Use it to build a complete backlog or expand one area, such as authentication, booking, or an admin section. It creates BACKLOG.md and PROJECT_PLAN.md as planning documents.
Why use it?
It replaces a broad feature list with work the team can select and schedule. This makes the implementation order and project scope easier to manage.

Command

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/jonase47/ccpr/p4-backlog
Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

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 p4-backlog

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/p4-backlog.svg)](https://agentmods.dev/commands/jonase47/ccpr/p4-backlog)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/p4-backlog"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/p4-backlog.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 3,124 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.00000 $0.03124
Opus 5 $0.00000 $0.01562
Sonnet 5 $0.00000 $0.00625
Haiku 4.5 $0.00000 $0.00312

Measured yesterday against content hash b5996ac20703, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

p4-backlog 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 yesterday.

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.

commands/p4-backlog.md · 230 lines

How it starts

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

/p4-backlog – Work Breakdown, Backlog & Milestones

Breaks down the features from FEATURES.md into actionable tasks, builds the prioritized backlog, and defines milestones and release planning. The result is BACKLOG.md and PROJECT_PLAN.md as the steering foundation for the entire implementation.

Argument: $ARGUMENTS = [Focus Epic, e.g. "Authentication", "Booking Process", "Admin Area"]

If provided: Work out the named epic in particular detail – other epics may remain at a higher level. If not provided: Read FEATURES.md, MVP.md and ARCHITECTURE.md and create a complete backlog for all must-have features. If any context is missing, ask about the MVP scope.

Execution

1. Read Context

Read the following files (if available):

  • FEATURES.md / MVP.md (feature scope and prioritization)
  • ARCHITECTURE.md / DATA_MODEL.md / API_SPEC.md (technical foundation)
  • SECURITY.md (security requirements as mandatory tasks)
  • DSGVO_INITIAL_ASSESSMENT.md (DSGVO (GDPR) mandatory tasks)
  • FINANCIAL_PLAN.md (budget constraints influence scheduling)

2. Delegation to Project-Planner Agent (Lead)

Delegate the backlog build to the project-planner agent:

Build the project backlog. Focus epic (if provided): $ARGUMENTS Context: [Insert FEATURES.md, MVP.md, ARCHITECTURE.md key points]

A. Epic Structure Group all must-have features into meaningful epics (4–8 epics for an MVP). Per epic: name, short description, included features, estimated effort (rough story points or days).

B. User Stories & Tasks Break each epic down into user stories:

  • Format: "As a [Persona] I want to [Action] so that [Benefit]."
  • Acceptance criteria (2–4 points that make it clear when the story is done)
  • Technical tasks per story (concrete implementation steps)
  • Effort estimate (story points: 1 / 2 / 3 / 5 / 8)
  • Dependencies on other stories
  • Labels: Frontend / Backend / Fullstack / DevOps / Design

C. Backlog Prioritization

  • Sort stories by priority within each epic
  • Identify the critical path: which stories block others?
  • Mark technical foundation stories (must be implemented first)

D. Milestones & Release Planning

  • Define 2–4 milestones on the way to the MVP launch
  • Per milestone: name, included epics/stories, criterion for completion
  • Initial time estimate: how many sprints (2 weeks each) are needed?

E. Risks & Buffers

  • Which stories have the highest uncertainty?
  • Where should buffers be planned?

Read the full file on GitHub · 230 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. yesterday First seen · 230 lines · 0 tokens per session scan A b5996ac20703

Subscribe to this mod's changes

p4-backlog is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,124 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-09-03.