HeartBeat
Organizational growth intelligence — a daily two-question check-in that surfaces mood trends, energy drift, burnout risk, growth themes, and nudge effectiveness across every team in real time.
Annual engagement surveys arrive 12 months late. Managers detect burnout by turnover, not signal. Growth conversations happen quarterly at best. No system connects how people feel to what they need to grow — in real time.
DDL's check-in engine: every daily response becomes a fact row with employee, team, period, topic, and skill dimensions. Two questions. 45 seconds. The pattern recognition engine handles the rest — surfacing risk, themes, and resource nudges.
Org intelligence dashboard — mood/energy pulse chart, team heatmap with signal badges, burnout risk radar, growth theme clusters, nudge effectiveness tracking, daily check-in UX preview, and full star schema architecture.
Support — Critical: 10-day declining trend. Mood 2.4, energy 2.1. Participation dropping. 6 of 22 employees flagged at-risk. Top blocker: "ticket volume + unclear escalation"
Customer Success — Declining: Mood dropped 0.6 in 7 days. 4 of 18 flagged at-risk. Recurring theme: "handoffs from Sales are incomplete"
Sales — Watch: Energy declining, participation slipping. 3 employees mention "unclear quota changes" in free text. Correlated with recent comp plan update.
Cross-team signal: "process friction" mentioned by 18 employees across 5 teams this week. Highest density in CS + Support. Likely systemic, not team-specific.
CREATE TABLE Fact_CheckIns ( checkin_id INT PRIMARY KEY employee_id INT REFERENCES Dim_Employee team_id INT REFERENCES Dim_Team period_id INT REFERENCES Dim_Period topic_id INT REFERENCES Dim_Topic skill_id INT REFERENCES Dim_Skill mood_score INT -- 1-5 energy_score INT -- 1-5 growth_focus TEXT -- free text response nudge_delivered BOOLEAN nudge_opened BOOLEAN sentiment_class VARCHAR(15) -- positive | neutral | stressed | blocked -- The daily two-question check-in IS the fact table -- Every response = one row in Fact_CheckIns -- Every nudge = a measurable outcome tied back to the row
HeartBeat Engine · v0.1 · Organizational Growth Intelligence · Built by DDL · 2026