finish-work

Enforce minimum work durations before allowing AI agent task completion.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/OpenSourceSam/v2_heras_garden --skill finish-work-opensourcesam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finish-work
Source: https://github.com/OpenSourceSam/v2_heras_garden/tree/main/.claude/skills/finish-work
Command: npx skills add https://github.com/OpenSourceSam/v2_heras_garden --skill finish-work-opensourcesam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents premature work termination by enforcing minimum work durations, ensuring that sufficient time is dedicated to tasks before they are considered complete.

Core Features & Use Cases

  • Time Gate Enforcement: Acts as a mandatory checkpoint before any work completion can be declared.
  • Session Integrity: Guarantees that work blocks are honored and sufficient time is allocated for quality.
  • Use Case: An AI agent working on a complex coding task must use this skill to confirm that the minimum required hours have been spent before it can commit code or report the task as finished.

Quick Start

Run the finish-work skill to check if the minimum work duration for the current session has elapsed.

Frequently Asked Questions about finish-work

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

FAQPage Schema
How do I enforce a minimum work duration for an AI agent session?

Enforcing minimum work duration requires a completion gate that reads a session manifest file to calculate elapsed time against a defined minimum, preventing premature work termination and ensuring adequate time allocation.

What is a completion gate in agent workflow management?

A completion gate in agent workflow management is a mandatory checkpoint that prevents early task termination and ensures session integrity by verifying sufficient time has been dedicated to quality assurance.

How do I stop premature work termination in automated task management?

To stop premature work termination in automated task management, implement time enforcement that acts as a mandatory checkpoint before any work completion can be declared, ensuring work blocks are honored.

How does session management calculate elapsed time for task completion?

Session management calculates elapsed time for task completion by reading a session manifest file and comparing the tracked time against a defined minimum duration to verify if the work requirement is met.

Do I need a session manifest file to enforce work duration?

Yes, you need a session manifest file to enforce work duration, as the time enforcement mechanism requires reading this manifest to calculate the elapsed time against the defined minimum.