一键导入
finalize-chapter
把通过审阅的 draft 整理成 final.md,并生成 runtime facts 与 view change evidence。Use when review is complete and the chapter is ready to finalize.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
把通过审阅的 draft 整理成 final.md,并生成 runtime facts 与 view change evidence。Use when review is complete and the chapter is ready to finalize.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
拆解参考作品、提炼节奏、情绪、场景结构与禁用模式。Use when benchmarking imported novels from projects/<project-id>/references/raw/ and writing v2 outputs into source_assets/reference_analysis/.
生成 authoring_setup proposal,并通过 scoped publish 更新 project_playbook、input_policy、output_policy、failure_mode_policy 或 planning_branch_modes。Use when authoring contract needs setup or revision.
生成高烈度改局 planning branch proposal,只产出分支提案,不直接写正式 chapter planning 产物。
根据参考拆解结果编译 style_dna、scene_formulas、reader_hook_map、banned_patterns 和 prose_constraints。Use when source_assets/reference_analysis/reference_summary.json and reports/ already exist.
根据 published views 与 chapter planning source 生成章节 proposal;必要时调用 discussion agents,并通过 confirm-stage chapter_planning 生效。Use when chapter_planning is ready or a chapter plan needs revision.
为单张角色卡生成或修订 proposal,并通过 scoped confirm-stage materialize。Use when a character card needs creation, revision, lifecycle change, or reactivation.
基于 SOC 职业分类
| name | finalize-chapter |
| description | 把通过审阅的 draft 整理成 final.md,并生成 runtime facts 与 view change evidence。Use when review is complete and the chapter is ready to finalize. |
| argument-hint | <project-id> [chapter-id] |
| disable-model-invocation | true |
$0:project_id$1:可选,chapter_id,默认 ch001python app.py ensure-prereq "$0" chapter_finalize --chapter-id "${1:-ch001}"。draft.md、review_report.json、review_annotations.json 和 effective views,写入:
projects/$0/chapters/${1:-ch001}/final.mdprojects/$0/runtime_facts/chapter_deltas/${1:-ch001}.jsonprojects/$0/runtime_facts/view_change_evidence/${1:-ch001}.jsonprojects/$0/chapters/${1:-ch001}/finalize_report.jsonpython app.py finalize-chapter 作为 Claude Code 主路径。/update-canon。projects/$0/chapters/${1:-ch001}/draft.md、projects/$0/chapters/${1:-ch001}/review_report.json、review_annotations.json、projects/$0/published/effective_views/thread_view.json、character_view.json、relationship_view.json。projects/$0/chapters/${1:-ch001}/final.md、projects/$0/runtime_facts/chapter_deltas/${1:-ch001}.json、view_change_evidence/${1:-ch001}.json、projects/$0/chapters/${1:-ch001}/finalize_report.json。