ワンクリックで
set-harness
Configure oh-my-harness settings (features, thresholds, model routing, multi-agent)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configure oh-my-harness settings (features, thresholds, model routing, multi-agent)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run an autonomous, spec-driven, tiered self/cross-verifying loop — the harness forces continuation until the goal is objectively met or a guardrail fires
Author a durable, machine-checkable SPEC.md (the anchor for an autonomous loop) with EARS-style acceptance criteria mapped to verify commands
Tier 3 작업 완료 전 N-라운드 독립검증·수정 루프. git diff를 모델 로테이션(Claude/GPT/Gemini)으로 라운드마다 독립 검증하고 수정한다.
Initialize oh-my-harness in the current project (plugin mode)
Create a native Claude Code team with configured teammates and task assignments
Check status of the active native Claude Code team (teammates, tasks, progress)
| name | set-harness |
| description | Configure oh-my-harness settings (features, thresholds, model routing, multi-agent) |
| level | 2 |
Configure oh-my-harness settings.
Usage: /set-harness [setting.path value] Example: /set-harness testEnforcement.minCases 3 Example: /set-harness features.scopeGuard true Example: /set-harness multiAgent.useWorktree false
Read the current configuration from .claude/.omh/harness.config.json.
If the file doesn't exist, suggest running /harness-setup first.
If no arguments provided, display all current values in a readable table format and exit.
If arguments are provided via $ARGUMENTS, parse them as <path> <value> and update the config.
Write the modified config back to .claude/.omh/harness.config.json and confirm the change.