tasks

Create, track, and close work items through a fixed task lifecycle.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill tasks-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/tasks
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill tasks-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Every significant piece of work must have a corresponding task. Tasks enable coordination, accountability, and measurable progress. Before starting work, create a task; during execution, mark it in_progress; when done, complete it with a result summary and log a task_completed event. If a human needs to do something first, assign it to them. Without a task, your work is invisible to the dashboard and the user.

Core Features & Use Cases

  • Create-task workflow with title, description, assignee, priority, and project
  • Update-status lifecycle: in_progress, completed, blocked
  • Execute the work with a defined lifecycle: create → in_progress → execute → complete
  • Log KPI events for measurable progress and dashboard visibility
  • Differentiate agent tasks vs human tasks and support external approvals when needed

Quick Start

Create a task with a clear title and description, then progress it through in_progress and complete it with a summary.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I track task progress across project work and feature development?

Track task progress by creating a task with a title and assignee, moving it through in_progress, and completing it with a summary. This lifecycle makes work visible to the dashboard and ensures accountability across operational and project tasks.

How does team collaboration work when assigning work to human and agent tasks?

Team collaboration differentiates agent tasks from human tasks. You assign work items to humans when they need to act first, supporting external approvals and blocked states to coordinate dependencies across the team.

Can I log KPI events for completed tasks to get measurable progress visibility?

Yes, you can log KPI events and task_completed events when finishing work items. This logs measurable progress for dashboard visibility, ensuring your executed work items are formally closed with a result summary.

What is the best way to automate workflow visibility for invisible operational tasks?

Automate workflow visibility by creating a formal task before starting any significant work. Without a task, work remains invisible to the user and dashboard; creating one enforces accountability and measurable progress.

Do I need to create a task before starting execution to avoid blocked states?

Yes, you must create a task before execution. The fixed lifecycle flows from create to in_progress to complete, allowing you to mark items as blocked if dependencies or approvals are pending during the workflow.