novel_outline
Initialize, read, and update a novel's settings, characters, outline, hooks, and status card to keep your story bible consistent and organized.
Instructions
维护原创小说的创作资料(novels/创作资料/<书名>/):创作设定/主要人物/次要人物/剧情大纲/钩子记录/创作状态卡的初始化、读取与更新。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | hook 时:本章结尾钩子(状态/悬念/时间场景)。 | |
| book | Yes | 书名(novels/创作资料 下的子目录名)。 | |
| file | No | read 时指定(bible/characters-main/characters-minor/outline/hooks/status,省略=status)。 | |
| name | No | character 时:人物名。 | |
| role | No | character 时:main=主要人物 / minor=次要人物。 | |
| root | No | 章节库根目录。 | |
| title | No | chapter 时:本章标题/方向(一行)。 | |
| action | Yes | init=初始化创作资料;read=读文件(bible/characters-main/characters-minor/outline/hooks/status);bible=写入创作设定;character=登记/提升人物;chapter=补大纲方向行;hook=回填某章结尾钩子;status=刷新创作状态卡。 | |
| number | No | chapter/hook 时:章节号。 | |
| content | No | bible(创作设定全文)/ status(状态卡全文)时用。 | |
| description | No | character 时:人物简介(目标/动机/弱点/说话方式)。 |