运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install task-finish-contract
镜像加速npx clawhub@latest install task-finish-contract --registry https://cn.longxiaskill.com镜像同步中
技能文档
Task Finish Contract
预防 mid-task stalls. Every task must finish with explicit 状态 and evidence.
Problem
代理s often:
停止 mid-task without explanation 输出 plans without execution Lack clear completion criteria Missing evidence artifacts 工作流
- 状态 输出 (Each Substantial Step)
- Completion Proof 格式化
For tasks with 2+ steps, include:
DONE_检查列出:
- [ ] Item 1 completed
- [ ] Item 2 completed
EVIDENCE:
- 执行d: command/action summary
- Artifact: path/URL/id
- Verified: 检查 command 结果
NEXT_AUTONOMOUS_STEP:
- One follow-up that 运行s without user 输入
- Anti-Stall Rule
Use when:
启动ing any multi-step task Resuming after interruption Handoff to another 代理
Finish what you 启动. Prove it with evidence.