unified-taskflowlisted
Install: claude install-skill ooooooooooooooooooop/agent-tools
# Unified Taskflow v4.3
> 更新:2026-08-10
> [!CAUTION]
> **核心规则**
> 1. 只有通过触发门禁后,才启动 unified-taskflow;不要把普通任务流程化
> 2. 启动后,任务管理使用项目根目录下的 `.taskflow/` 目录,**不使用**内置 artifact 目录
> 3. 禁止跨阶段推理 — 执行时不能跳回规划,规划时不能偷跑代码
> 4. 如不确定是否需要启动,先用 `task-mode-router` 判断;仍不确定时询问用户,不默认触发
> **规则优先级**(冲突时按此顺序裁决):
> **Safety > Correctness > Efficiency > Completeness**
>
> **执行语义优先级**(与执行类 Skill 冲突时按此裁决,详见 execution-discipline「自主执行契约」):
> **Safety/不可逆授权 > 用户显式目标与约束 > 合法停止策略 > 自主续接 > 流程便利**。
> 本 skill 的任何流程规则不得覆盖 `clarify-before-change` 的更窄询问边界,也不得覆盖 `execution-discipline` 的停止/恢复语义。
## 触发判断
**触发**:
- 用户明确说“使用 unified-taskflow / taskflow / .taskflow”。
- 任务跨多轮、多文件、多阶段,且需要可恢复的执行记录。
- 任务需要明确的 anchor、checkpoint、design、验收标准和回滚路径。
- 用户要求长期复盘、审计轨迹、阶段冻结或复杂交接。
**不触发**:
- 简单问答、单行修改、单文件小修。
- 普通 skill description 小改、文案调整、同步用户级 skill。
- 普通“优化 / 完善 / 重构 / 更稳定”,除非用户明确要求重型流程。
- `clarify-before-change`、`task-mode-router`、`minimal-implementation` 已足够控制风险的任务。
**路由关系**:
- 先由 `task-mode-router` 判断任务模式。
- 小任务和中等任务默认不用 `.taskflow/`。
- 只有大型、长任务、可审计交接任务才进入本 skill。
- 进入本 skill 后,仍遵守 `minimal-implementation`,不为了流程完整性扩大实现范围。
## 按需加载
- 进入 Phase 0 → 读取 [phase0-clarification.md](references/phase0-clarification.md)
- 需要交互决策 → 读取 [interaction-design.md](references/interaction-design.md)
- 治理规则细节 → 读取 [governance.md](references/governance.md)
- Re-grounding 细节 → 读取 [regrounding-protocol.md](references/regrounding-protocol.md)
## 工作流
### Phase 0: 理解快照(Understanding Snapshot)
**目的**:确保 Agent 正确理解用户需求,生成防幻觉锚点。
1. **确认已通过触发门禁**;未通