next-step
仓库创建 2026年1月14日最近提交 9 小时前SkillHot 收录 20 天前
▸ 精选理由
快速定位当前进度并提供清晰可执行的下一步行动,适合决策场景。
这个 Skill 做什么
分析专辑或项目状态并给出下一步最优操作建议。
分析专辑或项目当前状态,然后告诉你唯一最优的下一步该做什么。适合不知道流程进展或卡在哪步时询问,会给出明确的优先级和操作方向。像个工作流指路人,省去来回沟通和选择困难。
▸ 展开 SKILL.md 英文原文
Analyzes album state and recommends the optimal next action. Use when the user asks "what should I do next?" or "what's left to do?"
388
Stars
85
Forks
40
仓库内 Skill
+63
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/next-step/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/next-step/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## 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, reco
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有