π Writing Cadence
Quantitative analysis of publishing patterns, posting frequency, and temporal distribution. Statistical analysis of writing cadence using objective metrics.
π Productivity Health Score
π Monthly Publishing Frequency
Post count per month over time. Formula: posts_per_month = count(posts where pubDate β [month_start, month_end])
Posts Published Per Month
Calculating data...
Day of Week Distribution
Post frequency by day of week. Formula: frequency(day) = count(posts where day_of_week(pubDate) = day) / total_posts Γ 100
Posts by Day of Week
Calculating data...
Seasonal Distribution
Post frequency by month of year. Formula: frequency(month) = count(posts where month(pubDate) = month) / total_posts Γ 100
Posts by Month of Year
Calculating data...
π Writing Streaks Analysis
Consecutive posts published within 7 days of each other. Streak length = count(consecutive posts where days_between β€ 7)
π Publishing Gaps Analysis
Periods with no posts published. Gap duration = days_between(posts) where days_between > 7
π Months with Highest Post Count
Months ranked by post count. Formula: productivity(month) = count(posts where pubDate β month)
βοΈ Balanced Analysis
Objective assessment showing strengths, challenges, and neutral metrics without bias toward positive outcomes.
π Consistency Grades
β Challenges
βΉοΈ Objective Metrics
π Writing Cadence Analysis
Analysis identifies 2 significant challenges. 8 objective metrics provide baseline data.