project_tasks

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent project tasks that are visible to users help coordinate delivery and show progress across sessions, reducing miscommunication and rework.

Core Features & Use Cases

  • Create and manage persistent project tasks with taskRef identifiers to track milestones.
  • Query, update, and list tasks, including dependency relationships and lifecycle state transitions.
  • Use plan-file-based descriptions stored under .local/tasks/ to capture context for each milestone and share progress with the user.

Quick Start

Create a plan file under .local/tasks/ describing the milestone, then create a project task from that plan.

Frequently Asked Questions about project_tasks

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

FAQPage Schema
How do I create persistent user-visible project tasks to track milestones?

Track milestone dependencies in project tasks by referencing them with the dependsOn field inside your plan files, ensuring tasks stay within the documented lifecycle and coordinate handoffs properly.

What is the best way to manage task lifecycle state transitions for plan files?

Manage task lifecycle state transitions by querying and updating the taskRef identifiers in your plan-file workflow, allowing you to list tasks and track their current state across user sessions.

Can I use markdown plan files to coordinate handoffs between a user and task agents?

Yes, you can use markdown plan files stored under .local/tasks/ to capture context for each milestone, share progress with the user, and coordinate handoffs between a user and task agents.

Do I need any dependencies to automate project task creation from plan files?

No dependencies are required to automate project task creation, as the skill operates independently using a simple plan-file workflow where each task is described by a markdown file in your local directory.