Overview
- Skill Key
- dalomeve/task-finish-contract
- Author
- dalomeve
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dalomeve/task-finish-contract
- Latest Commit SHA
- 24fa75078ba3cd257ba6c16d2f41e309fed09c94
Enforce task completion with explicit Goal/Progress/Next state. Prevent mid-task stalls and ensure evidence-based completion.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 task-finish-contract 技能。 若已安装,则直接安装 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.**
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.