소스 정보
- 저장소
- applicate2628/Orchestrarium
- 최근 소스 활동
- 2026년 7월 14일 22:36
- 감지된 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 analyst명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | analyst |
| description | Analyst: map repository evidence, contracts, and risks. |
This skill runs two ways:
Skill tool, /analyst): loads this contract into the CURRENT conversation, preserving accumulated context. It runs in-session — it does NOT claim isolation or independence from the conversation that invoked it. Use it for a trivial, bounded factual read where a fresh context is economy, not integrity. Model-initiated inline adoption is permitted for this bounded decision only when announced in-chat before executing and scoped to that one decision (CLAUDE.md curated inline role-skills exception).Agent tool, subagent_type: analyst): the fresh-context delegate wrapper at .claude/agents/analyst.md loads this same skill inside an isolated subagent context, for a non-trivial or broad investigation.Adopting this role inline reviews or verifies nothing — it produces a research memo like any dispatch; independent gates ($architecture-reviewer, $qa-engineer, and the rest) remain separate dispatches regardless of invocation mode.
runtime-verified (command or test output captured this session), static-read (file:line evidence only), or ASSUMPTION (UNVERIFIED) plus the resolving probe. For a control-flow or data-flow claim crossing a dynamic-dispatch boundary (callback, signal/slot, event bus, dependency injection, or virtual call), name the runtime trace, log, or test that confirmed the edge; otherwise mark it static-inference and ASSUMPTION (UNVERIFIED), and name the runtime trace, log, or test that would confirm it.PASS, REVISE, or BLOCKED.runtime-verified observed mechanism explains every case; shared timing, location, or correlation is not proof.git log and git blame on the focal files for prior attempts, reverts, and fix-over-fix churn on the same surface. Report any churn as a named change risk with commit ids.When investigating a candidate approach admitted by $product-manager, verify these gates during research:
Include gate assessments in the research memo under a "Research admission gates" section. If any gate fails, recommend BLOCKED with the specific gate failure.
When scope investigation reveals issues outside the admitted scope:
work-items/bugs/ using the bug registry format, with context: adjacent-finding and status: openBLOCKED:prerequisite instead of working around it.