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

quest-keeper-master

掌握任务管理员AI开发的编排技能。在处理任务管理员AI的任何部分时使用——协调前端(Tauri/React)、后端(rpg-mcp)和文档之间的工作。当提及任务管理员、rpg-mcp、此项目的电子游戏开发,或引用Agents/文件夹时触发。

person作者: jakexiaohubgithub

Quest Keeper Master Orchestration

⚠️ FIRST REQUIREMENT

Before ANY work, review the Agents/ folder in the target repository.

Repository Trinity

THE PHYSICS (Engine): C:\Users\mnehm\AppData\Roaming\Roo-Code\MCP\rpg-mcp
THE FLIGHT (Game):    C:\Users\mnehm\Desktop\Quest Keeper AI attempt 2
THE LIBRARY (Docs):   C:\Users\mnehm\Documents\Quest Keeper pdfs

Core Philosophy: Mechanical Honesty

LLM describes → MCP validates → DB stores (source of truth)

Quick Commands

# Backend
cd "C:\Users\mnehm\AppData\Roaming\Roo-Code\MCP\rpg-mcp"
npm test && npm run build:binaries

# Frontend
cd "C:\Users\mnehm\Desktop\Quest Keeper AI attempt 2"
npm run tauri dev

Git Pulse (MANDATORY)

After successful test pass: git add . && git commit -m "type(scope): message"

TDD Loop

  1. Find issue in Agents/EMERGENT_DISCOVERY_LOG.md
  2. Write failing test (RED)
  3. Implement fix (GREEN)
  4. Commit
  5. Update issue status to RESOLVED