creator-validation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesecreator-validation
创作者验证(creator-validation)
Purpose
目的
Run the final creator phase: validate draft outputs against the target contract and confirm the final creation package is complete.
执行创作者阶段的最终环节:对照目标合同验证草稿输出内容,确认最终创作包完整。
Supported Tools
支持工具
- generic
- openai
- claude-code
- opencode
- cursor
- windsurf
- aider
- generic
- openai
- claude-code
- opencode
- cursor
- windsurf
- aider
Inputs
输入项
- creation package draft
- target artifact contract
- questionnaire validation checks
- 创作包草稿
- 目标制品合同
- 问卷式验证检查项
Outputs
输出项
- validation checklist
- missing fields
- dependency follow-ups
- 验证清单
- 缺失字段
- 依赖项跟进事项
Guardrails
约束规则
- Validate against the current repo contract, not memory.
- Report missing fields explicitly.
- Keep follow-up notes limited to real dependencies.
- 对照当前仓库(repo)合同进行验证,而非依赖记忆。
- 明确报告缺失字段。
- 跟进记录仅局限于实际存在的依赖项。
Process
流程
- Compare the draft package to .
creators/CREATION-PACKAGE-CONTRACT.md - Compare the drafted artifact to its governing contract.
- Produce a concise validation checklist.
- 将草稿包与进行比对。
creators/CREATION-PACKAGE-CONTRACT.md - 将草拟的制品与其对应的管控合同进行比对。
- 生成简洁的验证清单。
Adapter Notes
适配器说明
- generic: use this before returning the final creator output.
- generic:在返回最终创作者输出前使用此工具。