By speson
Claude Code operating workflows that prioritize result quality and speed over token efficiency — aggressive parallelization, multi-agent orchestration, persistent execution loops, and multi-perspective verification.
Master orchestrator that coordinates multiple agents to complete complex multi-step plans. Delegates tasks, tracks progress, and drives verification. Use for large plans requiring coordination across specialists.
Narrow failures to likely causes, reproduction steps, and the smallest validating checks. Use for regressions, flaky behavior, and unclear symptoms.
Heavy-duty implementation agent using opus for complex multi-file changes that failed with the standard build-integrator. Use after 2+ failed attempts with the standard agent.
Autonomous implementation agent for coordinated multi-file code changes. Plans before editing, executes the smallest coherent slice, verifies results, and adapts if reality diverges from the plan.
Review work plans for executability and valid references. Catch blocking issues only, not nitpicks. Use before implementing large plans to verify they are actionable.
Triage a failure by capturing symptoms, narrowing reproduction, isolating likely files, and choosing the smallest useful verification loop. Activate when #bh appears anywhere in the user message.
Multi-strategy parallel search across the codebase. Combines symbol search, text patterns, file structure, imports, and git history for comprehensive results. Activate when #ds appears anywhere in the user message.
Dependency security audit — run ecosystem-specific audit tools and cross-verify new or updated dependencies. Activate when #da appears anywhere in the user message.
Multi-perspective code review on the current diff or specified files. Examines correctness, security, performance, maintainability, and scope creep. Activate when #dr appears anywhere in the user message.
Check if README.md and user guide reflect current project state — philosophy, features, agent models, skill list. Fix any drift. Activate when #sync appears anywhere in the user message.
Uses power tools
Uses Bash, Write, or Edit tools
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.
# 1. Register the marketplace
/plugin marketplace add https://github.com/speson/omo
# 2. Install the plugin
/plugin install omo
# 3. Restart Claude Code, then run setup wizard
#sw
After setup, try these commands:
| Shortcut | What it does |
|---|---|
#ulw <goal> | Plan-execute-verify workflow for large tasks |
#rl <goal> | Persistent loop that won't stop until done |
#bh <symptom> | Hunt down bugs from symptoms |
#dr | Multi-perspective code review on current diff |
#rr | Map your repository structure |
#ss | Show omo status dashboard |
See the full User Guide for details.
Claude Code를 위한 멀티 에이전트 오케스트레이션 플러그인입니다.
OMO는 결과물의 품질과 속도를 토큰 효율보다 우선합니다. 더 많은 토큰을 소비하더라도 병렬 에이전트 실행, 다각도 검증, 조기 에스컬레이션을 통해 더 좋은 결과를 더 빠르게 제공합니다.
복잡한 개발 작업을 전문 에이전트 팀에게 위임하여 체계적으로 수행할 수 있게 합니다. 작업 기획, 구현, 디버깅, 검증, 코드 리뷰까지 소프트웨어 개발의 전체 흐름을 커버합니다.
opencode와 oh-my-opencode의 편의 기능을 Claude Code 플러그인으로 그대로 이식하여, 동일한 워크플로우를 플러그인 하나로 사용할 수 있습니다.
전체 기능과 유저 플로우에 대한 상세한 설명은 유저 가이드를 참고하세요.
deepsearch + repo-librarian을 병렬로 돌려 컨텍스트를 충분히 파악한 후 작업합니다.diff-review (5관점 병렬 리뷰) + ship-check + test-commander를 함께 사용합니다.oracle을 투입합니다. 3단계 이상의 계획에는 critic을 사용합니다.bug-hunter, security-auditor, perf-analyst)에게 위임합니다./plugin marketplace add https://github.com/speson/omo
/plugin install omo
설치 후 Claude Code를 재시작하세요.
OMO는 22개의 스킬 명령어를 제공합니다. 각 명령어는 /omo:명령어 형식으로 사용하거나, #단축키 패턴으로 빠르게 실행할 수 있습니다.
모든 스킬은 #단축키 패턴을 통한 자동 인터셉트를 지원합니다. Claude Code 채팅창에 #단축키를 입력하면 해당 스킬이 자동으로 실행됩니다. 긴 명령어를 외울 필요 없이 짧은 단축키만으로 동일한 기능을 사용할 수 있습니다.
# 긴 명령어 대신
/omo:ultrawork 사용자 인증 기능 구현
# 단축키로 동일하게 실행
#ulw 사용자 인증 기능 구현
| 단축키 | 명령어 | 설명 |
|---|---|---|
#ulw | /omo:ultrawork <목표> | 대규모 작업을 기획-실행-검증 3단계로 체계적으로 수행합니다 |
#rl | /omo:ralph-loop <목표> | 작업이 100% 완료될 때까지 멈추지 않는 실행 루프입니다 |
#sp | /omo:spawn <목표> | 독립적인 여러 작업을 병렬로 에이전트에게 분배합니다 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#kit | /omo:kickoff-task <목표> | 인터뷰 형식으로 작업 범위를 정의하고 태스크 노트를 생성합니다 |
#rw | /omo:resume-work [목표] | 중단된 작업의 컨텍스트를 복구하고 이어서 진행합니다 |
#ho | /omo:handoff [다음단계] | 작업 중단 시 인수인계 노트를 작성합니다 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#dr | /omo:diff-review [범위] | 정확성, 보안, 성능, 유지보수성, 범위 5가지 관점에서 코드를 리뷰합니다 |
#sc | /omo:ship-check [범위] | 배포 전 최종 검증을 수행하고 리스크를 평가합니다 |
#qa | /omo:qa-loop [테스트명령] | 테스트 실패 시 자동으로 수정-재실행을 최대 5회 반복합니다 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#rr | /omo:repo-radar [범위] | 저장소 구조, 기술 스택, 컨벤션을 매핑합니다 |
#ds | /omo:deep-search <쿼리> | 심볼, 텍스트, 파일, 임포트, git 이력을 병렬 검색합니다 |
#bh | /omo:bug-hunt <증상> | 버그의 원인을 좁혀가며 재현 경로를 찾습니다 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#rel | /omo:release <버전> | 전체 릴리즈 파이프라인 (커밋, 푸시, 태그, GitHub 릴리즈, 마켓플레이스) |
#sync | /omo:docs-sync [범위] | README와 유저 가이드를 현재 프로젝트 상태에 맞게 동기화합니다 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#sw | /omo:setup-wizard [--full] | 훅 등록, MCP 설정, 상태 디렉토리를 자동 감지하고 구성합니다 |
#st | /omo:self-test | 플러그인 구조와 버전 무결성을 검증합니다 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#ss | /omo:status | boulder, ralph-loop, 작업, 팀 상태를 통합 대시보드로 보여줍니다 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#re | /omo:retro | ultrawork/ralph-loop 후 회고 분석 — 에이전트 사용 패턴, 병목, 개선 제안 |
#pc | /omo:perf-check [범위] | 성능 영향 분석 — O(n²) 패턴, 번들 크기, 무한 데이터 구조 감지 |
#da | /omo:dep-audit [범위] | 의존성 보안 감사 — npm audit/pip-audit + 신규 의존성 교차 검증 |
| 단축키 | 명령어 | 설명 |
|---|---|---|
#mg | /omo:migrate <대상> | 프레임워크/API/언어 버전 마이그레이션 오케스트레이션 |
#pr | /omo:pr-review [PR번호] | GitHub PR 전체 리뷰 — diff 분석 + CI 상태 + 다각도 코드 리뷰 |
# 단축키로 빠르게 실행
#ulw 사용자 인증 기능 구현
#bh 로그인 후 세션이 유지되지 않는 문제
#ds getUserProfile 함수 위치
#dr
#rel 1.7.0
# 전체 명령어로 실행
/omo:ultrawork 결제 모듈 리팩토링
/omo:repo-radar --deep
/omo:qa-loop npm test
OMO는 16개의 전문 에이전트를 상황에 맞게 자동으로 배치합니다. 스킬을 실행하면 내부적으로 적절한 에이전트가 투입되므로, 사용자가 직접 에이전트를 호출할 필요는 없습니다.
| 에이전트 | 기본 모델 | 역할 |
|---|---|---|
| atlas | Sonnet | 복잡한 멀티 스텝 계획의 총괄 지휘. 팀 기반 조율 지원 |
| planner-sisyphus | Sonnet | 인터뷰 방식으로 요구사항을 명확히 하고 실행 가능한 계획을 수립합니다 |
| critic | Opus | 실행 계획의 실현 가능성을 검증합니다. 3단계 이상 계획에 자동 투입 |
not oh-my. reforged. — AI agent orchestration, quality hooks, and smart routing for Claude Code
npx claudepluginhub speson/omo --plugin omoCorca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
OpenAgentsControl — multi-agent orchestration for Claude Code. Context-aware development with skills, subagents, parallel execution, and automated code review.
Hypo-Workflow for Claude Code. The plugin namespace is intentionally `hw`; plugin-root commands map /hw:* to existing workflow Skills.
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Zero-dependency planning + execution with .flow/ task tracking and Ralph autonomous mode (multi-model review gates). Worker subagent per task for context isolation. Prime assesses 8 pillars (48 criteria) with GitHub API integration. Includes 20 subagents, 11 commands, 16 skills.
Cross-session Save/Load, and Ultrawork inspired by oh-my-opencode with Ralph Loops