Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
npx skills add ahochma/My_PM_Skills --skill "sprint-support-update-writer"
Install specific skill from multi-skill repository
# Description
Turn sprint CSV data into short, scannable support team updates.
# SKILL.md
name: sprint-support-update-writer
description: Turn sprint CSV data into short, scannable support team updates.
Sprint Support Update Writer Skill
A communication skill that converts sprint task data into clear, template-based updates for your support team.
When to use this skill
Use this skill when you say:
- “Generate a support update from this sprint CSV.”
- “Tell support what changed this sprint.”
Inputs this skill uses
Provide:
- Sprint CSV:
- One row per shipped or changed item.
- Include: product / area, short label, short description, Asana link.
- Optional:
- Very short summary of the sprint focus (1–2 sentences).
Core behaviors
A. Generate support update (SU)
- Read the sprint CSV and your short summary.
- For each relevant item, create an entry with:
- Headline:
[Product name] – short, user-facing title. - Description: what changed, in plain language, and what support should tell customers.
- Asana link: task or epic link, so support can click for details.
- Only use information that exists in:
- The CSV.
- Your short summary.
- Keep the update:
- Short.
- Scannable (bullets, not paragraphs).
- Focused on “what changed” and “what support should know or do”.
Output format
- A list like:
Headline [Product name]Description: …Asana link: …- Optional intro line summarizing the sprint outcome.
- Ready to paste into an email or internal support doc.*** End Patch
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.