task-manager-skill

List, query, and finalize delegated tasks with explicit operation fields.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/trohitg/MachinaOS --skill task-manager-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-manager-skill
Source: https://github.com/trohitg/MachinaOS/tree/main/server/skills/task_agent/task-manager-skill
Command: npx skills add https://github.com/trohitg/MachinaOS --skill task-manager-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating delegated work across agents can be difficult to track, leading to missed deadlines and unclear ownership.

Core Features & Use Cases

  • List active tasks across agents
  • Check individual task status and progress
  • Retrieve results from completed delegations
  • Mark tasks as done and clean up tracking
  • Integrate with existing workflows and sub-agents

Quick Start

Connect the Task Manager tool to your workflow and start listing tasks, querying details, and marking them as done.

Frequently Asked Questions about task-manager-skill

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

FAQPage Schema
How do I track delegated tasks across multiple agents?▼

Track delegated tasks across multiple agents by listing active assignments, querying individual task details via task_id, and finalizing completed work. This enforces structured operations with explicit fields like operation and status_filter.

What is the best way to monitor sub-task status in a multi-agent workflow?▼

Monitoring sub-task status in a multi-agent workflow uses structured operations with defined task states. You can apply status filters to list active tasks and inspect progress to maintain clear ownership and control.

How do I retrieve results from completed delegations?▼

Retrieve results from completed delegations by querying task details using the specific task_id. Once work is finalized, you can mark the task as done and clean up the in-memory tracking state.

Can I use this task manager with my existing automation workflows?▼

Yes, you can integrate this task manager with existing automation workflows and sub-agents. It supports in-memory task states and connects to your workflow to start listing, querying, and finalizing delegated tasks.

Why does delegated task coordination fail without structured tracking?▼

Delegated task coordination fails without structured tracking because it leads to missed deadlines and unclear ownership. Enforcing explicit fields and defined task states ensures clear monitoring and successful task finalization.