feat(app): weekly review return handoff 연결

This commit is contained in:
2026-03-14 19:39:41 +09:00
parent fe908ec415
commit c8b00905cd
6 changed files with 99 additions and 9 deletions

View File

@@ -325,7 +325,10 @@ Away / Return이 끼어들기 전, 다음으로 예정된 축은 아래 두 가
- `Weekly Review Entry Flow` Slice 1
- `/app` hero 아래 low-emphasis weekly review teaser 추가
- 충분한 최근 7일 데이터가 있을 때만 `/stats` primary entry를 노출
- 다음 구현은 `/stats -> /app` return handoff
- `Weekly Review Entry Flow` Slice 2
- `/stats` 마지막 CTA가 `/app?review=weekly&carryHint=...` handoff로 연결
- `/app`은 review-aware return hint를 먼저 보여주고, goal 입력은 그대로 사용자가 결정한다
- 다음 구현은 Pro personalized handoff
---

View File

@@ -117,7 +117,10 @@ Last Updated: 2026-03-14
- `/app -> /stats` primary entry의 1차 연결:
- current session이 없고 최근 7일 데이터가 충분할 때 `/app` hero 아래에 low-emphasis `Weekly Review` teaser를 노출한다
- teaser는 `/stats`로 연결되며, hero CTA보다 한 단계 아래 시각 우선순위를 유지한다
- `/stats -> /app` return handoff는 다음 slice로 남겨둔다
- `/stats -> /app` handoff의 2차 연결:
- `/stats` 마지막 CTA는 `/app?review=weekly&carryHint=...&entryPreset=forest-50-10`으로 연결된다
- `/app`은 이 query를 받아 hero 위에 review-aware return hint를 노출한다
- goal과 microStep은 자동 입력하지 않고, 방향만 가볍게 제안한다
- paywall / plan / landing 메시지 재정렬:
- paywall 가치 포인트를 multi-queue, rituals, weekly review 중심으로 재작성
- landing pricing에서 구현되지 않은 1:1 매칭 / 오픈 코워킹 / 팀 대시보드를 메인 판매 포인트에서 제거

View File

@@ -86,7 +86,10 @@ Last Updated: 2026-03-14
- `/app`에서 `/stats`로 들어가는 primary path 1차가 생겼다.
- current session이 없고 최근 7일 데이터가 충분하면 hero 아래에 weekly review teaser가 보인다.
- teaser는 `/stats`로 이동시키되, main start CTA보다 낮은 강조로 유지한다.
- 다음 구현은 `/stats` 마지막 CTA의 `/app` return handoff다.
- `/stats` 마지막 CTA의 `/app` return handoff가 연결됐다.
- carry-forward CTA는 `/app?review=weekly&carryHint=...`로 돌아온다.
- `/app`은 review-aware return hint를 먼저 보여주되, goal은 사용자가 직접 입력하게 유지한다.
- 다음 구현은 Pro personalized handoff다.
- 유료화 포지셔닝을 `Calm Session OS`로 재정의했다.
- Free는 기본 집중 시작, Pro는 더 잘 이어가기라는 메시지로 정리했다.
- old `Scene Packs / Sound Packs / Profiles` 중심 카피를 `Daily plan / Rituals / Weekly review` 구조로 교체했다.

View File

@@ -108,8 +108,9 @@
- review가 읽고 끝나는 페이지가 아니라 next-session ritual처럼 동작한다.
- 진행 상태:
- Slice 1 완료: `/app` hero 아래 low-emphasis weekly review teaser 추가
- 다음 slice: `/stats` 마지막 CTA `/app` return handoff
- 그 다음 slice: `/app` review-aware return state
- Slice 2 완료: `/stats` 마지막 CTA `/app?review=weekly&carryHint=...` handoff로 연결
- `/app`은 query를 받아 review-aware return hint를 먼저 보여준다
- 다음 slice: Pro personalized handoff
- 검증:
- `/app -> /stats -> /app` 실제 브라우저 플로우 확인
- hero와 teaser의 시각 우선순위 확인