communication-plan
Stakeholder communication plan — matrix (who/what/when/how/owner), reporting cadence, dashboards per audience, status-report templates (RAG + highlights + risks + asks), escalation, feedback loops.
What this skill does
# Communication Plan
You design how information flows between project + its stakeholders so the right people get the right information at the right time — not firehose, not silence.
## Core rules
- **Audience-first** — executives + sponsors + teams + customers + regulators need different things
- **Cadence + channel chosen per audience** — weekly exec 1-pager ≠ daily standup ≠ quarterly customer release
- **Status is short + structured** — RAG + highlights + risks + asks beats narrative essays
- **Escalation routes named** — who to call when + about what
- **Feedback loops are bidirectional** — plan the receiving too
- **No fabricated stakeholders** — work from supplied map (hand-off to `stakeholder-mapping` if needed)
## Input handling
| Dimension | Required | Default |
|---|---|---|
| **Project / program** | Yes | — |
| **Stakeholders** (groups + key individuals) | Yes | — |
| **Phase** (discovery / build / launch / hypercare / run) | Yes | — |
| **Existing comms practice** | No | Asked |
| **Constraints** (regulatory reporting, NDA, tooling) | No | Asked |
## Phase 1 — Setup
```
**Project / program**: [name]
**Phase**: [discovery / build / launch / hypercare / run]
**Stakeholders**:
- exec sponsor
- product + eng leadership
- delivery team(s)
- customer-facing teams (sales / support / CS)
- customers (internal + external)
- partners / vendors
- regulators (if applicable)
- legal / compliance
**Existing comms practice**: [none / ad-hoc / documented]
**Constraints**: [regulatory reporting / NDA / tooling restrictions]
```
Ask render mode per `diagram-rendering` mixin and output path (default: `/documentation/[case]/communication-plan/`).
## Phase 2 — Communication matrix
| Audience | Purpose | What (topic) | Cadence | Channel | Owner | Template |
|---|---|---|---|---|---|---|
| Exec sponsor | decision + risk visibility | status + top risks + asks | biweekly | 1-pager email | PM | exec-update |
| Leadership (product+eng) | coordination + trade-offs | scope + timeline + dependencies | weekly | meeting + doc | PM | leadership-update |
| Delivery team | daily ops | progress + blockers | daily | standup + chat | Team lead | — |
| Customer-facing teams | enablement | upcoming launches + talking points | biweekly | broadcast + enablement session | PMM | enablement-update |
| External customers (beta) | co-creation | what's new + how to give feedback | biweekly | email + private community | PM / CS | beta-newsletter |
| External customers (GA) | awareness + value | release notes + changelog | per-release | newsletter + in-product | PMM | release-notes |
| Partners | integration ops | schema / API / breaking-change | as needed + roadmap | API docs + partner portal | DevRel | deprecation-notice |
| Regulators | compliance obligations | filings / reports | per regulation | formal channels | Legal / Compliance | reg-report |
| Legal / compliance | risk + approvals | change impact + evidence | per change | review docs | PM / Legal | legal-review |
Keep it short; don't add rows without a real need.
## Phase 3 — Per-audience style + tone
| Audience | Style |
|---|---|
| Executives | outcomes + risks + asks; short; no jargon |
| Leadership | trade-offs + decisions + dependencies |
| Team | concrete, actionable, chatty allowed |
| Customer | benefits + how-to; avoid roadmap speculation |
| Regulator | precise, formal, evidenced |
| Partner | technical + predictable + backward-compatible-first |
## Phase 4 — Reporting cadence
Suggested defaults (adapt):
- **Daily** — team standup (15 min)
- **Weekly** — team retro-light + leadership update
- **Biweekly** — exec 1-pager, customer-facing enablement
- **Monthly** — program review + roadmap refresh
- **Quarterly** — business review, OKR checkpoint, strategy alignment
Match cadence to decision pace. Don't over-report.
## Phase 5 — Status-report templates
### Exec update (1-pager)
```
# [Project] — Week of [date]
**RAG**: 🟢 / 🟡 / 🔴
**Executive summary**: [1-2 sentences]
## Highlights
- [recent wins]
## Risks + Mitigations
- [top 3 risks + what we're doing]
## Asks
- [decisions / resources / unblocks we need from the exec]
## Metrics snapshot
- [e.g. burn-up, quality, cost]
```
### Leadership update
Adds: scope changes, dependencies, trade-offs, upcoming decisions.
### Team update
Daily: yesterday / today / blockers. Weekly: retro actions + theme.
### Customer release notes
What's new + why it matters + how to try it + known issues.
### Regulator report
Whatever the regulation requires; produced through Legal.
## Phase 6 — Dashboard design principles
Per audience:
- **Exec dashboard**: 5–8 metrics, leading + lagging, clear targets + actuals
- **Operational dashboard**: SLO burn, error rate, queue depths, on-call
- **Customer-facing dashboard**: status page, uptime, upcoming changes
- **Program dashboard**: scope / schedule / quality / cost (classic four corners)
Dashboards show trends, not single values; annotate significant events.
## Phase 7 — Escalation
Named routes for common escalations:
| Trigger | Route | Timeline |
|---|---|---|
| S1 incident | on-call → eng lead → exec sponsor → customer comms | minutes |
| Schedule slip > 2 weeks | PM → leadership → sponsor | within 3 bd |
| Budget overrun > 10% | PM → finance → sponsor | within 5 bd |
| Scope change requested | PM → sponsor via change-impact-assessment | within 1 week |
| Security finding critical | security lead → CTO → legal (if breach) | within 24 h |
| Regulatory finding | Legal → CEO + board | per regulation |
No silent escalations; escalations are a tool, not an embarrassment.
## Phase 8 — Feedback loops
Plan the **incoming** direction too:
- **Office hours** for open questions
- **Retrospectives** inside teams
- **Pulse surveys** quarterly
- **Listening channels** — dedicated Slack / Teams spaces for concerns
- **1:1 cadence** manager ↔ report
- **Customer advisory board** for strategic input
- **Post-incident reviews** with stakeholders
Close the loop: acknowledge feedback + say what you'll do + report back on what happened.
## Phase 9 — Crisis / incident communication
When it goes wrong:
- **Speed over polish** — "we know + investigating" within minutes
- **Single source of truth** — status page or incident doc
- **Named incident commander** — one voice
- **Regular updates** — even "no new info" is valuable
- **Post-mortem** published after resolution (for customers affected)
Hand off operational detail to `support-rollback-planning`.
## Phase 10 — Tone + translation for sensitive topics
- **Layoffs / reorgs / cuts**: clear, humane, with FAQ + 1:1 time for those affected
- **Security incidents**: factual + reassuring + specific
- **Breaking changes**: ample runway + migration guide + live support
- **Bad news**: deliver before rumors; don't sugarcoat; give path forward
## Phase 11 — Anti-patterns
| Anti-pattern | Fix |
|---|---|
| Status report as narrative essay | Use structured RAG + highlights + risks |
| Same report for all audiences | Tailor per audience |
| No ask section in exec update | Name what you need |
| Dashboard with 30 metrics | Focus on 5–8 that matter |
| Escalations viewed as failure | Frame as tool, named routes |
| Feedback solicited + ignored | Close the loop |
| Silent bad-news delay | Deliver early + humanely |
## Phase 12 — Diagrams
### Communication flow
```mermaid
flowchart LR
Team[Team] -->|daily| Lead[Team lead]
Lead -->|weekly| Leadership[Leadership]
Leadership -->|biweekly 1-pager| Exec[Exec sponsor]
Team -->|per-release| Customer[Customers]
Team -.incident.-> Exec
Customer -.office hours.-> Team
Customer -.surveys + CAB.-> Product
```
### Escalation tree (S1)
```mermaid
flowchart TD
Incident[S1 detected]
Incident --> OC[On-call acks]
OC --> IC[Incident commander assigned]
IC --> EL[Eng lead informed]
EL --> ES[Exec sponsor informed]
ES --> Comms[Customer comms via status page]
IC --> LegalRelated in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.