基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/applicate2628/Orchestrarium --skill init-project命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | init-project |
| description | AGENTS.md policies, .agents-mode.yaml bootstrap. |
Guide the user through first-time Codex project bootstrap for project policies and operator mode state.
Presets are init-time shortcuts only. They expand into canonical agents-mode keys. The preset name is NOT persisted in the file.
| Key | default (safe-init) | absolute-balance (everyday center) | external-aggressive (aggressive external use) | correctness-first (no-time-limit correctness) | power-mode (hardest-task maximum result) | max-speed (speed-first) |
|---|---|---|---|---|---|---|
consultantMode | disabled | internal | external | external | external | disabled |
delegationMode | auto | auto | force | force | force | auto |
parallelMode | auto | auto | force | auto | force | force |
mcpMode | auto | auto | auto | force | force | auto |
preferExternalWorker | false | false | true | true | true | false |
preferExternalReviewer | false | true | true | true | true | false |
externalProvider | auto | auto | auto | auto | auto | auto |
externalPriorityProfile | balanced | balanced | balanced | balanced | quality-first | balanced |
reserveResolver | claude-sonnet | claude-sonnet | claude-sonnet | claude-sonnet | claude-sonnet | claude-sonnet |
externalPriorityProfiles | shipped as-is | shipped as-is | shipped as-is | shipped as-is | shipped as-is | shipped as-is |
externalOpinionCounts | all 1 | all 1 | all 1 | advisory+review lanes 2, others 1 | advisory+review lanes 2, others 1 | all 1 |
externalCodexWorkdirMode | neutral | neutral | neutral | neutral | neutral | project |
externalClaudeWorkdirMode | neutral | neutral | neutral | neutral | neutral | project |
externalModelMode | runtime-default | runtime-default | runtime-default | pinned-top-pro | pinned-top-pro | runtime-default |
externalCodexProfile | gpt-5.6-sol-xhigh | default | default | gpt-5.6-sol-xhigh | gpt-5.6-sol-xhigh | gpt-5.6-terra |
externalClaudeProfile | opus-xhigh | sonnet-high | sonnet-high | opus-max | opus-max | sonnet-high |
correctness-first and power-mode lane-specific opinion counts:
advisory.repo-understanding: 2advisory.design-adr: 2review.pre-pr: 2review.security: 2review.performance-architecture: 2review.ui-visual-correctness: 21Routing conventions (not persisted as keys):
external-aggressive and max-speed, when neutral isolation is not required, allow per-invocation explicit self-provider override. Keep the stored file canonical; this is a routing rule, not a persisted key.external-aggressive, internal slot saturation pushes independent eligible lanes into $external-worker, $external-reviewer, or $external-brigade by default.quality-first provider-priority profile, then combine correctness-first validation density with external-aggressive fan-out, while keeping neutral workdirs and production-only auto routing so the extra power does not become a hidden project-state or example-provider shortcut.Read current state.
AGENTS.md and check whether a ## Project policies section already exists..agents/.agents-mode.yaml first..agents/.agents-mode as compatibility input only.~/.codex/.agents-mode.yaml, pack-local global legacy ~/.codex/.agents-mode, then the shared cross-pack global ~/.agents-mode.yaml (alongside ~/.claude.json), before applying built-in defaults. Each key resolves to the highest layer that defines it; layers compose, they do not replace each other wholesale..yaml path in the same scope and do not recreate any legacy file. If the effective config came from the global scope, use it as the starting point for the project-local review instead of pretending there was no prior state.Read the installed canonical sources.
../lead/policies-catalog.md.../lead/external-dispatch.md.agents-mode values, and write rules instead of inventing parallel semantics.Configure project policies.
Select a preset (optional).
agents-mode keys..agents/.agents-mode.yaml when updating..agents/.agents-mode.yaml that drives a decision should normalize the file to the current canonical format before trusting the flags..agents/.agents-mode.yaml, then local legacy .agents/.agents-mode, then global ~/.codex/.agents-mode.yaml, then global legacy ~/.codex/.agents-mode, then the shared cross-pack global ~/.agents-mode.yaml; normalize whichever file supplied the effective config in the same scope and do not recreate any legacy file.AGENTS.md.AGENTS.md as the project-runtime target, not the Orchestrarium monorepo maintenance overlay.defaultabsolute-balanceexternal-aggressivecorrectness-firstpower-modemax-speeduse the preset, preset only, apply as-is, or otherwise declines manual tweaking, skip the key-by-key operator-mode walkthrough and carry the preset-expanded values straight to confirmation.default baseline.Configure operator modes.
custom, skipped preset selection, or explicitly asked to fine-tune after selecting a preset.agents-mode keys one at a time:
consultantModedelegationModeparallelModemcpModepreferExternalWorkerpreferExternalReviewerexternalProviderexternalPriorityProfilereserveResolverexternalPriorityProfilesexternalOpinionCountsexternalCodexWorkdirModeexternalClaudeWorkdirModeexternalModelModeexternalCodexProfileexternalClaudeProfileconsultantMode: disableddelegationMode: autoparallelMode: automcpMode: autopreferExternalWorker: falsepreferExternalReviewer: falseexternalProvider: autoexternalPriorityProfile: balancedreserveResolver: claude-sonnetexternalPriorityProfilesexternalOpinionCounts defaulting each documented lane to 1externalCodexWorkdirMode: neutralexternalClaudeWorkdirMode: neutralexternalModelMode: runtime-defaultexternalCodexProfile: gpt-5.6-sol-xhighexternalClaudeProfile: opus-xhighforce, external reviewer only, opus, or defaults for the rest.Confirm the final choices.
## Project policies..agents/.agents-mode.yaml.Write .agents/.agents-mode.yaml.
.agents/.agents-mode.yaml..agents/.agents-mode; write the canonical output only to .agents/.agents-mode.yaml.externalPriorityProfiles / externalOpinionCounts entry.externalPriorityProfiles and externalOpinionCounts blocks to the current pack version while preserving the effective values of known keys and any unknown keys.Use this canonical shape:
consultantMode: {value} # allowed: external | internal | disabled; default: disabled
delegationMode: {value} # allowed: manual | auto | force; default: auto
parallelMode: {value} # allowed: manual | auto | force; default: auto
mcpMode: {value} # allowed: auto | force; default: auto
preferExternalWorker: {value} # allowed: false | true; default: false
preferExternalReviewer: {value} # allowed: false | true; default: false
externalProvider: {value} # allowed here: auto | codex | claude | gemini | qwen; default: auto; gemini/qwen are explicit example-only and not recommended
externalPriorityProfile: {value} # allowed: balanced | quality-first | <repo-local production profile>; default: balanced
reserveResolver: {value} # allowed: disabled | claude-sonnet | claude-wrapper | wrapper:<command>; default: claude-sonnet
externalPriorityProfiles: {value} # allowed: structured profile map
externalOpinionCounts: {value} # allowed: structured lane-count map
externalCodexWorkdirMode: {value} # allowed: neutral | project; default: neutral
externalClaudeWorkdirMode: {value} # allowed: neutral | project; default: neutral
externalModelMode: {value} # allowed: runtime-default | pinned-top-pro; default: runtime-default
externalCodexProfile: {value} # allowed: default | gpt-5.6-sol-xhigh | gpt-5.6-sol-max | gpt-5.6-terra; default: gpt-5.6-sol-xhigh
externalClaudeProfile: {value} # allowed: sonnet-high | opus-xhigh | opus-max | fable-xhigh; default: opus-xhigh
Write ## Project policies to AGENTS.md.
## Project policies section in the project's root AGENTS.md.## Project policies
- **Testing:** {methodology}, {coverage target or "no coverage target"}
- **Commits:** {format description}
- **Branching:** {model description}
- **File size:** {policy description}
- **Error handling:** {style description}
- **PR review:** {policy description}
- **Documentation:** {when to write}
- **Language style:** {preferences or "follow existing conventions"}
- **Dependencies:** {policy description}
Confirm completion.
$second-opinion for later consultant toggle changes.