task-forest

仓库创建 2026年6月15日最近提交 16 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要在代码库级别管理演化任务和子任务的团队。

这个 Skill 做什么

在仓库内维护任务森林/有向无环图,跟踪任务进展、历史与导出图表。

在仓库里把任务组织成 task forest 或 DAG,帮你跟踪每个任务的进展、历史和偏差,还能导出任务图表(HTML)方便可视化。用在要初始化、更新或总结演进中的项目任务,或判断一条请求是全局任务还是子任务时。特别会把面向用户的输出按用户语言生成,默认中文,不负责执行任务只负责管理与记录。

▸ 展开 SKILL.md 英文原文

Maintains a repo-local task forest or task DAG for the current workspace. Use when the user asks to initialize, update, close a session, summarize evolving project tasks, decide whether a new request is a global task or subtask, track task progress/history/deviations/todos, export a task graph HTML, or provide task data for gap-router/local-agent-control-room. Do not use for executing the tasks themselves.

自动化集成任务管理DAG项目跟踪通用
663
Stars
55
Forks
7
仓库内 Skill
+137
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/task-forest/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/task-forest/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Task Forest

## Language Policy

**All output directed at the user — task titles, node fields, proposals, reports, questions, confirmations, and exported user-facing content — must be written in the user's language.** Detect the user's language from their message. Default to Chinese when unknown. Skill instructions are written in English; that does not affect the language of user-facing output.

## Role

Maintain repo-local task structure. Record long-running goals, subtasks, dependencies, progress, deviations, todos, and session history under the current workspace. Export an offline HTML view of the task graph.

## Portability

Resolve paths from the directory that contains this `SKILL.md
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有