DOCS/journey/plans/README.md
Claude-51124 9ff06e8db8 docs: plans 디렉토리 README 생성 - 260102_실제_필요한_플랜_정리.md 이동
- 260102_실제_필요한_플랜_정리.md → plans/README.md로 이동 (인덱스/목차 역할)
- LangGraph 1.0 업그레이드 완료 상태 반영
2026-01-18 11:19:07 +09:00

99 lines
4.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 실제 필요한 플랜 정리
**작성일**: 2026-01-02
**목적**: plans 디렉토리 문서 중 실제로 진행해야 할 항목만 정리
---
## ✅ 완료된 항목 (archive 이동 완료)
1. **admin_dashboard_business_integration (251204)** - 완료 → archive 이동
2. **gemini_file_search_콜드메일_tdd_테스트_계획 (251110)** - 완료 → archive 이동
3. **main_db3_migration_plan (250911)** - 완료 → archive 이동
---
## 🔴 실제로 필요한 플랜 (미구현)
### 1. 베이지안 스타트업 가치평가 (251016)
**상태**: 미구현
**목표**: Neo4j + 베이지안 MCMC 확률적 가치평가
**필요 작업**:
- Phase 1: Neo4j 유사 기업 탐색 (1주)
- Phase 2: 베이지안 MCMC 확률 분포 (2주)
- Phase 3: 동적 프리미엄 학습 (1개월)
**참고**: `plans/251016_bayesian_startup_valuation.md`
### 2. LangGraph 1.0 업그레이드 (251218)
**상태**: ✅ 완료 → `plans/archive/251218_langgraph_1.0_upgrade_plan.md`
### 3. 프롬프트 동적 관리 (251225)
**상태**: 미구현
**목표**: 프롬프트 DB화, 개인화, A/B 테스트
**필요 작업**:
- Phase 1: DB 스키마 및 기본 인프라
- Phase 2: 핵심 프롬프트 DB화
- Phase 3: 개인화 및 동적 프롬프트
- Phase 4: A/B 테스트 및 모니터링
**참고**: `plans/251225_프롬프트_동적관리_계획.md`
### 4. 의도 런타임 하이브리드 (251023)
**상태**: 부분 완료 (3단계 아키텍처 완료)
**목표**: FastPath + 임베딩 + LLM 하이브리드 시스템
**필요 작업**:
- SemanticIntentClassifier 구현 (임베딩 후보 축소)
- LLM 폴백 (Top-K 후보 재분석)
- 베이지안 동적 학습 (Beta(α,β) 추적, Thompson Sampling)
**참고**: `plans/251023_happybell80_의도_런타임_하이브리드_임베딩_베이지안_동적학습.md`
### 5. 감정 기록 및 패턴 분석 시스템 (250808 Phase 3)
**상태**: 부분 완료 (Phase 1 완료, Phase 2/3 미구현)
**목표**: 감정 패턴 분석 시스템 구축 및 리서치 기반 감정 시스템 확장
**필요 작업**:
- ✅ Phase 1: 감정 DB 저장 정상화 (완료 - llm_service.py:269에서 save_emotion_to_db 호출 중, emotion_readings 테이블 521건 저장 확인)
- Phase 2: 감정 패턴 분석 시스템 (TimescaleDB 2.19.3 기반 시간별 집계, 사용자별 entropy 패턴 분석, 우울증 조기 감지 등) - TDD 방식으로 구현
- Phase 3: 리서치 기반 감정 시스템 확장
- 공감 대화 시스템 강화 (기본 구현 존재, `generate_empathetic_response()` 확장)
- Appraisal Theory 적용 (목표/신념 기반 자율적 감정 생성 모듈 신규 개발)
**예상 기간**: 1-2개월
**구현 방식**: TDD (각 Phase를 테스트 가능한 단위로 분리하여 테스트 먼저 작성 후 구현)
**참고**:
- `troubleshooting/251002_emotion_db_storage_fix.md` (DB 저장 문제 해결)
- `plans/archive/250808_감정시스템_현실적용_5단계_로드맵.md` (전체 로드맵)
- `research/emotion/README.md` (감정 연구 이론 및 적용 방안)
- `research/emotion/gratch_marsella_2005_computational_models_of_emotion.md` (Appraisal Theory)
- `research/emotion/rashkin_et_al_2019_empathetic_dialogues.md` (공감 대화 시스템)
---
## 🟡 부분 완료 항목 (남은 작업만)
### 1. Admin Dashboard 코드 리팩토링 (251225)
- **완료**: Backend 모듈 분리
- **남은 작업**: Frontend 모듈 분리 (app.js 1132줄 → modules/*.js)
- **참고**: `plans/251225_admin_dashboard_code_refactoring.md`
### 2. 뉴스 시스템 (250906)
- **완료**: skill-news, skill-publish 분리 및 통합
- **남은 작업**: 스크래핑/요약 기능 강화, PostgreSQL rb_news 테이블 영구 저장
- **참고**: `plans/250906_news_skill_publish_separation.md`, `plans/250906_news_system_integration.md`
### 3. 콜드메일 온톨로지 (251016)
- **완료**: Phase 1 온톨로지 필터
- **남은 작업**: Phase 2 (Neo4j 기억 시스템), Phase 3 (감정-기억-윤리 삼각형)
- **참고**: `plans/251016_ontology_coldmail_implementation.md`
### 4. 의도 분석 개선 (251017)
- **완료**: 3단계 아키텍처 (IntentAnalyzer, ActionPlanner, SkillSelector)
- **남은 작업**: 하이브리드 시스템 (FastPath + 임베딩 + LLM)
- **참고**: `plans/251017_intent_analysis_improvement_plan.md`
---
## 참고 문서
- `plans/archive/260102_9월이전_미해결_항목_통합.md` (감정 시스템, 기술 부채)
- `troubleshooting/251204_admin_dashboard_business_integration.md` (완료)
- `troubleshooting/251110_claude_gemini_file_search_coldmail_integration.md` (완료)