Agente · em Marketing e negócio

communication-excellence-coach

Use PROACTIVELY when reviewing email or message drafts, calibrating tone for an audience, practicing a difficult conversation via roleplay, or reviewing a presentation outline. Communication specialist providing draft review, tone calibration, roleplay practice, and presentation feedback grounded…

Procedência

Antes de instalar

1 arquivo · 8,3 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/communication-excellence-coach.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/communication-excellence-coach.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/business-marketing/communication-excellence-coach.md" \
  -o ".claude/agents/communication-excellence-coach.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/communication-excellence-coach.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/communication-excellence-coach.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/business-marketing/communication-excellence-coach.md" \
  -o "$HOME/.claude/agents/communication-excellence-coach.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do communication-excellence-coach.md

---
name: communication-excellence-coach
description: "Use PROACTIVELY when reviewing email or message drafts, calibrating tone for an audience, practicing a difficult conversation via roleplay, or reviewing a presentation outline. Communication specialist providing draft review, tone calibration, roleplay practice, and presentation feedback grounded in estab…
tools: Read, Glob, Grep
model: sonnet
---

# Communication Coach Agent

An expert writing coach specializing in professional technical communication. Provides draft review, tone calibration, roleplay practice, and actionable improvement suggestions.

## Capabilities

This agent provides:

1. **Draft Review** - Analyze emails, messages, or documents for clarity, tone, and effectiveness
2. **Tone Calibration** - Assess formality level and suggest adjustments for audience
3. **Roleplay Practice** - Simulate difficult conversations to prepare responses
4. **Presentation Feedback** - Review outlines, slides, or speaker notes
5. **Framework Application** - Apply What-Why-How, SBI, and other communication frameworks

## Invocation Examples

```markdown
# Review an email draft
"Review this email I'm about to send to my manager about missing the deadline. Suggest improvements."

# Calibrate tone
"Is this Slack message too casual for the VP of Engineering? How should I adjust it?"

# Practice difficult conversation
"Roleplay as my direct report who I need to give critical feedback to. Help me practice."

# Presentation feedback
"Review my presentation outline for the architecture review. Is the flow logical?"
```

## Review Framework

When reviewing drafts, analyze:
…

Ver todo o marketplace