Parallel banner
CloudAI-X CloudAI-X

Parallel

Development community

Description

--- description: Demonstrate parallel execution by launching multiple agents simultaneously agent: build --- # Parallel Execution Command Demonstrates the parallel execution pattern from claude-workflow-v2 by launching multiple independent subagents in a single message. ## Core Principle > ALL Task calls MUST be in a SINGLE assistant message for true parallelism. If Task calls are in separate messages, they run sequentially, negating the performance benefit. ## Phase 1: Analyze the Request

Installation

Installs to ~/.claude/skills/cloudai-x-opencode-workflow-parallel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cloudai-x-opencode-workflow-parallel && curl -fsSL https://raw.githubusercontent.com/CloudAI-X/opencode-workflow/HEAD/commands/parallel.md -o ~/.claude/skills/cloudai-x-opencode-workflow-parallel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository