parallel-task

parallel-task is a command for Claude Code from RegardV/LegendaryTeam_For_Claude. It costs 0 tokens per session (1,795 once invoked), scanned A, original, MIT.

A command that executes a written development plan in parallel waves, starting independent tasks at the same time. It can also preview, resume, or force sequential execution.

In plain words
What is it for?
Use it to run plan files, resume incomplete executions, preview the work with dry-run, start at a chosen wave, or run tasks sequentially.
Why use it?
It reduces waiting when a plan contains tasks that do not depend on one another and provides a way to continue interrupted work.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/regardv/legendaryteam_for_claude/parallel-task
Clone the repo
git clone --depth 1 https://github.com/RegardV/LegendaryTeam_For_Claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for parallel-task

README.md
[![agentmods](https://agentmods.dev/badge/commands/regardv/legendaryteam_for_claude/parallel-task.svg)](https://agentmods.dev/commands/regardv/legendaryteam_for_claude/parallel-task)
Your own site
<a href="https://agentmods.dev/commands/regardv/legendaryteam_for_claude/parallel-task"><img src="https://agentmods.dev/badge/commands/regardv/legendaryteam_for_claude/parallel-task.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,795 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01795
Opus 5 $0.00000 $0.00898
Sonnet 5 $0.00000 $0.00359
Haiku 4.5 $0.00000 $0.00179

Measured 5d ago against content hash 2ad5fdb1b836, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

parallel-task scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/parallel-task.md · 270 lines

How it starts

The opening of the file, as written. The whole thing — 270 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/parallel-task - Parallel Plan Execution

Purpose

Executes a structured plan in parallel waves, spawning appropriate agents for each task based on dependencies and confidence routing.

Usage

/parallel-task [plan-file]
/parallel-task thoughts/shared/plans/plan-auth-001.md
/parallel-task plan-auth-001  # Shorthand (searches plans folder)
/parallel-task --resume       # Resume last incomplete execution

Options

Option Description
--dry-run Preview execution without running
--wave N Start from specific wave
--resume Resume interrupted execution
--sequential Force sequential execution (no parallelism)
--verbose Show detailed progress

Execution Flow

1. Plan Loading

Loading plan: thoughts/shared/plans/plan-auth-001.md

Plan Summary:
├─ Goal: Build user authentication system
├─ Tasks: 8
├─ Waves: 4
├─ Auto-proceed: 7
├─ Queued: 1 (OAuth - needs review)
└─ Blocked: 0

Ready to execute. Proceed? [Y/n]

2. Wave Execution

═══════════════════════════════════════════════════════════
WAVE 1 EXECUTION - Foundation
═══════════════════════════════════════════════════════════

Spawning 1 team:
🚀 Team 1: @DatabaseAgent → T1 (User schema)

Progress:
├─ T1: ████████░░ 80% Creating migrations...

Wave 1 Complete ✓
Duration: 5 minutes
Results: 1/1 successful

═══════════════════════════════════════════════════════════
WAVE 2 EXECUTION - Core Services
═══════════════════════════════════════════════════════════

Spawning 2 teams in parallel:
🚀 Team 2: @SecurityAgent → T2 (Auth service)
🚀 Team 3: @SecurityAgent → T4 (Password hashing)

Progress:
├─ T2: ██████████ 100% ✓ Complete
├─ T4: ████████░░ 80% Testing...

Wave 2 Complete ✓
Duration: 12 minutes
Results: 2/2 successful

3. Confidence-Based Routing

During execution, tasks are routed based on confidence:

Wave 3 Execution:

AUTO-PROCEED (confidence ≥70%):
├─ T3 (85%): @APIAgent → Spawning immediately
├─ T6 (80%): @UIAgent → Spawning immediately

QUEUED (confidence 40-69%):
├─ T5 (55%): OAuth Integration
│  └─ Added to review queue
│  └─ Continuing with other tasks (non-blocking)
│  └─ Run /approve-task T5 when ready

High-confidence work continues while T5 awaits review.

Read the full file on GitHub · 270 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 270 lines · 0 tokens per session scan A 2ad5fdb1b836

Subscribe to this mod's changes

parallel-task is a command published in the GitHub repository RegardV/LegendaryTeam_For_Claude (19 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,795 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.