project_tasks

Create and persist project tasks with dependencies and approval workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing long-running, user-visible project tasks across sessions can become fragmented and lost, making it hard to communicate progress and priorities to users.

Core Features & Use Cases

  • Create and persist user-visible project tasks with titles, descriptions, and dependencies.
  • Track milestones and deliverables, hand them to the main agent or a task agent, and show progress to users.
  • Plan-driven workflows with plan files under .local/tasks/ to structure work.

Quick Start

Create a plan for a new milestone under .local/tasks/ and use the task tooling to generate a visible task for the user.

Frequently Asked Questions about project_tasks

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

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

To maintain persistent project tasks across sessions, use plan-file driven workflows that store task data under .local/tasks/. This ensures milestones and deliverables remain visible and trackable over time without losing progress.

What is the best way to track milestones and deliverables with dependencies?▼

Tracking milestones and deliverables with dependencies is best handled by creating structured plan files that define task relationships. The system uses these files to generate user-visible tasks, enabling clear progress monitoring and dependency management.

Can I use plan files to structure project management workflows?▼

Yes, you can use plan files to structure project management workflows by placing them under the .local/tasks/ directory. The system reads these files to generate, coordinate, and persist tasks with an approval workflow.

Does the task management system support an approval workflow for features?▼

Yes, the task management system supports an approval workflow for features and deliverables. It coordinates tasks created from plan files, allowing you to hand them to a task agent and show visible progress to users.

How do I create user-visible tasks for a new milestone?▼

To create user-visible tasks for a new milestone, define a plan under .local/tasks/ and use the task tooling to generate the tasks. This creates persistent tasks with titles, descriptions, and dependencies that users can track.

Why does managing long-running project tasks become fragmented without persistence?▼

Managing long-running project tasks becomes fragmented without persistence because progress and priorities are lost between sessions. Using a persistent task system under .local/tasks/ prevents this by maintaining visible task states across the entire project lifecycle.