Help us improve
Share bugs, ideas, or general feedback.
From velith
Generates book chapters using a Plan-Then-Execute approach with parallel writing and continuity validation. Automates idempotency, QA checks, and dashboard updates.
npx claudepluginhub epicsagas/plugins --plugin velithHow 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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}/skills/book-status/scripts/scan-project.js [project-dir] --plugin-root={PLUGIN_ROOT}