소스 정보
- 저장소
- deathrashed/agents
- 최근 소스 활동
- 2026년 7월 28일 18:05
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/deathrashed/agents --skill interview명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| 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.SOC 직업 분류 기준