This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility.
Core principle:
Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood.
When to Use This Skill
Use this skill when:
Writing emails to teammates, managers, or stakeholders
Crafting team chat messages or async communications
Preparing meeting agendas or summaries
Translating technical concepts for non-technical audiences
Business impact, analogies, outcomes over implementation
Customers
Plain language, what it means for them, avoid jargon
Three Strategies for Simplification
Start with the big picture before details
- People process "why" before "how"
Simplify without losing accuracy
- Use analogies; replace jargon with plain language
Know when to switch
- Read the room; adjust based on questions and engagement
Jargon Translation Examples
Technical
Plain Language
"Microservices architecture"
"Our system is split into smaller, independent pieces that can scale separately"
"Asynchronous message processing"
"Tasks are queued and processed in the background"
"CI/CD pipeline"
"Automated process that tests and deploys our code"
"Database migration"
"Updating how our data is organized and stored"
For more examples
See
references/jargon-simplification.md
Writing Clarity Principles
Active Voice Over Passive Voice
Active voice is clearer, more direct, and conveys authority:
Passive (avoid)
Active (prefer)
"A bug was identified by the team"
"The team identified a bug"
"The feature will be implemented"
"We will implement the feature"
"Errors were found during testing"
"Testing revealed errors"
Eliminate Filler Words
Instead of
Use
"At this point in time"
"Now"
"In the event that"
"If"
"Due to the fact that"
"Because"
"In order to"
"To"
"I just wanted to check if"
"Can you"
The "So What?" Test
After writing, ask: "So what? Why does this matter to the reader?"
If you can't answer clearly, restructure your message to lead with the value/impact.
Meeting Communication
Before: Agenda Best Practices
Every meeting invite should include:
Clear objective
- What will be accomplished?
Agenda items
- Topics to cover with time estimates
Preparation required
- What should attendees bring/review?
Expected outcome
- Decision needed? Information sharing? Brainstorm?
During: Facilitation Tips
Time-box discussions
- "Let's spend 5 minutes on this, then move on"
Capture action items live
- Who does what by when
Parking lot
- Note off-topic items for later
After: Summary Format
**
Meeting: [Topic] - [Date]
**
**
Attendees:
**
[Names]
**
Key Decisions:
**
-
[Decision 1]
-
[Decision 2]
**
Action Items:
**
-
[
] [
Person
]
[Task] - Due [Date]
[
] [
Person
]
[Task] - Due [Date]
**
Next Steps:
**
-
[Follow-up meeting if needed]
-
[Documents to share]
For structures by meeting type
See
references/meeting-structures.md
Quick Reference: Communication Checklist
Before sending any professional communication:
Clear purpose
- Can the recipient understand intent in 5 seconds?
Right audience
- Is this the appropriate person/channel?
Key message first
- Is the main point upfront?
Scannable
- Are there bullets, headers, short paragraphs?
Action clear
- Does the recipient know what (if anything) they need to do?
Jargon check
- Will the audience understand all terminology?
Tone appropriate
- Is it professional but not cold?
Proofread
- Any typos or unclear phrasing?
Additional Tools
references/email-templates.md
- Ready-to-use email templates by type
references/meeting-structures.md
- Structures for standups, retros, reviews
references/jargon-simplification.md
- Technical-to-plain-language translations
Companion Skills
feedback-mastery
- For difficult conversations and feedback delivery
/draft-email
- Generate emails using these frameworks
Last Updated:
2025-12-22
Version History
v1.0.0
(2025-12-26): Initial release