一键导入
wf-max
Use for /wf-max in Claude Code, $wf-max or /skills wf-max in Codex. WF-MAX is explicit only — the user must type /wf-max, $wf-max, or /skills wf-max.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for /wf-max in Claude Code, $wf-max or /skills wf-max in Codex. WF-MAX is explicit only — the user must type /wf-max, $wf-max, or /skills wf-max.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Built-in browser automation and E2E verification workflow. Use for Claude /wf-browser, Codex $wf-browser or /skills wf-browser, Browser Use, Playwright, Chrome DevTools/CDP, screenshots, forms, UI verification, and browser-visible acceptance.
Codex compatibility: use $wf-help or /skills wf-help in Codex to show the Harness WF command table. Claude Code and OpenCode use the direct /wf-help command.
Use when work needs bounded subagent coordination, parallel read-only exploration, independent review gates, broad context partitioning, or controlled handoffs.
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Source-backed CLI invocation guide for Claude Code, Codex, and OpenCode automation. Use when invoking peer CLIs, writing batch tests, collecting cache telemetry, debugging command-line flags, or documenting cross-runtime agent usage for Harness workflows.
Perpetual adaptive auto-optimization mode. Selects probes from project evidence instead of a fixed angle count. Inherits WF acceptance gates and subagent orchestration per cycle. Use for Claude /wf-auto, Codex $wf-auto. Explicit only — the user must type /wf-auto, $wf-auto, or /skills wf-auto.
基于 SOC 职业分类
| name | wf-max |
| description | Use for /wf-max in Claude Code, $wf-max or /skills wf-max in Codex. WF-MAX is explicit only — the user must type /wf-max, $wf-max, or /skills wf-max. |
The authoritative workflow lives in Harness/specs/workflows/WF-MAX.md; this adapter only
routes and summarizes hard constraints.
/wf-max [task]$wf-max or /skills then choose wf-max/wf-help are exempt.CLAUDE.md, Harness/MEMORY.md index only, then Harness/README.md before planning, dispatch, edits/deletes, validation, or peer review.Harness/memory/* only when MEMORY_PROTOCOL.md scenario hints match; otherwise record "memory hints: none".CLAUDE.mdHarness/MEMORY.md (index only per Memory Preflight)Harness/README.mdHarness/specs/workflows/WF-MAX.mdHarness/specs/runtime/subagents.mdHarness/specs/runtime/dispatch.mdHarness/specs/runtime/agent-workflow.mdFollow Harness/specs/runtime/context-loading.md#Cache-First Context Contract: keep the
listed loads in order, defer unused skill/tool schemas, append volatile task
state and runtime facts last, and bound Worker returns through dispatch
MaxReturnTokens/ReturnSchema.
WF-MAX inherits the selected WF tier and the shared WF-KERNEL gates
(Harness/specs/workflows/WF-KERNEL.md), then expands safe parallelism. WF-Max-Useful is
default; WF-Max-Strict only on explicit strict request. Execution expands
through:
task-<verb>-<noun>[-detail] under Harness/tasks/<task-id>/; never
create bare fix-* task ids.wf-maxceo | manager | worker | reviewer | verifier | reflectorwriteSet, forbidden, verificationWF-Max-Useful (default): /wf-max fans out only where write sets or review
lenses are meaningfully independent. Overhead > 0.30 degrades the wave.
Degrading fan-out does not authorize CEO source edits; source implementation
still goes through an implementer/Worker role, or the run records an honest
downgrade before editing.
WF-Max-Strict (explicit override): user says --strict, strict wf-max, or
strict mode. Unconditional fan-out per the original span formula.
Harness/PROGRESS.md headings:
## Active Task, ## Task Index, and ## Cross-Task Decisions.writeSet; outside write set is blocked.Harness/specs/workflows/WF-KERNEL.md:
/wf-max: verification + state evidence suffices unless risk
triggers review/reflector./wf-max: verifier evidence + one independent review PASS./wf-max: cross-review PASS + reflector PASS.fanoutAttempted: true, the runtime, channel tried, agents requested,
limit/cap facts, failure reason, and fallback path in task state.CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION,
CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS, and
CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH; Harness still enforces its lower
WF-MAX caps unless the user explicitly approves a task-local override.agents.max_concurrent_threads_per_session; agents.max_threads is a
legacy alias. Do not scaffold scalar [agents] caps into
.codex/config.toml; codex-cli 0.144.x can reject them during TUI
skills/list. Treat Codex capacity as a runtime probe and manage Harness
caps in the dispatch ledger unless the installed Codex version is verified
with codex --strict-config doctor.subagent_depth for nesting. WF-MAX manager -> worker fan-out
requires subagent_depth >= 2 plus manager permission.task allowlists; the
scaffold sets subagent_depth = 2.agents.max_concurrent_threads_per_session. Do not silently edit project or
global Codex config.claude -p, codex exec, or
opencode run --agent <role> --dir ..