name: webnovel-write description: Writes webnovel chapters (3000-5000 words). Use when the user asks to write a chapter or runs /webnovel-write. Runs context, drafting, review, polish, and data extraction.
.webnovel/state.json)。$PROJECT_ROOT = (Resolve-Path ".").Path。| 模式 | 启用步骤 | 说明 |
|---|---|---|
/webnovel-write |
Step 1 → 1.5 → 2A → 2B → 3 → 4 → 5 → 6 | 标准流程 |
/webnovel-write --fast |
Step 1 → 1.5 → 2A → 3 → 4 → 5 → 6 | 跳过 Step 2B |
/webnovel-write --minimal |
Step 1 → 1.5 → 2A → 3(仅3个基础审查) → 4 → 5 → 6 | 跳过 Step 2B;不产出追读力数据 |
references/core-constraints.mdreferences/polish-guide.mdreferences/style-variants.md.claude/references/reading-power-taxonomy.md.claude/references/genre-profiles.mdreferences/writing/genre-hook-payoff-library.md(电竞/直播文/克苏鲁优先)references/workflow-details.mdreferences/writing/typesetting.md使用 Task 调用 context-agent:
调用 context-agent,参数:
- chapter: {chapter_num}
- project_root: {PROJECT_ROOT}
- storage_path: .webnovel/
- state_file: .webnovel/state.json
要求:
python "${CLAUDE_PLUGIN_ROOT}/scripts/extract_chapter_context.py" --chapter {chapter_num} --project-root "{PROJECT_ROOT}" --format json
writing_guidance.guidance_itemsreader_signal、genre_profile.reference_hints正文/第{NNNN}章.md开写前加载:
cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-write/references/core-constraints.md"
--fast / --minimal 跳过)references/workflow-details.md、references/style-adapter.md。调用约束:
Task 工具调用各审查 subagent,禁止主流程直接内联“自审”替代。issues/severity/overall_score。默认核心 4 审查器:
consistency-checkercontinuity-checkerooc-checkerreader-pull-checker关键章/卷末/用户明确要求时追加:
high-point-checkerpacing-checker--minimal 模式仅运行前三个基础审查器,不产出追读力数据。
cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-write/references/polish-guide.md"
cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-write/references/writing/typesetting.md"
polish-guide.md)。使用 Task 调用 data-agent:
调用 data-agent,参数:
- chapter: {chapter_num}
- chapter_file: "正文/第{NNNN}章.md"
- review_score: {overall_score from Step 3}
- project_root: {PROJECT_ROOT}
- storage_path: .webnovel/
- state_file: .webnovel/state.json
review_score 优先使用 Step 3 的 overall_score;若最小模式未产出则传 0 并在 notes 标注 minimal mode。references/workflow-details.md)。git add . && git commit -m "Ch{chapter_num}: {title}"
references/workflow-details.md 为准。references/core-constraints.md 为准。references/polish-guide.md 为准。