One-click install
npx skills add https://github.com/ProyectoG007/Skill.bat --skill hzl-proyectog007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hzl
Source: https://github.com/ProyectoG007/Skill.bat/tree/main/scripts/08_Automation/05.%20hzl-3.1.0
Command: npx skills add https://github.com/ProyectoG007/Skill.bat --skill hzl-proyectog007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust system for agents to manage tasks, plan multi-step projects, and coordinate work across multiple agents, ensuring progress is saved and work can resume seamlessly.

Core Features & Use Cases

  • Task Ledger: Maintain a persistent record of tasks and projects.
  • Multi-step Planning: Break down complex initiatives into manageable tasks and subtasks.
  • Progress Checkpointing: Save work progress across session boundaries.
  • Agent Coordination: Route work to specific agents or pools, and detect stalled tasks.
  • Use Case: An agent needs to research a topic, write a report, and then create a presentation. HZL can be used to create a project with these as sequential tasks, ensuring each step is completed before the next begins, and progress is saved if the agent is interrupted.

Quick Start

Initialize HZL for a single-agent setup by creating a project named 'openclaw'.

Frequently Asked Questions about hzl

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

FAQPage Schema
How do I manage agent tasks and projects with persistent state?

You can manage agent tasks and projects using a persistent task ledger that records status transitions, checkpoints, and multi-step plans to ensure progress is saved across sessions. The HZL CLI handles this coordination reliably.

What is lease-based coordination for cross-agent workflows?

Lease-based coordination assigns tasks to specific agents or pools while tracking execution status to detect stalled work. This mechanism routes tasks dynamically and ensures reliable cross-agent workflow execution without overlapping actions.

How do I save agent progress across session boundaries?

You save agent progress across session boundaries using progress checkpointing features. The task ledger maintains a persistent record of completed subtasks and status transitions, allowing agents to resume work seamlessly after interruptions.

Can I break down complex initiatives into manageable subtasks for agents?

Yes, you can break down complex initiatives into manageable subtasks using multi-step planning. This creates sequential tasks within a project, ensuring dependencies are respected and each step is completed before the next begins.

What is the best way to detect stalled tasks in automated workflows?

The best way to detect stalled tasks in automated workflows is using agent coordination features that monitor lease assignments and status transitions. The system automatically flags tasks that exceed expected execution windows for reassignment.

Do I need specific dependencies to run the HZL CLI for task management?

No external dependencies are required to run the HZL CLI for task management. The Skill operates independently with its internal scripts and references, allowing you to initialize projects and manage task ledgers immediately.