task-finish-contract

Enforce task completion with GOAL, PROGRESS, NEXT, and EVIDENCE artifacts.

3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dalomeve/bot-output --skill task-finish-contract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-finish-contract
Source: https://github.com/Dalomeve/bot-output/tree/main/skills/task-finish-contract
Command: npx skills add https://github.com/Dalomeve/bot-output --skill task-finish-contract

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Agents often stall mid-task, provide plans without execution, or fail to produce verifiable completion. This Skill enforces explicit state and evidence to ensure progress and accountability.

Core Features & Use Cases

  • Enforces an explicit completion state with GOAL/PROGRESS/NEXT sections for each task.
  • Requires and validates evidence artifacts to confirm task completion.
  • Suitable for multi-step tasks, handoffs, and re-entry after interruptions.

Quick Start

Finish the current task by clearly declaring GOAL, PROGRESS, and NEXT, and attach an EVIDENCE artifact to prove completion.

Frequently Asked Questions about task-finish-contract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ensure task completion with verifiable proof in multi-step workflows?

Task completion with verifiable proof is enforced by requiring explicit GOAL, PROGRESS, and NEXT blocks alongside an EVIDENCE artifact. This structure prevents mid-task stalls by validating that an agent has actually executed the work and produced a verifiable output before closure.

Why does my agent stall mid-task and provide plans without execution?

Agents stall mid-task and provide plans without execution due to a lack of enforced state and accountability. By demanding explicit GOAL, PROGRESS, and NEXT declarations plus an EVIDENCE artifact, this mechanism guards against non-execution responses and ensures continuous progress.

What's the best way to manage task handoffs and re-entry after interruptions?

The best way to manage task handoffs and re-entry after interruptions is to enforce an explicit completion state using GOAL, PROGRESS, and NEXT sections. This provides clear context recovery and requires an EVIDENCE artifact to confirm exactly what was accomplished before the break.

How does requiring an EVIDENCE artifact prevent non-execution in task management?

Requiring an EVIDENCE artifact prevents non-execution in task management by forcing the agent to attach verifiable proof of work. This ensures that declared GOAL and PROGRESS blocks are backed by actual execution, eliminating responses that only offer plans without tangible output.

When do I need explicit GOAL, PROGRESS, and NEXT blocks for task accountability?

You need explicit GOAL, PROGRESS, and NEXT blocks for task accountability when handling multi-step tasks, project handoffs, or interrupted workflows. This explicit state tracking ensures every task phase is documented and validated with an EVIDENCE artifact to confirm verifiable closure.

Can I use this structured task completion approach for simple single-step requests?

This structured task completion approach is designed for multi-step tasks, handoffs, and projects requiring verifiable closure. Using it for simple single-step requests may add unnecessary overhead, as it mandates GOAL, PROGRESS, NEXT blocks, and an EVIDENCE artifact to confirm completion.