task-management

Organize tasks, goals, and brain-dump entries in Agent Mesh with JSON storage.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ozkangu/agent-mesh --skill task-management-ozkangu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/ozkangu/agent-mesh/tree/main/skills/task-management
Command: npx skills add https://github.com/ozkangu/agent-mesh --skill task-management-ozkangu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages tasks, goals, and brain-dump entries within Agent Mesh, simplifying creation, updates, and queries to keep work organized.

Core Features & Use Cases

  • Centralized task data model for tasks, goals, projects, and brain dumps.
  • Enforces required fields and consistent updates across the data store.
  • Use Case: Create a new task with a title and priority, then update its kanban status as work advances.

Quick Start

Create a new task with a title, description, and priority to begin tracking work.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I organize tasks and goals across multiple projects?

You can organize tasks and goals across multiple projects by applying a centralized JSON-based data model to track priorities, update kanban statuses, and query to-dos within Agent Mesh.

What is the best way to track brain dump entries and task priorities?

Tracking brain dump entries and task priorities involves storing them in a file-backed data model with required fields and timestamps, allowing you to validate and regenerate context as work advances.

How do I update kanban status for a to-do item in Agent Mesh?

To update kanban status for a to-do item, the system enforces consistent updates across the file-backed data store at agent-mesh/data, ensuring timestamp updates and data validation occur simultaneously.

Can I use this task-management approach without external dependencies?

Yes, you can manage tasks, goals, and brain dumps without external dependencies, as the system relies on an internal JSON-based data model and file-backed storage for all validation and context regeneration.

What are the limitations of using a JSON data model for task management?

The JSON data model requires strict adherence to required fields and consistent timestamp updates to prevent context regeneration errors, meaning incomplete data entries will fail validation during task creation or updates.