원클릭으로
sim
Orchestrate one end-to-end investigate, solve, review round in Simulator.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrate one end-to-end investigate, solve, review round in Simulator.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Architecture reference - core concepts, technologies, system patterns, software design patterns, anti-patterns, and real-world case studies. Use when designing systems, evaluating tradeoffs, choosing technologies, or selecting an appropriate design pattern.
Get a second opinion from another AI: Codex or another Claude model. Read-only.
SOC 직업 분류 기준
| name | sim |
| description | Orchestrate one end-to-end investigate, solve, review round in Simulator. |
| user-invocable | true |
| metadata | {"icon":"play.rectangle.on.rectangle","aliases":["simulator","round"]} |
| argument-hint | [goal or problem] |
Run one simulator issue loop with the fewest moving parts that still produces evidence.
Default loop:
launcher gets the daemon and app into a known-ready state.tester runs one concrete scenario and captures logs.launcher rebuilds if needed.tester reruns the same scenario.Prefer observation over inference. If the logs do not show the behavior clearly, add instrumentation and rerun instead of debating the code.
planner, analyst, solver, or reviewer by default.mixed-markdown-multi-tool.txt. Use smoke-hello.txt only for launcher and connectivity checks.Use extra agents only when they materially reduce mistakes, and only when the user wants subagents or delegation.
analyst: use when the tester logs are ambiguous and you want a second pass on the evidence.reviewer: use when the fix is risky or the before and after comparison is subtle.solver: use for a bounded code change with a tight write scope that will not block the main thread.planner: use only when the issue report is too vague to choose a scenario or target signal.deployer and scribe for normal sim rounds.Ask for these when they are missing:
Report only what moves the investigation forward: