Skip to documentation
ScrumPulseDocumentation
v2.0 docsSign in
Overview

Automation cycles

Reference the verified scrum checks and workflows available in the Python automation engine.

Last updated August 7, 2026

ScrumPulse organizes automation into lettered cycles. Availability depends on configuration, provider data, and feature flags.

Default operational cycles#

CycleNameVerified purpose
AHygiene and Sprint PulseFinds unassigned, stale, unpointed, or under-described work and can propose load balancing.
BDeadline Watch and Status ChaseFlags due-soon work without progress.
CBacklog BuilderGenerates draft backlog proposals using deterministic templates or optional AI.
DDaily Stand-up and BlockersCollects blocked work and produces a blocker report.
ESprint Planning and MetricsMeasures commitment, velocity, carryover, and capacity risk.
FFlow Metrics and WIP LimitsChecks work in progress against configured limits.
GRetrospective SupportSummarizes recently closed work for retrospective preparation.
HAuto-remove Closed TicketsUses a staged, tagged, grace-period workflow before capped deletion.
IDaily Standup DigestSummarizes recent completions, active work, blockers, unassigned work, and carryover.
JSprint Trajectory and GoalProjects sprint trajectory and reports the sprint goal.
KDoD Compliance and Status DriftChecks recently closed work against Definition of Done and detects unexpected status vocabulary.
QSprint Demo PrepBuilds a demo agenda from completed work.
RRefinement ReadinessIdentifies backlog items missing estimates, acceptance criteria, or other refinement inputs.
TSelf-Health-CheckChecks connectivity and configuration without depending on a board cycle.
UPortfolio RollupAggregates multi-project summaries.
VSelf-ReflectionReviews recent agent actions and notification effectiveness.

Optional cycles#

These cycles are disabled unless their own feature flags are enabled:

  • L — Predictive Risk Scoring: requires the AI feature and scores sprint or ticket risk.
  • N — Sprint-Risk Replanner: proposes a revised plan and pauses for human approval before gated execution.
  • P — PR and Ticket Linking: compares GitHub or GitLab pull requests with board tickets.
  • S — Team Sentiment and Health: requires the AI feature and derives a health score from recent comment activity.

Profiles#

The scheduled engine defines two profiles:

  • hourly: A, B, C, D, E, F, and T.
  • daily: I, J, K, Q, R, G, U, and V.

Optional cycles L, N, P, and S are not included in those profiles. The dashboard’s cycle selector can submit an explicit cycle list for an on-demand run.

Cycle H can delete data. Keep deletion disabled until its tag, grace period, cooldown, cap, and project-scope controls have been reviewed in your environment.