【强制】复杂任务管理系统。 AI 必须在遇到以下情况时**先读取此 SKILL.md**,再执行任何操作: - 多文件变更、规划设计、新功能开发 - 用户说"帮我想想/重构/升级/实现" 禁止使用内置 agentic_mode 的 artifact 目录处理复杂任务,必须使用项目根目录下的 .taskflow/ 目录。
60
70%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agent/skills/unified-taskflow/SKILL.md更新:2026-02-13
[!CAUTION] 核心规则
- 遇到复杂任务时,必须先读取本文档,禁止直接使用内置 task_boundary
- 任务管理使用项目根目录下的
.taskflow/目录,不使用内置 artifact 目录- 禁止跨阶段推理 — 执行时不能跳回规划,规划时不能偷跑代码
- 如不确定是否触发,默认触发并询问用户
触发:多文件变更、规划设计、"帮我想想/重构/升级/实现" 不触发:简单问答、单行修改、明确直接指令
目的:确保 Agent 正确理解用户需求,生成防幻觉锚点。
anchor.md(北极星文件)问题框架(参考,不强制全部使用):边界 / 约束 / 优先级 / 风险 详见 phase0-clarification.md
弹性深度 — 根据任务复杂度自然展开,无固定档位:
执行期间遵守:
每 2 次操作(文件读写、代码修改等)更新一次 checkpoint.md:
Debug 窗口例外:调试时放宽为 4-Action,但保持 3-Strike
同一问题连续失败 3 次:
防止上下文膨胀导致目标偏移的核心机制:
.taskflow/
├── index.json
├── active/[task-name]/
│ ├── anchor.md # 北极星文件(必须)
│ ├── checkpoint.md # 校验点记录(必须)
│ └── design.md # 技术设计(按需)
└── archive/ # 已归档任务| 文件 | 用途 |
|---|---|
| phase0-clarification.md | Phase 0 理解快照流程细节 |
| regrounding-protocol.md | Re-grounding 回读规则 |
| governance.md | 目录隔离、生命周期、治理规范 |
| interaction-design.md | 交互设计原则 |
| anchor.md 模板 | Grounding Anchor 模板 |
| checkpoint.md 模板 | 校验点记录模板 |
| design.md 模板 | 技术设计模板(按需) |
61ead80
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.