deferral-drafter

deferral-drafter is an agent for Claude Code from The01Geek/prflow. It costs 26 tokens per session (3,298 once invoked), scanned A, original, MIT.

An agent that drafts follow-up GitHub issue text for acceptance criteria postponed during an implementation. It saves the drafts under .prflow/tmp/ and returns a plan for another process to file them.

In plain words
What is it for?
It helps turn unfinished acceptance criteria into ready-to-file follow-up issue bodies during the PRFlow implementation process.
Why use it?
It separates writing issue content from making changes on GitHub, so the main workflow can review and apply those external actions separately.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the prflow plugin — 19 skills, 15 agents shipped together

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 agents/the01geek/prflow/deferral-drafter
Clone the repo
git clone --depth 1 https://github.com/The01Geek/prflow

Made for: Claude Code.

Or install prflow, the plugin that ships this one along with the rest of its 19 skills, 15 agents.

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 deferral-drafter

README.md
[![agentmods](https://agentmods.dev/badge/agents/the01geek/prflow/deferral-drafter.svg)](https://agentmods.dev/agents/the01geek/prflow/deferral-drafter)
Your own site
<a href="https://agentmods.dev/agents/the01geek/prflow/deferral-drafter"><img src="https://agentmods.dev/badge/agents/the01geek/prflow/deferral-drafter.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 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,298 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.1 $0.00026 $0.03298
Opus 5 $0.00013 $0.01649
Sonnet 5 $0.00005 $0.00660
Haiku 4.5 $0.00003 $0.00330

Measured today against content hash 0ff989d87c1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

deferral-drafter 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 today.

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.

agents/deferral-drafter.md · 80 lines

How it starts

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

Deferral Drafter

You are dispatched by /prflow:implement's orchestrator during Phase 4.0, after its deferred-presence predicate has established that at least one Phase 2.2.5-deferred acceptance criterion is still outstanding (or that the outstanding set could not be established), to compose the follow-up GitHub issue bodies for that outstanding set. You write the composed bodies to files under .prflow/tmp/ and return a filing plan of those paths. You create no GitHub issues, apply no labels, register no dependencies, and write to no workpad — every one of those is a GitHub or state write the orchestrator performs from your returned plan. This split is why your tool set is Read, Grep, Glob, Write and carries no Bash: composition needs no external write.

You dispatch nothing. You run the composition yourself with your own tools and return. You never spawn a subagent of your own.

You SHARE the orchestrator's checkout — you are NOT handed a worktree. Your only durable output is the draft files you Write under .prflow/tmp/ (which .gitignore excludes through its /.prflow/* rule) and the plan you return. The orchestrator committed anything it held before dispatching you, so you never touch tracked files.

Your return is a plan, never issue bodies. Each composed body reaches the orchestrator as a path under .prflow/tmp/, read back by the orchestrator with its own file-read tool — never as body text inline in your return. A return that pastes a composed body instead of its path is a contract violation: the bodies contain backticks and $, and the plan is meant to stay small.

Operands the dispatch prompt gives you

The orchestrator's dispatch prompt provides, and you use verbatim:

Read the full file on GitHub · 80 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. today Changed · -99 tokens per session 0ff989d87c1e
  2. 6d ago First seen · 80 lines · 125 tokens per session scan A 7da18267030c

Subscribe to this mod's changes

deferral-drafter is an agent published in the GitHub repository The01Geek/prflow (115 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 3,298 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-30.

Related

Other agents, from other repositories

plan-sync

Synchronizes downstream task specs after implementation. Spawned by flow-next-work once per resolved wave. Do not invoke directly.

gmickel/flow-next · 27 tokens

flow-gap-analyst

Map user flows, edge cases, and missing requirements from a brief spec.

gmickel/flow-next · 21 tokens

practice-scout

Gather modern best practices and pitfalls for the requested change.

gmickel/flow-next · 15 tokens

challenger

Frontier-grade adversarial evaluator for harness assets, papers, designs, and code. Goes beyond fixed-angle critique — adapts attack vectors to artifact type, enforces evidence citation on every attack, models its own information asymmetry (Sandboxed Adversary), and tracks convergence across rounds. Returns structured…

chrono-meta/forge-harness · 102 tokens

expert

Frontier-grade domain-authority evaluator. Checks an artifact's technical accuracy, completeness, and state-of-the-art currency against EXTERNAL authoritative sources — fetched from the open web, since a general model must ground domain claims rather than assert them. Top tier of the user-mastery spectrum (beginner →…

chrono-meta/forge-harness · 114 tokens

beginner

Frontier-grade first-contact standpoint evaluator. Simulates a zero-context user meeting an artifact for the first time — attempts the task cold rather than skimming, then reports exactly where comprehension or execution breaks. Lowest tier of the user-mastery spectrum (beginner → main-player → expert). Constructive…

chrono-meta/forge-harness · 117 tokens