Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate stakeholder-specific communications and presentations for product updates
.claude/skills/a5c-ai-stakeholder-communication/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 66% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 53% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 44% | 0% |
Specialized skill for generating stakeholder-specific communications and presentations. Enables product teams to create targeted communications that resonate with different audiences and maintain alignment.
This skill integrates with the following processes:
stakeholder-alignment.js - All stakeholder communicationsproduct-council-review.js - Review presentationsproduct-launch-gtm.js - Launch communicationsquarterly-roadmap.js - Roadmap presentationsjson{ "type": "object", "properties": { "communicationType": { "type": "string", "enum": ["executive-summary", "board-update", "sales-brief", "customer-announcement", "internal-update", "status-report", "faq"], "description": "Type of communication to generate" }, "audience": { "type": "string", "enum": ["executive", "board", "sales", "customer", "engineering", "all-hands"], "description": "Target audience" }, "content": { "type": "object", "properties": { "topic": { "type": "string" }, "keyPoints": { "type": "array", "items": { "type": "string" } }, "data": { "type": "object" }, "context": { "type": "string" } } }, "tone": { "type": "string", "enum": ["formal", "professional", "casual", "urgent"], "default": "professional" }, "format": { "type": "string", "enum": ["document", "presentation", "email", "slack"], "default": "document" } }, "required": ["communicationType", "audience", "content"] }
json{ "type": "object", "properties": { "communication": { "type": "object", "properties": { "title": { "type": "string" }, "summary": { "type": "string" }, "body": { "type": "string" }, "keyTakeaways": { "type": "array", "items": { "type": "string" } }, "callToAction": { "type": "string" } } }, "presentation": { "type": "object", "properties": { "slides": { "type": "array", "items": { "type": "object", "properties": { "title": { "type": "string" }, "content": { "type": "string" }, "speakerNotes": { "type": "string" } } } }, "talkingPoints": { "type": "array", "items": { "type": "string" } } } }, "faq": { "type": "array", "items": { "type": "object", "properties": { "question": { "type": "string" }, "answer": { "type": "string" }, "audience": { "type": "string" } } } }, "metadata": { "type": "object", "properties": { "recommendedChannels": { "type": "array", "items": { "type": "string" } }, "timing": { "type": "string" }, "followUp": { "type": "array", "items": { "type": "string" } } } } } }
javascriptconst communication = await executeSkill('stakeholder-comms', { communicationType: 'executive-summary', audience: 'executive', content: { topic: 'Q1 Product Review', keyPoints: [ 'Launched 3 major features', 'NPS improved by 15 points', 'On track for ARR target' ], data: { featuresLaunched: 3, npsChange: 15, arrProgress: 0.85 } }, tone: 'professional', format: 'presentation' });
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 31,919 | 19,835 | -38% | 1 | 1 | 0% | 5,345 | 4,145 | -22% | 0 | 0 | — |
case-02 | fail→pass | 15,148 | 12,782 | -16% | 1 | 1 | 0% | 2,422 | 3,352 | +38% | 0 | 0 | — |
case-03 | fail→fail | 30,500 | 13,408 | -56% | 1 | 1 | 0% | 5,497 | 3,447 | -37% | 0 | 0 | — |
case-04 | pass→pass | 11,959 | 17,579 | +47% | 1 | 1 | 0% | 2,381 | 4,412 | +85% | 0 | 0 | — |
case-05 | fail→pass | 10,808 | 12,544 | +16% | 1 | 1 | 0% | 2,036 | 3,382 | +66% | 0 | 0 | — |
case-06 | fail→pass | 11,997 | 9,360 | -22% | 1 | 1 | 0% | 1,855 | 2,845 | +53% | 0 | 0 | — |
case-07 | pass→pass | 7,786 | 11,127 | +43% | 1 | 1 | 0% | 1,456 | 3,128 | +115% | 0 | 0 | — |
case-08 | pass→pass | 11,176 | 10,345 | -7% | 1 | 1 | 0% | 2,111 | 3,059 | +45% | 0 | 0 | — |
case-09 | fail→pass | 18,471 | 16,917 | -8% | 1 | 1 | 0% | 3,448 | 3,869 | +12% | 0 | 0 | — |
case-10 | fail→pass | 17,073 | 13,776 | -19% | 1 | 1 | 0% | 2,593 | 3,738 | +44% | 0 | 0 | — |
case-11 | fail→pass | 12,628 | 19,514 | +55% | 1 | 1 | 0% | 2,393 | 4,190 | +75% | 0 | 0 | — |
case-12 | pass→pass | 15,709 | 12,036 | -23% | 1 | 1 | 0% | 2,522 | 3,467 | +37% | 0 | 0 | — |
case-13 | fail→pass | 18,621 | 15,874 | -15% | 1 | 1 | 0% | 3,387 | 3,921 | +16% | 0 | 0 | — |
case-14 | pass→pass | 17,191 | 18,501 | +8% | 1 | 1 | 0% | 3,002 | 4,035 | +34% | 0 | 0 | — |
case-15 | fail→pass | 24,779 | 22,172 | -11% | 1 | 1 | 0% | 5,120 | 4,423 | -14% | 0 | 0 | — |
case-16 | fail→pass | 18,786 | 13,603 | -28% | 1 | 1 | 0% | 2,936 | 3,732 | +27% | 0 | 0 | — |
case-17 | pass→pass | 10,056 | 13,926 | +38% | 1 | 1 | 0% | 1,952 | 3,126 | +60% | 0 | 0 | — |
case-18 | fail→pass | 13,303 | 14,706 | +11% | 1 | 1 | 0% | 2,521 | 3,783 | +50% | 0 | 0 | — |
case-19 | fail→pass | 21,180 | 16,619 | -22% | 1 | 1 | 0% | 3,428 | 4,146 | +21% | 0 | 0 | — |
case-20 | pass→pass | 7,030 | 6,439 | -8% | 1 | 1 | 0% | 1,212 | 2,340 | +93% | 0 | 0 | — |
case-21 | pass→pass | 11,257 | 11,640 | +3% | 1 | 1 | 0% | 2,139 | 3,455 | +62% | 0 | 0 | — |
case-22 | pass→pass | 16,004 | 11,388 | -29% | 1 | 1 | 0% | 3,191 | 3,742 | +17% | 0 | 0 | — |
case-23 | pass→pass | 7,368 | 6,491 | -12% | 1 | 1 | 0% | 1,212 | 2,288 | +89% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +48 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.