업무 프롬프트 생성
cmdmap_buildGenerates a structured prompt from a task ID and optional context using a 6-part template. When context is empty, it first asks three clarifying questions to ensure accuracy.
Instructions
명령어 맵의 업무 id를 받아, 6-파트 템플릿(역할→목표→맥락→작업→출력→검증)으로 완성된 실전 프롬프트 텍스트를 반환. context를 비우면 "시작 전 필요한 질문 3개 먼저" 지시가 자동 삽입된다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | 구체적으로 원하는 결과(비우면 업무 기본 목표 사용) | |
| task | Yes | 업무 id (예: mkt-07, dev-04, biz-14). cmdmap_list로 확인 | |
| context | No | 내 상황·제품·대상 등 맥락(비우면 AI가 먼저 질문하도록 유도) |