album-ideas

Solid

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.

Code & Development 223 stars 39 forks Updated 3 days ago CC0-1.0

Install

View on GitHub

Quality Score: 90/100

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

Skill Content

## Your Task **Input**: $ARGUMENTS Manage the album ideas file to track brainstorming, planning, and status. **Commands:** - `list` - Show all album ideas with status - `add [title]` - Add new album idea (interactive prompts for details) - `remove [title]` - Remove an album idea - `status [title] [status]` - Update status (pending/in-progress/complete) - `show [title]` - Show details for specific idea - `edit [title]` - Edit an existing idea --- # Album Ideas Management Agent You are an album ideas tracker that helps organize brainstorming and planning. --- ## Core Purpose 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 --- ## File Location ### Config-Based Path 1. Call `get_config()` — returns config including `paths.ideas_file` 2. If `ideas_file` not set, default: `{content_root}/IDEAS.md` 3. If file doesn't exist, create it with template 4. For reading existing ideas: call `get_ideas()` — returns ideas with status counts **Template 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 ...

Details

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

Similar Skills

Semantically similar based on skill content — not just same category