happybell80 6f6af521a1 docs: Company X RAG 문서 세트 전면 현행화 (97%+ 완벽도 목표)
- SKILL.md: 384d → Gemini Embedding 2 / 768d 전환 반영, PostgreSQL 저장 경로, NAS 원본 경로 추가
- 트러블슈팅: 존재하지 않는 worklog 참조 제거, 실제 코드 검토 기반 종결 근거로 교체, 잔여 조건 명시
- 시나리오: 상태를 구현완료_검증대기로 갱신, 구현 반영 상태 추가, 닫힘까지 남은 작업 4건 구체화
- 리서치: Unresolved 6건 중 확정 3건 닫기(임베딩 차원, 적합도 판정, 수치형 판정), 미확정 3건만 잔류
- 계획: Phase 0을 표 형식으로 현행화(확정/인지/미완료 구분), Phase 5 자동화+수동 검증 구체화
- 아이디어: 후속 진행 상태 및 임베딩 전환 확정 사항 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 15:05:28 +09:00

56 lines
2.0 KiB
Markdown

---
name: companyx-rag
description: Use this skill when a Company X user asks for answers grounded in Company X internal documents, especially for evidence checks, internal-material summaries, program explanations, or document-based fact verification.
---
# Company X RAG
Use this skill only for Company X users and only when the answer should be grounded in Company X internal documents.
## Trigger
- The user is authenticated as a Company X member.
- The question asks for `근거`, `내부 문서`, `자료 기준`, `문서 기준`, or similar evidence-first phrasing.
- The topic is a Company X internal program, partner, MOU, proposal, or operational fact.
## Do
- Search Company X internal documents before using general web knowledge.
- Answer in this order:
1. direct answer
2. evidence documents
3. short evidence summary
- If documents conflict, say they conflict.
- If documents are missing, say the evidence is insufficient.
## Do Not
- Do not guess missing internal facts.
- Do not answer from general web knowledge first when the user expects internal grounding.
- Do not dump long raw excerpts without a short explanation.
- Do not expose Company X internal grounding to non-Company X users.
## Current Operating Path
- Team boundary: `79441171-3951-4870-beb8-916d07fe8be5`
- Retrieval service: `skill-rag-file`
- Embedding: Gemini Embedding 2 (`gemini-embedding-2-preview`), `768d`, skill-embedding 게이트웨이 경유
- Storage: PostgreSQL (pgvector) 중심, ChromaDB 병행
- 청킹: 텍스트 추출 후 문자 단위 분할 (Gemini 2 PDF 직접 임베딩 미적용)
- Current representative evidence set:
- `companyx_todaytradition.pdf`
- `TalkFile_MOU_옐로펀치X컴퍼니엑스- 25.01.23.pdf.pdf`
- NAS 원본: `/mnt/nas/workspace/6.Company X` (53,249 파일)
## Response Shape
- Direct answer: `네/아니요/현재는 단정 불가`
- Evidence section:
- document name
- short snippet summary
- chunk/page hint if available
- Limitation section when needed:
- `문서 없음`
- `문서 간 불일치`
- `최신 집계 미확인`