Transform vague project requests into actionable requirements through targeted Socratic questioning. Activate on unclear specs or deep-interview prompts to probe one key uncertainty at a time—goals, scope, constraints, or completion criteria—building precise plans step by step without overwhelming dialogue.
npx claudepluginhub devbrother2024/skills개발동생이 실제 작업 흐름에서 사용하는 AI agent skills 공유 저장소입니다.
가장 쉬운 설치 방법은 skills CLI를 사용하는 것입니다.
npx skills@latest add devbrother2024/skills
설치 화면에서 deep-interview를 선택하고, 사용할 에이전트를 고르면 됩니다.
특정 에이전트에 바로 설치하려면 아래 명령을 사용하세요.
# Codex 전역 설치
npx skills@latest add devbrother2024/skills --skill deep-interview --agent codex --global --yes
# Claude Code 전역 설치
npx skills@latest add devbrother2024/skills --skill deep-interview --agent claude-code --global --yes
# 설치하지 않고 사용 가능한 스킬만 확인
npx skills@latest add devbrother2024/skills --list
Codex에서는 이 저장소를 plugin marketplace로 추가한 뒤, Codex의 plugin browser에서 설치할 수도 있습니다.
codex plugin marketplace add devbrother2024/skills
그다음 Codex를 열고 /plugins를 실행한 뒤 개발동생 Skills marketplace에서 개발동생 Skills plugin을 설치하세요.
codex
/plugins
업데이트가 필요하면 marketplace를 갱신합니다.
codex plugin marketplace upgrade devbrother-skills
| Skill | 설명 | 설치 |
|---|---|---|
deep-interview | 러프한 요청을 바로 실행하지 않고, AI가 사용자에게 한 번에 하나씩 질문하여 목표, 범위, 제약, 완료 기준을 구체화하도록 만드는 스킬 | npx skills@latest add devbrother2024/skills --skill deep-interview |
AI 코딩 에이전트의 결과물 차이는 모델 성능보다 요구사항을 얼마나 명확히 정의했는지에서 크게 갈립니다.
문제는 프롬프트를 처음부터 완벽하게 쓰기 어렵다는 점입니다. 사용자 본인도 아직 무엇을 원하는지 모르는 경우가 많기 때문입니다.
deep-interview는 이 문제를 역으로 풉니다. AI에게 바로 실행을 맡기기 전에, AI가 먼저 사용자를 인터뷰하게 만들어 목표, 범위, 제약, 완료 기준을 명확하게 만듭니다.
사용 시점:
질문은 한 번에 하나만 묻고, 매 질문은 아래 구조를 따릅니다.
현재 이해: {요청을 한 문장으로 요약}
막힌 결정: {가장 중요한 불확실성}
추천 답안: {있으면 제시}
질문: {한 가지 질문}
다음 항목이 정리되면 인터뷰를 멈춥니다.
npx를 사용하지 않고 직접 복사해도 됩니다.
Codex 전역 설치:
mkdir -p ~/.agents/skills
cp -R deep-interview ~/.agents/skills/deep-interview
Codex 프로젝트 설치:
mkdir -p .agents/skills
cp -R deep-interview .agents/skills/deep-interview
Claude Code 전역 설치:
mkdir -p ~/.claude/skills
cp -R deep-interview ~/.claude/skills/deep-interview
Claude Code 프로젝트 설치:
mkdir -p .claude/skills
cp -R deep-interview .claude/skills/deep-interview
.
├── .agents/plugins/marketplace.json # Codex plugin marketplace metadata
├── .claude-plugin/plugin.json # Claude Code plugin compatibility metadata
├── .codex-plugin/plugin.json # Codex plugin manifest
└── deep-interview/SKILL.md # Skill source
MIT
You work with me (Claude) - I guide your workflow and suggest next actions.
A lightweight plugin for clarifying tasks and requirements through structured questions
Interview command for fleshing out big feature plans and specifications
Interactive feature development workflow from idea to implementation (Requirements → Design → Tasks → Execute)
Adaptive interview-driven spec generation with quality review. Automatically adjusts depth based on plan complexity.
Share bugs, ideas, or general feedback.
Self-improving AI workflow system. Crystallize requirements before execution with Socratic interview, ambiguity scoring, and 3-stage evaluation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim