planning on book 3

This commit is contained in:
2026-04-12 14:04:26 -05:00
parent 62cc00e033
commit fbe277d68c
19 changed files with 1188 additions and 809 deletions

View File

@@ -1,34 +1,53 @@
# A Phelan Varrant Novel
A fantasy novel series following Phelan Varrant, a broke, socially reluctant magical problem-solver with an ability no one else has: he can see exactly where magic breaks.
A fantasy series following Phelan Varrant, a broke, socially reluctant magical problem-solver with an ability no one else has: he can see exactly where magic breaks.
## Series Overview
- **Genre:** Fantasy / Adventure / Humor
- **Genre:** Fantasy / Adventure / Humour
- **Voice:** First-person past tense, dry wit, ADD-driven tangents
- **Comparable Titles:** The Dresden Files, Discworld, The Magicians
- **Publishing Target:** Amazon KDP (Kindle Unlimited)
- **Planned length:** 3+ books, ~80,000100,000 words each
## Book 1: The Floundry Affair
See `outline/series-arc.md` for the full series trajectory.
Phelan works in an herbal supply shop, counts coppers, and dreams about the house he can't afford to build. When a client arrives through the Guild of Necessary Services with a dying family member cursed by a working that every authority says is impossible to break, Phelan takes the case because the fee is significant and the problem is interesting. In that order.
## Books
### Book 1: *The Floundry Affair* — finalized
Phelan works in an herbal supply shop, counts coppers, and dreams about the house he can't afford to build. When a client arrives through the Guild of Necessary Services with a dying family member cursed by a working every authority says is impossible to break, Phelan takes the case because the fee is significant and the problem is interesting. In that order.
### Book 2: *The Drenwick Drainings* — in progress
Life-force drainings across Drenwick trace back to a pre-Compact focusing crystal and a handler operating from Thorngate. The case that starts as a hunt becomes a rescue, the investigator ends up a builder, and a freelancer's philosophy breaks on five words. Ch0119 drafted; Ch20, Ch21, and the epilogue pending.
### Book 3: *The Sealed Chamber* — outlined
A pre-Compact ruin on a duchess's territory near Thorngate. A previous guild operative dead. Wards that learn and adapt. Inside, a sealed chamber holding something that should never be used. The man who finds every flaw has to build something without any. Full chapter-by-chapter outline complete; drafting pending Book 2 completion.
## Project Structure
```
CLAUDE.md # Master writing instructions
chapters/book1/ # Chapter drafts
world/ # World bible (magic system, locations)
characters/ # Character files
outline/ # Series and book outlines
notes/ # Cut content, research, ideas
docs/plans/ # Design documents
CLAUDE.md # Master writing instructions (always loaded)
chapters/
chapter-input-template.md # Shared template for Stage 1 Seed
book1/ book2/ book3/ # Per-book drafts and book-specific CLAUDE.md
outline/
series-arc.md # Series-level trajectory
book1/2/3-outline.md # Per-book chapter outlines
world/ # World bible, magic system, locations, story summaries, timelines
characters/ # Character bibles (one file per major character + supporting-cast index)
notes/ # Cut content, research, ideas, KDP publish checklists
docs/ # Historical design documents and implementation plans
kindle/ # KDP templates and export artifacts
```
## Writing with Claude Code
This project uses Claude Code as the primary writing assistant. All instructions for voice, world-building, continuity, and formatting are in `CLAUDE.md`. Book-specific instructions are in each book's chapter directory.
This project uses Claude Code as the primary writing assistant. All instructions for voice, world-building, continuity, and formatting are in `CLAUDE.md`. Book-specific orientation lives in each book's `chapters/book{N}/CLAUDE.md`. Chapter-level detail lives in `outline/book{N}-outline.md`. Character detail lives in `characters/*.md`.
Chapter drafting uses the `/chapter-workflow` skill — a 5-stage pipeline (Seed → Scene Breakdown → Draft → Review → Continuity Update) invoked with a chapter number, e.g. `/chapter-workflow 20`.
## License
All rights reserved. This is an unpublished creative work.
All rights reserved. Book 1 published; Books 2 and 3 unpublished creative works.