This repository enables semi-automated transformation of UKG Pro WFM release notes into:
- Normalized JSON artifacts
- Impact-scored features
- Executive newsletter markdown
- Historical release archive
This version uses:
- Local Python scripts for normalization and scoring
- ChatGPT Pro UI for executive newsletter generation
- No OpenAI API calls (no additional cost)
ukg-release-intelligence/ │ ├── agent.md ├── README.md │ ├── releases/ │ └── (drop CSV files here) │ ├── artifacts/ │ └── (generated outputs stored here) │ ├── scripts/ │ ├── normalize.py │ ├── scorer.py │ └── run_local.py │ ├── prompts/ │ └── manual-release-transform.md │ └── templates/ └── newsletter-template.md
-
Drop release CSV into
/releases -
Run:
python scripts/run_local.py releases/.csv > artifacts/.json
-
Open ChatGPT Project "UKG Release Intelligence"
-
Paste JSON into manual prompt
-
Generate newsletter markdown
-
Save markdown into
/artifacts -
Commit changes
artifacts/ ├── YYYY-MM-DD.json ├── YYYY-MM-DD-newsletter.md ├── YYYY-MM-DD-impact.md (optional)
- Zero API cost
- Full control
- Structured historical record
- Executive-grade communication
- Repeatable process
- GitHub Action automation
- Release Radar scoring model
- Power BI ingestion
- Executive Board Brief generator
- Delta comparison engine