team-memory-protocol

Solid

팀 빌드 간 공유 컨텍스트 관리 프로토콜. SHARED_CONTEXT 파일 생성/관리, TaskCreate 연동, Auto Memory 업데이트 규칙을 정의합니다.

Code & Development 45 stars 2 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Shared Memory Protocol 팀 기반 병렬 빌드에서 팀 간 데이터 공유를 위한 3계층 메모리 관리 프로토콜입니다. ## 3-Layer Memory Architecture ``` ┌─────────────────────────────────────────────────────────────┐ │ 3계층 공유 메모리 구조 │ ├─────────────────────────────────────────────────────────────┤ │ │ │ Layer 1: Auto Memory (MEMORY.md) │ │ ├── 지속성: 세션 간 영구 지속 │ │ ├── 용도: 프로젝트 컨벤션, 패턴, 아키텍처 결정 │ │ ├── 읽기: 빌드 시작 시 (모든 팀) │ │ └── 쓰기: 빌드 완료 후 (Coordinator만) │ │ │ │ Layer 2: SHARED_CONTEXT (파일 기반) │ │ ├── 지속성: 빌드 세션 동안 (완료 후 참조용 유지) │ │ ├── 용도: API 계약, 공유 타입, 환경변수, 진행 상태 │ │ ├── 읽기: 빌드 중 (모든 팀) │ │ └── 쓰기: Coordinator + Backend 팀만 │ │ │ │ Layer 3: TaskCreate (대화 내 추적) │ │ ├── 지속성: 대화 세션 동안 │ │ ├── 용도: 팀별 진행 추적, 의존성 관리 │ │ ├── 읽기/쓰기: Coordinator │ │ └── metadata: team, files, phase │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## SHARED_CONTEXT 파일 관리 ### 파...

Details

Author
wigtn
Repository
wigtn/wigtn-plugins-with-claude-code
Created
4 months ago
Last Updated
today
Language
HTML
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category