spawn-task-manager

Delegate task lifecycle management to the task-manager-agent using the Task tool.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Zeliper/z-coder --skill spawn-task-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn-task-manager
Source: https://github.com/Zeliper/z-coder/tree/main/.claude/skills/spawn-task-manager
Command: npx skills add https://github.com/Zeliper/z-coder --skill spawn-task-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill delegates task-management operations like listing, updating status, recording tests, and archiving to the dedicated task-manager-agent, simplifying workflow governance.

Core Features & Use Cases

  • List & Get: Retrieve task lists or specific task details.
  • Status Updates: Update task statuses across the lifecycle.
  • Test Recording & Archiving: Record test results and archive completed tasks.

Quick Start

List active tasks, then update TASK-001 status to in_progress, and finally archive once tests pass.

Frequently Asked Questions about spawn-task-manager

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

FAQPage Schema
How do I delegate task management operations like listing and status updates to an agent?

Task Manager Agent delegates task-management operations including listing tasks, querying status, updating states, and archiving through the Task tool with run_in_background set to true. It simplifies workflow governance by centralizing task lifecycle management without requiring Bash execution.

Can I use task management automation to record test results and archive completed tasks?

Yes. The task-manager-agent supports recording test results and archiving completed tasks as part of its core actions. These operations integrate into your task lifecycle workflow for end-to-end management.

What actions does the task-manager-agent support for managing task lifecycles?

Supported actions are list, get, update, add_content, record_test, and archive. These cover the full task lifecycle from retrieval and status updates to test recording and final archival of completed work.

How do I avoid using Bash execution when automating task workflows?

Use the Task tool with subagent_type set to task-manager-agent and run_in_background: true. This approach delegates task operations directly to the agent, eliminating the need for Bash commands while maintaining background execution.

What setup or instructions do I need to follow for task-manager-agent integration?

Follow the instructions in .claude/agents/task-manager-agent.md and use the Task tool with subagent_type: task-manager-agent and run_in_background: true. Results are summarized after the agent completes the requested operations.