release-management
recoupable/release-management · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por recoupable/release-management no skills.sh. Instale com: npx skills add recoupable/release-management@release-management
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- recoupable
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 1
- Last push
- 2026-02-17T17:07:41Z
- Repository state
- arquivado
- Added
- 2026-08-30 15:22:21
- Updated
- 2026-09-08 15:04:47
- Origin id
recoupable/release-management/release-management
README
# Recoup Release Management Skill
An LLM skill for managing music release campaigns using RELEASE.md documents as the single source of truth.
## What It Does
- **Creates** RELEASE.md documents for new releases
- **Updates** existing release documents as information becomes available
- **Generates** deliverables (DSP pitches, press one-sheets, production specs)
- **Infers** which artist and release you're discussing from context
## Folder Structure
The skill expects releases organized by artist:
```
[Label Name]/
└── [Artist Name]/
└── Releases/
└── [Release Name]/
└── RELEASE.md
```
## Usage
> "Create a RELEASE.md for [Artist]'s new album '[Title]'"
> "Update [Artist]'s RELEASE.md with this ISRC data"
> "Add track metadata to [Artist]'s '[Title]' release"
> "Generate a DSP pitch from [Artist]'s RELEASE.md"
> "What's missing from [Artist]'s release doc before announcement?"
## Files
| File | Purpose |
|------|---------|
| `SKILL.md` | Core skill instructions |
| `references/release-template.md` | Blank template for new releases |
| `references/deliverables.md` | Output formats (DSP pitch, press one-sheet, etc.) |
| `references/section-guide.md` | Field-by-field guidance for each section |
## RELEASE.md Sections
| # | Section |
|---|---------|
| 1 | Project Snapshot |
| 2 | Release Identifiers & Metadata |
| 3 | Narrative & Positioning |
| 4 | Artist Background |
| 5 | Audience & Market Data |
| 6 | DSP & Streaming Strategy |
| 7 | Marketing Strategy |
| 8 | Social & Digital Marketing |
| 9 | PR & Media Relations |
| 10 | Visual & Creative Assets |
| 11 | Physical Production |
| 12 | Merch |
| 13 | Experiential & OOH |
| 14 | Touring & Live |
| 15 | Team Contacts |
| 16 | Budget Overview |
| 17 | Performance Tracking |
| 18 | Links & Resources Hub |