resume

Locate an album in the local state cache and display its status and next steps.

408|97|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/main/skills/resume
Command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finds an album by name and shows a detailed status with next steps to resume work seamlessly.

Core Features & Use Cases

  • Album status lookup: locate the album in the local state cache and present its status and track counts.
  • Progress reporting: summarize Not Started / In Progress / Generated / Final tracks and overall phase.
  • Contextual guidance: suggest precise next actions based on current status and workflow.

Quick Start

Use the resume skill with an album name, for example: /bitwize-music:resume demo-album

Frequently Asked Questions about resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check album progress and status from the local state cache?

To check album progress, this Skill reads the local state cache at ~/.bitwize-music/cache/state.json and aggregates track statuses to display current progress and next steps. It summarizes Not Started, In Progress, Generated, and Final tracks to guide your workflow.

How can I resume work on a specific album without remembering the exact name?

You can resume work on a specific album using case-insensitive name matching. The Skill locates the album in the local state cache and handles multiple matches, presenting the album status and suggesting precise next actions to continue.

Does the resume workflow require any external dependencies?

No external dependencies are required to resume an album's progress. The Skill relies on the plugin's indexer tooling via CLAUDE_PLUGIN_ROOT and reads the state cache directly to locate the album and display its status.

What should I do if multiple albums match the name I searched for?

If multiple albums match your search, the Skill handles the matches by locating them in the local state cache and presenting their statuses. You can then review the aggregated track counts and next steps for each album to proceed.

How to find suggested next actions for an album currently in progress?

To find suggested next actions, use the Skill with an album name. It reads the state cache, evaluates the overall phase, and provides contextual guidance based on the current status and per-track workflow progress.