소스 정보
- 저장소
- applicate2628/Orchestrarium
- 최근 소스 활동
- 2026년 8월 8일 18:59
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/applicate2628/Orchestrarium --skill second-opinion명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | second-opinion |
| description | Second opinion: request consultant advice or set its mode. |
Get an independent advisory memo or manage the consultant toggle.
Check for toggle command. If $ARGUMENTS is one of the toggle sub-commands, handle it directly:
enable → write consultantMode: external to .agents/.agents-mode.yaml while preserving delegationMode, parallelMode, mcpMode, preferExternalWorker, preferExternalReviewer, externalProvider, externalPriorityProfile, reserveResolver, externalPriorityProfiles, externalOpinionCounts, externalCodexWorkdirMode, externalClaudeWorkdirMode, externalModelMode, externalCodexProfile, and externalClaudeProfile when present. If the local file does not exist, inherit the effective known values from global ~/.codex/.agents-mode.yaml (or global legacy ~/.codex/.agents-mode) when available; otherwise initialize delegationMode: auto, parallelMode: auto, mcpMode: auto, preferExternalWorker: false, preferExternalReviewer: false, externalProvider: auto, externalPriorityProfile: balanced, reserveResolver: claude-sonnet, shipped externalPriorityProfiles and externalOpinionCounts, externalCodexWorkdirMode: neutral, externalClaudeWorkdirMode: neutral, externalModelMode: runtime-default, externalCodexProfile: default, and externalClaudeProfile: opus-xhigh unless the user explicitly asked for a different Claude profile. Shipped auto stays on production providers codex | claude; any Gemini or Qwen use must stay explicit example-only. Print "Consultant enabled (external-first)." and exit.internal → write consultantMode: internal to .agents/.agents-mode.yaml while preserving delegationMode, parallelMode, mcpMode, preferExternalWorker, preferExternalReviewer, externalProvider, externalPriorityProfile, reserveResolver, externalPriorityProfiles, externalOpinionCounts, externalCodexWorkdirMode, externalClaudeWorkdirMode, externalModelMode, externalCodexProfile, and externalClaudeProfile when present. If the local file does not exist, inherit the effective known values from global ~/.codex/.agents-mode.yaml (or global legacy ~/.codex/.agents-mode) when available; otherwise initialize delegationMode: auto, parallelMode: auto, mcpMode: auto, preferExternalWorker: false, preferExternalReviewer: false, externalProvider: auto, externalPriorityProfile: balanced, reserveResolver: claude-sonnet, shipped externalPriorityProfiles and externalOpinionCounts, externalCodexWorkdirMode: neutral, externalClaudeWorkdirMode: neutral, externalModelMode: runtime-default, externalCodexProfile: default, and externalClaudeProfile: opus-xhigh unless the user explicitly asked for a different Claude profile. Shipped auto stays on production providers codex | claude; any Gemini or Qwen use must stay explicit example-only. Print "Consultant set to internal-only." and exit.disable → write consultantMode: disabled to .agents/.agents-mode.yaml while preserving delegationMode, parallelMode, mcpMode, preferExternalWorker, preferExternalReviewer, externalProvider, externalPriorityProfile, reserveResolver, externalPriorityProfiles, externalOpinionCounts, externalCodexWorkdirMode, externalClaudeWorkdirMode, externalModelMode, externalCodexProfile, and externalClaudeProfile when present. If the local file does not exist, inherit the effective known values from global ~/.codex/.agents-mode.yaml (or global legacy ~/.codex/.agents-mode) when available; otherwise initialize delegationMode: auto, parallelMode: auto, mcpMode: auto, preferExternalWorker: false, preferExternalReviewer: false, externalProvider: auto, externalPriorityProfile: balanced, reserveResolver: claude-sonnet, shipped externalPriorityProfiles and externalOpinionCounts, externalCodexWorkdirMode: neutral, externalClaudeWorkdirMode: neutral, externalModelMode: runtime-default, externalCodexProfile: default, and externalClaudeProfile: opus-xhigh unless the user explicitly asked for a different Claude profile. Shipped auto stays on production providers codex | claude; any Gemini or Qwen use must stay explicit example-only. Print "Consultant disabled." and exit.status → read and normalize .agents/.agents-mode.yaml first. If local .agents/.agents-mode.yaml is absent, continue with local legacy .agents/.agents-mode, global ~/.codex/.agents-mode.yaml, then global legacy ~/.codex/.agents-mode. If neither local nor global file exists: print "disabled (no file — run /second-opinion enable to activate)". Otherwise rewrite the effective file into the current canonical format in the same scope, then print consultantMode, delegationMode, parallelMode, mcpMode, preferExternalWorker, preferExternalReviewer, externalProvider, externalPriorityProfile, reserveResolver, externalOpinionCounts, externalCodexWorkdirMode, externalClaudeWorkdirMode, externalModelMode, externalCodexProfile, and externalClaudeProfile when it is present. Exit.$ARGUMENTS is not a toggle command, proceed to step 1.When reading, creating, or rewriting .agents/.agents-mode.yaml, normalize it to the current canonical format: keep one key per line, restore inline YAML allowed-value comments, refresh the shipped profile/count blocks, preserve effective known values and unknown keys, and drop retired canonical keys. Legacy .agents/.agents-mode is compatibility input only and must not be recreated.
Check toggle state. Read the effective Codex overlay first:
.agents/.agents-mode.yaml, local legacy .agents/.agents-mode, global ~/.codex/.agents-mode.yaml, then global legacy ~/.codex/.agents-mode./second-opinion enable to activate)" and exit.consultantMode: disabled: print "Consultant is disabled. Run /second-opinion enable first." and exit.consultantMode: external / consultantMode: internal: proceed.delegationMode, parallelMode, mcpMode, preferExternalWorker, preferExternalReviewer, externalProvider, externalPriorityProfile, reserveResolver, externalPriorityProfiles, externalOpinionCounts, externalCodexWorkdirMode, externalClaudeWorkdirMode, externalModelMode, externalCodexProfile, and externalClaudeProfile on any write; do not clobber them back to defaults when changing consultantMode.Get the question. Use $ARGUMENTS as the question or topic. If empty, ask the user what they want a second opinion on.
Invoke consultant. Use the consultant role:
Present the memo. Display the consultant's advisory memo:
Save. Follow the session persistence rule:
work-items/active/<slug>/, persist only the memo there and return its concise result/provenance for the root ledger..reports/YYYY-MM/report(consultant)-YYYY-MM-DD_HH-MM_topic.md summary..agents/.agents-mode.yaml is the project-local override surface for consultant mode. When it is absent, read-only status and routing fall back to the effective global Codex overlay at ~/.codex/.agents-mode.yaml until a local override is created.