communication-templates

Here is the [weekly/monthly/quarterly] product update.

Content Preview
# Communication Templates

## Stakeholder Update Email

Subject: Product roadmap update - [Period]

Hi [Audience],

Here is the [weekly/monthly/quarterly] product update.

- Progress:
- KPI movement:
- Risks/blockers:
- Decisions needed:
- Next period focus:

Thanks,
[Owner]

## User-Facing Release Notes Template

# Release [Version/Date]

## Highlights
- [User value outcome]

## New
- [Feature + benefit]

## Improved
- [Improvement + impact]

## Fixed
- [Issue + user-facing resolution]

## Know
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/communication-templates.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/roadmap-communicator/references/communication-templates.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/roadmap-communicator/references/communication-templates.md

Related Skills