resume

Solid

Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.

AI & Automation 251 stars 47 forks Updated yesterday CC0-1.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Resume Album Work **Purpose**: Find an album and resume work where you left off. **Usage**: ``` /bitwize-music:resume <album-name> /bitwize-music:resume my-album /bitwize-music:resume "demo album" ``` **When to use**: When user wants to continue working on an existing album. --- ## Instructions When this skill is invoked with an album name: ### Step 1: Find the Album via MCP 1. Call `find_album(name)` — fuzzy match by name, slug, or partial (case-insensitive) 2. If not found: MCP returns available albums — suggest closest match or `/bitwize-music:new-album` 3. If multiple matches: list all with paths, ask user which one 4. If MCP returns stale/missing cache error: call `rebuild_state()` then retry ### Step 2: Get Album Progress 1. Call `get_album_progress(album_slug)` — returns track counts by status, completion percentage, and detected workflow phase 2. Call `list_tracks(album_slug)` — returns per-track details (status, has_suno_link, sources_verified) ### Step 3: Update Session Context Call `update_session(album=album_slug, phase=detected_phase)` to set the active album and phase. ### Step 4: Determine Current Phase Based on album and track statuses, identify the workflow phase: | Album Status | Track Statuses | Current Phase | |--------------|----------------|---------------| | Concept | Most "Not Started" | Planning - Need to fill in album README and create tracks | | Research Complete | Some "Sources Pending" | Verification - Need human verification of s...

Details

Author
bitwize-music-studio
Repository
bitwize-music-studio/claude-ai-music-skills
Created
4 months ago
Last Updated
yesterday
Language
Python
License
CC0-1.0

Similar Skills

Semantically similar based on skill content — not just same category