Implement life arc state machines (Child → Adult → Elder) #83

Open
opened 2025-12-17 03:21:20 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 03:21:20 +00:00 (Migrated from github.com)

Description

Implement major life arc state transitions with capability changes and schedule authority shifts.

Acceptance Criteria

Scenario: Life arc transitions work
  Given an entity progresses through lifecycle
  When life arc states are implemented
  Then Child → Adolescent → Adult → Elder transitions occur
  And capabilities change with life arc (e.g., adults can work)
  And schedule authority transfers correctly

Technical Notes

  • Life arc states: Child, Adolescent, Adult, Elder
  • Age-based transitions with some variability
  • Capability unlocks per arc (e.g., work at Adult)
  • Schedule authority handoff (parent → self at Adolescent)
  • Life arc affects institution membership eligibility

Size: L (8 points)
Priority: P0
Phase: 2 - Life Arc System

## Description Implement major life arc state transitions with capability changes and schedule authority shifts. ## Acceptance Criteria ```gherkin Scenario: Life arc transitions work Given an entity progresses through lifecycle When life arc states are implemented Then Child → Adolescent → Adult → Elder transitions occur And capabilities change with life arc (e.g., adults can work) And schedule authority transfers correctly ``` ## Technical Notes - Life arc states: Child, Adolescent, Adult, Elder - Age-based transitions with some variability - Capability unlocks per arc (e.g., work at Adult) - Schedule authority handoff (parent → self at Adolescent) - Life arc affects institution membership eligibility **Size:** L (8 points) **Priority:** P0 **Phase:** 2 - Life Arc System
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#83