Automatically bridge OpenSpec planning artifacts to Oh My ClaudeCode execution modes
npx claudepluginhub kyongsik-yoon/opsx-omc-bridgeBridge plugin that automatically delegates OpenSpec planning artifacts to Oh My ClaudeCode execution modes. Provides quick (simple tasks → autopilot) and deploy (complex tasks → team/ralph).
No description available.
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
A Claude Code plugin that automatically bridges OpenSpec planning artifacts to Oh My ClaudeCode (OMC) execution modes and orchestration strategies — eliminating the manual handoff between spec preparation and implementation.
After preparing specs with OpenSpec (proposal.md, design.md, tasks.md), delegating implementation to OMC requires repetitive manual steps:
tasks.md and extract pending itemsdesign.mdThis plugin automates the entire handoff.
| Skill | Use Case | OMC Mode / Strategy | Trigger Examples |
|---|---|---|---|
| quick | ≤ 3 tasks, single domain | autopilot | "implement quickly", "apply now" |
| deploy | 4+ tasks, multi-phase/domain | ralph by default, hybrid for sequential phases with parallelizable segments, team for mostly independent work | "run with team", "delegate to ralph" |
Best for straightforward changes. Reads OpenSpec artifacts, assembles context, and delegates to OMC autopilot for linear execution.
Best for complex changes. Performs a preflight pass, prefers a compacted execution brief when present, analyzes task structure (phase count, dependencies, domain spread), and automatically selects the optimal execution strategy:
| Condition | OMC Mode | Rationale |
|---|---|---|
| Sequential phases with strong dependencies | ralph | Step-by-step with verification |
| Independent tasks within a phase | team N:executor | Parallel processing |
| Single phase, 4+ tasks | team N:executor | Simple parallelization |
| Refactoring requiring iterative verification | ralph | Repeats until architect approval |
| Sequential phases + parallelizable tasks within | ralph + team per phase | Hybrid approach with phase gates |
Before delegating, deploy should:
implementation-brief.md, brief.md, or another user-designated handoff docproposal.md, design.md, delta specs, and tasks.md as source-of-truth evidence behind that brief/opsx:propose "feature description" ← Prepare spec with OpenSpec
↓
/opsx:ff ← Generate all artifacts
↓
"implement quickly" ← quick skill → autopilot
or
"run with team" ← deploy skill → ralph / hybrid / team
↓
/opsx:verify ← Verify against spec
↓
/opsx:archive ← Archive completed change
cd /path/to/opsx-omc-bridge
claude /plugin install --plugin-dir .
openspec/ directory)team mode in deploy)opsx-omc-bridge/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ ├── quick/
│ │ └── SKILL.md
│ └── deploy/
│ └── SKILL.md
├── README.md
└── README.ko.md
MIT