| name | daily |
| context | fork |
| disable-model-invocation | true |
| description | End-of-day retrospective dashboard of today's commits, quality, work status, and next steps. Use when the user wants a daily recap or retrospective. Triggers: daily, recap, 회고, 일일 보고, 오늘 작업, 오늘 뭐 했지, retrospective, daily report, 오늘 뭐 했는지 정리해줘, 일일 리뷰 해줘, 오늘 작업 요약해줘 |
| lang | ["en","ko"] |
| platforms | ["claude-code","gemini-cli","codex-cli","cursor"] |
| level | 2 |
| category | workflow |
| tokens | 1500 |
| agents | ["orchestrator","doc-updater"] |
| triggers | ["daily","recap","회고","일일 보고","오늘 작업","오늘 뭐 했지","retrospective","daily report"] |
| source_hash | 057eb7d4 |
| whenNotToUse | Mid-session task execution or detailed technical investigation — the daily skill is for end-of-day retrospective summaries, not real-time work tracking. |
/daily
오늘의 작업 흐름을 짧고 구조적으로 정리하는 일일 회고 스킬입니다.
Activation
다음과 같은 요청에서 사용합니다.
- 오늘 한 일 정리
- 일일 회고
- 커밋/품질/작업 현황 요약
- 다음 단계 우선순위 정리
Output Shape
다음 6개 섹션을 기본 골격으로 사용합니다.
- 오늘의 커밋 요약
- 변경 파일/영역 요약
- 품질 상태
- 작업 현황
- 주요 결정과 메모
- 다음 단계
Workflow
- 오늘 날짜 기준으로 git 활동을 수집합니다.
- 테스트, lint, coverage 등 품질 신호를 확인합니다.
- 현재 진행 중/완료/대기 작업을 모읍니다.
- worklog 또는 세션 메모가 있으면 핵심 결정만 압축합니다.
- 다음 단계는 우선순위와 근거를 함께 정리합니다.
Checklist
Progress:
- [ ] 오늘의 커밋 수집
- [ ] 품질 상태 확인
- [ ] 작업 현황 정리
- [ ] 주요 결정/메모 반영
- [ ] 다음 단계 우선순위 정리
- [ ] 최종 대시보드 출력
Guardrails
- 장황한 회고보다 빠르게 훑을 수 있는 요약을 우선합니다.
- 실패한 테스트나 미해결 이슈는 숨기지 말고 드러냅니다.
- 다음 단계는 실행 가능한 액션으로 씁니다.
- 정보가 비어 있으면 추측하지 말고 “확인되지 않음”으로 표시합니다.
Rationalizations
The following table captures common excuses agents make to skip the rigor of this skill, paired with factual rebuttals.
| Excuse | Rebuttal |
|---|
| "I remember what I did today" | memory decays within 24h — write it down while it is fresh |
| "the standup covers this" | standups capture tasks, not decisions or context — daily worklog is the durable record |
| "nothing worth reporting happened" | if nothing happened, document why — blockers count as work |
| "I will batch the whole week Friday" | Friday-you has forgotten Monday-you; daily cadence is the point |
| "the commit log is my worklog" | commits show code changes; worklog shows why and what was learned |