원클릭으로
work-chronicler-detect-themes
Use when identifying recurring themes in work history for career narrative and skill development tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when identifying recurring themes in work history for career narrative and skill development tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when analyzing work history to identify major projects and group related PRs and tickets together.
Use when creating achievement-focused resume bullet points from work history. Extracts impactful accomplishments for resumes.
Use when preparing for performance reviews, 1:1s, or summarizing accomplishments. Reads PRs and tickets from work-chronicler workspace.
Use when updating an existing resume with recent accomplishments from work history. Matches existing resume format and tone.
Use when drafting self-review content for performance reviews. Analyzes work history to create structured review narratives.
Write peer reviews for colleagues. Use when writing peer feedback, 360 reviews, or colleague evaluations. Supports both evidence-based reviews (with work-log data) and narrative reviews (notes-only).
SOC 직업 분류 기준
| name | work-chronicler-detect-themes |
| description | Use when identifying recurring themes in work history for career narrative and skill development tracking. |
| user-invocable | true |
| disable-model-invocation | true |
Identify recurring themes in work history for career narrative and skill development tracking.
Active profile: !work-chronicler workspace profile
Work log: !work-chronicler workspace work-log
Analysis: !work-chronicler workspace analysis
For non-Claude tools: Run
work-chronicler workspace work-logto get your data path.
Work data is stored in the workspace work-log directory:
<work-log>/
├── filtered/ # ⭐ USE THIS IF IT EXISTS (pre-filtered subset)
├── .analysis/
│ ├── stats.json # Impact breakdown, repo stats
│ ├── projects.json # Detected project groupings
│ └── timeline.json # Chronological view
├── pull-requests/
│ └── <org>/<repo>/*.md
├── jira/
│ └── <org>/<project>/*.md
├── performance-reviews/ # Past reviews - themes valued by company
├── resumes/ # Career narrative and positioning
└── notes/ # User's growth goals and focus areas
Read supporting documents first:
notes/ - User's stated goals and areas of focusperformance-reviews/ - Themes company has recognized/valuedresumes/ - Existing career narrative to build uponRead analysis files:
projects.json - Project groupings for pattern detectionstats.json - Distribution across repos and impact levelstimeline.json - Temporal patterns in workIdentify themes across multiple dimensions:
Technical Areas:
Business Impact:
Skill Development:
Look for patterns:
IMPORTANT: You must do BOTH of the following:
<profile-root>/outputs/themes-detected-YYYY-MM-DD.mdGet the profile root with: work-chronicler workspace root
This ensures users have both immediate feedback AND a persistent file they can reference later.
## Work Themes Analysis
### Technical Themes
#### 1. [Theme Name] (X PRs, Y% of flagship work)
**Description**: [What this theme encompasses]
**Key Projects**: [From projects.json]
**Skills Demonstrated**: [Technologies, patterns, practices]
**Evolution**: [How this area developed over time]
Example PRs:
- [PR title] (org/repo#123) - [impact level]
- [PR title] (org/repo#456) - [impact level]
---
#### 2. [Theme Name] (X PRs, Y% of flagship work)
...
### Business Impact Themes
#### [Theme Name]
**Description**: [How work connected to business outcomes]
**Contributions**: [Key deliverables]
**Measurable Impact**: [Metrics if available]
### Career Narrative
**Primary Identity**: [What defines this person's work - e.g., "Platform Engineer focused on developer experience and reliability"]
**Growth Trajectory**: [How themes show progression]
**Differentiators**: [What makes this work stand out]
### Recommendations
**Strengths to Emphasize**:
- [Theme that should be highlighted for career development]
**Emerging Areas**:
- [New themes that show growth direction]
**Potential Gaps**:
- [Areas that might benefit from more focus]
#### 1. Platform Infrastructure (45 PRs, 65% of flagship work)
**Description**: Building and maintaining deployment infrastructure, CI/CD pipelines, and developer tooling.
**Key Projects**:
- Multi-region Kubernetes deployment (high confidence)
- CI/CD pipeline overhaul (high confidence)
- Developer environment automation (medium confidence)
**Skills Demonstrated**: Kubernetes, Helm, GitHub Actions, Terraform, AWS
**Evolution**:
- Q1: Individual deployment improvements
- Q2: Led complete CI/CD redesign
- Q3-Q4: Expanded to multi-region architecture
Example PRs:
- "feat: Add multi-region helm chart support" (org/platform#234) - flagship
- "refactor: Migrate CI from Jenkins to GitHub Actions" (org/platform#189) - flagship
- "feat: Add automatic rollback on deployment failure" (org/platform#267) - major