用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/deathrashed/agents --skill interview命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Control the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing. It can have existing signed-in sessions. For semantic operations on linked resources, prefer a purpose-built connector, API, or CLI when available.
Control the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions. Prefer purpose-built connectors, APIs, or CLIs when available.
Control local Mac apps through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.
基于 SOC 职业分类
| name | interview |
| description | Run a Socratic Interview loop to clarify requirements, or manage interview sessions. |
Run OmA interview command.
Input: $ARGUMENTS
Protocol:
Subcommand Handling (Optional):
status: Read .omg/state/interviews/active.json, then load the referenced .omg/state/interviews/[slug]/context.json. Display current Clarity Score, Confirmed Facts, and Ready-to-Run Prompt based ONLY on that file content.help: Display instructions on how the interview works.resume: Read .omg/state/interviews/active.json, then load the referenced session context. If the pointer or context file is missing, tell the user no active session exists and they must run /oma:intent [depth] first.done: Finalize interview, generate PRD, and transition to ready-to-execute.cancel: Invoke OmA cancel flow specifically for the interview session to stop safely and save checkpoint artifacts.restart: Clear .omg/state/interviews/active.json and start a new session folder.Default Interview Loop (If no subcommand):
low if no depth keyword is provided; otherwise, use the provided depth keyword (e.g., medium, high).read_file to verify the existence of .omg/state/interviews/active.json..omg/state/interviews/active.json pointing to it, and seed the initial .omg/state/interviews/[slug]/context.json with the current user request..omg/state/interviews/active.json, then resolve the session context. This context is the ONLY source of truth.interview agent.clarity_score, facts, and questions_asked in .omg/state/interviews/[slug]/context.json after every turn.done or $intent-done:
.omg/state/interviews/[slug]/prd.md based on .omg/templates/prd-template.md.ready_to_execute./oma:team-assemble --intent="[Confirmed Objective]" or /oma:team-exec --intent="[Confirmed Objective]" (the intent description SHOULD be in English for system consistency).cancel:
Response:
[PROGRESS], [CONFIRMED FACTS], [SOCRATIC QUESTION], and the [READY-TO-RUN PROMPT].Clarity Score < Threshold for the selected depth, set [READY-TO-RUN PROMPT] to not yet. Unlock at [Threshold Score] points (translated if appropriate).Clarity Score >= Threshold, the [READY-TO-RUN PROMPT] MUST include a command (e.g., /oma:team-assemble --intent="...") reflecting current facts and a specific question in the user's language asking if they want to implement this now.