# 뉴스 스킬과 퍼블리시 분리 아키텍처 계획 **작성일**: 2025-09-06 **목적**: skill-news, skill-publish 마이크로서비스 분리 --- ## 1. 목표 아키텍처 ``` skill-news (8505) - 뉴스 수집 (Google News API) - 스크래핑 (본문 추출) - Gemini 요약 skill-publish (8511) - Squarespace CMS 게시 - 게시 상태 관리 ``` --- ## 2. 구현 완료 → 상세: `troubleshooting/250906_skill_publish_implementation.md` --- ## 3. 구현 완료 → 상세: `troubleshooting/250908_skill_news_companyx_data_integration.md` --- ## 4. 구현 완료 → 상세: `troubleshooting/260127_news_e2e_test_implementation.md` --- ## 5. 참고 ### 구현 관련 - `troubleshooting/250906_skill_publish_implementation.md` - `troubleshooting/250908_skill_news_companyx_data_integration.md` - `troubleshooting/250920_news_db_persistence_implementation.md` - `troubleshooting/260127_news_e2e_test_implementation.md`