agent-team-task-show

Fetch task details and dependency IDs via the agent-team CLI.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-task-show
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-task-show
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-task-show
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-task-show

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps operators quickly view a single task and its dependency references within the agent-team orchestration workflow, reducing the need to manually search task graphs.

Core Features & Use Cases

  • Inspect a task's details including its dependencies and related IDs to plan reassignments, retries, or handoffs.
  • Retrieve task-level metadata to understand execution context and task relationships.
  • Use case: When a task needs reassignment or debugging, show its dependencies to determine the impact and next steps.

Quick Start

Inspect a task to display its details and dependency chain.

Frequently Asked Questions about agent-team-task-show

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

FAQPage Schema
How do I show a task and its dependencies in an agent-team workflow?

To show a task and its dependencies in an agent-team workflow, you use this skill to fetch specific task data and its dependent task IDs via the agent-team CLI. This retrieves the task record and its dependency references for inspection.

When do I need to inspect task dependencies for orchestration workflows?

You need to inspect task dependencies for orchestration workflows when planning reassignments, retries, or handoffs. Inspecting task dependencies helps determine the impact of a specific task on the broader agent-team execution context and next steps.

Can I retrieve task-level metadata to understand execution context in agent-team?

Yes, you can retrieve task-level metadata to understand execution context in agent-team. The skill fetches specific task records and related dependency IDs, allowing operators to understand task relationships without manually searching task graphs.

What is the best way to view a single task record and its dependency references?

The best way to view a single task record and its dependency references is by using this skill to fetch the data via the agent-team CLI. It displays the task details and dependency chain directly, reducing manual search effort.

Does this skill require the agent-team CLI to fetch task data and dependent IDs?

Yes, this skill requires the agent-team CLI to fetch task data and dependent IDs. The functional requirements rely on the CLI to query and display the specific task record and its dependency chain within the orchestration workflow.