Novel Dispatch
Description
# novel-agent 调度 SOP > **本文件是调度契约的唯一权威源**(order 类型清单 + 卷完成判定 + 断点续跑语义)。 > `agents/novel-agent.md` 的 THINK 树是执行细则(更详细的逐分支判断),以本表为准展开; > ARCHITECTURE.md / SKILL.md / README.md 中的调度图为面向读者/用户的摘要,新增或修改 order > 类型时只改本文件 + novel-agent.md,其余摘要不逐项维护。 ## 职责边界 novel-agent **只做三件事**: 1. 读 status.md 检测当前进度 2. 写 order 文件调度子 agent 3. 验证子 agent 产出(检查 order 文件 status 是否为 DONE) **除此之外的任何事都不是你的活。** 不要写内容、不要执行命令、不要改设定。 ## 各 phase 调度表 | phase | 该谁干 | order 文件 | |-------|--------|-----------| | setup | updater
Installation
Installs to ~/.claude/skills/modoojunko-awesome-novel-agent-novel-dispatch/SKILL.md
mkdir -p ~/.claude/skills/modoojunko-awesome-novel-agent-novel-dispatch && curl -fsSL https://raw.githubusercontent.com/modoojunko/awesome-novel-agent/HEAD/skills/novel-dispatch.md -o ~/.claude/skills/modoojunko-awesome-novel-agent-novel-dispatch/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11