task-management

Decompose ChaHua room tasks into assignable steps with progress tracking.

12|2|Updated May 14, 2026
One-click install
npx skills add https://github.com/jin-bo/chahua --skill task-management-jin-bo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/jin-bo/chahua/tree/main/examples/personas/Maya/skills/task-management
Command: npx skills add https://github.com/jin-bo/chahua --skill task-management-jin-bo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the disorganization and frequent stalling of tasks in multi-agent ChaHua group chat rooms, where goals lack clear breakdown, work is not assigned to suitable agents, progress is not tracked, and completion is not verified against original requirements.

Core Features & Use Cases

  • Structured Goal Breakdown: Decomposes task goals into executable, assignable steps with clear acceptance criteria and dependencies.
  • Role-Aligned Work Assignment: Assigns work to appropriate room agents based on their names, recent performance, and capabilities, supports concurrent background task execution for independent workstreams.
  • Progress Tracking & Verification: Tracks step status, verifies final output against original goal requirements, and runs retrospectives to adjust plans when goals are not met.
  • Use Case: For example, when a user opens a task to "write a product requirement document for a new user onboarding feature", this skill can break the goal into drafting, cross-functional review, revision, and finalization steps, assign each to suitable agents, track progress, and confirm the final document meets all acceptance criteria.

Quick Start

Use the task-management skill to break down the current active task goal into an executable plan and assign the first step to the most suitable room agent.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I coordinate multi-agent tasks in ChaHua rooms to prevent stalling?

Multi-agent task coordination in ChaHua rooms is managed via structured orchestration workflows that decompose goals and assign work to prevent stalling. The system tracks progress, verifies completion against original requirements, and runs retrospectives to adjust plans upon failure.

How do I break down complex goals into assignable steps for group chat agents?

Goal decomposition breaks complex objectives into executable, assignable steps with clear acceptance criteria and dependencies. This structured breakdown allows work to be distributed to appropriate room agents based on their names, recent performance, and capabilities.

Can I run concurrent background tasks for independent workstreams in ChaHua?

Concurrent background task execution for independent workstreams is supported in ChaHua rooms. The orchestration workflow manages these parallel agent runs while persisting task artifacts to the ./task directory to maintain state across concurrent operations.

How does progress tracking and completion verification work for assigned tasks?

Progress tracking and completion verification monitors step status and evaluates final output against original goal requirements. When goals are not met, it runs failure retrospectives to adjust plans, requiring user confirmation for task state changes via propose interfaces.

When does the task management workflow activate in a ChaHua room?

The task management workflow activates only when a <current_task> context block is present in the ChaHua room. This context block triggers the structured orchestration workflow to manage active room tasks requiring goal decomposition, role-aligned work assignment, or progress tracking.

Do I need user confirmation to change task states during execution?

User confirmation is required to change task states during execution via propose interfaces. This ensures users maintain control over stepwise task management transitions, artifact persistence to the ./task directory, and failure-driven plan adjustments.