You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ This project uses [Conventional Commits](https://conventionalcommits.org/) and [
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.89.0] - 2026-04-10
10
+
11
+
### Added
12
+
-**Lyric-refiner skill** — multi-pass lyric refinement for post-writing polish
13
+
-**Tango genre** — Argentine-Uruguayan dance and song tradition covering Golden Age orquestas, tango canción, nuevo tango (Piazzolla), and electrotango; includes mastering presets for bandoneón-centric dynamics
14
+
15
+
### Fixed
16
+
- Updated Opus 4.5 references to Opus 4.6 in model-strategy.md
17
+
- Updated Sonnet 4.5 references to Sonnet 4.6 in model-strategy.md
**Critical**: Research must complete before writing for source-based content. Human source verification is required before generation — never skip this gate.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Then run `/bitwize-music:setup` to detect your environment and install dependenc
54
54
55
55
This is where the engineering lives. The plugin is a case study in how far you can push Claude Code's plugin system.
56
56
57
-
### Skill System (51 Skills)
57
+
### Skill System (52 Skills)
58
58
59
59
Each skill is a self-contained markdown file with a YAML frontmatter that declares its model, description, and when it should activate. Skills range from simple clipboard operations to multi-step creative workflows. Claude routes to skills automatically based on context, or you invoke them directly with `/bitwize-music:<name>`.
Copy file name to clipboardExpand all lines: reference/SKILL_INDEX.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Quick-reference guide for finding the right skill for any task.
31
31
| I need to... | Use this skill |
32
32
|--------------|----------------|
33
33
| ...write lyrics for a track |`/lyric-writer`|
34
+
| ...refine/polish lyrics after writing |`/lyric-refiner`|
34
35
| ...check lyrics for pronunciation risks |`/pronunciation-specialist`|
35
36
| ...run full QC before Suno generation |`/lyric-reviewer`|
36
37
| ...run final pre-generation checkpoint |`/pre-generation-check`|
@@ -122,6 +123,7 @@ Quick-reference guide for finding the right skill for any task.
122
123
|[`import-art`](/skills/import-art/SKILL.md)| Place album art in audio and content locations | Copying artwork to correct paths after creation |
123
124
|[`import-audio`](/skills/import-audio/SKILL.md)| Move audio files to correct album location | Importing WAV files from Suno downloads |
124
125
|[`import-track`](/skills/import-track/SKILL.md)| Move track .md files to correct album location | Importing track files from external sources |
126
+
|[`lyric-refiner`](/skills/lyric-refiner/SKILL.md)| Multi-pass lyric refinement for tightening, cohesion, and album unity | Polishing lyrics after writing, before QC |
125
127
|[`lyric-reviewer`](/skills/lyric-reviewer/SKILL.md)| QC gate before Suno generation (14-point checklist) | Final quality check before generating |
126
128
|[`lyric-writer`](/skills/lyric-writer/SKILL.md)| Write or review lyrics with prosody and rhyme craft | Writing new lyrics or fixing existing ones |
127
129
|[`mastering-engineer`](/skills/mastering-engineer/SKILL.md)| Audio mastering guidance, loudness optimization | Mastering tracks to -14 LUFS for streaming |
@@ -169,6 +171,7 @@ What to have ready before using each skill:
169
171
|`/album-conceptualizer`| Album name and genre decided |
These skills directly impact music quality or have high error costs.
18
18
@@ -44,6 +44,16 @@ Bad style prompts = bad music. Every regeneration costs time. Getting it right t
44
44
45
45
A weak concept produces a weak album. Spending Opus here prevents wasted effort on a fundamentally flawed foundation.
46
46
47
+
### lyric-refiner
48
+
**Why Opus**: Multi-pass refinement requires the same creative depth as writing. This skill must:
49
+
- Make nuanced judgment calls about what to tighten vs. preserve
50
+
- Evaluate cross-track cohesion across an entire album's lyrics
51
+
- Identify subtle vocabulary drift and tonal inconsistencies
52
+
- Add callback phrases that feel organic, not forced
53
+
- Balance competing concerns (tightening vs. preserving voice, cohesion vs. distinctiveness)
54
+
55
+
Refinement is surgical — a weaker model might over-tighten, break voice consistency, or miss cohesion opportunities. The stakes are the same as writing: bad refinement degrades good lyrics.
56
+
47
57
### lyric-reviewer
48
58
**Why Opus**: This is the quality gate before Suno generation. If issues slip through, they become embedded in the music. This skill requires:
49
59
- Catching subtle prosody problems
@@ -73,7 +83,7 @@ If the verifier misses something, errors reach the human reviewer or the public.
73
83
74
84
---
75
85
76
-
## Sonnet 4.5 Skills (30 skills)
86
+
## Sonnet 4.6 Skills (30 skills)
77
87
78
88
These skills require reasoning and moderate creativity but follow established patterns.
79
89
@@ -242,8 +252,8 @@ Is it purely pattern matching, file operations, or static info?
242
252
243
253
| Tier | Count | Percentage | Purpose |
244
254
|------|-------|------------|---------|
245
-
| Opus 4.5|6|11.8% | Music-defining output, high error cost |
The plugin reserves Opus for skills where quality directly impacts the music or where errors have significant consequences. Most work happens at Sonnet tier. Haiku handles mechanical operations where speed matters more than nuance.
0 commit comments