Writing Execution banner
modoojunko modoojunko

Writing Execution

Development community

Description

# writer skill ## 流程概览 ```text Step 1: 准备(确认卷号/章号/prompt 完整性) Step 2: 清理上下文(减少干扰) Step 3: 写作(sub-agent 执行) Step 4: 验证输出(文件存在 + 字数达标) Step 5: 叙事规则自查(7 条正面规则逐条过) ``` > AI 原版快照(`.agent/{chapter}-draft-ai.md`)由 **updater 在归档时创建**(从草稿复制,updater-archive Step 1),writer 不负责保存。 ## 重写分支(writing-order.md 含 rewrite_of 时) 1. 读 writing-order.md 的 rewrite_of / round / violations 字段。 2. 读原始案例 2 提示词 prompts/vol-{N}-ch-{M}-prompt.md + 违反报告 violations 文件。 3. 只重写违反报告中标记「违反」的条目对应段落,向「建议」靠拢;其余段落保持原文。 4. 完成后照常写

Installation

Installs to ~/.claude/skills/modoojunko-awesome-novel-agent-writing-execution/SKILL.md

Terminal
mkdir -p ~/.claude/skills/modoojunko-awesome-novel-agent-writing-execution && curl -fsSL https://raw.githubusercontent.com/modoojunko/awesome-novel-agent/HEAD/skills/writing-execution.md -o ~/.claude/skills/modoojunko-awesome-novel-agent-writing-execution/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository