Skip to content

kronosguy/ukg-release-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UKG Release Intelligence System (Zero API Version)

Overview

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)

Folder Structure

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


Monthly Workflow

  1. Drop release CSV into /releases

  2. Run:

    python scripts/run_local.py releases/.csv > artifacts/.json

  3. Open ChatGPT Project "UKG Release Intelligence"

  4. Paste JSON into manual prompt

  5. Generate newsletter markdown

  6. Save markdown into /artifacts

  7. Commit changes


Artifacts Generated Per Release

artifacts/ ├── YYYY-MM-DD.json ├── YYYY-MM-DD-newsletter.md ├── YYYY-MM-DD-impact.md (optional)


Benefits

  • Zero API cost
  • Full control
  • Structured historical record
  • Executive-grade communication
  • Repeatable process

Future Upgrade Options

  • GitHub Action automation
  • Release Radar scoring model
  • Power BI ingestion
  • Executive Board Brief generator
  • Delta comparison engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages