openspec-parallel-agents
OpenSpec Parallel Agents
概述
该技能用于 OpenSpec 的并发子代理编排,兼容三类入口:
- OPSX 新命令(
/opsx:*) - 旧版命令(
/openspec:*) - Codex CLI 提示词命令(
/prompts:*)
目标是同时覆盖新旧命令语义,并在多 change 场景下安全并发、受控汇总、避免写冲突。
命令兼容矩阵(必须识别)
| 场景 | 命令形态 | 说明 |
|---|---|---|
| OPSX 新版 | /opsx:explore /opsx:new /opsx:continue /opsx:ff /opsx:apply /opsx:verify /opsx:sync /opsx:archive /opsx:bulk-archive /opsx:onboard |
当前主流程 |
| Legacy 旧版 | /openspec:proposal /openspec:apply /openspec:archive |
兼容旧工作流 |
| Codex CLI(新) | /prompts:opsx-explore /prompts:opsx-new /prompts:opsx-continue /prompts:opsx-ff /prompts:opsx-apply /prompts:opsx-verify /prompts:opsx-sync /prompts:opsx-archive /prompts:opsx-bulk-archive /prompts:opsx-onboard |
对应 ~/.codex/prompts/opsx-<id>.md |
More from rexleimo/rex-skills
openspec-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 的超长上下文分析时使用。
6spec-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.
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