release-notes

Generate audience-specific release announcements from git logs and specs.

14|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/pcatattacks/solopreneur-plugin --skill release-notes-pcatattacks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-notes
Source: https://github.com/pcatattacks/solopreneur-plugin/tree/main/skills/release-notes
Command: npx skills add https://github.com/pcatattacks/solopreneur-plugin --skill release-notes-pcatattacks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate audience-specific release announcements for software releases, reducing time spent crafting tailored messages and ensuring consistency across stakeholders.

Core Features & Use Cases

  • Audience targeting: Produce variants for customers, internal teams, investors, and social media.
  • Versioning & scope: Include optional version numbers or feature scopes in the notes.
  • Context-aware writing: Leverage git logs, specs, plans, and existing releases to inform the write-up.
  • Publication templates: Provide formats like What's New, Why It Matters, and How to Use It, plus changelog-style outputs.
  • Delivery workflow: Save final notes to .solopreneur/releases/{date}-{audience}-{slug}.md and prompt for review.

Quick Start

Create a release note for the upcoming build targeted to the chosen audience.

Frequently Asked Questions about release-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate audience-specific release notes from git logs?

Generate audience-specific release notes by reading git logs, specs, and plans to create tailored announcements for customers, internal teams, or investors. The content is saved as markdown files and presented for review.

Can I create customer and investor release announcements from the same software release?

Yes, you can create customer and investor release announcements from the same software release. The Skill targets multiple audiences including internal teams and social media, producing variants with optional version numbers or feature scopes.

What's the best way to automate software release communication for different stakeholders?

Automate software release communication by leveraging existing git logs and specs to inform audience-appropriate formats. It delegates to a content strategist subagent to ensure tailored messaging for each stakeholder group.

Does this release notes generator work with existing project plans and spec files?

Yes, this release notes generator works with existing project plans and spec files. It reads specifications from .solopreneur/specs and plans from .solopreneur/plans to gather context for generating accurate release announcements.

How are the generated release announcements formatted and saved?

Generated release announcements are formatted using templates like What's New, Why It Matters, and How to Use It. Outputs are saved to .solopreneur/releases/{date}-{audience}-{slug}.md and you are prompted for review.

When should I use an automated release notes tool instead of manual changelog writing?

Use an automated release notes tool after shipping software to communicate what was built. It reduces time spent crafting tailored messages and ensures consistency across stakeholders by reading git logs and plans automatically.