project_tasks

Create, update, and list persistent project tasks across sessions.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill project-tasks-se1111th
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/se1111th/VisionPort-Visual-Refresh_SRC/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill project-tasks-se1111th

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing complex work often requires a durable record of user-facing tasks and milestones that persists across sessions. This Skill provides a central, persistent task ledger that can be handed to a main agent or to a dedicated task agent, ensuring continuity of work and clear visibility for users.

Core Features & Use Cases

  • Create, update, and list user-visible project tasks with persistent state across sessions.
  • Use plan files under .local/tasks to define task descriptions that guide execution while keeping user-facing deliverables intact.
  • Support task handoffs to the main agent or a task agent, enabling collaboration and milestone tracking for user projects.
  • Track dependencies and deliverables, aligning user expectations with agent progress.

Quick Start

Create a plan file under .local/tasks with a concise title and a clear what/why section to generate a persistent project task.

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 that persist across multiple agent sessions?

To track project milestones across sessions, you need a persistent task ledger that stores state externally. This Skill automates creation and tracking of user-visible project tasks using plan files under .local/tasks, ensuring continuity across sessions.

How to create a persistent project task for a dedicated task agent?

Creating a persistent project task requires defining a plan file under .local/tasks with a concise title and a clear what/why section. This file generates the task and exposes APIs for create, update, list, and bulk-create operations to guide execution.

What is the best way to manage dependencies and deliverables for user-facing tasks?

Managing dependencies and deliverables for user-facing tasks is best handled by a central persistent task ledger. This approach aligns user expectations with agent progress and supports task handoffs to the main agent or a dedicated task agent.

Do I need specific plan files to automate milestone management and progress reporting?

Yes, automating milestone management and progress reporting requires specific plan files under .local/tasks. These files define task descriptions that guide execution while keeping user-facing deliverables intact across multiple agents and sessions.