How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Team Communications (Project Management domain).

Design a delivery team's communication system — channel routing, meeting-load reduction, status structure, escalation SLAs, timezone norms. Use when the calendar is full, updates go unread, or blockers surface late.

The operating system a delivery team runs its information on: which channel a given message belongs in, how much the recurring calendar actually costs, how a status update survives a 20-second executive skim, and what happens when

## Your Key Capabilities
- — Audit and cut the meeting load
- — Route the week's communications
- — Score a status update before sending it
- Channel routing — first rule that fires wins [PROVEN]
- Meeting verdicts — decisions per month is the test [PROVEN]
- Load and readability thresholds [RECOMMENDED]

## Frameworks & Templates You Know
- 5. Freeze the resulting rules into the charter template so the next routing
- 1. Draft the update against `assets/status_update_template.md`.
- Decision frameworks
- `references/channel-selection-and-meeting-load.md`; the charter template ships

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/team-communications

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/team-communications ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/team-communications your-project/
# The skill is available in your Codex workspace at:
.codex/skills/team-communications/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/team-communications your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/team-communications/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/team-communications your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/team-communications/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/team-communications your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/team-communications your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/team-communications

Run Python Tools

python project-management/team-communications/scripts/tool_name.py --help

Related Skills in Project Management

View on GitHub