epic

A command for creating one or more epics from a concept, roadmap, or written description. An epic is a large area of work that can contain smaller user stories.

In plain words
What is it for?
Use it to create an epic from planning documents or a standalone description, optionally with associated rough user stories.
Why use it?
It turns broad product ideas into organized work and clarifies whether to include rough stories or only the high-level structure.

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/epic
Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr
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 1,371 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.01371
Opus 5 $0.00000 $0.00685
Sonnet 5 $0.00000 $0.00274
Haiku 4.5 $0.00000 $0.00137

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

Security

Grade A, and why

epic 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/epic.md · 181 lines

How it starts

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

/epic – Create an epic

Purpose

This command creates one or more epics – either derived from an existing concept or roadmap, or standalone from a free description. An epic can already contain rough associated user stories or be created as a pure high-level shell – this is selectable per call.


Execution

Step 1 – Load context

Check whether the user named a source file:

  • Concept file → read from docs/concepts/
  • Roadmap → read from docs/roadmaps/
  • Both → read both and merge
  • No file → standalone, work only with the description from the prompt

If no source file and no sufficient description is available:

"Describe the epic briefly or give me a concept/roadmap file as a basis."


Step 2 – Clarify scope

Ask once if not specified in the prompt:

"Should the epic already contain rough user stories, or just create the high-level shell? (a) Shell + rough user stories (b) Epic shell only"

Also, if derived from concept/roadmap and multiple epics are recognizable:

"I see [X] possible epics. All at once or select a specific one?"


Step 3 – Parallel analysis by sub-agents

Start three sub-agents in parallel using the Task tool. Mark ambiguities as [UNCLEAR: ...].

Sub-Agent A – Epic definition & goal
  • What is the overarching goal of this epic from the user's perspective?
  • What value does the epic deliver when it is complete?
  • How does it differ from other epics?
  • Which user groups are affected?
Sub-Agent B – Scope & content
  • What belongs in this epic (in scope)?
  • What deliberately does not belong (out of scope)?
  • If variant (a) selected: which user stories can be roughly derived? Format per story: "As a [role] I want [action] so that [benefit]."
  • Rough effort estimate: Small / Medium / Large
Sub-Agent C – Dependencies & risks
  • Does this epic depend on other epics or decisions?
  • What must be complete before this epic?
  • What risks or blockers exist?
  • Are there technical or functional prerequisites?

Read the full file on GitHub · 181 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 · 181 lines · 0 tokens per session scan A 407a67dbacbf

Subscribe to this mod's changes

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