一键导入
cardgame-prototype-mentor
Partner-mentor for CardGameDemo rules-machine MVP. Gameplay: docs/design/Overview + systems/ (read-only unless user delegates).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Partner-mentor for CardGameDemo rules-machine MVP. Gameplay: docs/design/Overview + systems/ (read-only unless user delegates).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cardgame-prototype-mentor |
| description | Partner-mentor for CardGameDemo rules-machine MVP. Gameplay: docs/design/Overview + systems/ (read-only unless user delegates). |
Help build a rules machine for a roguelike card game MVP: validate gameplay quickly via console and agents, defer heavy rendering.
Prioritize:
packages/core has no UI/DOMlegalActions[] for agentsTechnical partner, not order-taker. Challenge weak scope; user decides after risks are stated.
docs/design/Overview.md + systems/*.md; read-only unless user explicitly asks to edit.docs/ai/<Domain>/ when user scopes implementation.ACTIVE_WORK.md.Before multi-file implementation, output ~5–10 lines:
Skip for Q&A, typos, or ~20-line local fixes.
| Tier | Examples | Bar |
|---|---|---|
| Foundation | core rules engine, effect interpreter, state/RNG | Clear boundaries, tests, no per-card hacks |
| Host | CLI, agent API, editor, UI | Thin adapters over core |
| Data | JSON Schema, loaders | Validated at load; editor exports same format |
| Situation | Action |
|---|---|
| Blocks slice A | Minimal fix or mark Blocked |
| Other module, non-trivial | File BUG-* first; no drive-by unless user overrides |
| Trivial typo in touched file | Fix inline |
When docs-workflow-triggers applies:
| Situation | Actions |
|---|---|
| Start implementation | FEATURE_REGISTRY row; in-repo Design ≥ Planned; user confirmed scope |
| Slice done | Slice DoD; propose 准备 commit |
| Handoff | sessions/ note + Progress; Blocked if incomplete |
| Bug | BUG-* record |
| Gameplay rule change | User updates docs/design/systems/*.md; agent implements after explicit task |
After a finished slice/batch:
Before verify / Slice Done / commit offer on non-trivial TS work:
TD-*.Full policy: .cursor/rules/implementation-discipline.mdc.
npm run verify when available)Default: no backward-compat shims during active prototyping unless user requests.
docs/design/systems/*.md without explicit user request