Implement coordination levels (None → AdHoc → Recurring → Cohabiting → Dependent) #101

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

Description

Implement coordination levels where stronger bonds enable tighter schedule coordination.

Acceptance Criteria

Scenario: Coordination levels work
  Given entities have relationship
  When coordination level is determined
  Then None means no coordination
  And AdHoc means occasional joint activities
  And Recurring means regular commitments
  And Cohabiting means shared schedules
  And Dependent means one controls other's schedule

Technical Notes

  • Coordination levels based on bond strength + bond type
  • None: strangers, acquaintances
  • AdHoc: friends occasionally hang out
  • Recurring: close friends have regular meetups
  • Cohabiting: married couples, roommates share daily routines
  • Dependent: parent-child, caretaker-dependent
  • Coordination affects schedule generation

Size: M (4 points)
Priority: P1
Phase: 7 - Relationships

## Description Implement coordination levels where stronger bonds enable tighter schedule coordination. ## Acceptance Criteria ```gherkin Scenario: Coordination levels work Given entities have relationship When coordination level is determined Then None means no coordination And AdHoc means occasional joint activities And Recurring means regular commitments And Cohabiting means shared schedules And Dependent means one controls other's schedule ``` ## Technical Notes - Coordination levels based on bond strength + bond type - None: strangers, acquaintances - AdHoc: friends occasionally hang out - Recurring: close friends have regular meetups - Cohabiting: married couples, roommates share daily routines - Dependent: parent-child, caretaker-dependent - Coordination affects schedule generation **Size:** M (4 points) **Priority:** P1 **Phase:** 7 - Relationships
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#101