delegate-progress-protocol

Track multi-subagent task progress with a three-phase protocol.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/whichguy/hermes-skills-marketplace --skill delegate-progress-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate-progress-protocol
Source: https://github.com/whichguy/hermes-skills-marketplace/tree/main/skills/delegate-progress-protocol
Command: npx skills add https://github.com/whichguy/hermes-skills-marketplace --skill delegate-progress-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires os, subprocess, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of tracking complex tasks and their progress when multiple subagents are involved, ensuring clear communication and efficient progress monitoring.

Core Features & Use Cases

  • Three-Phase Progress Tracking: Pre-dispatch plan, incremental status updates, and structured completion summary.
  • Customizable Dispatch Plans: Define detailed dispatch plans with subagents, goals, toolsets, and estimated times.
  • Real-Time Status Updates: Monitor the status of each subagent in real-time, with detailed information on completion and failures.
  • Structured Completion Reports: Provide a comprehensive summary of task completion, including key results and next steps.

Quick Start

Set up a task using the delegate-progress-protocol skill with a dispatch plan, monitor updates, and receive a completion report.

Frequently Asked Questions about delegate-progress-protocol

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

FAQPage Schema
How do I track complex task progress and status when delegating work to multiple subagents?

You can track complex task progress using a three-phase delegation protocol that requires a pre-dispatch plan, monitors incremental status updates in real-time, and generates a structured completion report upon task completion.

How do I set up a dispatch plan for delegating tasks to multiple subagents?

Setting up a dispatch plan involves defining subagents, specific goals, required toolsets, and estimated times for each component of the complex task before execution begins.

Does this subagent management protocol require Python to run?

Yes, this subagent management protocol requires Python for execution, utilizing standard dependencies like the os and subprocess modules to function.

What is the best way to monitor real-time status updates for delegated tasks?

The best way to monitor real-time status updates is through the protocol's incremental tracking phase, which provides detailed information on subagent completion rates and failures as they occur.

What information is included in the structured completion report for tracked tasks?

The structured completion report provides a comprehensive summary of task completion, including key results achieved and recommended next steps for the overall workflow.

Can I use this task management approach for tracking failures during subagent execution?

Yes, this task management approach tracks failures during execution by capturing detailed real-time status updates for each subagent, allowing you to identify exactly where and why a delegated task failed.