Business pr release
Skill tony/ai-workflow-plugins/.agents/skills/business-pr-release
Claude Code Plugins, Commands, and Skills
npx -y skills add tony/ai-workflow-plugins --skill business-pr-releaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Write the tier-3 one-page announcement — figures drawn only from the public case study, denominators attached, limitations one-liner included
SKILL.md
3.8 KB, as published. Nobody here has run it
PR Release (tier 3)
Derive a one-page announcement from the public case study — and only from it. The public case study is the sanitization firewall: this command introduces no figure that is not already in it and re-derives nothing from the interim package. Value is engineer-hours, cycle time, and capacity; never money.
Read references/interim-format.md first — it
defines run location. Defer these until the firewall (the public case
study) is located:
references/provenance.md— tag rendering, denominators, the no-currency contract.references/audiences.md— the tier-3 contract.
User arguments: $ARGUMENTS
Context
Recent runs — run this command and read the output:
sh -c 'ls -dt "$HOME"/Documents/*/business/ /mnt/c/Users/*/Documents/*/business/ 2>/dev/null' | head -5 | grep . || echo "(no runs found)"
Procedure
1. Locate the run
Use the $ARGUMENTS path if given, else the newest run per
interim-format.md. Confirm the choice with the user.
2. Locate and verify the firewall
Check for <run>/reports/case-study-public.md. If it is missing,
ask via ask-user-choice whether to run
the business-case-study-public skill now or stop — never draft the release
straight from the interim package. If present, run the firewall
sweep from audiences.md; a sweep failure routes back to
the business-case-study-public skill, never into hand-patching here.
3. Compose one page
Read the deferred references above. From the public case study only:
- Headline result — the case study's headline, with its tag and range.
- Supporting numbers — two or three, each with its denominator and window length, exactly as they appear in the case study.
- Quote placeholder — clearly marked as a placeholder, with attribution left blank for the user to fill.
- Limitations one-liner — a single candid sentence distilled from the case study's limitations section.
Write <run>/reports/pr-release.md.
Rules
- Every figure must be traceable to the public case study verbatim or by stated rounding; if a wanted figure is not there, the answer is to extend the case study first, not to reach into the run.
- The tier-3 contract in
audiences.mdapplies in full — no internal identifiers, no currency.
Output
Open with a one-line hero (✓ PR release: <headline>,
✓ Evidence report: <supported claim, unknowns named>, or
⚠ Blocked: <reason>), then exactly these sections:
## Run— the run chosen.## Firewall— the public case study used, and confirmation that every figure traces to it.## Report— where it was written and the headline.
End with an ask-user-choice panel: revise the headline, regenerate
after updating the case study, or stop. Skip the panel in plan mode
or when running non-interactively.
Portability notes
ask-user-choice— present the listed options and wait for the user to pick one. Hosts with a structured multiple-choice tool (Claude Code'sAskUserQuestion) should use it; otherwise print a numbered list and wait for a numbered reply. Never proceed on an assumed answer.$ARGUMENTS— the text the user passed when invoking this skill. If your host does not substitute it, read it as the user's request in the current turn, and ask when there is none.- Bundled files — every relative path in this skill points at a file shipped inside this skill directory. Read them from here, not from the host's plugin tree.