deepwork

Routes planning, delegation, and code review tasks through Deepwork workflow semantics inside Codex.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/hugefiver/ocmm --skill deepwork-hugefiver
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deepwork
Source: https://github.com/hugefiver/ocmm/tree/main/plugins/deepwork/skills/deepwork
Command: npx skills add https://github.com/hugefiver/ocmm --skill deepwork-hugefiver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Applying Deepwork's autonomous multi-agent workflow inside Codex requires manually mapping roles, models, reasoning efforts, and dispatch tools, which is error-prone and inconsistent across sessions. ## Core Features & Use Cases - Request Classification and Role Routing: Classifies incoming requests into categories like quick, coding, deep, research, or frontend and selects the matching Deepwork role or generated dw-* Codex agent profile. - Callable Dispatch Contract: Routes delegation through exact profile selection, direct model composition, generic/flat dispatch, or local execution based on what the current callable tool schema actually exposes. - Tiered Model and Review Selection: Assigns flagship, mid, and mini model lanes with reasoning-effort floors, plus ordered Reviewer and Oracle cross-check profiles for implementation acceptance. - Use Case: When asked to plan and implement a cross-module feature, the skill classifies the work as deep, dispatches dw-planner and dw-builder profiles at xhigh effort, and runs dw-reviewer plus dw-oracle cross-checks on the resulting diff before reporting completion. ## Quick Start Ask the agent to plan and implement a feature using deepwork-style multi-agent execution with plan review and code verification.

Frequently Asked Questions about deepwork

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use deepwork-style multi-agent planning in Codex?▼

Classify the request into a category like deep, coding, or research, then select the matching dw-* agent profile. Load task-relevant skills before specialized work and verify results with the repository's own commands before reporting completion.

How does the skill choose which AI model and reasoning effort to use?▼

Model selection follows tier lanes: flagship models at xhigh minimum for planning and deep work, mid-tier for standard tasks, and mini models for quick lookups. An explicit user-selected model always overrides these defaults.

What is the difference between dw-reviewer and dw-oracle profiles?▼

dw-reviewer performs primary-model self-review of an implementation diff, while dw-oracle profiles provide external-model cross-checks ordered by slot. Both are only for software implementation acceptance after a diff exists, never for research or ideation.

What happens when a dw-* agent profile is not available in Codex?▼

If an exact profile returns unknown agent_type, the skill falls back to direct model composition, then generic or flat dispatch with a GOAL/STOP WHEN/EVIDENCE envelope, then local execution. It never synthesizes missing profiles or hidden parameters.

When should I not use Reviewer or Oracle code review dispatch?▼

Do not use them for research, ideation, architecture design, root-cause debugging, or routine confidence checks. They apply only to software implementation acceptance or focused code-quality verification after an implementation diff exists.