docs: add initial design bundle

This commit is contained in:
dmg
2026-09-04 11:02:53 -04:00
commit a16559c9c5
8 changed files with 185 additions and 0 deletions
@@ -0,0 +1,24 @@
---
type: User Story
title: "US-002: Craft a Sorting Stick"
description: Let players craft a recognizable utility item that invokes inventory sorting.
status: backlog
---
# US-002: Craft a Sorting Stick
As a **player**, I want to craft a recognizable Sorting Stick so that I can invoke inventory sorting during normal gameplay.
## Acceptance criteria
- [ ] The plugin registers a documented shaped crafting recipe for the Sorting Stick.
- [ ] The Sorting Stick has a distinct player-facing name and appearance.
- [ ] The item is identified using persistent item metadata rather than its display name alone.
- [ ] Renamed ordinary sticks cannot trigger sorting.
- [ ] Recipe registration, recipe shape, and resulting item identity are covered by automated tests.
- [ ] The crafting recipe is documented for players.
## Related
- [US-003: Sort containers and player inventory](us-003-sort-inventories.md)
- [User-story catalog](index.md)