LH Tasks

LH Task Queue is a single work queue for human and AI agent tasks, with atomic claiming, dependency tracking, and MCP abilities. Tasks live as a dedicated post type; workflow state (New, Claimed, In Progress, Pending, Blocked, Resolved, Closed, Cancelled, Deferred) is tracked in a companion status table rather than native WordPress post_status, so an atomic claim/complete/fail/reassign lifecycle can run safely under concurrent access from multiple human and agent sessions.

Key features

Install & setup

Network-activate the plugin (requires lh-markdown-converter). Tasks are created via the MCP abilities or programmatically via LH_Tasks_task_post_type_class::create_task().

Contents