project_tasks

Create and manage persistent project tasks with state transitions and dependencies.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/mecolejr/EVL-mOC5 --skill project-tasks-mecolejr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/mecolejr/EVL-mOC5/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/mecolejr/EVL-mOC5 --skill project-tasks-mecolejr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage persistent project tasks visible to the user, enabling long-running planning and progress tracking across sessions.

Core Features & Use Cases

  • Create, update, and track persistent, user-visible tasks
  • Manage task states (PROPOSED, PENDING, IN_PROGRESS, IMPLEMENTED) and dependencies
  • Plan task guides in markdown files for reproducible execution

Quick Start

Create a new project task by providing a short title and a plan file under .local/tasks/.

Frequently Asked Questions about project_tasks

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

FAQPage Schema
How do I manage persistent project tasks across multiple sessions?

To manage persistent project tasks across sessions, create tasks with a short title and a plan file under .local/tasks/. This enables long-running planning and progress tracking that remains visible across sessions.

What task states and dependencies can I track during milestone planning?

Milestone planning supports task states including PROPOSED, PENDING, IN_PROGRESS, and IMPLEMENTED. You can manage task dependencies and track state transitions to monitor collaborative progress throughout your project lifecycle.

How do I create reproducible task guides for collaborative task management?

Create reproducible task guides by writing markdown plan files under .local/tasks/. These files drive task descriptions and execution, ensuring consistent task creation and management across collaborative workflows.

Can I propose tasks in bulk for product planning workflows?

Yes, product planning workflows support both bulk task creation and individual task proposals. You can create tasks by providing short titles and plan files to satisfy functional requirements for task creation.

What's the best way to track task state transitions for project milestones?

Track task state transitions by moving tasks through PROPOSED, PENDING, IN_PROGRESS, and IMPLEMENTED states. This milestone tracking approach maintains persistent, user-visible progress updates across planning sessions.

Do I need markdown plan files to manage persistent user-visible tasks?

Yes, markdown plan files under .local/tasks/ are required to manage persistent user-visible tasks. They provide reproducible execution guides and task descriptions that enable long-running planning and progress tracking.