Problem
The gamification design spec (docs/superpowers/specs/2026-04-08-gamification-design.md line 39) states the Easter Egg terminal shortcut is Ctrl+Shift+T, but the actual implementation in EasterEggTerminal.astro uses Ctrl+Shift+K.
Ctrl+Shift+T is a browser shortcut (reopen closed tab), so Ctrl+Shift+K is the correct choice.
Fix
Update spec line 39:
- **Trigger**: Konami code or keyboard shortcut (Ctrl+Shift+T)
+ **Trigger**: Konami code or keyboard shortcut (Ctrl+Shift+K)
Priority
Low — documentation only.
Source: PR #11 Copilot review
Problem
The gamification design spec (
docs/superpowers/specs/2026-04-08-gamification-design.mdline 39) states the Easter Egg terminal shortcut isCtrl+Shift+T, but the actual implementation inEasterEggTerminal.astrousesCtrl+Shift+K.Ctrl+Shift+Tis a browser shortcut (reopen closed tab), soCtrl+Shift+Kis the correct choice.Fix
Update spec line 39:
Priority
Low — documentation only.
Source: PR #11 Copilot review