task_manager

GitHub

提供与 TASKMASTER.md 交互的标准流程,包括获取待办任务、理解上下文及标记完成状态。该技能确保按优先级处理任务,并在完成后进行验证更新,防止跳过或错误标记。

.agent/skills/task_manager/SKILL.md zapprosite/JARVIS-REFRIMIX-ENTERPRISE

Trigger Scenarios

需要查找下一个待执行的任务 需要更新任务完成状态

Install

npx skills add zapprosite/JARVIS-REFRIMIX-ENTERPRISE --skill task_manager -g -y
More Options

Non-standard path

npx skills add https://github.com/zapprosite/JARVIS-REFRIMIX-ENTERPRISE/tree/main/.agent/skills/task_manager -g -y

Use without installing

npx skills use zapprosite/JARVIS-REFRIMIX-ENTERPRISE@task_manager

指定 Agent (Claude Code)

npx skills add zapprosite/JARVIS-REFRIMIX-ENTERPRISE --skill task_manager -a claude-code -g -y

安装 repo 全部 skill

npx skills add zapprosite/JARVIS-REFRIMIX-ENTERPRISE --all -g -y

预览 repo 内 skill

npx skills add zapprosite/JARVIS-REFRIMIX-ENTERPRISE --list

SKILL.md

Frontmatter
{
    "name": "task_manager",
    "description": "Logic for parsing, picking, and updating tasks in TASKMASTER.md"
}

Task Manager Skill

This skill provides the standard procedure for interacting with the TASKMASTER.md file.

1. Get Next Task

To find the next task to work on:

  1. Read TASKMASTER.md.
  2. Look for the first occurrence of an uncompleted task marker: - [ ] or - [/] (in progress).
  3. Priority:
    • "In Progress" section/items first.
    • "Next Steps" / "Backlog" section next.
  4. Output: Extract the task description.

2. Contextualize

Before starting the task:

  1. Identify key files mentioned in the task description.
  2. Read those files to understand the current state.
  3. If the task is vague (e.g., "Implement feature X"), check implementation_plan.md if it exists, or create a plan first.

3. Mark Complete

Upon successful verification of the task:

  1. Use multi_replace_file_content to change -[ ] or -[/] to -[x].
  2. Update the Global Context or Status section if relevant.

4. Safety Rules

  • Never mark a task as done without verification (build, test, or visual check).
  • Never skip tasks unless explicitly instructed by the user.
  • If a task is blocked, mark it with a warning icon (e.g., -[!]) and notify the user.

Version History

  • 36acf78 Current 2026-07-25 10:21

Same Skill Collection

.agent/skills/hvac_rag_answerer/SKILL.md
.agent/skills/ingest_manual_pdf/SKILL.md
.agent/skills/rate_limit_guard/SKILL.md
.agent/skills/service_scaffold/SKILL.md

Metadata

Files
0
Version
36acf78
Hash
e92eb0e3
Indexed
2026-07-25 10:21

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 09:19
浙ICP备14020137号-1 $Гость$