返回顶部
t

task-finish-contract

Enforce task completion with explicit Goal/Progress/Next state. Prevent mid-task stalls and ensure evidence-based completion.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
363
下载量
0
收藏
概述
安装方式
版本历史

task-finish-contract

# Task Finish Contract Prevent mid-task stalls. Every task must finish with explicit state and evidence. ## Problem Agents often: - Stop mid-task without explanation - Output plans without execution - Lack clear completion criteria - Missing evidence artifacts ## Workflow ### 1. State Output (Each Substantial Step) ```markdown **Goal**: What finished looks like **Progress**: What has been done **Next**: One concrete action executing now ``` ### 2. Completion Proof Format For tasks with 2+ steps, include: ```markdown **DONE_CHECKLIST**: - [ ] Item 1 completed - [ ] Item 2 completed **EVIDENCE**: - Executed: command/action summary - Artifact: path/URL/id - Verified: check command result **NEXT_AUTONOMOUS_STEP**: - One follow-up that runs without user input ``` ### 3. Anti-Stall Rule - Planning-only replies: max 1 - Next reply MUST contain execution evidence - Never end with "I will now..." without tool result ## Executable Completion Criteria | Criteria | Verification | |----------|-------------| | Goal stated | `Select-String "Goal" memory/{date}.md` matches | | Progress tracked | `Select-String "Progress" memory/{date}.md` matches | | Next action defined | `Select-String "Next" memory/{date}.md` matches | | Evidence present | Artifact path/URL exists | | No unresolved markers | `Select-String "TODO|PENDING|TBD" artifact` returns nothing | ## Privacy/Safety - No sensitive data in completion evidence - Artifact paths use relative or workspace paths - No credentials in task logs ## Self-Use Trigger Use when: - Starting any multi-step task - Resuming after interruption - Handoff to another agent --- **Finish what you start. Prove it with evidence.**

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 task-finish-contract-1776287525 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 task-finish-contract-1776287525 技能

通过命令行安装

skillhub install task-finish-contract-1776287525

下载 Zip 包

⬇ 下载 task-finish-contract v1.0.0

文件大小: 2.01 KB | 发布时间: 2026-4-16 17:53

v1.0.0 最新 2026-4-16 17:53
- Initial release of task-finish-contract skill.
- Enforces explicit Goal/Progress/Next state for every task step.
- Requires evidence-based completion and proof format for multi-step tasks.
- Implements anti-stall rules to prevent planning-only responses and ensure execution.
- Provides clear privacy and safety guidelines for task evidence and artifacts.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部