# Communication

> Explain changes, failures, options, and handoffs with clarity, evidence, and low noise.

- Skill: `nevitonsantana/communication` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nevitonsantana/communication`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nevitonsantana/communication/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nevitonsantana (https://skillmd.com/u/nevitonsantana)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nevitonsantana/communication

---


# Overview

Use this skill when technical work needs to be made legible for humans or for another agent.

# When to Use

- status updates
- handoffs
- decision framing
- failure reporting

# When NOT to Use

- to replace proof with storytelling
- to bury uncertainty under long prose

# Core Moves

1. Lead with the main point.
2. Separate fact from interpretation when needed.
3. Name impact and trade-offs briefly.
4. Close with the next step or decision needed.

# Optional Modules

- **Decision frame** — Add options, trade-offs, and a recommendation when a choice is needed.
- **Failure report** — Describe symptom, likely cause, and blocker shape.
- **Handoff packet** — Summarize boundary, ownership, and expected continuation.

# Activation Triggers

- Use decision frame when multiple options remain.
- Use failure report when progress is blocked or risky.
- Use handoff packet when another owner must continue the work.

# Expected Output

- clear status or decision note
- explicit trade-off or blocker
- next step

# Verification

- A reader can understand the point in one pass.
- Evidence and recommendation are not blurred together.
- The next action is explicit.

# Handoff Signals

- The note is primarily for another owner to continue the work.
- The change crosses team or specialty boundaries.

# Pairs Well With

- `workflow`
- `feature-planning`
- `api-design`

# Anti-patterns

- Writing chronologically instead of by importance.
- Using vague words instead of naming the decision.
- Reporting work without saying what should happen next.

