📅 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.