task-management

Manage task file lifecycles with CRUD operations and status tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes task files management, status updates, test result recording, and archiving to keep the project’s workflow transparent and orderly.

Core Features & Use Cases

  • Task Lifecycle: List, view, update status, and archive tasks.
  • Test Result Tracking: Record and summarize test outcomes within task files.
  • Content Augmentation: Append agent results and notes to task documentation.

Quick Start

Update the status of TASK-001 to in_progress, then add or view task details, and eventually archive after all tests pass.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I automate task file management and status tracking across a project?

Task file management automates the lifecycle of task documentation by performing CRUD operations, status updates, and timestamping on files stored in standardized locations. This centralizes workflow tracking, eliminates manual status entry, and keeps task records consistent and searchable across active and archived tasks.

Can I record and organize test results within task files?

Yes, test result tracking captures and summarizes test outcomes directly within task documentation. This integrates test logs into the task lifecycle, making pass/fail status visible alongside task progress and enabling archive decisions based on test completion.

What's the best way to archive completed tasks while keeping historical records?

Archiving moves finished tasks from active directories to a dedicated archive location while preserving their full history and content. This keeps your active task list lean and searchable while maintaining a complete audit trail for reference and compliance.

How do I standardize task file format and status definitions across a team?

Standardized Markdown task templates and explicit status definitions ensure consistent structure, making tasks machine-readable and filterable. This enables reliable search, bulk updates, and integration of agent results and notes across realistic team workflows.

Can I append agent results and notes to task files automatically?

Content augmentation integrates agent outputs and user notes directly into task documentation as part of the workflow. This creates a single source of truth for each task, eliminating scattered context and keeping decisions and results traceable.