Implement tools as institutional resources #108

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

Description

Institutions own tools that workers can use (bakery owns ovens, blacksmith owns anvils).

Acceptance Criteria

Scenario: Institutional tools work
  Given institution owns tools
  When workers need tools
  Then workers can use institutional tools
  And bakery workers use bakery ovens
  And non-workers cannot use institutional tools
  And tool quality affects institution output quality

Technical Notes

  • Institution owns tool entities
  • Workers have access rights to institutional tools
  • Tool assignment: workers claim tools from institution
  • Tool sharing: multiple workers can't use same tool simultaneously
  • Tool quality affects institution reputation
  • Tool maintenance as institutional task

Size: S (2 points)
Priority: P2
Phase: 9 - Tools & Capabilities

## Description Institutions own tools that workers can use (bakery owns ovens, blacksmith owns anvils). ## Acceptance Criteria ```gherkin Scenario: Institutional tools work Given institution owns tools When workers need tools Then workers can use institutional tools And bakery workers use bakery ovens And non-workers cannot use institutional tools And tool quality affects institution output quality ``` ## Technical Notes - Institution owns tool entities - Workers have access rights to institutional tools - Tool assignment: workers claim tools from institution - Tool sharing: multiple workers can't use same tool simultaneously - Tool quality affects institution reputation - Tool maintenance as institutional task **Size:** S (2 points) **Priority:** P2 **Phase:** 9 - Tools & Capabilities
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#108