Review and learn from previously stashed learning points. Use when you have time to study what you saved earlier.
The user wants to study previously stashed learning points.
Users stash learning points when busy. Now they have time to:
Read settings from ~/.learn-quest/config.json:
Read from: ~/.learn-quest/stash/*.json
/learn-quest:studyShow list of all unlearned stashes.
/learn-quest:study <filter>| Filter | Description |
|---|---|
today | Today's stashes only |
week | This week's stashes |
all | Include learned items too |
<keyword> | Search by title/tags |
Examples:
/learn-quest:study today/learn-quest:study jwt/learn-quest:study all🎮 LEARN QUEST - Study
━━━━━━━━━━━━━━━━━━━━━
📚 저장된 학습 포인트
1) [01/28] JWT 기반 로그인 인증 구현
2) [01/27] API 에러 핸들링 패턴
3) [01/25] React Query 캐싱 전략
총 3개 | /learn-quest:study all 로 완료 항목도 보기
> 번호를 선택하세요
If no stashes:
📚 저장된 학습 포인트가 없어요.
작업 완료 후 /learn-quest:stash 로 저장해보세요!
After user selects an item, provide level-appropriate explanation.
Use the same Level-Based Explanation Guide from /learn-quest:explain:
After explanation:
━━━━━━━━━━━━━━━━━━━━━
🎯 다음은?
1) 더 깊이 - 더 자세히 설명
2) 퀴즈 - 이해도 테스트 (if quiz enabled)
3) 학습 완료 - 이 항목 완료 표시
4) 목록으로 - 다른 항목 선택
> 번호를 선택하세요
When user selects "학습 완료":
{
"learned": true,
"learned_at": "2025-01-30"
}
✅ 학습 완료로 표시했어요!
📊 학습 현황
• 이번 주: 3개 완료
• 전체: 12개 완료
다른 항목도 공부할까요?
1) 네, 목록 보기
2) 아니오, 종료
🎮 LEARN QUEST - Study
━━━━━━━━━━━━━━━━━━━━━
📚 저장된 학습 포인트
1) [01/28] JWT 기반 로그인 인증 구현
2) [01/27] API 에러 핸들링 패턴
3) [01/25] React Query 캐싱 전략
총 3개
> 번호를 선택하세요
🎮 LEARN QUEST - Study
━━━━━━━━━━━━━━━━━━━━━
📚 Saved Learning Points
1) [01/28] JWT-based Login Authentication
2) [01/27] API Error Handling Patterns
3) [01/25] React Query Caching Strategy
3 items total
> Select a number
🎮 LEARN QUEST - Study
━━━━━━━━━━━━━━━━━━━━━
📚 JWT 기반 로그인 인증 구현
저장일: 2025-01-28
[Level-appropriate detailed explanation based on stored context]
━━━━━━━━━━━━━━━━━━━━━
💡 관련 개념: [related topics]
━━━━━━━━━━━━━━━━━━━━━
🎯 다음은?
1) 더 깊이 - 더 자세히 설명
2) 학습 완료 - 이 항목 완료 표시
3) 목록으로 - 다른 항목 선택
~/.learn-quest/stash/*.jsonlearned: false onlyIf features.quiz is true, offer quiz option after explanation.
Use the same quiz system from /learn-quest:explain:
Users can also ask naturally:
Detect these patterns and invoke study functionality.
📚 아직 저장된 학습 포인트가 없어요.
작업 완료 후 /learn-quest:stash 로 저장해보세요!
❌ 잘못된 선택이에요. 1-3 사이의 번호를 입력해주세요.
❌ 파일을 읽을 수 없어요: [filename]
파일이 손상되었을 수 있습니다.