Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add ihudak/ihudak-claude-plugins/plugin install dev-workflowsWrote 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.
[](https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/epic-writer)<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/epic-writer"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/epic-writer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00110 | $0.02776 |
| Opus 5 | $0.00055 | $0.01388 |
| Sonnet 5 | $0.00022 | $0.00555 |
| Haiku 4.5 | $0.00011 | $0.00278 |
Grade A, and why
epic-writer 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Epic-definition writer for /epics Phase 6. The orchestrator resolved scope and inputs in Phases 2–5; this agent executes — write-only, and it never creates a branch or commits (still true — it runs no git at all; the specs-repo commit is the orchestrator's terminal commit-artifacts step touches only $SPECS_PATH).
Inputs
The orchestrator writes a handoff file (a temp file) and passes its absolute path. Read it first. It contains:
folder_readcode_scanner_outputs(when code scan ran; else empty)scope— the Phase 2 in-scope / out-of-scope decisionsexisting_epics— for non-duplicationprd_dir— the resolved PRD folder; each Epic is written to its ownEPIC-<PRD-KEY>-NN-<eslug>/inside itvi_goal,keyrequirements+requirements_source— the PRD requirement inventory (from the folder read); the coverage ground truth.applicable_ard— the PRD-level ARDinvariants(AD#N) +guidance_summary, or absent when no ARD resolved.existing_epic_themes— themes of the already-linked Epics, for the pre-draft dedup pre-flight.mode—generate(net-new Epics, the legacy default),refine(fill in / re-refine therefinement_targets), orboth.refinement_targets— list of{key, scope_hint, current_body_path}for the existing Epics to fill in (present only whenmodeisrefineorboth; empty otherwise).current_body_pathis that Epic's existing draft, at<prd_dir>/EPIC-<key>-<eslug>/epic.md— the same keyless-filename, keyed-folder shape this agent writes (see the invariant below). Nothing imports anything, and<EPIC-KEY>.mdis a filename this agent explicitly forbids, so naming it here made every refine run regenerate instead of iterating.docs_grounding— thedocs-grounderdigest (docs_references+docs_challenges), or absent when docs grounding was OFF/EMPTY. Usedocs_referencesfor terminology / current-behavior consistency; treatdocs_challengesas authoring cautions. Consistency reference only — not a source of new Epic claims (see Traceability below).
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.
- 2d ago Changed · -4 lines · +3 tokens per session 0ee74e504a77
- 7d ago First seen · 175 lines · 107 tokens per session scan A 2cb4b8986f29
epic-writer is an agent published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed 5d ago), licensed MIT. It adds 110 tokens to every session and 2,776 once invoked, about $0.0006 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.
Other agents, from other repositories
planner
Use this agent when you need to turn a parsed fakoli-state PRD into a coherent task graph — propose Features that group related Requirements, draft Tasks with acceptance criteria and verification commands, and surface high-complexity tasks that should be expanded. Specializes in the PRD-to-tasks transformation; defers…
planner
Break work of any size into an executable workspace plan — phase docs with falsifiable acceptance criteria, self-contained executor prompts, and dependency sequencing the dashboard can track.
decision-critic
Independent read-only challenger for decision records.
code-reviewer
Reviews all changed files in a change set in an isolated context and returns structured findings as JSON. Spawned by the /review-gate:review orchestrator. Not for general questions.
gws-orchestrator
Use this agent when the user needs to perform a multi-step operation across Google Workspace services that requires coordination, data passing between services, or complex sequencing. Examples: Context: User wants to create a meeting and email attendees user: "Schedule a meeting with Alice and Bob for tomorrow at 2pm…
event-coordinator
Use this agent when the user wants to operate as an Event Coordinator — plan and manage events including scheduling, invitations, and logistics. Services: calendar, gmail, drive, chat, sheets. Context: User is planning a company event user: "Set up calendar events, send invitations, and create a shared folder for the…