design-review
仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由
在交付开发前把好设计质量关,适合设计师与制作人使用。
这个 Skill 做什么
评审游戏设计文档的完整性、一致性与可实现性,供交付程序员前使用。
审查游戏设计文档的完整性、一致性与可实现性,找出逻辑漏洞、功能缺失和实现风险,适合在把文档交给程序员实现前运行。可按不同分析深度执行(如全量、精简或单人模式),需要时会调用多种专业视角进行更细的检查。最后给出清单化的改进建议、优先级和可执行事项,帮助把设计变成可落地的开发任务。
▸ 展开 SKILL.md 英文原文
Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers.
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/design-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/design-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Phase 0: Parse Arguments Extract `--depth [full|lean|solo]` if present. Default is `full` when no flag is given. **Note**: `--depth` controls the *analysis depth* of this skill (how many specialist agents are spawned). It is independent of the global review mode in `production/review-mode.txt`, which controls director gate spawning. These are two different concepts — `--depth` is about how thoroughly *this* skill analyses the document. - **`full`**: Complete review — all phases + specialist agent delegation (Phase 3b) - **`lean`**: All phases, no specialist agents — faster, single-session analysis - **`solo`**: Phases 1-4 only, no delegation, no Phase 5 next-step prompt — use when call
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有