# Book Draft

> Phase 3: Drafting. Plan-Then-Execute chapter generation with parallel writing and continuity validation.

- Skill: `thedixitjain/book-draft` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/book-draft`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/book-draft/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/book-draft

---



# Phase 3: Drafting

**Plan-Then-Execute**: pass chapter spec + previous chapter summary + relevant STYLE.md rules + source refs. Omit full prior chapter text, other chapters, full outline.

1. **Idempotency**: skip existing chapters meeting min line count
2. **Context build**: extract spec → prev summary → STYLE rules → source refs
3. **Write**: `ch{NN}-{slug}.md` with frontmatter (chapter, title, word_target, status, dates)
4. **QA**: word count ±10% · frontmatter present · STYLE rules · heading H1→H2→H3 · hook matches spec

**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.


## Post-Completion

Update the project dashboard status:

```bash
node {PLUGIN_ROOT}/velith.mjs scan [project-dir] --plugin-root={PLUGIN_ROOT}
```

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/epicsagas/Velith/skills/book-draft/SKILL.md`

