Delegating Writing and Review to Opus 4.6 with novel46
機械翻訳 / Machine-translated
機械翻訳 / Machine-translated
novel46 is a direct copy of the existing 32 novel skills, with exactly one change: the writing and review steps are handed off to a separate process — claude -p --model claude-opus-4-6 — rather than being run in Claude Code's parent session. The workflow, evaluation criteria, and output format are identical to the original novel skills.
Claude Code's built-in features provide no way to specify the model claude-opus-4-6 for the writing step. Launching a separate process from the command line is how this limitation is worked around.
You must be a member of either "Nakeru AI" or "Nakeru AI Mirai-hen (tentative)".
The working folder ~/Dev/novelTeam/projects will also be created at this time.
The skills are designed to git commit at each checkpoint, preserving a revision history of your manuscript. If the repository is not initialized, you will see fatal: not a git repository at the end of each skill run.
cd ~/Dev/novelTeam && git init
The project storage location ~/Dev/novelTeam/projects is shared with the original novel skills. You can mix /novel-write and /novel46-write on the same project.
One thing to be aware of: if you have both installed and uninstall one of them, the shared runtime components (server / rules / sns) will also be removed.
Not all skills work under the same conditions. There are three levels.
Most skills — planning, review, revision, and others — are ready to use immediately after installation.
Local tools such as lint, writing assistance, manuscript PDF export, and the viewer require dependency packages to be installed first.
cd ~/Dev/novelTeam/server && npm install
Node.js 18 or higher is required. Some tools also use Python 3.
Comment collection and reply features for Narou, Alphapolis, and Kakuyomu require your account credentials to be configured before use. No credentials are included in the distributed files.
/novel46-init — Create a project/novel46-propose — Generate story proposals/novel46-arc-design — Design the placement of standout episodes and cathartic moments/novel46-write — Write/novel46-review — Run five types of review/novel46-revise — Revise based on feedbackIf you want to run the entire workflow unattended, /novel46-auto is available.
novel46-init / novel46-propose / novel46-design-review / novel46-arc-design / novel46-plan-review
novel46-write / novel46-review / novel46-edit / novel46-revise / novel46-polish / novel46-batch-review / novel46-pipeline / novel46-auto
novel46-lint / novel46-check / novel46-reality-check / novel46-consistency / novel46-rationality / novel46-narou-optimize
novel46-collect / novel46-engage / novel46-reply / novel46-feedback / novel46-improve / novel46-viewer / novel46-viewer-feedback
novel46-list / novel46-schedule / novel46-sns / novel46-analyze
novel46-bungaku / novel46-manuscript
Start by copying the command from the installation page and pasting it into your terminal.