jelly-taskmaster-parallel

Community

Plan and execute tasks in parallel.

Authordev-jelly
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Analyzes Task Master task dependencies and intelligently spawns Sub Agents to run tasks in parallel while respecting dependencies.

Core Features & Use Cases

  • Dependency Graph Analysis: Read and parse tasks.json to build the graph.
  • Topological Sort & Levels: Compute execution levels and batching.
  • Intelligent Batching: Group tasks by level with configurable batch sizes.
  • Sub Agent Execution: Spawn multiple Sub Agents in parallel per batch.
  • State Updates: Auto update statuses as tasks start and complete.

Quick Start

Run the parallel executor to analyze .taskmaster/tasks.json and generate an execution plan. Then deploy Sub Agents for each batch.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jelly-taskmaster-parallel
Download link: https://github.com/dev-jelly/jelly-dotclaude/archive/main.zip#jelly-taskmaster-parallel

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository