task-system

Manage interdependent tasks with JSON file storage and dependency graphs.

10|5|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/ils15/pantheon --skill task-system-ils15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-system
Source: https://github.com/ils15/pantheon/tree/main/platform/windsurf/.windsurf/skills/task-system
Command: npx skills add https://github.com/ils15/pantheon --skill task-system-ils15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of complex, interdependent tasks with parallel execution, making it ideal for projects with multiple stages and dependencies.

Core Features & Use Cases

  • File-Backed Task Management: Store tasks as JSON files for persistence and session restarts.
  • Dependency Graphs: Handle dependencies and parallel execution for optimized workflow.
  • Use Case: Ideal for software development, where tasks like code review, testing, and deployment must be managed in a coordinated, efficient manner.

Quick Start

Initialize the task system and create tasks for your workflow.

Frequently Asked Questions about task-system

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

FAQPage Schema
How do I manage complex interdependent tasks with parallel execution?

Managing complex interdependent tasks with parallel execution requires a dependency graph system. This Skill handles task creation, status updates, and retrieval while coordinating multiple workflow stages like code review and deployment.

What is the best way to track task dependencies in software development?

Tracking task dependencies in software development is best handled through file-backed dependency graphs. This Skill stores tasks as JSON files, allowing you to map interdependent stages and optimize parallel execution across your workflow.

Can I use file-backed storage to persist task states across session restarts?

File-backed storage allows you to persist task states across session restarts by saving tasks as JSON files. This Skill uses file system access to store task data, ensuring workflow continuity for software development projects.

How do I optimize workflows when tasks have multiple dependency stages?

Optimizing workflows with multiple dependency stages involves mapping tasks in a dependency graph for parallel execution. This Skill coordinates interdependent actions like testing and deployment, ensuring stages run efficiently when dependencies clear.

Do I need file system access to store and retrieve JSON task data?

You need file system access to store and retrieve JSON task data because this Skill relies on file-backed storage. The dependency graph system reads and writes JSON files directly to manage task persistence and status updates.