spec-kit-parallel-orchestrator
Spec Kit Parallel Orchestrator
Overview
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.
Trigger Conditions (Must Match)
Invoke this skill when any condition is met:
- User explicitly enters
/speckit.prefixed commands, e.g.,/speckit.specify,/speckit.plan,/speckit.tasks,/speckit.implement - Codex CLI compatible form
/prompts:speckit.also matches - User mentions "spec kit workflow / spec-driven" and requests breakdown, planning, implementation
- User requests "parallel task splitting" or "multi-agent concurrent + stage aggregation"
State Machine
pending → in_progress → verifying → passing
More from rexleimo/rex-skills
openspec-parallel-agents
Use when OpenSpec workflows need dependency-aware parallel subagents across OPSX commands, legacy openspec commands, and Codex CLI prompt aliases.
10openspec-long-running-harness
Use when implementing long-running agent workflows that need cross-session state persistence, incremental progress tracking, and gate enforcement. Combines OpenSpec spec-driven development with Anthropic's effective harnesses pattern for multi-context-window projects.
7anthropic-1p-prompt-optimizer
Optimize, rewrite, and evaluate prompts using the Anthropic 1P interactive prompt-engineering tutorial patterns (clear/direct instructions, role prompting, XML-tag separation, output formatting + prefilling, step-by-step “precognition”, few-shot examples, hallucination reduction, complex prompt templates, prompt chaining, and tool-use XML formats). Use for 提示词优化/Prompt优化/Prompt engineering, rewriting system+user prompts, enforcing structured outputs (XML/JSON), reducing hallucinations, building multi-step prompt templates, adding few-shot examples, or designing prompt-chaining/tool-calling scaffolds.
7hybrid-executor
当需要利用 Claude 的代码重构能力或 Gemini 的超长上下文分析时使用。
6ccg-workflow
Multi-agent orchestration workflow for software development. Coordinates Claude Code (Coordinator), Codex CLI (Backend Authority), and Gemini CLI (Frontend Authority) through slash commands (/ccg:*). Supports propose, explore, new, continue, ff, apply, verify, archive, status, config commands. Schema-driven artifact dependency graph with parallel invocation, session reuse, cross-validation, and trust-based conflict resolution.
1