·spec-kit-parallel-orchestrator
@

spec-kit-parallel-orchestrator

Parallel orchestration skill for Spec Kit workflows. When users mention spec kit, enter /speckit.* or /prompts:speckit.* commands, request spec kit workflow prompt, or need multi-agent collaboration, this skill must be triggered. It validates stages and dependencies first, then splits tasks into 3-6 parallel subtasks, aggregates results, and recursively proceeds to the next round.

6Installs·0Trend·@rexleimo

Installation

$npx skills add https://github.com/rexleimo/rex-skills --skill spec-kit-parallel-orchestrator

How to Install spec-kit-parallel-orchestrator

Quickly install spec-kit-parallel-orchestrator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/rexleimo/rex-skills --skill spec-kit-parallel-orchestrator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: rexleimo/rex-skills.

SKILL.md

View raw

Transforms spec kit workflows from "single-threaded execution" to "3-6 Sub Agent parallel + stage aggregation". Prioritizes parallel execution for independent nodes, strictly serial execution for strong dependency chains.

| pending | Initial state | | inprogress | harness-start.sh selects task | | verifying | harness-end.sh begins verification | | passing | All gates passed | | failed | E2E test failed | | blocked | Dependency incomplete or environment check failed |

| Working Tree Clean | git status | | New Commit Exists | Compare commits | | E2E Passed | Custom command |

Parallel orchestration skill for Spec Kit workflows. When users mention spec kit, enter /speckit.* or /prompts:speckit.* commands, request spec kit workflow prompt, or need multi-agent collaboration, this skill must be triggered. It validates stages and dependencies first, then splits tasks into 3-6 parallel subtasks, aggregates results, and recursively proceeds to the next round. Source: rexleimo/rex-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rexleimo/rex-skills --skill spec-kit-parallel-orchestrator
Category
@Collaboration
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from rexleimo/rex-skills

Quick answers

What is spec-kit-parallel-orchestrator?

Parallel orchestration skill for Spec Kit workflows. When users mention spec kit, enter /speckit.* or /prompts:speckit.* commands, request spec kit workflow prompt, or need multi-agent collaboration, this skill must be triggered. It validates stages and dependencies first, then splits tasks into 3-6 parallel subtasks, aggregates results, and recursively proceeds to the next round. Source: rexleimo/rex-skills.

How do I install spec-kit-parallel-orchestrator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rexleimo/rex-skills --skill spec-kit-parallel-orchestrator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/rexleimo/rex-skills

Details

Category
@Collaboration
Source
skills.sh
First Seen
2026-02-26