resume
SolidFinds 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
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Listed
session-resume
Resumes a previous session by reading tracked work and relevant context. Use when starting a new session, or when asked to "pick up where we left off", "what was I working on", or "resume".
1 Updated yesterday
erclx AI & Automation Listed
resume-task
Resume work on a task after a session crash or timeout
1 Updated today
gioe AI & Automation Solid
resume
Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating.
17,886 Updated today
alirezarezvani