project_tasks

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

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill project-tasks-augustemna
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill project-tasks-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage persistent, user-visible project tasks across sessions to track high-level deliverables and milestones that matter to the user.

Core Features & Use Cases

  • Create, update, and list user-facing project tasks with persistent state.
  • Plan-based task definitions referenced by plan files under .local/tasks/.
  • Enable cross-agent coordination and progress visibility for long-running features.

Quick Start

Create a project task by writing a plan file to .local/tasks/ and present it to the user for approval.

Frequently Asked Questions about project_tasks

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

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

Persistent project tasks track high-level deliverables across multiple sessions by storing plan files under .local/tasks/. This mechanism ensures progress visibility and cross-agent coordination for long-running features that require continuous state management.

How do I create a project task for milestone tracking?▼

Create a project task by writing a plan file to the .local/tasks/ directory and presenting it to the user for approval. This plan-based task definition establishes a persistent, user-visible record for managing milestones and deliverables.

Can I use this for cross-agent coordination on long-running features?▼

Yes, this supports cross-agent coordination for long-running features by enabling the creation, updating, and searching of user-facing project tasks. It allows multiple agents to maintain progress visibility and manage dependencies across different sessions.

What is the best way to manage user-visible project milestones?▼

The best way to manage user-visible project milestones is using plan-based task definitions stored in .local/tasks/. This method provides a persistent state that users can track, search, and update as features span across multiple sessions and agents.

Do I need any dependencies to enable task synchronization and dependency management?▼

No specific dependencies are required to enable task synchronization and dependency management. The system operates independently using plan files stored under .local/tasks/ to manage persistent state and optional task-synchronization features.