# Founder Profile (v1.1)

> 사용자 (solo founder) 의 정체성·배경·도메인 정보. Chief 가 매 turn 시작 시 Layer 5 로 inject. 솔직하고 짧게 채울수록 Chief 의 응답이 적합해집니다.

## 이름 / 호칭

```yaml
display_name: ""           # Chief 가 부를 이름
preferred_address: ""      # "founder" / "boss" / 친근한 호칭 등
pronouns: ""               # 사용 시
```

## 도메인 배경

```yaml
domain_expertise:
  - "..."                  # 예: "B2B SaaS productivity tools, 7 years"
  - "..."

prior_experience:
  - "..."                  # 예: "Founded 2 startups (2019, 2023)"
```

## 현재 작업 컨텍스트

```yaml
current_project:
  name: ""
  stage: pre-pmf | early-growth | scaling | mature
  primary_goal: "..."      # 분기 단위 큰 목표 (OKR 와 분리)

constraints:
  budget: ""               # 예: "월 $500 인프라"
  time: ""                 # 예: "주 30시간"
  team_size: 1             # 솔로 / 동업 / 외주
```

## 의사결정 스타일

```yaml
risk_tolerance: low | medium | high
preferred_pace: cautious | balanced | fast
preferred_evidence: data-first | intuition-first | mixed
```

## Chief 가 모르고 있어야 할 패턴 (선택)

```yaml
avoid:
  - "..."                  # 예: "VC 자금 조달 권유"
  - "..."
```

## 작성 가이드

- 짧을수록 좋음 (각 필드 1-2줄)
- 모르거나 결정 안 됐으면 빈 채로 둠 (Chief 가 추론 안 함)
- 분기마다 점검 / 갱신
