telemetry-summary

Aggregate per-task telemetry from subtask summaries into task-level totals.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/KingSharkG/ai-agents-workflow --skill telemetry-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telemetry-summary
Source: https://github.com/KingSharkG/ai-agents-workflow/tree/main/skills/telemetry-summary
Command: npx skills add https://github.com/KingSharkG/ai-agents-workflow --skill telemetry-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Telemetry Summary Skill provides a centralized, per-task ledger of agent activity by tracking turns, token usage, and delivered changes for each agent in the pipeline. It is designed to be invoked after every subtask and again at task completion to ensure a complete, auditable record.

Core Features & Use Cases

  • Maintain a single source of truth for resource consumption and delivered changes across a task.
  • Enable post-task analysis, task-level totals, and Changes by Phase reporting by aggregating data from subtask summaries.
  • Use during audits or review cycles to verify efficiency and identify bottlenecks in the workflow.

Quick Start

Invoke telemetry-summary after each subtask completes to append the latest per-agent and per-task telemetry to the central summary.

Frequently Asked Questions about telemetry-summary

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

FAQPage Schema
How do I track token usage and turns across multiple AI agents in a workflow?

To track token usage and turns across multiple AI agents, you can aggregate per-task telemetry by consolidating turns, tokens, and delivered changes for each agent into a centralized, auditable ledger. This provides a single source of truth for resource consumption across your workflow.

What is the best way to maintain an audit trail for AI subtask execution?

An audit trail for AI subtask execution is maintained by invoking a telemetry aggregation step after each subtask completes, appending the latest per-agent and per-task telemetry to a central summary to ensure a complete, auditable record of resource consumption and delivered changes.

How do I generate task-level totals and Changes by Phase reporting for post-completion analysis?

Task-level totals and Changes by Phase reporting are generated by reading subtask summaries and aggregating the per-agent telemetry data. This consolidated report is then produced for the chief-orchestrator to load into the task lifecycle for post-completion analysis.

Can I use telemetry aggregation to identify workflow bottlenecks during a review cycle?

Yes, telemetry aggregation can be used during audits or review cycles to verify workflow efficiency and identify bottlenecks. By tracking turns, token usage, and delivered changes per agent, you can pinpoint resource consumption issues across the pipeline.

When should I invoke telemetry aggregation in an AI task management pipeline?

Telemetry aggregation should be invoked after every subtask completes to append the latest telemetry to the central summary, and again at task completion. This ensures the final consolidated report contains a complete record of all agent activity and resource consumption.