project_tasks

Create and manage persistent project tasks with plan-file descriptions.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill project-tasks-adminsairolotech-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill project-tasks-adminsairolotech-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage persistent project tasks visible to the user. This capability helps coordinate high-level deliverables across sessions and between agents, ensuring user-visible progress tracking.

Core Features & Use Cases

  • Create, update, and search for project tasks with a public, user-facing view.
  • Persist tasks across sessions, enabling long-running milestones and handoffs to the main agent or a task agent.
  • List, bulk-create, and propose tasks to users for approval, with plan-file based task descriptions.
  • Use a plan file format under .local/tasks/ to describe task work, dependencies, and acceptance criteria, while keeping task relationships in the system.

Quick Start

Create a plan file under .local/tasks describing your goal, then create the task with bulkCreateProjectTasks using that plan as the task description.

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

Persistent project tasks are created by defining a plan file describing deliverables, dependencies, and acceptance criteria, then registering it via the bulkCreateProjectTasks API to ensure milestones persist across sessions for agent handoffs.

What is the best way to track high-level milestones between multiple agents?

Tracking high-level milestones between agents requires a persistent task system exposing get, update, and search APIs, enabling the main agent and task agents to coordinate user-visible deliverables and handoffs across sessions.

Can I propose project tasks to a user for approval before execution?

Yes, you can propose project tasks for user approval by listing, bulk-creating, and presenting them with plan-file based descriptions detailing work, dependencies, and acceptance criteria prior to execution.

How do I describe task details and dependencies for workflow planning?

You describe task details and dependencies by creating a plan file under .local/tasks/ that captures work, dependencies, and acceptance criteria, while the system maintains the task relationships for workflow planning.

Does this task-management approach work for long-running deliverables?

Yes, this task-management approach works for long-running deliverables by persisting tasks across sessions, specifically designed to track high-level milestones and coordinate user-visible progress over extended periods.