parallel-tasks

Deploy specialized AI agents to work on multiple tasks simultaneously while maintaining coordination and task tracking. This command can reduce development time by 60-80% through intelligent agent coordination and task parallelization.

Content Preview
---
allowed-tools: Task, TodoWrite, mcp__spec-workflow__spec-list, mcp__spec-workflow__manage-tasks, mcp__spec-workflow__spec-status, mcp__linear__list_issues, mcp__linear__list_projects, Bash, Read, LS, Grep, Glob
---

# Parallel Tasks Execution

Deploy specialized AI agents to work on multiple tasks simultaneously while maintaining coordination and task tracking. This command can reduce development time by 60-80% through intelligent agent coordination and task parallelization.

## Instructions
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/parallel-tasks.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/spec-workflow/parallel-tasks.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/spec-workflow/parallel-tasks.md

Related Skills