project_tasks

Create and manage persistent project tasks from markdown plan files.

18|4|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill project-tasks-el3tar-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/El3tar-cmd/DevHive-Cli/tree/main/skills/project_tasks
Command: npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill project-tasks-el3tar-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent project tasks are often scattered and not user-visible, causing misalignment and lost deliverables. This skill provides a centralized mechanism to create, track, and hand off persistent tasks to the main agent or dedicated task agents, ensuring visible progress across sessions.

Core Features & Use Cases

  • Persistent, user-visible tasks across sessions that can be assigned to agents.
  • Distinct task scope: user-facing milestones vs internal agent work.
  • Referencing tasks via taskRef (e.g. "#1") for quick updates and status reporting.
  • Plan-based task content comes from markdown plan files and supports dependency relationships.

Quick Start

Write a plan file describing the task in .local/tasks/ and create the project task so it becomes visible to the user.

Frequently Asked Questions about project_tasks

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

FAQPage Schema
How do I track project milestones across multiple sessions?

Persistent project tasks track high-level deliverables across sessions by storing task content in markdown plan files, ensuring progress remains visible to the user and the main agent over time.

What is the best way to manage user-visible tasks and assign them to a task agent?

Creating user-visible project tasks allows you to assign high-level deliverables to the main agent or a dedicated task agent, distinguishing user-facing milestones from internal agent work.

How do I create project tasks from plan files?

Write a markdown plan file describing the task content in the .local/tasks/ directory, then create the project task to make it visible and manageable through supported creation and bulk-creation operations.

Can I reference and update specific project tasks quickly?

Yes, you can reference specific project tasks using a taskRef like "#1" for quick updates, status reporting, and dependency management across your tracked deliverables.

Does project task management require any external dependencies?

No, this project task management approach requires no external dependencies, relying entirely on local markdown plan files to define task content, lifecycle, and dependency relationships.