task-manager

Manage the juliaz_agents shared TODO queue stored as YAML files.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/abzhaw/juliaz_agents --skill task-manager-abzhaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-manager
Source: https://github.com/abzhaw/juliaz_agents/tree/main/julia/openclaw/skills/task-manager
Command: npx skills add https://github.com/abzhaw/juliaz_agents --skill task-manager-abzhaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage the juliaz_agents shared TODO queue stored as YAML files in the todo/ directory. This skill helps teams track, create, update, and prioritize tasks consistently.

Core Features & Use Cases

  • List open tasks, view details, create new tasks from a standard YAML template, and update statuses or priorities.
  • Use cases include sprint task intake, backlog grooming, and status reporting for Raphael or the team.
  • Ensure task dependencies and priorities align with project workflows.

Quick Start

Ask me to list open tasks or create a new task using the standard YAML template in the todo directory.

Frequently Asked Questions about task-manager

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

FAQPage Schema
How do I manage a shared team TODO queue using YAML files?

Managing a shared team TODO queue using YAML files involves reading and writing task definitions to a designated directory. This skill automates organizing, creating, and updating these YAML task files for small to medium teams.

Can I automate sprint task intake and backlog grooming with YAML?

Yes, you can automate sprint task intake and backlog grooming with YAML by applying a stable template for new tasks. This ensures task dependencies and priorities align consistently with project workflows.

How do I update task priorities and statuses across a shared todo directory?

Updating task priorities and statuses across a shared todo directory requires basic field validation and modifying the YAML files. This skill automates status reporting and priority adjustments for team tracking.

What is the best way to generate task status reports from YAML files?

Generating task status reports from YAML files is done by listing open items and reading their current details. This skill aggregates data from the todo queue to provide clear project status updates.

Does task-management with YAML work for small to medium teams?

Task-management with YAML works effectively for small to medium teams by maintaining a shared todo queue. It relies on a stable template and basic field validation to ensure consistent tracking.

When should I avoid using a YAML-based todo queue for task management?

You should avoid using a YAML-based todo queue if your project requires complex relational database queries beyond basic field validation. It is designed for straightforward task tracking within a shared directory.