stakeholder-adapter — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited stakeholder-adapter (Agent Skill) 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.
Adapts any working document into audience-specific versions for Leadership, Engineering/Team, and Client — applying the right framing, length, and vocabulary for each reader without rewriting from scratch.
Target audience: product managers, team leads, project managers, business analysts.
English: "adapt document", "stakeholder adapter", "create executive version", "make a client version", "rewrite for audience", "tailor this for", "I need different versions of this document", "adapt for leadership", "create team version", "prepare versions for different audiences"
Russian: «адаптируй документ», «перепиши для аудитории», «сделай версию для руководства», «сделай версию для команды», «сделай версию для клиента», «адаптируй для стейкхолдеров», «разные версии документа», «подготовь версии для разных аудиторий»
Detect the language of the source document — produce adapted versions in that language. If the user explicitly requests a different language, use it. If the source document language is unclear, use the language of the user's request.
Required: source document — pasted as text in the conversation, or provided as a local file path (.md or .txt).
Optional:
One clearly labeled section per selected audience, presented in chat.
Optionally, files saved to the working directory on user request: stakeholder-adapter-[audience]-YYYY-MM-DD.md
Before asking questions, check what the user already provided in their message:
Proceed to Step 1 with only the missing information.
If the source document was not provided in the trigger, ask the user to paste it. Do not proceed without source content.
If target audience, document type, or key message are unknown, use a single AskUserQuestion call to collect them:
Q1 — Which audience versions do you need? (multiSelect: true)
Q2 — What type of document is this? (multiSelect: false)
Q3 — Is there a key message that must appear in every version? (multiSelect: false)
| Condition | Action |
|---|---|
| Document ≤ 3 sentences | Proceed; note: "Short input — adapted versions will be brief" |
| Document in a language different from the UI language | Detect language; produce versions in source language; note this at the top |
| File path provided but file not found | Stop: "File not found at [path]. Paste the document text directly." |
| Unsupported file format (.docx, .pdf, .xlsx) | Stop: "Unsupported format. Paste the document text or use a .md / .txt file." |
| No document provided after prompting | Stop: "No source document provided. Paste the text to proceed." |
Produce one labeled section per selected audience. Apply these rules:
#### Leadership / Executives
Goal: Enable a quick decision or provide clear business context in minimal reading time.
#### Engineering / Team
Goal: Give the team everything they need to act without hunting for information.
#### Client / External partner
Goal: Communicate outcomes and value without exposing internal workings.
⚠ Review before sending: this section may contain internal informationIf the user provided a key message in Q3: verify it is reflected (verbatim or semantically equivalent) in each generated version. If it was omitted from a version, reinsert it in the most natural position.
Output all versions sequentially, separated by ---. Each version is headed with ## Version for [Audience].
After presenting versions, ask:
"Would you like me to save these as separate files?"
If yes: write one .md file per version to the current working directory: stakeholder-adapter-leadership-YYYY-MM-DD.md, stakeholder-adapter-team-YYYY-MM-DD.md, stakeholder-adapter-client-YYYY-MM-DD.md
| Condition | Behavior |
|---|---|
| Only one audience selected | Generate one version; same quality and structure |
| Original document already targets one specific audience | Note which; adapt accordingly for the others |
| Very long document (2000+ words) | Process fully; if the leadership version exceeds 300 words, offer a condensed version (max 150 words) |
| User requests an unlisted audience (e.g., "investors") | Map to nearest category (investors → Leadership); note: "Adapting for investors using Leadership/Executive framing" |
| Mixed-language document (EN + RU sections) | Process in full; produce adapted versions in the dominant language; note the mix |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.