Implement autonomy gradient (None → Partial → Full) #84

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

Description

Implement autonomy gradient that tracks who controls entity schedule (parent, self, institution).

Acceptance Criteria

Scenario: Autonomy gradient works
  Given an entity has schedule
  When autonomy is tracked
  Then None means parent controls fully
  And Partial means shared control
  And Full means entity controls self

Technical Notes

  • Autonomy levels: None, Partial, Full
  • Track schedule authority source
  • Children have None (parent controls)
  • Adolescents have Partial (negotiated)
  • Adults have Full (self controls)
  • Can regress (e.g., severe illness → None)

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

## Description Implement autonomy gradient that tracks who controls entity schedule (parent, self, institution). ## Acceptance Criteria ```gherkin Scenario: Autonomy gradient works Given an entity has schedule When autonomy is tracked Then None means parent controls fully And Partial means shared control And Full means entity controls self ``` ## Technical Notes - Autonomy levels: None, Partial, Full - Track schedule authority source - Children have None (parent controls) - Adolescents have Partial (negotiated) - Adults have Full (self controls) - Can regress (e.g., severe illness → None) **Size:** S (2 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#84