·parallel-execution
</>

parallel-execution

d-oit/do-novelist-ai

Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput and minimize execution time. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work.

2Installs·1Trend·@d-oit

Installation

$npx skills add https://github.com/d-oit/do-novelist-ai --skill parallel-execution

SKILL.md

Execute multiple independent tasks simultaneously to maximize throughput and minimize total execution time.

Parallelization Limit: Maximum 5 agents simultaneously (one of each type)

DO: ✓ Verify independence before parallelizing ✓ Use single message with multiple Task tool calls ✓ Balance workload across agents ✓ Set appropriate timeouts for each task ✓ Handle failures gracefully (isolation) ✓ Validate each result independently ✓ Aggregate comprehensively at the end

Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput and minimize execution time. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work. Source: d-oit/do-novelist-ai.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/d-oit/do-novelist-ai --skill parallel-execution
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is parallel-execution?

Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput and minimize execution time. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work. Source: d-oit/do-novelist-ai.

How do I install parallel-execution?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/d-oit/do-novelist-ai --skill parallel-execution Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/d-oit/do-novelist-ai