stakeholder-writeup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited stakeholder-writeup (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Languages: English | 中文
An AI-agent skill by @zhujian0409 for Claude Code and Codex. It turns a multi-turn technical investigation into a stakeholder-facing Markdown report — verified facts only, audience-tuned, explicit invocation.
After spending 20–50 messages with an AI agent investigating a production issue or a feature, asking "write this up for my boss" usually gets you something that mixes verified findings with guesses, dumps SQL where an exec wanted a conclusion, and papers over impact with vague "mitigated" language.
stakeholder-writeup forces a different shape:
Output language auto-detects: English primary, Chinese when the conversation is primarily Chinese.
Only when explicitly invoked — the skill hard-ignores casual phrases like "write a report" / "写个 md". Trigger it via one of:
/stakeholder-writeup$stakeholder-writeupFor Codex, stakeholder-writeup/agents/openai.yaml sets allow_implicit_invocation: false, so the skill stays explicit-only.
Clone this repo and copy the skill directory into your Claude Code user-level skills folder:
mkdir -p ~/.claude/skills
git clone https://github.com/zhujian0409/stakeholder-writeup-skills.git
cp -r stakeholder-writeup-skills/stakeholder-writeup ~/.claude/skills/Or keep the repo and symlink (so git pull updates the skill in place):
mkdir -p ~/.claude/skills
git clone https://github.com/zhujian0409/stakeholder-writeup-skills.git
ln -s "$(pwd)/stakeholder-writeup-skills/stakeholder-writeup" ~/.claude/skills/stakeholder-writeupClaude Code auto-registers anything placed under ~/.claude/skills/. Your next session will see /stakeholder-writeup as a slash command.
Install the skill directory into your Codex user-level skills folder:
mkdir -p ~/.codex/skills
git clone https://github.com/zhujian0409/stakeholder-writeup-skills.git
cp -r stakeholder-writeup-skills/stakeholder-writeup ~/.codex/skills/Or keep the repo and symlink it:
mkdir -p ~/.codex/skills
git clone https://github.com/zhujian0409/stakeholder-writeup-skills.git
ln -s "$(pwd)/stakeholder-writeup-skills/stakeholder-writeup" ~/.codex/skills/stakeholder-writeupRestart Codex after installing. Use $stakeholder-writeup to invoke it.
If you want every generated report to land in a private searchable archive, create a private git repository and set:
export STAKEHOLDER_WRITEUPS_DIR=/path/to/private/stakeholder-writeupsThe skill will use:
reports/YYYY/MM/YYYY-MM-DD_query-person_repair-person_topic.md
index.md
index.jsonKeep the archive private if reports include internal system names, people, logs, SQL, customer context, or operational details. Never store credentials, tokens, private keys, or raw secrets in reports.
Two ideas run through the skill:
See SKILL.md for the full 7-step workflow, skeleton map, audience variant table, and the real-world pitfalls the skill refuses to fall into.
MIT — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.