AgentSkillsCN

do-list

列出全局任务栈与项目任务栈中的所有待办事项。/tasks 的别名。可通过“/do:list”、“/do:tasks”或“show my tasks”等指令触发。

SKILL.md
--- frontmatter
name: do-list
description: List all pending tasks from global and project task stacks. Alias for /tasks. Triggers on "/do:list", "/do:tasks", or "show my tasks".

List Tasks

Show all pending tasks from both global and project stacks.

Usage

code
/do:list
/do:tasks

Instructions

Follow the same behavior as /tasks:

  1. Read both task files:
    • Global: ~/.claude/user-tasks.md
    • Local: .claude/tasks.md (if exists)
  2. Display pending tasks numbered:
code
Tasks (X pending):

Global:
  1. First task
  2. Second task
  ...

Local:
  X. Project task
  ...
  1. Show completed count if any exist