docs(design): define creeper aura plugin
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
type: User Story
|
||||
title: "US-004: Check personal progress"
|
||||
description: Let players request their current Creeper Aura status through a command.
|
||||
status: backlog
|
||||
---
|
||||
|
||||
# US-004: Check personal progress
|
||||
|
||||
As a **player**, I want a command that reports my Creeper Aura progress so that I can check it at any time.
|
||||
|
||||
## Acceptance criteria
|
||||
|
||||
- [ ] `/creeperaura progress` reports the player's lifetime creeper kills and current locked or ranked state.
|
||||
- [ ] Before rank VI, the response reports the next rank threshold and the number of additional kills needed.
|
||||
- [ ] At rank VI, the response clearly reports that progression is complete.
|
||||
- [ ] The self-service command is available to ordinary players without administrative permission.
|
||||
- [ ] Console use, invalid arguments, and unavailable player data produce clear responses.
|
||||
- [ ] Command usage is included in plugin help and command metadata.
|
||||
|
||||
## Related
|
||||
|
||||
- [Show progression and rank advancement](us-003-show-progression-and-rank-advancement.md)
|
||||
- [Administer player progression](us-005-administer-player-progression.md)
|
||||
- [User-story catalog](index.md)
|
||||
Reference in New Issue
Block a user