Feature Announcement Writer
This skill generates a ready-to-use multi-format announcement pack from a single product feature description. Designed for product managers, product owners, and content marketers who need to distribute a feature announcement across 4 channels (changelog, email, in-app push, social) without manually rewriting the same information for each format.
Input:
- Feature description (plain text, pasted inline or as
.md file — min 1 paragraph)
- Optional: product name, feature name, target audience (users / customers / internal / developers), launch type (GA / beta / soft launch)
Output:
- Markdown document with 4 labeled, copy-ready sections: Changelog Entry, Email Announcement, In-App Push, Social Post (LinkedIn/X)
Language Detection
Detect the user's language from their message:
- If Russian (or contains Cyrillic): respond in Russian
- If English (or other Latin-script language): respond in English
- If ambiguous: respond in the language of the trigger phrase used
Instructions
Step 1: Accept and Validate Input
Check if the user provided a feature description (inline text or file)
- If no description provided: Stop — "Please describe the feature you want to announce. Paste a 1–2 paragraph description and I'll generate the announcement pack."
- If description is a
.docx or .pdf file: Stop — "feature-announcement-writer works with plain text or .md files. Export your document to text format and try again."
Check description length
- If fewer than 1 paragraph (less than 3 meaningful sentences): ask one clarifying question — "What's the main benefit for users?" — then continue with available info
Check if this is a sprint summary with multiple features
- If input contains 5+ distinct feature bullet points or explicit sprint/release framing: Flag — "This looks like a sprint summary with multiple features. For multi-feature release notes, use
release-notes-generator instead."
Step 2: Extract Context
Scan description for:
- Product name — the product or app this feature belongs to
- Feature name/title — what this specific feature is called
- Target audience — signals like "for users", "for developers", "internal team", "enterprise customers"
- Launch type — signals like "beta", "soft launch", "GA", "early access", "limited release"
If product name or feature name cannot be inferred:
- Ask in one consolidated question: "A few quick details: What's the product name? What should I call this feature? (Skip anything you don't need.)"
- Do not ask multiple separate questions
Apply defaults silently (state them in the output header):
- Audience not specified → default to
users
- Launch type not specified → default to
GA
Check if description is entirely technical (API changes, schema updates, dev tooling):
- If yes: Flag — "Description appears technical — generating developer-facing copy. Say 'user-facing' to switch."
Step 3: Identify Value Proposition
- Extract the core user benefit (what the user can now do that they couldn't before)
- Identify 2–3 supporting benefits or use cases
- Note tone signals from the description (exciting launch vs. incremental improvement vs. critical fix)
Step 4: Generate All 4 Formats
Generate all formats in one response. Use clearly delimited sections.
Format 1 — Changelog Entry
- Markdown one-liner format:
- [Feature name]: [user benefit description]
- Plain language; no jargon; no commit hashes
- If launch type is beta: prefix with
[Beta]
Format 2 — Email Announcement
- Subject line: benefit-first; specific (e.g., "New: Export reports as PDF — available today")
- Do NOT use: "Newsletter", "Update", "We're excited to announce", "We are pleased to"
- Body structure:
- Opening sentence: lead with biggest user benefit ("Starting today, you can...")
- Paragraph 1: explain the feature and its 2–3 key benefits in plain language
- Paragraph 2: mention audience or access details (who gets it, how to find it)
- Closing: 1 CTA sentence or brief thank-you — no fluff
- Length: 150–250 words
- Tone: professional, direct, benefit-first
Format 3 — In-App / Push Notification
- Exactly 1–2 sentences
- Maximum 160 characters (count carefully)
- Structure: verb-first + specific benefit + optional CTA
- Example: "Export reports as PDF — save time on formatting. Try it now."
- If character limit is exceeded: trim to single most impactful sentence
Format 4 — Social Post (LinkedIn / X)
- 3–5 sentences
- Conversational tone (not a press release)
- Opens with a hook (question, surprising stat, or direct statement of value)
- Names the feature and 1–2 key benefits
- Ends with one CTA or question to audience
- No emojis unless explicitly requested
Step 5: Offer Blog Intro
After the 4 formats, add one line:
"Want me to add a blog intro paragraph? Just say so."
Do not generate it unless requested.
Negative Cases
- No description provided: Stop — "Please describe the feature you want to announce. Paste a 1–2 paragraph description and I'll generate the announcement pack."
- Sprint summary with multiple features: Flag — "This looks like a sprint summary with multiple features. For multi-feature release notes, use
release-notes-generator instead."
- File is .docx or .pdf: Stop — "feature-announcement-writer works with plain text or .md files. Export your document to text format and try again."
- Description too sparse: Ask one question ("What's the main benefit for users?"), then generate.
- User requests extra format (Slack, press release): Generate the 4 standard formats first, then offer: "I can also write a [format] — want me to add it?"
Output Format
## Feature Announcement — [Feature Name] · [Product] · [Date]
_Audience: [users/customers/internal/developers] · Launch type: [GA/beta/soft launch]_
---
### 📋 Changelog Entry
- [Feature name]: [user benefit description]
---
### 📧 Email Announcement
**Subject:** [Benefit-first subject line]
[Email body: 150–250 words]
---
### 📱 In-App / Push Notification
[1–2 sentences, ≤ 160 characters]
---
### 🔗 Social Post (LinkedIn / X)
[3–5 sentences, hook-first, ends with CTA or question]
---
> Want me to add a blog intro paragraph? Just say so.
1---2name: feature-announcement-writer3description: Generate a multi-format feature announcement pack from a single product description — no copywriting experience needed. Produces 4 ready-to-use formats: changelog entry, email, in-app push, and social post. Use when launching a new feature, announcing a beta, or preparing a communication pack for multiple channels. Triggers: 'write feature announcement', 'feature announcement writer', 'generate announcement for my feature', 'напиши анонс фичи', 'создай пакет анонса', 'генератор анонса фичи'.4---56# Feature Announcement Writer78This skill generates a ready-to-use multi-format announcement pack from a single product feature description. Designed for product managers, product owners, and content marketers who need to distribute a feature announcement across 4 channels (changelog, email, in-app push, social) without manually rewriting the same information for each format.910**Input:**11- Feature description (plain text, pasted inline or as `.md` file — min 1 paragraph)12- Optional: product name, feature name, target audience (users / customers / internal / developers), launch type (GA / beta / soft launch)1314**Output:**15- Markdown document with 4 labeled, copy-ready sections: Changelog Entry, Email Announcement, In-App Push, Social Post (LinkedIn/X)1617---1819## Language Detection2021Detect the user's language from their message:22- If Russian (or contains Cyrillic): respond in Russian23- If English (or other Latin-script language): respond in English24- If ambiguous: respond in the language of the trigger phrase used2526---2728## Instructions2930### Step 1: Accept and Validate Input31321. Check if the user provided a feature description (inline text or file)33 - If no description provided: Stop — "Please describe the feature you want to announce. Paste a 1–2 paragraph description and I'll generate the announcement pack."34 - If description is a `.docx` or `.pdf` file: Stop — "feature-announcement-writer works with plain text or .md files. Export your document to text format and try again."35362. Check description length37 - If fewer than 1 paragraph (less than 3 meaningful sentences): ask one clarifying question — "What's the main benefit for users?" — then continue with available info38393. Check if this is a sprint summary with multiple features40 - If input contains 5+ distinct feature bullet points or explicit sprint/release framing: Flag — "This looks like a sprint summary with multiple features. For multi-feature release notes, use `release-notes-generator` instead."4142### Step 2: Extract Context43441. Scan description for:45 - **Product name** — the product or app this feature belongs to46 - **Feature name/title** — what this specific feature is called47 - **Target audience** — signals like "for users", "for developers", "internal team", "enterprise customers"48 - **Launch type** — signals like "beta", "soft launch", "GA", "early access", "limited release"49502. If product name or feature name cannot be inferred:51 - Ask in **one consolidated question**: "A few quick details: What's the product name? What should I call this feature? (Skip anything you don't need.)"52 - Do not ask multiple separate questions53543. Apply defaults silently (state them in the output header):55 - Audience not specified → default to `users`56 - Launch type not specified → default to `GA`57584. Check if description is entirely technical (API changes, schema updates, dev tooling):59 - If yes: Flag — "Description appears technical — generating developer-facing copy. Say 'user-facing' to switch."6061### Step 3: Identify Value Proposition62631. Extract the core user benefit (what the user can now do that they couldn't before)642. Identify 2–3 supporting benefits or use cases653. Note tone signals from the description (exciting launch vs. incremental improvement vs. critical fix)6667### Step 4: Generate All 4 Formats6869Generate all formats in one response. Use clearly delimited sections.7071**Format 1 — Changelog Entry**72- Markdown one-liner format: `- [Feature name]: [user benefit description]`73- Plain language; no jargon; no commit hashes74- If launch type is beta: prefix with `[Beta]`7576**Format 2 — Email Announcement**77- Subject line: benefit-first; specific (e.g., "New: Export reports as PDF — available today")78 - Do NOT use: "Newsletter", "Update", "We're excited to announce", "We are pleased to"79- Body structure:80 - Opening sentence: lead with biggest user benefit ("Starting today, you can...")81 - Paragraph 1: explain the feature and its 2–3 key benefits in plain language82 - Paragraph 2: mention audience or access details (who gets it, how to find it)83 - Closing: 1 CTA sentence or brief thank-you — no fluff84- Length: 150–250 words85- Tone: professional, direct, benefit-first8687**Format 3 — In-App / Push Notification**88- Exactly 1–2 sentences89- Maximum 160 characters (count carefully)90- Structure: verb-first + specific benefit + optional CTA91- Example: "Export reports as PDF — save time on formatting. Try it now."92- If character limit is exceeded: trim to single most impactful sentence9394**Format 4 — Social Post (LinkedIn / X)**95- 3–5 sentences96- Conversational tone (not a press release)97- Opens with a hook (question, surprising stat, or direct statement of value)98- Names the feature and 1–2 key benefits99- Ends with one CTA or question to audience100- No emojis unless explicitly requested101102### Step 5: Offer Blog Intro103104After the 4 formats, add one line:105> "Want me to add a blog intro paragraph? Just say so."106107Do not generate it unless requested.108109---110111## Negative Cases112113- **No description provided:** Stop — "Please describe the feature you want to announce. Paste a 1–2 paragraph description and I'll generate the announcement pack."114- **Sprint summary with multiple features:** Flag — "This looks like a sprint summary with multiple features. For multi-feature release notes, use `release-notes-generator` instead."115- **File is .docx or .pdf:** Stop — "feature-announcement-writer works with plain text or .md files. Export your document to text format and try again."116- **Description too sparse:** Ask one question ("What's the main benefit for users?"), then generate.117- **User requests extra format (Slack, press release):** Generate the 4 standard formats first, then offer: "I can also write a [format] — want me to add it?"118119---120121## Output Format122123```124## Feature Announcement — [Feature Name] · [Product] · [Date]125_Audience: [users/customers/internal/developers] · Launch type: [GA/beta/soft launch]_126127---128129### 📋 Changelog Entry130131- [Feature name]: [user benefit description]132133---134135### 📧 Email Announcement136137**Subject:** [Benefit-first subject line]138139[Email body: 150–250 words]140141---142143### 📱 In-App / Push Notification144145[1–2 sentences, ≤ 160 characters]146147---148149### 🔗 Social Post (LinkedIn / X)150151[3–5 sentences, hook-first, ends with CTA or question]152153---154155> Want me to add a blog intro paragraph? Just say so.156```