hzl

Track persistent tasks and coordinate sub-agents via the HZL CLI.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/dexhunter/Logi-Lobsterism --skill hzl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hzl
Source: https://github.com/dexhunter/Logi-Lobsterism/tree/main/skills/hzl
Command: npx skills add https://github.com/dexhunter/Logi-Lobsterism --skill hzl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a robust, local-first task ledger for agents, enabling them to plan, checkpoint, and coordinate work that persists beyond single sessions.

Core Features & Use Cases

  • Task Persistence: Survive session boundaries and recover work.
  • Coordination: Manage sub-agents and prevent orphaned work with leases.
  • Structured Planning: Organize work into projects and nested tasks with dependencies.
  • Use Case: An agent needs to refactor a large codebase. HZL can track the project, break it down into manageable tasks and subtasks, and ensure progress is saved even if the agent restarts.

Quick Start

Use the hzl skill to add a new task called "Implement user authentication" to the "openclaw" project.

Frequently Asked Questions about hzl

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

FAQPage Schema
How do I track persistent tasks for AI agents across multiple sessions?

Persistent task tracking for AI agents is achieved by using a local-first task ledger. This allows agents to plan, checkpoint, and coordinate work that survives session boundaries and recovers progress upon restart.

What is the best way to manage sub-agent coordination and prevent orphaned work?

Sub-agent coordination is managed using task leases to prevent orphaned work. The system assigns leases to delegated sub-agents, ensuring structured planning and tracking for nested project tasks.

How do I add a new task to a project using the HZL CLI?

To add a new task using the HZL CLI, invoke the skill with the task name and target project. This structures the work into manageable tasks and subtasks, saving progress locally.

Can I organize multi-step projects with nested task dependencies for agent workflows?

Yes, multi-step projects can be organized into nested tasks with dependencies. This structured planning ensures agents can break down large codebases and manage complex refactoring workflows efficiently.

Does agent task persistence work without external databases or cloud services?

Agent task persistence operates local-first, meaning it does not require external databases. The task ledger saves checkpoint states locally, allowing agents to recover work without relying on cloud services.

When do I need task checkpointing for agent codebase refactoring?

Task checkpointing is needed when an agent refactors a large codebase across sessions. It saves progress incrementally, ensuring that durable work management prevents data loss if the agent restarts.