project_tasks

Create and manage persistent project tasks with dependencies across sessions.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill project-tasks-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill project-tasks-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, user-visible project tasks help teams track milestones and deliverables across sessions, keeping the user updated on progress and reducing context switching.

Core Features & Use Cases

  • Create, update, and persist tasks that are visible to the user across sessions.
  • Reference tasks by taskRef and manage dependencies to model plan relationships.
  • Use bulkCreateProjectTasks and plan-driven workflows to create structured work items from a single request.

Quick Start

Write a plan file under .local/tasks/ describing your feature, then create a project task from it.

Frequently Asked Questions about project_tasks

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

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

To manage persistent project tasks across sessions, this Skill automates creating and updating user-visible work items in .local/tasks/, ensuring progress tracking and team alignment. It references tasks by taskRef and models dependencies.

How do I create multiple project tasks from a single plan file?

You can create multiple structured project tasks from a single request using the bulkCreateProjectTasks function. Write a plan file describing your feature under .local/tasks/ to drive the plan-driven workflow and generate work items.

Can I track task dependencies and milestones in product development workflows?

Yes, you can track task dependencies and milestones in product development workflows. The Skill models plan relationships by referencing tasks via taskRef, enabling structured progress tracking for deliverables and research collaboration.

What is the best way to keep teams aligned on planning milestones without context switching?

The best way to keep teams aligned on planning milestones is using user-visible project tasks that persist across sessions. This approach reduces context switching by keeping everyone updated on deliverables and progress automatically.

Does this task management approach work for research and collaboration contexts?

Yes, this task management approach works for research and collaboration contexts. It supports creating, listing, and searching tasks, including dependency management and plan-file driven workflows for structured work items.

Why use plan-file driven workflows for task management?

Plan-file driven workflows are used for task management to automate the creation of structured work items from a single request. By placing plan files in .local/tasks/, you can bulk create tasks and maintain dependencies for complex deliverables.