project_tasks

Create, update, list, and search persistent project tasks with dependencies.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill project-tasks-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill project-tasks-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage persistent, user-visible project tasks that can be handed to the main agent or to a task agent. Only task agents run in isolated environments. Use these to track high-level deliverables and milestones that the user cares about.

Core Features & Use Cases

  • Create and manage persistent tasks that are visible to users and can be linked to plan files.
  • Update, search, and list tasks with dependency relationships and state management.
  • Plan-driven collaboration: coordinate work across sessions and agents while keeping the user informed.

Quick Start

Create a new plan file under .local/tasks and create a corresponding task to begin tracking progress.

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 milestones that stay visible across sessions?

To track persistent project milestones across sessions, you can create and manage user-visible tasks linked to plan files. This skill provides APIs to create, update, and search tasks while maintaining their states and dependencies.

Can I manage task dependencies and states for high-level deliverables?

Yes, you can manage task dependencies and states for high-level deliverables. The skill provides APIs to update, search, and list tasks while handling dependency relationships and state management.

How do I coordinate project planning and collaboration across multiple agents?

Project planning and collaboration across agents is handled by creating persistent, user-visible tasks that can be handed to the main agent or task agents. This coordinates work across sessions while keeping users informed.

Do I need to create plan files to organize and report on project tasks?

Yes, you need to create plan files under the .local/tasks directory to organize and report on project tasks. Creating a corresponding task links to this plan file to begin tracking progress.

What is the best way to maintain user-visible task lists for ongoing workflows?

The best way to maintain user-visible task lists for ongoing workflows is using persistent task management APIs. They allow you to create, update, list, and search tasks with dependency relationships and plan-file descriptions.

Are there limitations when handing persistent tasks to isolated task agents?

When handing persistent tasks to isolated task agents, the limitation is that only task agents run in isolated environments. The persistent tasks themselves remain user-visible and track high-level deliverables across sessions.