Bridge plugin that automatically delegates OpenSpec planning artifacts to Oh My ClaudeCode execution modes. Provides quick (simple tasks → autopilot) and deploy (complex tasks → team/ralph).
Bridge skill that delegates complex OpenSpec changes to Oh My ClaudeCode (OMC) team/ralph mode. Triggered when user says "run with team", "parallelize", "delegate to ralph", "start big task", "delegate full implementation", or when an OpenSpec change has 4+ tasks, multiple domains, or phased structure. Best for large-scale parallelizable implementations and refactoring requiring iterative verification.
Bridge skill that delegates simple OpenSpec changes to Oh My ClaudeCode (OMC) autopilot mode. Triggered when user says "implement quickly", "apply now", "delegate to autopilot", "apply opsx", "start spec implementation", or when an OpenSpec change folder has tasks.md ready with only straightforward implementation remaining. Best for 3 or fewer tasks, single domain, no parallelization needed.
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent orchestration system for Claude Code
npx claudepluginhub kyongsik-yoon/opsx-omc-bridge --plugin opsx-omc-bridgeA meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.