task-system

Automate task creation, transition, and execution in tenant workspaces.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill task-system-mcerqua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-system
Source: https://github.com/MCERQUA/jam-skills/tree/main/task-system
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill task-system-mcerqua

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires task_schema, transition_validator, shift_lock, schema/task_schema, transition_validator, shift_lock, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Task System Skill addresses the challenge of managing and executing tasks in a tenant workspace efficiently. It provides a standardized framework for creating, transitioning, and executing tasks, ensuring visibility and consistency across the team.

Core Features & Use Cases

  • Task Creation and Execution: Offers a standardized task creation and execution pipeline for tenant workspaces.
  • Task Tracking: Enables tracking of tasks from creation to completion, with a focus on ensuring that all tasks are accounted for.
  • Automated Task Completion: Automates the completion of tasks, ensuring that all necessary records are updated and the task state is accurately reflected.

Quick Start

To complete a task, run the command: `python3 /mnt/shared-skills/task-system/complete_task.py
--workspace /home/node/.openclaw/workspace
--task-id <YYYY-MM-DD-HHMM-slug>
--by <your-agent-uri>
--summary "<one line: what got delivered>"
--postmortem "<what happened / how>"

Frequently Asked Questions about task-system

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

FAQPage Schema
How do I automate task completion in a tenant workspace?

Task state transition is governed by schema validation and transition logic to ensure compliance with defined rules. The system validates state changes against the task schema and uses a transition validator to prevent invalid workflow progressions.

What is a canonical task pipeline and how does it handle task tracking?

A canonical task pipeline provides a standardized framework for creating, transitioning, and executing tasks in a tenant workspace. It handles task tracking by recording state history from creation to automated completion, ensuring all tasks are accounted for.

Does task execution require schema validation before transitioning states?

Yes, task execution requires schema validation and state transition logic before transitioning states. The system enforces compliance with defined rules using a transition validator to ensure all workflow automation changes are valid.

What do I need to run the task management pipeline for automated task execution?

You need the task schema, transition validator, and shift lock dependencies installed in your environment. The pipeline runs task execution by passing your workspace path, task ID, agent URI, and delivery summary to the completion script.

Can I track state history for tasks from creation to automated completion?

Yes, the task management pipeline tracks state history for tasks from creation to automated completion. It maintains visibility and consistency across the team by ensuring all state transitions and execution records are accounted for.