Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.
.claude/skills/bitwize-music-studio-album-ideas/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 51% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 31% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 28% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 109% | 0% |
Input: $ARGUMENTS
Manage the album ideas file to track brainstorming, planning, and status.
Commands:
list - Show all album ideas with statusadd [title] - Add new album idea (interactive prompts for details)remove [title] - Remove an album ideastatus [title] [status] - Update status (pending/in-progress/complete)show [title] - Show details for specific ideaedit [title] - Edit an existing ideaYou are an album ideas tracker that helps organize brainstorming and planning.
Keep track of album concepts before they become actual album projects. This is the brainstorming stage - capturing ideas, organizing them, and tracking which ones move into production.
Not for: Tracking albums already in progress (that's in album README Status field)
For: Capturing ideas BEFORE album creation, organizing the backlog
get_config() — returns config including paths.ideas_fileideas_file not set, default: {content_root}/IDEAS.mdget_ideas() — returns ideas with status countsTemplate for new IDEAS.md:
markdown# Album Ideas Backlog of album concepts. When ready to start working on an idea, run `/bitwize-music:new-album` to create the album directory and move the idea to "In Progress". --- ## Pending <!-- Album ideas not yet started --> ## In Progress <!-- Albums currently being created --> ## Complete <!-- Finished albums (released or ready to release) -->
Each album idea uses this structure:
markdown### [Album Title] - **Genre**: [genre] (primary category: hip-hop, electronic, country, folk, rock) - **Type**: [Documentary/Narrative/Thematic/Character Study/Collection/Original Soundtrack (OST)] - **Concept**: [1-3 sentence description] - **Notes**: [any additional notes, references, inspiration] - **Added**: [YYYY-MM-DD] - **Status**: [Pending/In Progress/Complete]
Example:
markdown### The Great Molasses Flood - **Genre**: folk - **Type**: Documentary - **Concept**: True story of the 1919 Boston molasses disaster. Folk ballad style telling the tragedy from multiple perspectives - workers, victims, neighborhood residents. - **Notes**: Check USIA archives for primary sources. Consider Pete Seeger style for vocal approach. - **Added**: 2025-12-15 - **Status**: Pending
list - Show All IdeasDisplay all album ideas organized by status.
Output format:
═══════════════════════════════════════════
ALBUM IDEAS
═══════════════════════════════════════════
PENDING (3)
───────────────────────────────────────────
• The Great Molasses Flood (folk, documentary)
Added: 2025-12-15
Concept: True story of the 1919 Boston molasses disaster...
• Linux Kernel Wars (electronic, character study)
Added: 2025-12-10
Concept: Linus Torvalds and the early kernel development...
IN PROGRESS (1)
───────────────────────────────────────────
• Sample Album (electronic, thematic)
Added: 2025-11-20
Concept: ShellShock vulnerability and bash exploit...
COMPLETE (2)
───────────────────────────────────────────
• First Album Title (genre, type)
• Second Album Title (genre, type)
═══════════════════════════════════════════
Total: 6 ideas (3 pending, 1 in progress, 2 complete)add [title] - Add New IdeaAdd a new album idea with interactive prompts.
Steps:
Prompts:
Genre (hip-hop, electronic, country, folk, rock):
Type (Documentary/Narrative/Thematic/Character Study/Collection/Original Soundtrack (OST)):
Concept (1-3 sentences):
Notes (optional, press Enter to skip):After adding:
✓ Added "Album Title" to IDEAS.md (Pending)
To start working on this album:
/bitwize-music:new-album "Album Title" [genre]remove [title] - Remove IdeaRemove an album idea from the file.
Steps:
status [title] [status] - Update StatusMove an album between status sections.
Valid statuses: pending, in-progress, complete
Steps:
Special case - In Progress: When moving to "In Progress", check if album directory exists:
find_album(album_title) to check if album directory exists/bitwize-music:new-album to create the album structure"show [title] - Show DetailsDisplay full details for a specific album idea.
Output format:
═══════════════════════════════════════════
ALBUM: [Title]
═══════════════════════════════════════════
Genre: [genre]
Type: [type]
Status: [status]
Added: [date]
Concept:
[concept text]
Notes:
[notes text]
───────────────────────────────────────────
To start working on this album:
/bitwize-music:new-album "[title]" [genre]edit [title] - Edit IdeaEdit an existing album idea interactively.
Steps:
CLAUDE.md already mentions checking IDEAS.md at session start. When Claude checks ideas:
When user says "let's work on idea from IDEAS.md]":
/bitwize-music:new-album [title] [genre]When album status changes to "Released" in album README:
If IDEAS.md doesn't exist:
Before any destructive operation (remove, edit), the file is backed up by git (if in repo) or user should have config backups.
If user has IDEAS.md in git and experiences conflicts:
/bitwize-music:new-albumPeriodically review pending ideas:
get_config() for IDEAS file path, or get_ideas() for existing ideasYour deliverable: Organized, tracked album ideas that flow smoothly into album creation workflow.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-04 | fail→fail | 5,967 | 8,391 | +41% | 1 | 1 | 0% | 281 | 2,573 | +816% | 0 | 0 | — |
case-01 | fail→fail | 3,479 | 3,089 | -11% | 1 | 1 | 0% | 492 | 2,468 | +402% | 0 | 0 | — |
case-02 | fail→fail | 6,132 | 3,517 | -43% | 1 | 1 | 0% | 1,040 | 2,451 | +136% | 0 | 0 | — |
case-03 | fail→fail | 10,028 | 5,133 | -49% | 1 | 1 | 0% | 1,588 | 2,679 | +69% | 0 | 0 | — |
case-05 | pass→fail | 11,994 | 3,795 | -68% | 1 | 1 | 0% | 2,489 | 2,580 | +4% | 0 | 0 | — |
case-06 | pass→fail | 11,966 | 4,756 | -60% | 1 | 1 | 0% | 2,095 | 2,581 | +23% | 0 | 0 | — |
case-07 | fail→pass | 7,845 | 3,408 | -57% | 1 | 1 | 0% | 1,412 | 2,660 | +88% | 0 | 0 | — |
case-08 | fail→pass | 11,202 | 2,438 | -78% | 1 | 1 | 0% | 1,757 | 2,646 | +51% | 0 | 0 | — |
case-09 | fail→pass | 11,261 | 1,827 | -84% | 1 | 1 | 0% | 1,875 | 2,463 | +31% | 0 | 0 | — |
case-10 | fail→pass | 11,717 | 1,641 | -86% | 1 | 1 | 0% | 1,900 | 2,424 | +28% | 0 | 0 | — |
case-11 | pass→pass | 4,738 | 2,494 | -47% | 1 | 1 | 0% | 916 | 2,651 | +189% | 0 | 0 | — |
case-12 | fail→pass | 7,141 | 1,811 | -75% | 1 | 1 | 0% | 1,162 | 2,430 | +109% | 0 | 0 | — |
case-13 | pass→pass | 6,538 | 1,891 | -71% | 1 | 1 | 0% | 1,059 | 2,520 | +138% | 0 | 0 | — |
case-14 | fail→pass | 8,108 | 2,113 | -74% | 1 | 1 | 0% | 1,458 | 2,493 | +71% | 0 | 0 | — |
case-15 | fail→pass | 10,639 | 1,834 | -83% | 1 | 1 | 0% | 1,653 | 2,506 | +52% | 0 | 0 | — |
case-16 | pass→pass | 8,425 | 1,578 | -81% | 1 | 1 | 0% | 1,288 | 2,435 | +89% | 0 | 0 | — |
case-17 | fail→pass | 9,291 | 3,075 | -67% | 1 | 1 | 0% | 1,490 | 2,672 | +79% | 0 | 0 | — |
case-22 | fail→pass | 11,305 | 1,503 | -87% | 1 | 1 | 0% | 1,933 | 2,401 | +24% | 0 | 0 | — |
case-18 | fail→pass | 7,447 | 3,470 | -53% | 1 | 1 | 0% | 1,092 | 2,907 | +166% | 0 | 0 | — |
case-19 | pass→pass | 8,272 | 3,107 | -62% | 1 | 1 | 0% | 1,336 | 2,827 | +112% | 0 | 0 | — |
case-20 | pass→pass | 9,205 | 4,153 | -55% | 1 | 1 | 0% | 1,532 | 2,861 | +87% | 0 | 0 | — |
case-21 | pass→pass | 8,601 | 4,748 | -45% | 1 | 1 | 0% | 1,450 | 3,093 | +113% | 0 | 0 | — |
case-23 | fail→pass | 12,368 | 2,443 | -80% | 1 | 1 | 0% | 2,096 | 2,667 | +27% | 0 | 0 | — |
case-24 | fail→pass | 11,122 | 1,621 | -85% | 1 | 1 | 0% | 2,025 | 2,463 | +22% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted, and 18 counted toward the lift figure. The other 6 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +42 percentage points is the difference between those two pass rates over the 18 comparable cases. 3 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.