From velith
Generates book chapters using a Plan-Then-Execute approach with parallel writing, continuity validation, and QA checks. Useful for structured book drafting projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/velith:book-draftThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Plan-Then-Execute**: pass chapter spec + previous chapter summary + relevant STYLE.md rules + source refs. Omit full prior chapter text, other chapters, full outline.
Plan-Then-Execute: pass chapter spec + previous chapter summary + relevant STYLE.md rules + source refs. Omit full prior chapter text, other chapters, full outline.
ch{NN}-{slug}.md with frontmatter (chapter, title, word_target, status, dates)Parallel: up to 4 concurrent chapters when prereqs done, no mutual refs.
Continuity (every 3-5 chapters): term consistency, logic flow, character/code compat, reference integrity.
Gate: all chapters exist, ±10% word target, continuity passed.
Update the project dashboard status:
node {PLUGIN_ROOT}/velith.mjs scan [project-dir] --plugin-root={PLUGIN_ROOT}
npx claudepluginhub epicsagas/plugins --plugin velithWrites story chapters using an outline-first workflow. Activates on requests like 'write a chapter' or 'draft chapter' to maintain consistency with existing story elements.
Writes webnovel chapters (2000-2500 words) via workflow: context, draft, style adapt, review, polish, data extraction. Use /webnovel-write or auto-activates on requests.
Generates structured book outlines with genre-specific blueprints (fiction 3-act/15-beat, non-fiction problem-to-practice, technical scaffold), per-chapter specs, cross-reference DAG, and structural validation.