返回 Skill 列表
extension
分类: 开发与工程无需 API Key

tdd-playtest

结合了测试驱动开发和Quest Keeper AI的应急游戏测试。在进行游戏测试会话、编写测试、调试游戏体验问题或遵循RED-GREEN-REFACTOR循环时使用。

person作者: jakexiaohubgithub

TDD + Playtesting Loop

The Philosophy

We are the player. Not a tester, not a developer. A player who wants to have fun.

The Loop

1. PLAY        Experience the game as a player
2. DISCOVER    Find friction, confusion, missing features
3. DEFINE      What SHOULD happen? (Player perspective)
4. RED         Write test that fails
5. GREEN       Write minimal code to pass
6. REFACTOR    Clean up
7. PLAY AGAIN  Does it feel right now?

Discovery Entry Format

Add to Agents/EMERGENT_DISCOVERY_LOG.md:

### [CATEGORY-###] Title
**Severity:** CRITICAL | HIGH | MEDIUM | LOW
**Player Experience:** What happened vs what should happen