# Cycle Definitions # Cycles represent time-boxed sprints or iterations. # Operational data — lives in work/ (not schema/). # Tip: run 'plane pull' to sync cycles from Plane. # # Example: # cycles: # - name: Sprint 1 # description: First sprint — core setup and scaffolding # start_date: '2024-01-01' # end_date: '2024-01-14' # status: backlog # id: # - name: Sprint 2 # description: Second sprint — feature development # start_date: '2024-01-15' # end_date: '2024-01-28' # status: planned # id: cycles: []