From ypm
This skill shows next tasks across all projects in priority order. Use when the user asks "what should I work on next", "show priorities", "next tasks", "what's pending", "which project needs attention", "次何やる", "次のタスク", "優先度の高いタスク", or "何から始める".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ypm:next-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- Language Handling: Check ~/.ypm/config.yml for settings.language -->
Extract "next tasks" from ~/.ypm/PROJECT_STATUS.md and display in priority order.
/ypm:setup first if ~/.ypm/config.yml doesn't exist/ypm:project-status-update first if ~/.ypm/PROJECT_STATUS.md doesn't existnpx claudepluginhub signalcompose/claude-tools --plugin ypm2plugins reuse this skill
First indexed Feb 6, 2026
Reads project state and recommends the single next sensible step, anchored to concrete tasks and open questions. Read-only advisory output.
Picks the next executable task from project-root TODO.md by priority and dependency, marks it in-progress, and executes it. Uses a structured task format with priority, ID, and dep fields.
Suggests 1-3 prioritized next tasks by analyzing TASKS.md, recent sessions via ctx journal, and priority tags. Use at session start, after tasks, or when unsure what to prioritize.