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 docs-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/commands/ihudak/ihudak-claude-plugins/release-notes)<a href="https://agentmods.dev/commands/ihudak/ihudak-claude-plugins/release-notes"><img src="https://agentmods.dev/badge/commands/ihudak/ihudak-claude-plugins/release-notes/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/ihudak/ihudak-claude-plugins/release-notes"><img src="https://agentmods.dev/badge/commands/ihudak/ihudak-claude-plugins/release-notes.svg" alt="Reviewed on agentmods" width="80" 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.00063 | $0.08341 |
| Opus 5 | $0.00032 | $0.04170 |
| Sonnet 5 | $0.00013 | $0.01668 |
| Haiku 4.5 | $0.00006 | $0.00834 |
Grade A, and why
release-notes 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.
How it starts
The opening of the file, as written. The whole thing — 465 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Draft release notes for the resolved PRD: $ARGUMENTS
Core references. A citation of the form workflows-core:<name> names a shared reference in the workflows-core plugin. Load it with Skill(skill: "workflows-core:reference", args: "<name>") — never by path: ${CLAUDE_PLUGIN_ROOT} resolves to this plugin, which does not carry it.
/release-notes produces a customer-facing release-notes draft for a resolved
Product Requirements Document (or any ticket) from the resolved PRD folder.
It optionally grounds the prose in merged PR diffs, renders the example-docs authored
release-notes body — a plain Category: label + ### title + prose for the feature-updates /
breaking-changes destinations, or one bare past-tense sentence for fixes — with no
{{#internal-note}}, no identifiers, no PR links (the docs automation adds the metadata
wrapper), runs a light style gate, and writes the draft to a persistent destination for the
user to paste wherever their release notes are published.
Usage: /release-notes <ADDRESS> [--version <v>] [--no-docs] [--docs <path>]. --docs <path> — points documentation grounding at that root for this run instead of ${DOCS_PATH:-/workspace/docs}; strip the flag and its value together before any remaining-argument classification, or the path is read as part of the address. Declared for every consumer by workflows-core:docs-grounding §1's Flags first rung, which resolves it; this command only has to recognise it and pass the invocation through. Here <ADDRESS> is a key or an
@<path> naming a folder in the specs tree.
--version <v>(optional) — the release this note belongs to. Absent, the grill asks once; declined, the draft omits it. Never invented.
For full feature documentation use /document; for Epic drafting use /epics.
This command makes zero external API calls and never writes into the docs repo.
Phase 0 — Load
-
Flags. Strip every recognised flag from
$ARGUMENTSbefore step 1 reads a positional token —--version <v>and--docs <path>, each together with the token after it, and--no-docs(boolean). Unstripped, a flag is a token like any other:--docsis read as the address, or its path is.--docsand--no-docsare carried to theresolve-docs-groundingcall;--versionis consumed where the version is needed. -
Resolve the address. Parse the single positional address from
$ARGUMENTS— a<KEY>, or an@<path>naming a folder or a file inside one — and resolve it withresolve-address(Skill(skill: "workflows-core:reference", args: "addressing resolve-address"), §3). Carry the resolvedpath,kindandkeyforward;ambiguous→ stop, naming every match.absentis a stop, not a folder to create — this command creates no folder in the specs tree. Surface thekey dir not foundrule inSkill(skill: "workflows-core:reference", args: "escalation-rules")(choices: ["Re-enter key", "Cancel"]) and name what does create one: aPRD-folder comes from/product-workflows:idea <KEY>or/product-workflows:create-prd <KEY>on the idea route and from/product-workflows:brd-spliton its parent BRD on the BRD route; anEPIC-folder comes from/product-workflows:epics <PRD-ADDRESS>and from no other command.With no positional address, stop with
RELEASE_NOTES_NEEDS_KEY: /release-notes needs a PRD or Epic address — a key, or an @<path> to its folder.— this command has no direct-prompt behavior.
Specs-repo preflight. Invoke Skill(skill: "workflows-core:reference", args: "specs-repo-git specs-preflight") and execute its specs-preflight entry point (§3) inline: flush any leftover session
artifacts from an earlier run, retry an artifact commit that failed to push,
and settle the branch. This runs against $SPECS_PATH only — git -C "$SPECS_PATH", never a cd, so the code/docs repo this run is working
in is untouched (§1 rule 1). Prompt-free and silent when the specs repo
is clean and on its default branch. If a guard fires, emit its §5 notice;
if it returns specs_git: blocked (§3.3 G0), carry that flag for the whole
run — the terminal commit-artifacts step skips on it.
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.
- today Changed · -24 lines 5921f950cc77
- 4d ago First seen · 489 lines · 63 tokens per session scan A 43a648055576
release-notes is a command published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 8,341 once invoked, about $0.0003 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-09-05.
Other commands, from other repositories
write-stories
Break a feature into backlog items — user stories, job stories, or WWA format with acceptance criteria.
plan-okrs
Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results.
plan
Hierarchical planning entry point — all 11 plan verbs in one command. v3.7.2 consolidates /aura-frog:plan- (10 commands) into a single dispatcher that routes via the plan-orchestrator skill. The legacy plan- aliases still work as thin stubs.
plan-freeze
Manually freeze a plan node, cascading to descendants. Alias for /aura-frog:plan freeze (v3.7.2+).
plan-next
Return and activate the next ready T4 task. Alias for /aura-frog:plan next (v3.7.2+).
contact-upsert
Create or update a contact, optionally assign to groups.