From bear2u-my-skills
Automatically summarizes development work in Korean after each task: what was done, changes made, and suggestions for next steps. Outputs concise Markdown reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bear2u-my-skills:workthrough-v2The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**AI 에이전트가 개발 작업을 간략하게 요약하고 추가/개선 제안을 작성합니다.**
AI 에이전트가 개발 작업을 간략하게 요약하고 추가/개선 제안을 작성합니다.
<project-root>/workthrough/YYYY-MM-DD_HH_MM_description.md# [작업 제목]
## 개요
2-3문장으로 무엇을 했는지 요약
## 주요 변경사항
- 개발한 것: XXX 기능 추가
- 수정한 것: YYY 버그 수정
- 개선한 것: ZZZ 성능 향상
## 핵심 코드 (필요시만)
```typescript
// 핵심 로직만 간단히
const key = value
```
## 결과
- ✅ 빌드 성공
- ✅ 테스트 통과
## 다음 단계
- 다음에 구현해야 할 기능
- 다음에 수정해야 할 부분
pnpm install && pnpm dev 테스트pnpm build로 빌드 확인만끝.
npx claudepluginhub bear2u/my-skillsGenerates structured workthrough documentation capturing context, changes, and verification results after completing development tasks, bug fixes, or refactoring.
Writes and maintains implementation diaries for non-trivial tasks like features, bug fixes, refactors; captures changes, why, successes, failures with errors/commands, learnings, tricky parts, review notes in dated Markdown files.
Generates post-development recap documents with file-level walkthroughs, design intent analysis, spec drift detection, blind spots, and anticipated questions after AI/Codex feature implementation.