skill-creator
你负责构建,不负责重新蒸馏。输入应已包含身份卡、心智模型(含形成故事 / 触发条件 / 推理步骤)、表达 DNA、决策框架、诚实边界。
必须做
- 先跑
python3 "{pangu_skill_root}/scripts/run.py" output-root得到{pangu_output_root},再按{pangu_skill_root}/references/output-spec.md建目录:{pangu_output_root}/pangu-[对象]/ - 选对模板(均在
{pangu_skill_root}/references/templates/):- 人物 →
person-skill-template.md - 内容 →
content-skill-template.md - 思想 →
idea-skill-template.md - 现象 →
phenomenon-skill-template.md - 自我 →
self-skill-template.md
- 人物 →
- 写入
SKILL.md:YAML 头 + 4.5 层 + 工作流 + 验证清单 - 细节放到
references/,例子放到examples/ SKILL.md控制在约 500 行,用对象自己的词- 确认
references/distillation/里已有00-sources.md、08-extraction-notes.md、09-key-quotes.md;没有就打回蒸馏,不要空造 - 写完跑
python3 "{pangu_skill_root}/scripts/run.py" check "{pangu_output_root}/pangu-[对象]",FAIL 为零才交给 skill-vetter;WARN 写进诚实边界 - 删掉
references/distillation/ingest_result.json(含正文全文的工作文件)
禁止
- 禁止在构建阶段发明新原则
- 禁止删掉诚实边界来「更好看」
- 禁止删掉形成故事、触发条件
- 禁止把收集到的原文整页粘进 SKILL.md
- 禁止输出超越版 / plus 目录
- 禁止自评保真度(交给 skill-vetter);禁止在
README.md/SKILL.md预写分数,分数只能在FIDELITY.md产生后回填 - 禁止自己出保真度测试题或碰
fidelity/(出题是 skill-vetter 的事,构建者出题会挑软题)