project_tasks

Create and manage persistent project tasks with plan files under .local/tasks.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Darsh20009/genmz-shop --skill project-tasks-darsh20009
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/Darsh20009/genmz-shop/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/Darsh20009/genmz-shop --skill project-tasks-darsh20009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage persistent, user-visible project tasks that can be handed to the main agent or to a task agent. These tasks persist across sessions to track high-level deliverables and milestones that matter to the user.

Core Features & Use Cases

  • Create and manage user-visible project tasks and plan files that can be referenced, updated, and persisted across sessions.
  • Support task lifecycle with states like PROPOSED, PENDING, IN_PROGRESS, IMPLEMENTED, MERGING, and MERGED, enabling clear user communication.
  • Manage task dependencies and artifacts, including linking related tasks and tagging produced artifacts for later retrieval.
  • Use plan files stored under .local/tasks to describe the task work, enabling reproducible task descriptions and executor guidance.

Quick Start

Create a plan in .local/tasks and instantiate a task using bulkCreateProjectTasks.

Frequently Asked Questions about project_tasks

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

FAQPage Schema
How do I persist project tasks across sessions for milestone tracking?▼

Persistent project tasks are managed using plan files stored under the .local/tasks directory, ensuring high-level deliverables and milestones remain coherent and visible across multiple sessions.

What task lifecycle states are available for tracking work items?▼

Available task lifecycle states include PROPOSED, PENDING, IN_PROGRESS, IMPLEMENTED, MERGING, and MERGED, providing clear status communication for coordinating work items between users and agents.

Can I manage task dependencies and link related work items together?▼

Task dependency management is supported by linking related tasks and tagging produced artifacts, enabling structured coordination and retrieval of linked work items throughout the project lifecycle.

How do I bulk create and update project tasks from plan files?▼

Use the bulkCreateProjectTasks operation to instantiate tasks from plan files located in .local/tasks, then apply management operations like getting, updating, starting, and proposing tasks for executor guidance.

Does this approach work for coordinating tasks between agents and users?▼

User-visible task coordination between users and agents is the primary use case, applying persistent tasks to feature requests and milestones that require cross-session visibility and structured handoff.

What are the limitations of file-based task tracking for project management?▼

Plan files stored under .local/tasks describe task work but are limited to local persistence without external synchronization, meaning task visibility depends on direct file access within the project environment.