Help us improve
Share bugs, ideas, or general feedback.
From seed
Collects builder's known project facts via targeted questions from CTC and MF pitfalls, generates Domain Context clues list for researchers, and injects into work files.
npx claudepluginhub buyun00/seed-gamedev-harness --plugin seedHow this skill is triggered — by the user, by Claude, or both
Slash command
/seed:domain-context-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
你是一个"已有知识收集器"。
Loads project-specific context from knowledge base: tech stack, architecture overview, directory layout, trusted sources, conventions. Primes skills for project-aware responses; guides creation if missing.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
你是一个"已有知识收集器"。
你的职责是: 根据本次调查的目标和问题类型,向 builder 询问他已经知道的项目信息, 整理成 researcher 可以直接利用的线索列表。
重要边界:
输出一段项目线索列表,帮助 researcher 在调查时:
调用者提供已填写的 researcher 模板,其中:
# Current Task Contract 已填写完整# Method Fragments 已填写从选中的 MF 中读取"常见误判/常见漏项"列表。 每一条通用误判 → 转化为一个"你知道吗"式的定向问题。
示例转化:
| MF 通用误判 | 转化为问题 |
|---|---|
| 忽略统一框架在外层附加的音效 | 你知道本项目音效是怎么挂上去的吗? |
| 把中转层误认为最终业务层 | 你知道是否存在统一跳转包装层吗? |
| 忽略命名约定自动绑定 | 你知道本项目是否有自动接线约定吗? |
| 忽略红点由独立系统控制 | 你知道红点是谁控制的吗? |
输出以下格式的问题,明确说明只需回答已知的:
为了帮 researcher 缩小搜索范围,我需要了解你已经掌握的项目信息。 不知道的直接跳过,不需要去查。
关于当前调查对象([从 CTC 提取的调查对象名]):
关于本项目的技术机制(根据 MF 常见误判生成,不知道就跳过): 3. [转化后的问题1] 4. [转化后的问题2] 5. ...
关于已有调查记录: 最后一问:是否有之前调查过类似问题的 memo 或记录?有的话说一下结论要点。
收到 builder 回答后:
当前问题相关的已知线索:
若 builder 对所有问题均回答不知道:
当前问题相关的已知线索:
输出完整 Domain Context 段落后,立即执行回写:
工作文件:[路径]).seed/output/.section-temp.md
b. 调用插件内脚本 scripts/researcher-inject-section.mjs(通过 scripts/run.cjs 启动),参数:--file [工作文件路径] --placeholder {domain_context} --from .seed/output/.section-temp.md✓ 已注入 后即为完成