project_tasks

Create, track, and coordinate persistent project tasks across sessions.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill project-tasks-ma-wais
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill project-tasks-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, user-visible project tasks help you coordinate with agents, track milestones, and maintain continuity across sessions without losing progress.

Core Features & Use Cases

  • Create, update, and list high-level project tasks identified by taskRef for visibility to users.
  • Maintain task dependencies and persistence across sessions, enabling long-running initiatives.
  • Propose tasks for user approval and manage task states (Drafts, Active, Ready, Merged) through the lifecycle.

Quick Start

Create a plan file under .local/tasks and bulk-create a task to begin tracking a feature.

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 tasks persistently across sessions?▼

Track project tasks persistently across sessions by creating high-level tasks identified by taskRef, maintaining dependencies, and updating lifecycle states from PROPOSED to MERGED without losing progress.

What is the best way to manage task lifecycles for project planning?▼

Manage task lifecycles for project planning by transitioning task states through Drafts, Active, Ready, and Merged, proposing tasks for user approval while maintaining task references and dependency handling.

How do I create project tasks from plan files?▼

Create project tasks from plan files by placing a plan file under the .local/tasks directory, then using the bulk-create function to generate user-visible tasks identified by taskRef for tracking.

Can I use task dependencies for long-running project milestones?▼

Task dependencies support long-running project milestones by maintaining persistence across sessions, enabling continuity for complex initiatives without exposing internal state to the user.

Does project task tracking expose internal state to users?▼

Project task tracking does not expose internal state, instead providing user-visible task references and lifecycle management to coordinate milestones while keeping underlying processing logic hidden.

When do I need persistent user-visible project tasks?▼

Persistent user-visible project tasks are needed when coordinating with agents, tracking milestones, and maintaining continuity across sessions for long-running initiatives where losing progress is a risk.