What problem does it solve? Understanding how a user's engagement evolves over months or years is difficult when activity data is noisy and nonlinear. This Skill models temporal activity trajectories to classify Digital Maturity stages (Lurker, Participant, Community Leader/Moderator) and pinpoint when transitions between stages occurred. ## Core Features & Use Cases - Multi-Model Fitting: Fits linear, logistic (sigmoid), and piecewise linear models to windowed activity data, then selects the best fit using AIC/BIC comparison. - Change Point Detection: Identifies phase transitions via exhaustive breakpoint search or the ruptures library, validated against shifts in content type, context diversity, and content length. - Stage Classification: Maps trajectory shape and multi-dimensional features (activity count, content length, unique contexts, action diversity) to Digital Maturity stages with confidence levels. - Use Case: Given a Reddit export with years of post timestamps, aggregate activity into monthly windows, fit all three growth models, detect the breakpoint where a lurker became an active participant, and document the trajectory in an analysis report. ## Quick Start Analyze my posting history timestamps to model my activity trajectory over time and identify when I transitioned from lurking to active participation.