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.
oh-my-opencode의 Sisyphus/Ultrawork 패턴을 Claude Code에 구현한 플러그인.
이 플러그인을 사용하려면 다음 플러그인들이 필요합니다.
검증 단계에서 사용되므로 반드시 활성화해야 합니다:
| 플러그인 | 마켓플레이스 | 용도 |
|---|---|---|
code-simplifier | claude-plugins-official | 코드 단순화 검증 |
code-reviewer | claude-plugins-official | 버그/보안 코드 리뷰 |
claude plugin install code-simplifier
claude plugin install code-reviewer
전체 기능을 활용하려면 다음 플러그인도 활성화를 권장합니다:
| 플러그인 | 마켓플레이스 | 용도 |
|---|---|---|
context7 | claude-plugins-official | 공식 라이브러리 문서 검색 (librarian 에이전트) |
playwright | claude-plugins-official | 웹 자동화 테스트 |
greptile | claude-plugins-official | PR 분석 및 코드 리뷰 |
figma | claude-plugins-official | UI/UX 디자인 작업 |
claude plugin install ultrawork
git clone https://github.com/qplace-company/ultrawork-plugin.git
.claude/ 디렉토리에 파일들을 복사합니다:cp -r ultrawork-plugin/agents/* your-project/.claude/agents/
cp -r ultrawork-plugin/skills/* your-project/.claude/skills/
settings.template.json의 내용을 프로젝트의 .claude/settings.json에 병합합니다.프롬프트에 ultrawork 또는 ulw 키워드를 포함하면 Ultrawork 모드가 활성화됩니다.
ultrawork: 새로운 API 엔드포인트를 추가해줘
또는
ulw 사용자 인증 기능 구현해줘
| Agent | Model | 역할 |
|---|---|---|
| sisyphus-orchestrator | opus | 메인 오케스트레이터. 계획, 위임, 복잡한 작업 실행. 병렬 실행 강조 |
| oracle | opus | 아키텍처, 코드 리뷰, 전략. 논리적 추론과 심층 분석 |
| librarian | sonnet | 멀티 레포 분석, 문서 검색, 구현 예제. 증거 기반 답변 |
| explore | haiku | 빠른 코드베이스 탐색, 패턴 매칭 |
| frontend-ui-ux-engineer | sonnet | 디자이너 출신 개발자. 아름다운 UI 구축 |
| document-writer | sonnet | 기술 문서 작성 전문가 |
| multimodal-looker | sonnet | 시각 콘텐츠 전문가. PDF, 이미지, 다이어그램 분석 |
1. 사용자 알림 출력
2. 탐색 (병렬 백그라운드)
├── explore: 코드베이스 탐색
├── librarian: 외부 문서 검색
└── multimodal-looker: 이미지/PDF 분석
3. 아키텍처 자문 (필요시)
└── oracle: 복잡한 결정
4. 구현
├── 직접 구현 또는
└── frontend-ui-ux-engineer: UI 작업
5. 검증 (순차)
├── code-simplifier (Claude 공식)
└── code-reviewer (Claude 공식)
6. 완료 확인
└── 모든 Todo 완료 시까지 반복
| 용도 | 도구 | 우선순위 |
|---|---|---|
| 공식 문서 | Context7 | 1순위 |
| 최신 정보 | WebSearch | 2순위 |
| 특정 URL | WebFetch | 3순위 |
| 웹 자동화 | Playwright | 테스트 시 |
| PR 분석 | Greptile | PR 작업 시 |
| 디자인 | Figma MCP | UI 작업 시 |
MIT
npx claudepluginhub gprecious/ultrawork-pluginClaude Code plugin for feature development (/feature: TDD Generator-Evaluator with Plan-Contract-Test-Build-Evaluate-Integrate-Learn cycle and prior art research), codebase improvement (/improve: iterative audit → Priority 1-2 auto-fix via category-split PRs → plateau detection), and autonomous build pipelines (/build: cmux pane + codex CLI orchestration with workspace isolation).
Deep research engine for URLs (YouTube, arXiv, GitHub, blogs) or topic keywords. Produces structured markdown reports with full source attribution via parallel subagent fanout.
Add 'ultrawork' to any prompt for maximum parallel execution.
Use /ultrathink <TASK_DESCRIPTION> to launch a Coordinator Agent that directs four specialist sub-agents—Architect, Research, Coder, and Tester—to analyze, design, implement, and validate your coding task. The process breaks the task into clear steps, gathers insights, and synthesizes a cohesive solution with actionable outputs. Relevant files can be referenced ad-hoc using @ filename syntax.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Multi-agent team orchestration for parallel task execution, research, and implementation
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code