parallel-task

Execute parallel tasks from a markdown plan file with dependency-aware subagents.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/ramirlm/skillshare-ramir --skill parallel-task-ramirlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-task
Source: https://github.com/ramirlm/skillshare-ramir/tree/main/parallel-task
Command: npx skills add https://github.com/ramirlm/skillshare-ramir --skill parallel-task-ramirlm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex process of managing and executing multiple development tasks in parallel, ensuring dependencies are met and progress is tracked efficiently.

Core Features & Use Cases

  • Parallel Task Execution: Launches multiple subagents simultaneously to work on independent tasks.
  • Dependency Management: Ensures tasks are executed only after their prerequisites are met.
  • Plan Orchestration: Parses and updates plan files, providing a clear overview of project progress.
  • Use Case: Managing a large software feature with multiple components that can be developed concurrently, such as user authentication, database schema updates, and API endpoint creation.

Quick Start

Use the parallel-task skill to execute the plan defined in 'feature-plan.md' starting with tasks T1 and T2.

Frequently Asked Questions about parallel-task

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

FAQPage Schema
How do I execute parallel tasks with dependency management in a development plan?

Parallel task execution is orchestrated by parsing a markdown plan file and delegating independent tasks to subagents. Dependencies are validated to ensure prerequisites are met before launching subsequent task waves.

What is task orchestration for parallel development workflows?

Task orchestration coordinates multiple development tasks simultaneously by delegating work to subagents based on specified dependencies. It manages task waves, validates subagent outputs, and updates plan documentation throughout the execution lifecycle.

How do I start agile development tasks defined in a markdown plan file?

To start agile development tasks, define your project components in a markdown plan file and invoke the skill to execute the plan starting with specific initial tasks like T1 and T2.

Can I manage large software features with concurrent component development using task waves?

Yes, managing large software features with concurrent components is supported by launching multiple subagents simultaneously. Task waves handle independent components like authentication and database updates while enforcing dependency order.

Does parallel task orchestration work without external dependencies?

Parallel task orchestration works without external dependencies, relying entirely on internal scripts and references to parse markdown files and dynamically invoke subagents for workflow automation.

Why use dynamic agent delegation instead of manual parallelism for task execution?

Dynamic agent delegation automates workflow execution by validating subagent outputs and updating documentation automatically, preventing the manual coordination errors common when running independent development tasks concurrently.