Extract and categorize yearly career data into structured components (what_i_did, my_thoughts, performance). Use when processing raw yearly markdown files into organized sections.
Transform raw yearly career documents into three structured markdown files that separate facts from reflections from metrics.
Given a year (e.g., 2024), process all related markdown files in that year's directory and extract:
what_i_did_YYYY.md - Factual accomplishments
my_thoughts_YYYY.md - Personal growth & reflections
performance_YYYY.md - Quantifiable impact
./2024/*.md)For each source file, use your LLM capabilities to:
Each output file should be well-organized with:
Before writing output files, verify:
Write the three files to the same directory as the source files:
YYYY/what_i_did_YYYY.mdYYYY/my_thoughts_YYYY.mdYYYY/performance_YYYY.md2024/1분기.md# 2024 Q1 회고
이번 분기에는 백엔드 시스템 마이그레이션을 주도했다.
PostgreSQL에서 MongoDB로 전환하면서 쿼리 성능이 40% 개선되었다.
이 과정에서 NoSQL 데이터 모델링에 대해 깊이 배울 수 있었다.
2024/what_i_did_2024.md## Q1 - Projects
- Led backend system migration from PostgreSQL to MongoDB
- Redesigned data models for NoSQL architecture
2024/performance_2024.md## Q1 - Impact
- Query performance improved by 40% after migration
2024/my_thoughts_2024.md## Q1 - Learnings
- Gained deep understanding of NoSQL data modeling principles
- Learned trade-offs between relational and document databases
If you encounter: