user-input-protocol이란?
사람의 입력을 요청하기 위한 구조화된 체크포인트 형식입니다. 에이전트는 결정이 필요할 때 중지하고, 컨텍스트를 제시하고, 옵션을 표시하고, 기다려야 합니다. 하위 에이전트에 위임하거나, 백그라운드 작업을 실행하거나, 사람의 판단이 필요한 결정 지점에 도달할 때 활성화하세요. 출처: jwilger/agent-skills.
사람의 입력을 요청하기 위한 구조화된 체크포인트 형식입니다. 에이전트는 결정이 필요할 때 중지하고, 컨텍스트를 제시하고, 옵션을 표시하고, 기다려야 합니다. 하위 에이전트에 위임하거나, 백그라운드 작업을 실행하거나, 사람의 판단이 필요한 결정 지점에 도달할 때 활성화하세요.
명령줄에서 user-input-protocol AI 스킬을 개발 환경에 빠르게 설치
출처: jwilger/agent-skills.
Value: Respect -- the developer's judgment governs all consequential decisions. The agent never assumes when it should ask.
Defines a structured format for agents to request human input at decision points. Prevents agents from making assumptions on the developer's behalf, ensures questions include enough context for informed decisions, and provides a pause-and-resume pattern for subagents that cannot directly prompt the user.
When you encounter a decision that requires human judgment, stop working immediately. Do not guess. Do not pick the "most likely" option. Present the decision clearly and wait.
사람의 입력을 요청하기 위한 구조화된 체크포인트 형식입니다. 에이전트는 결정이 필요할 때 중지하고, 컨텍스트를 제시하고, 옵션을 표시하고, 기다려야 합니다. 하위 에이전트에 위임하거나, 백그라운드 작업을 실행하거나, 사람의 판단이 필요한 결정 지점에 도달할 때 활성화하세요. 출처: jwilger/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/jwilger/agent-skills --skill user-input-protocol사람의 입력을 요청하기 위한 구조화된 체크포인트 형식입니다. 에이전트는 결정이 필요할 때 중지하고, 컨텍스트를 제시하고, 옵션을 표시하고, 기다려야 합니다. 하위 에이전트에 위임하거나, 백그라운드 작업을 실행하거나, 사람의 판단이 필요한 결정 지점에 도달할 때 활성화하세요. 출처: jwilger/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/jwilger/agent-skills --skill user-input-protocol 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/jwilger/agent-skills