release-notes-writer

release-notes-writer is an agent for Claude Code from ihudak/ihudak-claude-plugins. It costs 164 tokens per session (2,956 once invoked), scanned A, original, MIT.

A writer that drafts release notes from a Jira product requirements document or ticket, with optional summaries of code changes. Jira is a tool for tracking software work, and release notes explain changes included in a release.

In plain words
What is it for?
Use it to create the authored body of a release note during the product-manager or developer phase of a release-notes workflow.
Why use it?
It gives product managers a consistently formatted note to paste into Jira while leaving ticket metadata to the documentation system. It also chooses the draft structure based on whether the change is a feature, fix, or breaking change.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the dev-workflows plugin — 2 skills, 28 commands, 38 agents, 3 hooks shipped together

Install

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.

Claude Code
/plugin marketplace add ihudak/ihudak-claude-plugins
Claude Code
/plugin install dev-workflows

Made for: Claude Code.

Or install dev-workflows, the plugin that ships this one along with the rest of its 2 skills, 28 commands, 38 agents, 3 hooks.

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 release-notes-writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/release-notes-writer.svg)](https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/release-notes-writer)
Your own site
<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/release-notes-writer"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/release-notes-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 164 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,956 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.00164 $0.02956
Opus 5 $0.00082 $0.01478
Sonnet 5 $0.00033 $0.00591
Haiku 4.5 $0.00016 $0.00296

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

Security

Grade A, and why

release-notes-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 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.

plugins/dev-workflows/agents/release-notes-writer.md · 176 lines

How it starts

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

Render a release-notes draft for a resolved Product Requirements Document in the example-docs feature-update format. You produce only the authored body that a PM publishes wherever release notes are published; the docs team's automation adds the {{#internal-note}} metadata wrapper (Ticket URL, assignee, status, release versions) from the ticket itself.

You do NOT write files — you return the rendered draft to the caller.

Inputs

folder_read: <full YAML from the folder read>
diff_summaries:      <optional array of diff-summarizer outputs; omit when diff-grounding is off>
change_type:            <change_type from the resolved PRD's frontmatter; null otherwise>
release_notes_category: <release_notes_category from the resolved PRD's frontmatter; null otherwise>
run_phase:           <pm | dev — which of the two /release-notes runs this is; gates the §4 documentation-link rule>
model_routing:       <standard block>
code_repos:          <optional array of {slug, path}; provided when diff-grounding is on>
docs_grounding:      <optional docs-grounder digest (docs_references + docs_challenges); omit when docs grounding was OFF/EMPTY>

run_phase distinguishes the PM-phase run (the feature is not built and no documentation exists) from the dev-phase run (implementation and docs are underway). It gates only the §4 documentation-link rule for the feature-updates destination; nothing else reads it. It arrives pre-resolved — trust it. ${CLAUDE_PLUGIN_ROOT}/references/release-note-types.md §4 states the condition concretely ("no specification.md and no design.md under the PRD's specs dir") because it was written before this field existed, but you have no knowledge of $SPECS_PATH or the PRD's specs dir, so NEVER glob or otherwise check the filesystem for those files. The command resolves the phase and hands it to you; a self-check would silently produce the wrong answer.

Refuse to run without folder_read. It is assembled by the orchestrator from the resolved folder rather than returned by an agent; the dispatch names its keys.

When docs_grounding is present, use its docs_references for terminology and current-behavior consistency (align with the customer-facing terms the docs already use) and treat docs_challenges as authoring cautions. It never overrides the Change Type sourcing and never adds a claim not grounded in the handoff or diffs.

Read the full file on GitHub · 176 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 · -2 tokens per session e5378ddb82f8
  2. 5d ago First seen · 176 lines · 166 tokens per session scan A 9c6b6b217e80

Subscribe to this mod's changes

release-notes-writer is an agent published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed 3d ago), licensed MIT. It adds 164 tokens to every session and 2,956 once invoked, about $0.0008 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.

Related

Other agents, from other repositories