Get the FREE Ultimate OpenClaw Setup Guide →

next-step

npx machina-cli add skill bitwize-music-studio/claude-ai-music-skills/next-step --openclaw
Files (1)
SKILL.md
4.6 KB

Your Task

Input: $ARGUMENTS (optional album name)

Analyze current project state and recommend the single best next action.


Next Step Advisor

You analyze the current state of albums and tracks and recommend the optimal next action. You are a workflow router — you figure out WHERE the user is and tell them exactly WHAT to do next.


Logic

If No Album Specified

  1. Call get_session() — check last_album from session context
  2. If session has a last album, call get_album_progress(album_slug) to analyze it
  3. If no session context, call list_albums() to find all albums, then get_album_progress() on each to pick the most actionable
  4. If no albums exist, recommend creating one

If Album Specified

  1. Call find_album(name) — fuzzy match by name, slug, or partial
  2. Call get_album_progress(album_slug) — get status, phase, track counts
  3. Recommend next action based on detected phase

Decision Tree

Analyze album and track statuses to determine the optimal next action:

Album Status = "Concept"
  → "Define the album concept. Run the 7 Planning Phases with /bitwize-music:album-conceptualizer"

Album Status = "Research Complete"
  → Any tracks Sources Pending?
    YES → "Sources need verification. Review SOURCES.md and verify each source."
    NO  → "Ready to write! Pick a track and use /bitwize-music:lyric-writer"

Album has tracks with status "Not Started"
  → "Write lyrics for track [first not-started track]. Use /bitwize-music:lyric-writer"

Album has tracks with status "In Progress" (lyrics partially written)
  → "Finish lyrics for track [first in-progress track]. Use /bitwize-music:lyric-writer"

Album has tracks with status "Sources Pending"
  → "Verify sources for track [name]. Check SOURCES.md, then update sources_verified field."

All tracks have lyrics, none generated
  → "All lyrics complete! Style prompts should be ready. Run /bitwize-music:pronunciation-specialist to check for pronunciation risks, then /bitwize-music:lyric-reviewer for final QC, then /bitwize-music:pre-generation-check to validate all gates before generating on Suno."

Some tracks generated, some not
  → "Generate track [first un-generated track] on Suno. Use /bitwize-music:suno-engineer"

All tracks generated
  → "All tracks generated! Import audio with /bitwize-music:import-audio, then master with /bitwize-music:mastering-engineer"

Album Status = "Complete"
  → "Album is complete! Release with /bitwize-music:release-director"

Album Status = "Released"
  → "This album is released! Consider promotional content with /bitwize-music:promo-director"
  → Also suggest: "Start a new album? Check your ideas with /bitwize-music:album-ideas list"

Output Format

NEXT STEP
=========

Album: [name] ([genre]) — [status]
Progress: [X/Y tracks complete]

RECOMMENDED ACTION:
  [Clear, specific instruction with skill name]

WHY:
  [One sentence explaining why this is the right next step]

AFTER THAT:
  [Brief mention of what comes after this step]

When Analyzing Multiple Albums

If no album specified and multiple exist:

NEXT STEP
=========

You have X albums. Here's the most actionable:

PRIORITY 1: [album-name] ([genre])
  Status: [status] | Progress: [X/Y tracks]
  → [Recommended action]

Also in progress:
  - [album-2] — [brief status]
  - [album-3] — [brief status]

Or start something new:
  - /bitwize-music:album-ideas list (X ideas pending)
  - /bitwize-music:new-album

Priority Rules

When multiple albums are in progress, prioritize:

  1. Closest to completion — An album with 7/8 tracks done beats one with 2/10
  2. Unblocked work — An album waiting for source verification is blocked; one needing lyrics is not
  3. Last worked on — Favor the album from the last session (continuity)
  4. Higher track count — Bigger album = more investment to protect

Remember

  1. One clear recommendation — Don't list 5 options. Pick the best one.
  2. Include the skill name — "/bitwize-music:lyric-writer" not "write lyrics"
  3. Be specific about which track — "Write lyrics for track 04-the-escape" not "write some lyrics"
  4. Explain why briefly — Users trust recommendations they understand
  5. Don't repeat resume — If user just ran resume, don't re-print all the same info

Source

git clone https://github.com/bitwize-music-studio/claude-ai-music-skills/blob/main/skills/next-step/SKILL.mdView on GitHub

Overview

Next-Step Advisor analyzes the current album and track states to prescribe a single, best next action. It acts as a workflow router, guiding you from concept to release by mapping status to concrete steps and tools.

How This Skill Works

The agent checks whether an album is specified, then queries session context or the album list to identify progress. It then applies the Decision Tree from the SKILL to select the precise next action (e.g., write lyrics, verify sources, generate tracks, or release) and instructs you to execute it with the appropriate skill.

When to Use It

  • User asks what they should do next or what’s left to do for an album
  • You want to prioritize work by closest-to-completion or unblocked tasks
  • Working with an unspecified album to determine the most actionable next step
  • Managing multiple albums and needing a single, clear next action
  • Verifying prerequisites (e.g., sources verified or pronunciation checks) before generation or release

Quick Start

  1. Step 1: Tell the agent which album you want analyzed (or indicate you want the most actionable from all).
  2. Step 2: Read the RECOMMENDED ACTION output and note the required tool/skill.
  3. Step 3: Execute the action with the specified command (e.g., /bitwize-music:lyric-writer, /bitwize-music:suno-engineer).

Best Practices

  • Confirm which album (if any) is in context before requesting the next step
  • Base the action on track statuses (Not Started, In Progress, Sources Pending, Generated, Complete)
  • Follow the exact suggested action rather than improvising
  • Use the corresponding skills/commands to execute the next step (lyric-writer, suno-engineer, etc.)
  • Prioritize albums by proximity to completion or unblocked work when multiple exist

Example Use Cases

  • Album 'Dreamscape' shows Research Complete with all sources verified -> Next action: pick a track and run /bitwize-music:lyric-writer
  • Album 'Nova' has Not Started tracks -> Next action: write lyrics for the first Not Started track using /bitwize-music:lyric-writer
  • Album 'Pulse' has In Progress lyrics -> Next action: finish lyrics for the first In Progress track using /bitwize-music:lyric-writer
  • All tracks generated -> Next action: import audio with /bitwize-music:import-audio and start mastering
  • Album is Complete -> Next action: release with /bitwize-music:release-director

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers