project_tasks

Manage persistent project tasks and milestones across agent sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the issue of fragmented project tracking by providing a persistent, user-visible system to manage high-level deliverables and milestones that remain consistent across different agent sessions.

Core Features & Use Cases

  • Persistent Task Tracking: Create and manage tasks that persist across sessions, ensuring long-term project goals are never lost.
  • Dependency Management: Define relationships between tasks to ensure logical execution order.
  • Use Case: When building a complex feature, use this skill to break the project into milestones like "Database Schema," "API Implementation," and "Frontend Integration," tracking their status from proposal to completion.

Quick Start

Use the project_tasks skill to create a new task for the payment integration feature based on the plan file located at .local/tasks/payment.md.

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 agent sessions?

You can track project milestones across multiple agent sessions by using a state-based workflow that stores task plans in the local file system. This ensures high-level deliverables remain consistent and are never lost between sessions.

How does dependency management work for task tracking in workflow automation?

Dependency management for task tracking works by defining relationships between milestones to ensure logical execution order. This structured state-based workflow maps dependencies so tasks progress correctly from proposal to completion.

Can I use local file system storage for persistent task tracking?

Yes, persistent task tracking requires integration with the local file system for plan storage. Storing task plans locally enables the state management of task lifecycles across different agent sessions.

What is the best way to manage high-level deliverables for complex feature development?

The best way to manage high-level deliverables is to break a complex project into specific milestones like database schema, API implementation, and frontend integration. This tracks their status from proposal to completion using persistent task tracking.

Do I need to set up a specific file structure to manage project tasks?

Yes, you need to set up a local file structure to store plan files, such as creating a document at .local/tasks/payment.md for a payment feature. This file system integration is required for task state management and lifecycle tracking.

When should I not use a state-based workflow for task tracking?

A state-based workflow for task tracking is not suited for ephemeral or one-off tasks that do not require dependency mapping. It is designed for managing persistent, high-level deliverables that need consistent tracking across multiple agent sessions.