AgentSkillsCN

next-tasks

该技能会按照优先级顺序,依次展示所有项目的下一阶段任务。 当用户询问“接下来我该做什么”、“展示优先级”、“下一阶段任务”、“待办事项”、“哪个项目需要关注”、“次何やる”、“次のタスク”、“優先度の高いタスク”、“何から始める”时,可使用此技能。

SKILL.md
--- frontmatter
name: next-tasks
description: |
  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 "何から始める".
user-invocable: true
<!-- Language Handling: Check ~/.ypm/config.yml for settings.language --> <!-- If language is not "en", translate all output to that language -->

Next Tasks

Extract "next tasks" from ~/.ypm/PROJECT_STATUS.md and display in priority order.

Prerequisites

  • Run /ypm:setup first if ~/.ypm/config.yml doesn't exist
  • Run /ypm:project-status-update first if ~/.ypm/PROJECT_STATUS.md doesn't exist

Display Format

  • Project name
  • Current Phase
  • Next task
  • Last update date

Priority Order

  1. Active projects (updated within 1 week)
  2. Projects with high implementation progress
  3. By Phase order

Recommended Action

  • Suggest the highest priority project
  • Clarify the next task to work on

CRITICAL: Reporting Guidelines

  • Display "next task" as-is from PROJECT_STATUS.md
  • DO NOT create new plans or features
  • Include Issue number if GitHub Issues exist
  • Add "(source unknown)" if information source is unclear