planning on book 3
This commit is contained in:
13
CLAUDE.md
13
CLAUDE.md
@@ -294,12 +294,21 @@ All chapter drafts must comply with these rules from the first draft. Do not use
|
||||
/outline/
|
||||
series-arc.md ← High-level series trajectory
|
||||
book1-outline.md ← Chapter-by-chapter Book 1
|
||||
|
||||
book2-outline.md ← Chapter-by-chapter Book 2
|
||||
book3-outline.md ← Chapter-by-chapter Book 3
|
||||
|
||||
/chapters/
|
||||
chapter-input-template.md ← Shared input template (used by /chapter-workflow skill)
|
||||
book-claude-template.md ← Template for per-book CLAUDE.md files
|
||||
/book1/
|
||||
ch01-draft.md
|
||||
CLAUDE.md ← Book-specific orientation (lean — points to outline)
|
||||
ch01-final.md
|
||||
[etc]
|
||||
/book2/
|
||||
CLAUDE.md
|
||||
[drafts and finals]
|
||||
/book3/
|
||||
CLAUDE.md
|
||||
|
||||
/notes/
|
||||
cut-content.md ← Good ideas that didn't fit
|
||||
|
||||
47
README.md
47
README.md
@@ -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,000–100,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. Ch01–19 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.
|
||||
|
||||
@@ -10,7 +10,7 @@ This file contains Book [N]-specific instructions. The series-level CLAUDE.md at
|
||||
|
||||
Each chapter follows the `/chapter-workflow` skill pipeline:
|
||||
|
||||
1. **Seed** -- Author fills `chXX-input.md` (copied from `chapter-input-template.md`)
|
||||
1. **Seed** -- Author fills `chXX-input.md` (copied from `../chapter-input-template.md`)
|
||||
2. **Scene Breakdown** -- Claude proposes scene plan, author approves
|
||||
3. **Draft** -- Full chapter drafted into `chXX-draft.md`
|
||||
4. **Review** -- Author edits, then Claude reviews clarity/grammar/flow
|
||||
|
||||
@@ -8,16 +8,14 @@ This file contains Book 1-specific instructions. The series-level CLAUDE.md at t
|
||||
|
||||
## Chapter Development Workflow
|
||||
|
||||
Each chapter follows a 5-stage pipeline documented in `WORKFLOW.md`:
|
||||
Each chapter follows the `chapter-workflow` skill pipeline (see the skill for full details):
|
||||
|
||||
1. **Seed** — Author fills `chXX-input.md` (copied from `chapter-input-template.md`)
|
||||
1. **Seed** — Author fills `chXX-input.md` (copied from `../chapter-input-template.md`)
|
||||
2. **Scene Breakdown** — Claude proposes scene plan, author approves
|
||||
3. **Draft** — Interactive scene-by-scene drafting into `chXX-draft.md`
|
||||
3. **Draft** — Full chapter drafted into `chXX-draft.md`
|
||||
4. **Revision** — Full-chapter review, saved to `chXX-final.md`
|
||||
5. **Continuity Update** — Update world/character files with new canon
|
||||
|
||||
See `WORKFLOW.md` for full details. See `chapter-input-template.md` for the reusable input format.
|
||||
|
||||
---
|
||||
|
||||
## Premise
|
||||
|
||||
@@ -1,109 +0,0 @@
|
||||
# Chapter Development Workflow — Book 1
|
||||
|
||||
This document describes the 5-stage pipeline for developing each chapter of Book 1. Every chapter follows this process from seed to final.
|
||||
|
||||
---
|
||||
|
||||
## File Structure Per Chapter
|
||||
|
||||
Each chapter produces three files:
|
||||
|
||||
```
|
||||
chapters/book1/
|
||||
chXX-input.md ← Author's seed notes (preserved, never overwritten)
|
||||
chXX-draft.md ← Working draft built scene by scene
|
||||
chXX-final.md ← Post-revision final version
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Stage 1: Seed
|
||||
|
||||
The author copies `chapter-input-template.md` to `chXX-input.md` and fills in:
|
||||
|
||||
- **Scene Goals** — what must happen (plot beats, revelations, setup)
|
||||
- **Key Dialog** — specific lines or exchanges to include
|
||||
- **Character Moments** — interactions, emotional beats, relationship developments
|
||||
- **Mood / Tone** — atmosphere, pacing, energy level
|
||||
- **Freeform Notes** — fragments, vibes, raw dialog, images, "what if" ideas
|
||||
|
||||
This file is the author's territory. Claude never overwrites it.
|
||||
|
||||
---
|
||||
|
||||
## Stage 2: Scene Breakdown
|
||||
|
||||
Claude reads the input file alongside:
|
||||
|
||||
- The Book 1 outline (`/outline/book1-outline.md`)
|
||||
- The master CLAUDE.md (voice, world, formatting rules)
|
||||
- Relevant character files and continuity notes
|
||||
|
||||
Claude then proposes a **scene-by-scene plan** for the chapter:
|
||||
|
||||
- Number of scenes, estimated word counts
|
||||
- What each scene accomplishes
|
||||
- Where the input's dialog and character moments slot in
|
||||
- The chapter's opening hook and closing beat
|
||||
|
||||
The author reviews, adjusts, and approves before drafting begins.
|
||||
|
||||
---
|
||||
|
||||
## Stage 3: Draft (Interactive, Scene by Scene)
|
||||
|
||||
For each scene in the approved breakdown:
|
||||
|
||||
1. **Claude drafts the scene** (~500–1,500 words)
|
||||
2. **Author reviews** — adds dialog, redirects, suggests changes
|
||||
3. **Claude revises** with light polish based on feedback
|
||||
4. **Scene is appended** to `chXX-draft.md`
|
||||
|
||||
Repeat until all scenes are complete. The draft file accumulates the full chapter.
|
||||
|
||||
### Guidelines During Drafting
|
||||
|
||||
- Follow Phelan's voice exactly (first-person, past tense, dry wit, ADD tangents)
|
||||
- Comply with KDP formatting from the first draft (em dashes, smart quotes, scene breaks)
|
||||
- Flag continuity concerns inline with `[CONTINUITY FLAG: note]`
|
||||
- Target 3,000–5,000 words for the complete chapter
|
||||
- End with either a resolved beat or a micro-hook — never just stop
|
||||
|
||||
---
|
||||
|
||||
## Stage 4: Full-Chapter Revision
|
||||
|
||||
Once all scenes are drafted, Claude performs a complete read-through checking:
|
||||
|
||||
- **Flow** — do scenes connect smoothly? Are transitions earned?
|
||||
- **Pacing** — action scenes clipped, investigation scenes discursive, quiet scenes slow?
|
||||
- **Voice** — does every paragraph sound like Phelan?
|
||||
- **Continuity** — any conflicts with established canon?
|
||||
- **KDP compliance** — formatting, typography, chapter structure
|
||||
|
||||
Claude flags issues and proposes edits. Author approves or adjusts. The revised chapter is saved to `chXX-final.md`.
|
||||
|
||||
---
|
||||
|
||||
## Stage 5: Continuity Update
|
||||
|
||||
After the chapter is finalized, update project files as needed:
|
||||
|
||||
- `/world/magic/exploits-log.md` — any new exploits Phelan used
|
||||
- `/characters/` — new named characters, relationship changes, status updates
|
||||
- `/world/locations/` — new locations introduced
|
||||
- `/world/` — any new world facts established in prose
|
||||
|
||||
Once stated in final prose, it's canon.
|
||||
|
||||
---
|
||||
|
||||
## Quick Reference
|
||||
|
||||
| Stage | Who Leads | Output |
|
||||
|-------|-----------|--------|
|
||||
| 1. Seed | Author | `chXX-input.md` |
|
||||
| 2. Scene Breakdown | Claude (author approves) | Approved scene plan |
|
||||
| 3. Draft | Claude + Author (interactive) | `chXX-draft.md` |
|
||||
| 4. Revision | Claude (author approves) | `chXX-final.md` |
|
||||
| 5. Continuity | Claude | Updated world/character files |
|
||||
@@ -1,466 +1,113 @@
|
||||
# CLAUDE.md -- Book 2: "The Drenwick Drainings"
|
||||
|
||||
> **STATUS: IN PROGRESS.** Book 2 is in active development. Outline and chapter work underway.
|
||||
> **STATUS: IN PROGRESS.** Ch01–Ch19 drafted/final. Ch20, Ch21, and Epilogue still to be drafted.
|
||||
|
||||
This file contains Book 2-specific instructions. The series-level CLAUDE.md at the project root governs voice, world, characters, formatting, and continuity rules.
|
||||
|
||||
---
|
||||
|
||||
## Chapter Development Workflow
|
||||
## Canonical Sources
|
||||
|
||||
Each chapter follows the `/chapter-workflow` skill pipeline:
|
||||
Consult these files for details instead of duplicating content here:
|
||||
|
||||
1. **Seed** -- Author fills `chXX-input.md` (copied from `chapter-input-template.md`)
|
||||
2. **Scene Breakdown** -- Claude proposes scene plan, author approves
|
||||
3. **Draft** -- Full chapter drafted into `chXX-draft.md`
|
||||
4. **Review** -- Author edits, then Claude reviews clarity/grammar/flow
|
||||
5. **Continuity Update** -- Update world/character files with new canon
|
||||
| Topic | File |
|
||||
|-------|------|
|
||||
| Chapter-by-chapter outline, arc intersection, planned content | `outline/book2-outline.md` |
|
||||
| Drafted chapter summaries, story timeline, active character tracker, plot threads | `world/story-summary-book2.md` |
|
||||
| Bell/time references, day-of-week tracking, elapsed time | `world/timeline-book2.md` |
|
||||
| Crystal chain of custody, exploit mechanics, combat logs, bracelet behaviour | `world/magic/exploits-log.md` |
|
||||
| Character bibles and per-chapter progression | `characters/` |
|
||||
|
||||
---
|
||||
|
||||
## Premise
|
||||
|
||||
Phelan Varrant is settling into life with Mere on Chandler's Row when a pattern of victims -- drained of life force, aged, weakened -- starts appearing across Drenwick. The trail leads to Kaeran "Kae" Thrainn, a street kid with congenital chronic pain who's been weaponized through addiction to a Mallory focusing crystal -- the same pre-Compact artifact Leon sold to a traveling vendor in Book 1, which eventually reached Cass through grey-market channels. Behind Kae is Cassius Rykhard, now operating from Thorngate as a remote puppeteer, escalating from bureaucratic obstacle to active antagonist.
|
||||
Phelan Varrant is settling into life with Mere on Chandler's Row when a pattern of victims — drained of life force, aged, weakened — starts appearing across Drenwick. The trail leads to Kaeran "Kae" Thrainn, a street kid with congenital chronic pain who's been weaponised through addiction to a Mallory focusing crystal — the same pre-Compact artifact Leon sold six months ago to cover his father's healer bills. Behind Kae is Cassius Rykhard, operating remotely from Thorngate as a handler. The case starts as a hunt, becomes a rescue at Ch14, and ends with Phelan rewriting the crystal's logic while a freelancer's philosophy breaks on five words.
|
||||
|
||||
**POV:** Pure Phelan first-person throughout (no POV breaks). Kae starts as a mystery, becomes a person mid-book. Tragic backstory earned through investigation, not given upfront.
|
||||
|
||||
## Opening Situation
|
||||
|
||||
- Phelan and Mere living together on Chandler's Row (moved in at end of Book 1)
|
||||
- Financially stable-ish (~140 silvers from Floundry fee minus expenses, 15 silvers guild salary)
|
||||
- Training daily with Leon -- fire combat improving (twelve seconds integrated, expanding)
|
||||
- Financially stable-ish (~140 silvers from Floundry fee minus expenses, 15 silvers guild salary, projected case fees, 12 silvers/month ore income via Leon)
|
||||
- Training daily with Leon — fire combat improving (12.5 seconds integrated at book opening)
|
||||
- House plans at revision 10 (east-facing kitchen)
|
||||
- The quiet after the Floundry case -- new status quo before disruption
|
||||
- The quiet after the Floundry case — new status quo before disruption
|
||||
- Cassius Rykhard reassigned to Thorngate after Book 1, but not defanged
|
||||
|
||||
---
|
||||
## The Case
|
||||
|
||||
## Characters
|
||||
Life-force drainings across Drenwick traced to Kae (the user of the weapon) and Cass (the handler who built him). The investigation moves through three phases:
|
||||
|
||||
### Kaeran "Kae" Thrainn -- The Antagonist
|
||||
1. **The Pattern (Ch01–07):** Ledger brings the case as a guild operation, not a client walk-in — his Pathfinder-built intelligence network detected the drainings AND the Compact's deliberate non-investigation. Phelan builds a picture of the instrument (pre-Compact Mallory crystal, biological routing, northeast vector) and the victim (Kae, congenital chronic pain, mourned Elara, sheltered by the warrens).
|
||||
2. **The Manufacturing (Ch08–14):** Financial trail confirms Cass. Phelan learns Cass killed Elara through institutional paperwork to guarantee Kae's crystal dependency, and Elara was Ledger's guild informant. Mission inverts from "stop Kae" to "save Kae."
|
||||
3. **The Rewrite (Ch15–19):** Three-part plan. Leon contains Kae at Brida's with directional fire; Phelan and Ledger infiltrate a Compact safehouse and rewrite the crystal's operator designation using the Ch09 handshake credentials; Mere applies a three-compound herbal treatment that manages Kae's chronic pain at 80%. Kae surrenders to Leon's five words ("No. We can help you"), not to the crystal trap. Deal signed at guild hall with Elara murder bombshell as the trigger.
|
||||
|
||||
**Vital Statistics:**
|
||||
- **Full Name:** Kaeran "Kae" Thrainn
|
||||
- **Known As:** Kae (to those who fear or pity him)
|
||||
- **Age:** Late 20s / Early 30s
|
||||
- **Role:** Main antagonist -- tragic figure, the full-book case. Not a monster; a weapon someone else built.
|
||||
|
||||
**Summary:** Street kid with congenital chronic pain, weaponized through addiction to the Mallory focusing crystal. Cass killed his surrogate mother (Elara), removed his only pain relief, then gave him the crystal -- instant dependency. Charismatic but increasingly paranoid. Street contacts protect him out of empathy, complicating investigation. Vulnerable to fire (ties to Phelan's combat arc). Saved, not killed -- crystal broken via credential harvest, Mere's herbal treatment (~80% pain relief), guild custody under Ledger as intelligence asset.
|
||||
|
||||
**Narrative function:** Starts as a mystery, becomes a person mid-book. Tragic backstory earned through investigation, not given upfront. Mirror to Phelan's isolation -- what happens when no one helps. The Ch 14 double reveal (Cass killed Elara AND she was a guild informant) is the gut punch that makes Kae a victim in the reader's eyes.
|
||||
|
||||
**Full profile:** See `characters/kaeran-thrainn.md` (includes Elara as connected character)
|
||||
|
||||
### Right Reverend Carson -- The Unwitting Enabler
|
||||
|
||||
**Vital Statistics:**
|
||||
- **Full Name:** Carson Johnsby
|
||||
- **Known As:** "The Right Reverend Carson"
|
||||
- **Age:** Late 30s to mid 40s
|
||||
- **Role:** Street-level contact in the warrens. Builder/fabricator who runs a chapel-workshop. Founder (and sole clergy) of the Church of the Ahole. Unknowing enabler -- gave Kae philosophical advice that Kae twisted into permission to hurt people.
|
||||
|
||||
**Physical Description:**
|
||||
- **Build:** Large -- 6'3", around 280 lbs. Not fat, just big.
|
||||
- **Hands:** Gorilla-sized. Over-tightens everything. Requires three times the expected leverage or two people to undo his work.
|
||||
- **Overall impression:** Could bend iron bars and probably has. Warm, not intimidating despite size.
|
||||
|
||||
**Personality:**
|
||||
- Laid-back philosopher -- zero urgency, says outrageous things like commenting on the weather
|
||||
- "I got a buddy" for every problem. Collects people naturally -- the anti-Phelan.
|
||||
- Extremely intelligent but refuses to change methods. "It's always worked."
|
||||
- Anti-authority -- hates guilds and government. Ordained for the tax benefits.
|
||||
- The crazy uncle who never grew up. Everything is fun.
|
||||
- Advice quality ~60% good. The other 40% isn't malicious, just philosophically incomplete.
|
||||
|
||||
**The Builder:** Everything Carson makes is wildly overbuilt -- indestructible, crazy heavy. You might need a crane to lift it, but it will never break.
|
||||
|
||||
**The Church of the Ahole:** Deity blesses those who "do unto others before they do unto you." Followers do whatever makes them feel good. Not bad people -- just self-interested. Services are Godsday fish fries with beer, wine, and family games. "So said the Right Reverend Carson!" is the ritual catchphrase, always delivered laughing. The "church" is basically Carson and a few friends who enjoy the philosophy. Barely a religion, definitely a good time.
|
||||
|
||||
**Narrative function:** Encountered during Ch 5-7 investigation. Carson likes Kae, feels sorry for him, doesn't know he's hurting people. Kae came to him with hypothetical dilemmas; Carson's "do what's best for you" advice was heard as permission. Carson unknowingly holds puzzle pieces about Kae's psychology. When he learns the truth: quiet guilt, "I didn't know." Seeds for Book 3 through his network and relationship with Phelan.
|
||||
|
||||
**Full profile:** See `characters/carson-johnsby.md`
|
||||
|
||||
---
|
||||
|
||||
### Cassius Rykhard -- The Puppeteer
|
||||
|
||||
**Escalation from Book 1:** In Book 1, Cass was a bureaucratic obstacle (bribe attempt, regulatory pressure, reassigned to Thorngate after Floundry case). In Book 2, he's an active puppeteer weaponizing a desperate addict.
|
||||
|
||||
**Operating Model:**
|
||||
- Remote handler from Thorngate, operating through intermediaries
|
||||
- Kae is his off-books weapon -- finds desperate kid with pain and magical talent, creates crystal dependency, points him at targets
|
||||
- **The deliberate cruelty:** Removed the safety net (had Elara killed), then offered the trap (gave Kae the crystal). Systematic, not impulsive.
|
||||
- **The agents:** The two well-dressed Compact-looking men seen in the warrens (Ch05-07) are **Cass's people** — they know who they work for. Their mission is to find Kae and get him back on task (Kae has gone off-mission, draining random people instead of Cass's targets). Phelan misreads them as standard Compact damage control because he doesn't have the Cass connection yet.
|
||||
- **The pivot:** Kae goes off-mission (addiction spiraling, draining unauthorized victims). Cass dispatches agents to recover Kae, but they fail to locate him. Cass learns about the chaos and decides to weaponize it rather than rein Kae in — feeds Kae target info instead of trying to reassert control.
|
||||
- **Mid-book escalation:** Feeds Kae information about Floundry case witnesses -- people who could testify about Compact corruption. Redirects the chaos at Phelan's network.
|
||||
- **Targeting Devod:** Eventually points Kae at Devod Fields, knowing this will draw Phelan and Mere into a personal conflict.
|
||||
|
||||
**Series-level role:** Book 2 establishes Cass as the series-level antagonist. No longer just a corrupt bureaucrat -- a man who manufactures weapons from broken people.
|
||||
|
||||
---
|
||||
|
||||
## Crystal Chain of Custody — Canonical Timeline
|
||||
|
||||
Per `docs/superpowers/specs/2026-03-17-crystal-timeline-leon-backstory-revision-design.md`:
|
||||
|
||||
| Step | When (relative to Book 2 Day 1) | Event |
|
||||
|------|------|-------|
|
||||
| 1 | ~6+ months before | Leon recovers Mallory crystal from Vethani Crypts. Sells to traveling vendor Harren for 1,200 silvers (well below value). Reason: father injured in bandit raid, healer bills + operational debt. |
|
||||
| 2 | ~6 to ~3 months before | Crystal enters grey market through Harren's network. Specialized, expensive, legally dangerous — takes time to find a buyer. |
|
||||
| 3 | ~2-3 months before | Cass hears about the crystal through broker networks. His magical theory expertise tells him it can channel stolen life force. **Opportunistic, not premeditated** — saw the pieces on the board, couldn't resist assembling them. Broker inquiries ripple back = Book 1 epilogue "people asking." |
|
||||
| 4 | ~1.5 months before | Cass purchases crystal through an intermediary via broker Galden. |
|
||||
| 5 | Shortly after purchase | Cass has Elara killed. Dual purpose: (a) eliminate Compact security threat (she was Ledger's guild informant), (b) remove Kae's only other pain relief (~50% from Elara's healing), guaranteeing crystal dependency. |
|
||||
| 6 | Days after Elara's death | Cass gives Kae the crystal. Instant, total dependency. First complete pain relief in Kae's life. |
|
||||
| 7 | ~weeks before Book 2 | Kae begins draining. Early victims survive but are weakened/aged. Pattern starts. Ledger's network detects it. Compact detects it and deliberately doesn't act. |
|
||||
|
||||
**Key detail:** No one — not Cass, not Kae, not Harren — knew about the crystal's addictive flaw (diminishing returns + amplified withdrawal from sustained overuse).
|
||||
|
||||
---
|
||||
|
||||
## The Crystal Mechanic
|
||||
|
||||
The Mallory focusing crystal (pre-Compact artifact, sold by Leon for 1,200 silvers to Harren ~6 months before Book 2, eventually purchased by Cass through broker Galden) channels stolen life force through Kae. It focuses his leach magic similar to a quick-acting reverse curse -- steals and modifies life energy and supplies it into Kae.
|
||||
|
||||
**The "high":**
|
||||
- Chronic pain completely disappears
|
||||
- Feels immortal -- increased strength, immune to disease, superhuman resilience
|
||||
- Think vampire after feeding: powerful, painless, invincible
|
||||
|
||||
**The dependency:**
|
||||
- **Diminishing returns** -- each drain gives less relief, mainly due to a flaw in the crystal from overuse
|
||||
- **Amplified withdrawal** -- since he's immune to pain when "high," he cannot handle ANY pain when it wears off. Baseline chronic pain feels unbearable after the contrast
|
||||
- **Escalating need** -- must drain more life force each time to achieve the same effect
|
||||
|
||||
**Escalating lethality of victims:**
|
||||
- **Early victims:** Survive but are left weakened, aged prematurely, traumatized. Creates ambiguity about whether this is "just" assault.
|
||||
- **Mid-book victims:** Critically injured. Some die from complications.
|
||||
- **Late-book victims:** Draining becomes lethal. By the time Kae targets Devod, it could be fatal.
|
||||
- The escalation mirrors the addiction itself -- Kae starts taking more than he means to.
|
||||
|
||||
**The addictive flaw is unknown:** No one — not Cass, not Kae, not the traveling vendor who sold it — knew about the crystal's addictive properties. Cass thought the crystal was a clean solution for total pain elimination. The diminishing returns and amplified withdrawal were an unintended consequence of a design flaw in the crystal's architecture, only revealed through sustained overuse.
|
||||
|
||||
**Vulnerability:** Kae is weak against fire, which ties directly to Phelan's combat magic arc.
|
||||
|
||||
**Resolution:**
|
||||
- Phelan uses Flaw Sight to understand the crystal's dependency mechanism and breaks its hold
|
||||
- Mere develops an herbal treatment managing Kae's pain at ~80% reduction (no miracle cure)
|
||||
- Kae survives but is left dealing with permanent low-level pain -- saved but broken
|
||||
- Phelan's rationale: mercy disguised as efficiency ("no emotional point, killing is just a waste of effort")
|
||||
|
||||
---
|
||||
|
||||
## Chapter Breakdown
|
||||
|
||||
### Phase 1 -- The Investigation (Chapters 1-9)
|
||||
|
||||
**Chapters 1-9:** Drafted or Final See `world/story-summary-book2.md` for detailed chapter summaries.
|
||||
|
||||
### Phase 2 -- The Stakes Turn Personal (Chapters 10-15)
|
||||
|
||||
**Chapters 10-18:** Drafted or Final. See `world/story-summary-book2.md` for detailed chapter summaries. Ch11 design spec: `docs/superpowers/specs/2026-03-24-ch11-thresholds-redesign.md`.
|
||||
|
||||
**Chapter 19: The Deal**
|
||||
Immediate aftermath of Ch18. Kae surrendered willingly at Brida's — Leon's words, not the crystal trap. Four scenes: (1) **Brida's tenement:** Leon calls via soundstone — Kae has stood down, needs Mere. Phelan fetches Mere from Millford Street (Ledger goes ahead to guild hall). Mere applies herbal treatment — 80% pain relief, clinical, no sentiment. The moment pain stops is louder than pain ever was. Mere flags limited moss supply ("I'll need fresh cultures") — Phelan's noise connects to Velken's Drift. Escort formation: Leon behind, Phelan left, Mere returns to Devod. (2) **The walk:** Three men through late-night Drenwick. Kae tries to talk, cut short. Atmospheric transition to 14 Greystone Lane. (3) **Quick debrief without Kae:** Phelan explains trap logic briefly (reader already knows). Leon: "Fill me in at practice later." **Ledger's Book 3 seed:** measured comment about Flaw Sight's institutional value — the observer becomes an investor. Phelan's noise catches the shift. (4) **The Deal:** Ledger runs the negotiation. Terms: testimony in exchange for herbal treatment, safe house, managed custody. Kae resists ("Another guild telling me what to do"). **Mid-deal Elara bombshell:** Ledger reveals Cass ordered Elara killed. Kae's contained explosion — surges up, body can't sustain it, 20% pain + withdrawal slam him back down. "He killed her. He killed her and then gave me the crystal." Deal seals: "What do you need me to say." Crystal trap remains dormant at the safehouse — connection log intact as evidence. Design spec: `docs/superpowers/specs/2026-04-09-ch19-the-deal-design.md`.
|
||||
|
||||
### Phase 4 -- Resolution (Chapters 20-21 + Epilogue)
|
||||
|
||||
**Chapter 20: Picking Up the Pieces**
|
||||
Day 17 (Twosday). Two days after the deal. Scheduled debrief at the guild hall — Ledger sent word, Phelan showed up. The wait was deliberate. Single-spine chapter: everything flows through one meeting. **Phase 1 — Case closure:** Connection log + Kae's testimony implicates Cass (insulated in Thorngate, not cracking, evidence solid). Kae's status: safehouse established, Mere's herbal treatment ongoing, guild custody under Ledger's management (not prisoner, not free — intelligence asset with debt). Leon's Brida's containment acknowledged (clean work). Carson's network contribution acknowledged (information flow that enabled simultaneous operations). **Phase 2 — The real conversation:** Ledger pivots. "I was there, Phelan. I saw what you did to that crystal. That wasn't curse-breaking." Phelan gives three-layer honest answer: (1) bracelet is a pre-Compact artifact that enhances magical perception, (2) rare mage ability — some mages can see magical pathways, he's one of them, (3) "I just think that way" — his brain processes the logic differently. All true. Omits the critical piece: he sees *logic flaws*, not just pathways. The bracelet amplifies that, but the core gift is innate. Ledger's response: "That's not exactly what I saw, but close enough for the paperwork." Accepts operationally, files the gap privately. **Phase 3 — Micro-hook ending:** [PLACEHOLDER — needs Book 3 arc context. Direction: something from Ledger on the way out that reminds the reader this file has a destination. Light touch, not cliffhanger.] Leon's guilt thread: internal reflection from Phelan during debrief — philosophy shift from "don't ask who's buying" to something harder. Not a conversation, a recognition.
|
||||
|
||||
**Chapter 21: The New Quiet**
|
||||
Personal resolutions and new status quo. **Thresholds resolution:** The Ch 11 exploit pays off -- Charlette's control system dismantled. Mere and Devod now co-own Thresholds or have forced negotiation leverage. Devod is recovered enough to be present for this -- his moment, earned. Room for expansion on personal threads. New status quo on Chandler's Row -- quiet but earned, not assumed. House plans continue (updated revision number). Phelan's ability closer to exposure -- the crystal break was witnessed by Ledger and left arcane evidence. Compact's direct pressure building toward Book 3. Phelan reflects on the Kae mirror -- what happens when no one helps. The uncomfortable fact: someone helped *him* (Mere, Leon, Carson, Devod) whether he asked or not. End with forward momentum.
|
||||
|
||||
**Epilogue: The View from Thorngate**
|
||||
Time skip -- weeks or a month after case closes. Seeds Book 3. Cass receives reports about the crystal break with enough detail to understand the extent of Phelan's ability. Compact internal politics shift -- Phelan moves from annoyance to variable needing management. Final detail signals Book 3 threat: the Compact decides to look more closely at what Phelan can actually do. Mirrors Book 1 epilogue structure -- the case is over, the consequences are just beginning.
|
||||
|
||||
---
|
||||
|
||||
## Character Arcs
|
||||
|
||||
### Phelan Varrant -- "Two Systems, One House"
|
||||
|
||||
**Case arc:** Confronts someone who mirrors his own isolation -- Kae is what happens when no one helps. His "saving Kae is efficient" masks growing empathy he won't name. The bracelet's pre-Compact handshake with the crystal (Ch 9) gives him the key to the exploit -- he just needs to process the data. Flaw Sight essential for breaking the crystal. Infiltrates a Compact safehouse with Ledger (all rules are out after they targeted his family).
|
||||
|
||||
**Domestic arc -- Internal shift:** From *coexisting with Mere* → *building something with her*
|
||||
|
||||
The domestic arc is the emotional spine that makes the Kae case land, because Kae is what happens when you never let anyone close enough to misunderstand you.
|
||||
|
||||
**Core dynamic (Yin-Yang Misfire):** Mere says exactly what she means. Phelan hears what people *really* mean. When those two systems collide with someone who actually means what she says: Phelan reads subtext that isn't there, Mere doesn't understand why he's reacting to something she didn't say, both arrive at the same conclusion via incompatible methods. Range: hilarious (budget math) to quietly painful (a rift that takes a day to heal).
|
||||
|
||||
**Milestone beats:**
|
||||
|
||||
| Beat | Chapter | Description |
|
||||
|---|---|---|
|
||||
| The Budget Math | Ch 1 | Mere's budget method is alien to Phelan. His noise kicks in, he redoes it his way. Hours later, same number. Mere: "I told you." First lesson: *different method, same answer* is the pattern of this relationship. |
|
||||
| The Misread | Ch 4-5 | Mere says something blunt. Phelan reads hidden criticism that isn't there, adjusts behavior. Mere notices a day later, asks why. Baffled: "I said [exact words]. That's what I meant." Brief desync, recalibration. Phelan files away: *Mere is the one person whose words are the whole message.* |
|
||||
| The Reclassification | Ch 10 | Ledger formalizes the de facto elevation from the epilogue — Tier Two promotion. Higher pay, Archive access, alias formalized. Phelan's reaction is complicated — the money helps the house, the access helps the case, but the scrutiny is exactly what he's been avoiding. The guild knows more about The Locksmith than Phelan is comfortable with. |
|
||||
| The Reversal | Ch 16 | For once, Mere misreads *Phelan*. During the planning session, Phelan goes silent while processing the Ch 9 Flaw Sight fragments. Mere interprets his stillness as emotional detachment -- pulling away after everything with Devod. It's actually hyperfocus, a trait they share but she hasn't recognized in him yet (hers manifests as intense physical presence; his as absence). The misread resolves when his silence breaks with the solution. Brief sting, quick recovery. A relationship pattern they'll work on across books -- she has to learn his silence isn't giving in, it's hyperfocus. |
|
||||
| The Crack | Ch 13 | After Devod's attack, domestic equilibrium breaks. Mere processes through action (bedside research). Phelan processes through cold efficiency (hunt Kae). Incompatible grief responses. Not a misunderstanding -- a genuine conflict of approach. Unresolved this chapter. |
|
||||
| The New Math | Ch 20-21 | Domestic life resumes differently. Budget method is now a blend: Mere's structure, Phelan's edge-case paranoia. They've stopped translating each other and started building a shared language. Phelan won't name this. The reader will. |
|
||||
|
||||
**Per-chapter temperature:**
|
||||
|
||||
| Ch | Phelan's Domestic State |
|
||||
|---|---|
|
||||
| 1 | Content but restless. The quiet is good. The quiet is suspicious. House plans, budget math, the comedy of two analytical minds sharing a kitchen. |
|
||||
| 2-3 | Case pulls focus. Mere gives him space (she understands hyper-focus). Domestic life continues in background -- meals, routines, the small negotiations of shared space. |
|
||||
| 4-5 | Leon's guilt discovery stirs something. Phelan notices he's *telling Mere about the case* without being asked. This is new. He doesn't examine why. **The Misread.** Brief desync. Recalibration. Phelan learns something he'll keep learning all book: she means what she says. |
|
||||
| 7-8 | Case intensifying. Ch8: Ledger trust moment (morning), coordinated tail with Leon (afternoon), Cass confirmed (eavesdropping), Carter told (evening). Domestic rhythms become anchoring -- the thing he comes back to. Mere's blunt observations about the case are occasionally brilliant in ways that annoy him. |
|
||||
| 9 | After first contact with Kae -- fought, drained by the crystal, rescued by Leon. Comes home shaken (won't admit it). Bracelet at half power. Mere takes over bedside care -- clinical, fierce. Phelan falls asleep hearing Mere and Leon discussing what happened at the table. Domestic arc as anchor: this is the home he returns to when the world breaks him. |
|
||||
| 10 | Tier Two. Mixed feelings — the money and access are welcome, the scrutiny isn't. The alias becoming official makes the anonymity harder to maintain. |
|
||||
| 11 | **Thresholds.** Phelan present but peripheral as Devod reveals the ultimatum truth and Mere reclassifies both parents. Notices Devod's unexplained composure shift — files as inconsistent data. Witnesses Mere choosing to shelve the personal for the case. |
|
||||
| 12 | Devod attacked. Domestic equilibrium shattered. |
|
||||
| 13 | **The Crack.** Incompatible grief responses. Unresolved tension. The house feels different. |
|
||||
| 14-15 | Working in parallel, not together. The rift isn't hostile -- they're just in different processing modes. Mere at bedside researching. Phelan hunting. They pass each other. |
|
||||
| 16 | Planning the impossible solution brings them back into alignment. Mere's research + Phelan's Flaw Sight = the plan. Working together heals what talking couldn't. |
|
||||
| 17-18 | The case execution. Mere's herbal treatment is essential. Phelan trusts her with Kae's survival -- domestic arc paying off. No hesitation. |
|
||||
| 19 | Observer mode. The deal isn't Phelan's scene -- he built the infrastructure, Ledger closes it. Cold-reads Kae, catches Ledger's institutional shift (Flaw Sight as asset), reflects on evidence weight. The noise registers the leash parallel: better packaging, still a leash. |
|
||||
| 20-21 | **The New Math.** Earned quiet. House plans continue. The shared language is forming. |
|
||||
|
||||
---
|
||||
|
||||
### Mere Fields
|
||||
|
||||
Moves from supporting role to active participant across three threads. (1) Charlette/Thresholds -- her own chapter (Ch 11) reveals Charlette's ultimatum and the fact Devod never signed away his share. Mere didn't know — this transforms the legal fight into something deeply personal. She and Devod pursue the claim together, rebuilding their relationship through collaboration. Resolution in Ch 21. (2) Devod's draining (Ch 12-13) -- life-threatening; Mere genuinely afraid he'll die. Her emotional detachment cracks under pressure, but she processes through action. Her bedside research on the crystal's effects (Ch 13) directly feeds the herbal treatment that saves Kae (Ch 19). (3) The pain solution -- Mere's Thresholds herbalism expertise provides the ~80% pain management bridge that makes saving Kae possible instead of just merciful.
|
||||
|
||||
**Note -- Devod's Pathfinder past:** Mere knew about Devod's Pathfinder service since childhood (pre-ultimatum, ~age 12). It was just a fact about her father. She never mentions it because (a) it wasn't relevant until now, and (b) she doesn't volunteer information unprompted -- established character behavior. During Brennan Toor's visit, her non-reaction is the punctuation: Phelan is the last one catching up.
|
||||
|
||||
---
|
||||
|
||||
### Devod Fields -- "The Door That Opens"
|
||||
|
||||
**Internal shift:** From *grateful to be tolerated* → *believing he belongs here*
|
||||
|
||||
**ESTABLISHED CANON -- Pathfinder Backstory:** Devod served ~10 years (~18-28) in the Pathfinders, an elite guild-contracted frontier clearance unit. Earned the nickname "The Wolf" (pack leader, protector). His Book 1 combat skills (Ch19 forearm/collarbone strikes) and terrain navigation (Ch14-15 mine) were Pathfinder training, not delivery-driver instinct -- Phelan's narration was an incorrect cold-read. Full backstory in `characters/devod-fields.md`.
|
||||
|
||||
**Brennan Toor Visit (planned scene, recovery arc):** Old Pathfinder comrade visits during Devod's recovery. Calls him "Wolf." Mere lets him in without surprise -- she knew about Devod's Pathfinder past since childhood (pre-ultimatum). Brennan tells the defining story (three failed ideas, fourth saved the unit). Phelan recalibrates everything he thought he knew about Devod. Mere's non-reaction is the punctuation. Seeds The Cairns (the Pathfinder old-timer network) for Book 3. Brennan heard about Devod through The Cairns, not from Mere. His use of Phelan's guild alias "the Locksmith" seeds the Ledger-Pathfinder connection.
|
||||
|
||||
Devod spent 12 years watching Mere's life from above a tanner's shop. Book 1 cracked the door open. Book 2 is about him cautiously stepping through it -- and then having it nearly slammed shut by Kae's attack at the exact moment he started to believe it would stay open.
|
||||
|
||||
**Critical design choice:** The gradual reconnection with Mere MUST land before the attack (Ch 12). If the reader hasn't watched this relationship cautiously rebuild through Ch 1-11, the attack is just plot mechanics.
|
||||
|
||||
**Milestone beats:**
|
||||
|
||||
| Beat | Chapter | Description |
|
||||
|---|---|---|
|
||||
| The Awkward Orbit | Ch 1-4 | Devod is *around* -- showing up with ideas, helping where he can, treating every interaction with Mere like borrowed time. Over-explains, over-contributes, tries too hard. Mere finds it exhausting but doesn't push him away. |
|
||||
| The Breakthrough | Ch 11 | Thresholds chapter. Two-phase shift: emotional anchor (brings papers, stays calm while Mere reads) → truth-teller (reveals the ultimatum with composure that doesn't match the delivery-driver model). Devod stops performing gratitude, starts being *honest*. Mere reclassifies him — model inverted, he didn't leave, he was forced out. The moment is quiet but enormous. Mere says "we" about the Thresholds fight. **Operator phase (three-way collaboration) moves to Ch 16.** |
|
||||
| The Door Slams | Ch 12 | Kae drains Devod at the exact moment the relationship was becoming real. Destruction of something fragile that was just starting to work. |
|
||||
| The Idea From the Bed | Ch 16 | Contributes his "one genius idea" from recovery. The real beat: he doesn't perform or over-explain. Just says it quietly. Like someone who believes he'll be heard. Mere doesn't praise -- she just *uses* the idea, which is her version of trust. |
|
||||
|
||||
**Per-chapter temperature:**
|
||||
|
||||
| Ch | Devod's Emotional State |
|
||||
|---|---|
|
||||
| 1 | Present but peripheral. Helping with house plans (has opinions about foundations). Grateful energy. |
|
||||
| 2-3 | Hovering. Drops by Chandler's Row with food, ideas, excuses to visit. Mere tolerates it. |
|
||||
| 4 | Starting to relax slightly. A shared laugh over something practical. Still tentative. |
|
||||
| 5-7 | More natural. Offers case ideas (mostly bad, one useful). Mere stops bristling at his presence. |
|
||||
| 8-9 | Comfortable enough to disagree with Mere about something small. She respects it. Quiet milestone. |
|
||||
| 10 | Settled into routine. Present but unremarked -- the normalcy that makes Ch 12 devastating. |
|
||||
| 11 | **Breakthrough.** Two-phase shift: anchor → truth-teller. Reveals the ultimatum with composure that doesn't match the delivery-driver model. Mere reclassifies both parents — Charlette as closed account, Devod as model-inverted. Says "we" about the Thresholds fight. Stops performing, starts belonging. |
|
||||
| 12 | **Attacked.** Everything that was building gets shattered in one moment. |
|
||||
| 13 | Unconscious/recovering. His absence is the loudest thing in the chapter. Mere at bedside. Leon at bedside -- the intersection moment. |
|
||||
| 14 | Off-page recovery. His absence weighs on Mere and Phelan differently. |
|
||||
| 15 | **The Wolf.** Brennan Toor visits during recovery. Devod's Pathfinder past revealed to Phelan. Mere's non-reaction is the punctuation. |
|
||||
| 16 | Lucid enough to contribute. The quiet idea. Changed demeanor -- less scattered, more grounded. |
|
||||
| 17-19 | At Millford Street with Mere. Day 4-5 recovery. Quiet nod when Phelan comes for Mere (Ch19). Mere returns to him after treating Kae -- he's still her priority. Off-page but present. |
|
||||
| 20-21 | Recovery continuing. Thresholds resolution lands in Ch 21 -- his moment, earned. Relationship with Mere is different now -- tested, not just tentative. Neither names it. |
|
||||
|
||||
---
|
||||
|
||||
### Leon D'Nardis -- "The Freelancer's Leash"
|
||||
|
||||
**Internal shift:** From *independence as identity* → *accepting that freedom has a price tag he's been ignoring*
|
||||
|
||||
Two engines pulling opposite directions. The guilt thread (crystal sale enabled Kae's weapon) yanks him *toward* the team -- he owes this. His freelance identity (no guild, no commitments, always one foot out the door) pulls him *away*. Book 2: Leon discovers "no strings attached" was always an illusion -- he just wasn't looking at the strings.
|
||||
|
||||
**Father backstory context:** Leon's father (minor nobility, D'Nardis family, governs between cities) was injured in a bandit raid on his carriage. Survived but required expensive healing. Leon traveled to see him — they care for each other under the black-sheep tension. The financial pressure (healer bills + operational debt from the Vethani Crypts job) is why he sold the crystal fast and cheap to a traveling vendor rather than negotiating full value. This surfaces in Ch 4 as a clipped answer when Phelan asks why he sold so fast, and echoes in Ch 13 when Leon sees Devod — another father hurt, this time by the weapon Leon's sale enabled.
|
||||
|
||||
**Milestone beats:**
|
||||
|
||||
| Beat | Chapter | Description |
|
||||
|---|---|---|
|
||||
| The Recognition | Ch 4 | Leon identifies the crystal. Realizes what he sold and what it became. Doesn't break down -- gets quiet, then operational. "Let me help trace the buyer." Guilt manifests as hyper-competence. **Father mention:** When Phelan asks why he sold so fast — "My father got hurt. Healers aren't cheap." Noise fills in D'Nardis family context. **Traveling vendor scene:** Leon was already planning to visit the vendor (still in Drenwick) to browse for a fire augmentation tool. Double duty: character beat (Leon shopping, jealous of Phelan's ring) + investigation beat (vendor remembers the crystal buyer, describes intermediary). The irony of Leon browsing for new toys while his last sale is killing people. |
|
||||
| Stay or Bolt | Ch 10 | Case shifts to "Cass targeting Phelan's network." Leon has a window to walk away. Stays -- frames it transactionally ("I know the crystal's signature better than anyone, you need me"). Phelan sees through this. Neither acknowledges it. |
|
||||
| The Bedside | Ch 13 | **Intersection moment with Devod's arc.** Leon sees the man drained by the crystal *he sold*. Guilt stops being abstract, becomes concrete. **Father parallel:** Leon sees Devod — another father hurt — and connects it to his own father's injury from the bandit raid. His father was hurt by bandits; Devod was hurt by the weapon Leon's sale enabled. The parallel strikes without anyone stating it. Operational mask slips for one moment. Covers it fast. Phelan notices, says nothing. Devod doesn't know Leon is the link. Leon does. |
|
||||
| Cover Fire | Ch 18 | During the safehouse infiltration, Leon intercepts Kae at Brida's -- putting himself between Kae and a target. First time he's put himself at physical risk for someone else's plan. Not freelancing -- *serving*. He'd hate that word. Does it anyway. |
|
||||
| The New Philosophy | Ch 20-21 | "Don't ask who's buying" becomes something harder. Quiet conversation with Phelan, maybe while drinking. Doesn't swear off grey-market work. Doesn't join the guild. But starts *asking*. One question per sale. Who's buying. Small, permanent, costly to his business model. |
|
||||
|
||||
**Per-chapter temperature:**
|
||||
|
||||
| Ch | Leon's Emotional State |
|
||||
|---|---|
|
||||
| 1 | Comfortable. Training with Phelan. Easy rhythm of a transactional friendship that's secretly becoming real. |
|
||||
| 4 | **Recognition.** Quiet shock, then operational pivot. Guilt buried under competence. Deepens as crystal connection solidifies. Throws himself into tracing the buyer. |
|
||||
| 5-7 | Increasingly invested. Tells himself it's professional -- cleaning up his own mess. |
|
||||
| 8 | Coordinated tail with Phelan via soundstones. Hears Cass confirm the crystal chain. The anger is easier than the guilt. Stays in the field after the split -- keeps tracking operatives. Finds Kae's location. |
|
||||
| 9 | Calls Phelan with Kae's location. Guards the front during break-in. Rescues Phelan from crystal drain with wall-of-fire brute force. Guilt sharpens -- the crystal that attacked his friend passed through his hands. Guards Phelan during recovery. Mask slips briefly at Chandler's Row. |
|
||||
| 10 | **Stay or bolt.** Chooses to stay. Rationalizes it. Phelan lets him. |
|
||||
| 12 | Devod attacked. Leon goes cold. Combat-ready. Guilt is a weapon now -- channeled into "fix this." |
|
||||
| 13 | **Bedside.** Mask slips. Recovers. Changed underneath. |
|
||||
| 16 | All business. Planning the approach. Volunteers for the dangerous position without being asked. |
|
||||
| 18 | **Cover fire.** Intercepts Kae at Brida's -- head-on, pure Leon. Protecting, not attacking. Serving someone else's plan. Hates it. Does it perfectly. "No. We can help you." -- five words that broke the freelancer philosophy. |
|
||||
| 19 | Guard position. Quiet, watchful. "Fill me in at practice later." Assumes a future -- there will be a later and a practice. Watches the kid who tried to kill him sign a document. Processing the aftermath of his own five words. |
|
||||
| 20-21 | **New philosophy.** The quiet conversation. One question per sale. Small change, real cost. |
|
||||
|
||||
---
|
||||
|
||||
### Carter (Jonael Carterson)
|
||||
|
||||
**Family:** Wife — Jenet Carterson. Son — Logen Carterson.
|
||||
|
||||
Personal subplot -- Compact retaliates against him via supply chain cutoff (economic pressure, not physical danger). Carter investigates on his own first, comes to Phelan as a peer when he hits a wall (Ch 2-3). **Compact leverage:** Blackmail / past violations. Supplier 1 has a minor real violation — Phelan determines it's cheaper for them to fix the violation and save their business than to keep bowing to Compact pressure. Supplier 2 faces fabricated blackmail — the supplier believes people will trust the Compact over them; Phelan exposes the fabrication (specific method TBD during drafting). Resolution is a team effort: Phelan traces Compact intermediaries and neutralizes their leverage (Ch 4-7), Leon vouches for Carter with grey-market contacts, Carter evaluates and rebuilds with higher standards. Comes out with a stronger, Compact-resistant network. Learns Cass is behind the cutoff (Ch 8), entering the Compact conflict as a conscious participant. The studded jacket (ore studs, ~20% absorption, hem/cuffs/collar) is delivered in Ch 12 after Devod's draining -- Carter sees where the case is heading and acts. He'd been designing it since receiving the ore in Book 1; the restored supply chain made it possible. Seeds Book 3: Carter is a known target with Compact-resistant infrastructure.
|
||||
|
||||
---
|
||||
|
||||
### Cassius Rykhard
|
||||
|
||||
Elevated from bureaucratic obstacle to active puppeteer. Manufactured Kae as a weapon, killed Elara, now weaponizing chaos. Book 2 establishes him as the series-level antagonist.
|
||||
|
||||
---
|
||||
|
||||
### Ledger — "The Watchmaker's File"
|
||||
|
||||
**Internal shift:** From *observing an asset* → *protecting an investment he won't admit is personal*
|
||||
|
||||
Ledger ended Book 1 playing a longer game — "the guild has noticed," Greenvale evidence filed, higher-tier cases delivered. In Book 2, the draining case forces him from observer to handler. He assigns Phelan, tracks progress, delivers the Tier Two promotion, and provides intelligence — all while his file on Phelan's true capabilities grows thicker with every debrief. The tension: Ledger is increasingly invested in Phelan's success while simultaneously building the case that could expose him.
|
||||
|
||||
**Milestone beats (9 beats):**
|
||||
|
||||
| Beat | Chapter | Type | Description |
|
||||
|---|---|---|---|
|
||||
| The Assignment | Ch 2 | Modified | No longer a client case. Ledger's intelligence network (Pathfinder-built) detected the draining pattern AND the Compact's deliberate non-investigation. Brings this to Phelan as a guild operation. The warrens family is a data point he investigated, not a walk-in. In-person delivery signals institutional priority. |
|
||||
| The Reluctant Share | Ch 4 | **NEW** | Brings Kae's name and intel about a dead woman connected to him (Elara). Does NOT reveal she was a guild informant — protecting guild intelligence infrastructure. Frames it as related intelligence, not personal loss. Phelan cold-reads that Ledger is holding back. Files it. The audience learns Elara is dead here; the Ch 14 double reveal adds WHO killed her, WHY, and Ledger's personal stake. |
|
||||
| The Intelligence | Ch 5 | Unchanged | Provides Kae's street name. Asks too-precise questions about Phelan's investigative methods. Phelan deflects; Ledger files it. |
|
||||
| The Escalation | Ch 7 | Unchanged | Victim dies. Ledger visits to discuss guild exposure. "This is a murder case. The guild's name is attached to the outcome." |
|
||||
| The Financial Thread | Ch 8 | **NEW** | Financial results confirm Cass. Triggers Ledger to reveal Elara was a guild informant ("she went dark"). Institutional framing, personal weight visible. Major trust moment. Does NOT reveal full truth (murder details, personal guilt) -- reserved for Ch14 double reveal. |
|
||||
| The Reclassification | Ch 10 | Unchanged | Tier Two promotion. Higher retainer, Archive access, intelligence priority, alias formalized. Double-edged: resources + tighter leash. Ledger's version of "we believe in you" is a pay raise and a tighter leash. |
|
||||
| Crisis Response | Ch 12-13 | **NEW** | Ledger arrives at the Devod scene — justified by guild protocol: Tier Two operative's family member attacked = automatic guild response. Guild network picks up the attack independently (Pathfinder seed). Reaction subtly off — too controlled, too specific in damage assessment. Knows "Devod Fields" maps to more than "Mere's delivery-driver father" (Pathfinder reputation knowledge). Provides guild resources: safe house access, medical contacts. Reads Phelan-Mere tension. **Drafting note:** Brief and functional — single line or beat for Devod-name reaction, not competing with Mere/Leon emotional beats. |
|
||||
| The Hunt | Ch 14 | **NEW** | Provides Compact records access for tracing Elara's paper trail. Present in person, helping Phelan interpret institutional records (Pathfinder training included Compact liaison work). **Double reveal:** Elara was a guild informant Ledger personally brought in and was trying to protect. His presence during the reveal lets him witness Phelan's emotional reaction — more data for the file — but Phelan is now watching Ledger too, and sees the weight. The Cass-Elara connection is institutional AND personal. Ledger lost someone, not just an asset. |
|
||||
| The Resources | Ch 17 | Unchanged | Tier Two access (Archives, intelligence priority) for planning the approach to Kae. Provides approach vector — tactical support, not just information. Committed. |
|
||||
| Crystal Break Witness | Ch 18 | **REVISED** | Ledger infiltrates the Compact safehouse *with* Phelan -- gets them in using his knowledge of Compact safehouse protocols (security patterns, ward configurations, access methods). Right there when Phelan works the crystal. Witnesses the full extent of Flaw Sight firsthand -- not from a perimeter, but standing in the room. This isn't standard curse-breaking and he knows it. |
|
||||
| The Debrief | Ch 20 | Modified | No longer working from reports — firsthand witness. "I was there, Phelan. I saw what you did to that crystal. That wasn't curse-breaking." Much harder to deflect. The file has firsthand testimony. Manages Kae's guild custody (intelligence asset, safe house). Seeds Book 3 institutional pressure significantly harder than secondhand reports. |
|
||||
|
||||
**Per-chapter temperature:**
|
||||
|
||||
| Ch | Ledger's State |
|
||||
|---|---|
|
||||
| 2 | Professional, institutional. Pattern + Compact gap = guild operation. In-person delivery signals this matters. |
|
||||
| 4 | **The Reluctant Share.** Brings Kae's name and dead woman intel. Controlled, incomplete — protecting guild intelligence infrastructure. Something personal underneath the institutional framing. Phelan notices. |
|
||||
| 5 | Curious. Probing questions about methods. Not casual. |
|
||||
| 7-8 | Pressured. Guild reputation on the line. Ch8 morning: **The Financial Thread** -- delivers Cass confirmation AND reveals Elara was a guild informant (institutional framing, "she went dark," full truth reserved for Ch14). Major trust moment. Edge softens -- this is the most he's shared. |
|
||||
| 10 | Decisive. Promotion is backing + investment. |
|
||||
| 12-13 | **Field mode.** Controlled but something's off. Assessing the scene like someone who knows what draining does to a body. Provides resources. Reads the team's fracture. Brief, functional, not competing with emotional beats. |
|
||||
| 14 | **Engaged — personally.** In the field, working Compact records alongside Phelan. Professional collaboration — but every insight Phelan offers gets filed. The double reveal hits: Elara was his informant, someone he brought in and was trying to protect. Cass killed a guild asset AND someone Ledger felt responsible for. Phelan watches Ledger during the reveal and sees weight, not just institutional concern. |
|
||||
| 17 | Committed. Providing real tactical resources. Identifies the Compact safehouse -- the observer has become a participant. |
|
||||
| 18 | **Inside.** Infiltrates the Compact safehouse *with* Phelan. Gets them in using Compact protocols. Witnesses the full extent of Flaw Sight in the room -- not from a perimeter, standing right there. The mask holds, but the data is overwhelming. |
|
||||
| 19 | **Peak institutional competence.** Prepares the guild room while Phelan fetches Mere. Runs the deal with Kae -- terms, testimony, managed custody. Delivers Elara bomb at a calculated moment. Book 3 seed: measured comment about Flaw Sight's institutional value ("artifacts they consider untouchable -- you proved they aren't"). The observer has become an investor. |
|
||||
| 20 | Calculating with firsthand knowledge. Respect and wariness sharpened by what he saw. Much harder for Phelan to deflect. Book 3 seeds are concrete, not speculative. |
|
||||
|
||||
**Ledger Pathfinder Backstory:**
|
||||
|
||||
Ledger served in the Pathfinders — **different unit than Devod, different era or region.** He knows *of* "the Wolf" by reputation but they never served together. Devod doesn't know Ledger personally. Full details in `characters/ledger.md`.
|
||||
|
||||
**What the Pathfinder past explains:**
|
||||
- The intelligence network is old Pathfinder comrades repurposed into an information web
|
||||
- Combat readiness (throwing knives, threat assessment) is Pathfinder training, not surprising bureaucrat capability
|
||||
- Phelan's "most dangerous person in the room" read was accurate — the bureaucrat mask IS the disguise
|
||||
- The Carter link (anonymous client management in Book 1) fits Pathfinder asset-running tradecraft
|
||||
- Knowledge of Compact filing systems comes from Pathfinder-Compact liaison work
|
||||
|
||||
**Reveal strategy:** Slow burn. Book 2 plants seeds only — no character says "Pathfinder" about Ledger. Full reveal reserved for Book 3. Seeds: (1) network reach in Ch 2, (2) field assessment precision in Ch 12-13, (3) Compact record navigation in Ch 14, (4) Ch 15 guild-alias anomaly (Brennan briefed with guild nomenclature via The Cairns — Phelan files but doesn't resolve), (5) Compact safehouse infiltration expertise in Ch 18, (6) debriefing protocols in Ch 20. Phelan notices pieces but doesn't connect them.
|
||||
|
||||
**Kae Guild Custody (Post-Resolution):**
|
||||
|
||||
Guild custody under Ledger's management. Kae becomes an intelligence asset:
|
||||
- Testimony too valuable to hand to the Compact (they'd bury it) or the city watch (they'd hang him)
|
||||
- Crystal connection log (every victim's signature) = irrefutable evidence; combined with Kae's account, directly implicates Cass
|
||||
- Mere continues herbal treatment through the guild (ongoing ~80% pain management)
|
||||
- Not a prisoner, not free — an asset with a debt and a purpose
|
||||
- **Physical location:** Guild safe house (established as available through Ch 12-13 crisis response beat)
|
||||
- Mirrors Phelan's "saving him is efficient" logic at institutional scale. Pragmatism as mercy.
|
||||
- Seeds Book 3: Kae is a weapon Ledger can point at the Compact when the time is right.
|
||||
|
||||
---
|
||||
|
||||
### Arc Intersection Map
|
||||
|
||||
| Chapter | Devod | Leon | Phelan (domestic) | Carter | Ledger | Carson |
|
||||
|---|---|---|---|---|---|---|
|
||||
| 1 | Peripheral, grateful | Comfortable, training | Budget math comedy | — | — | — |
|
||||
| 2 | — | — | — | Brings supply problem | **Case assignment** | — |
|
||||
| 4 | Relaxing slightly | **Crystal recognition**, guilt deepening, father mention, vendor scene | Telling Mere about case | Investigation begins; Leon contacts continue | **The Reluctant Share** — brings Kae's name, withholds Elara's informant status | — |
|
||||
| 5 | Natural | Guilt deepening | **The Misread** | Leverage identified | **Intelligence + probing questions** | — |
|
||||
| 6 | Natural, case ideas | Guilt deepening | — | Carson resolves Supplier 2 rumors | — | **Introduction** — chapel-workshop, Church of the Ahole, anti-Phelan moment; resolves Supplier 2 via network |
|
||||
| 7 | More natural, case ideas | Invested | — | **Suppliers freed**; rebuilds with higher standards | — | **Puzzle piece** — Kae's dilemmas, "do what's best for you" advice |
|
||||
| 8 | — | **The Tail** — coordinated surveillance via soundstones, hears Cass confirm chain, stays in field to track Kae | Ledger trust moment (morning), case intensifying | **Learns Cass is behind it** — Phelan drops the bomb | **Financial Thread + Elara reveal** (informant status, "she went dark") — major trust moment | — |
|
||||
| 9 | — | **First Contact** — finds Kae, guards front, rescues Phelan from crystal drain, guilt sharpens | Crystal drain aftermath, Mere's bedside care, domestic arc as anchor | — | — | — |
|
||||
| 10 | — | **Stay or bolt** | Tier Two — mixed feelings | — | **Tier Two promotion** | — |
|
||||
| 11 | **Breakthrough** (truth-teller) | — | **Thresholds** — peripheral, observes ultimatum reveal + Mere's reclassification | — | — | — |
|
||||
| 12 | **Attacked** | Goes cold | Equilibrium shattered | **Jacket delivery** (payoff from Ch 2-3 setup) | **Crisis response** — field assessment, guild resources, reads team fracture. Subtly off reaction to Devod's name. | — |
|
||||
| 13 | Absent (recovering) | **Bedside intersection** | **The Crack** | — | (continued) Safe house + medical contacts established | — |
|
||||
| 14 | Off-page recovery | — | Working in parallel | — | **The Hunt** — Compact records access, field collaboration, witnesses Elara reveal and Phelan's reaction | — |
|
||||
| 15 | **Recovering — Brennan Toor visits** | — | Recalibrates Devod | — | — | — |
|
||||
| 16 | **Quiet idea** | Volunteers for danger | Realignment through work | — | — | — |
|
||||
| 17 | — | — | — | — | **Resources + approach vector** | **"I got a buddy"** — network helps navigate Kae's protectors |
|
||||
| 18 | — | **Cover fire** — intercepts Kae at Brida's, containment not elimination. "No. We can help you." Five words. | Trusts Mere completely | — | **Crystal break witness** — three feet away during crystal rewrite. Six micro-reactions. "That's not in any manual I've read." | — |
|
||||
| 19 | — | Guard position. "Fill me in at practice." Watches Kae sign the deal. | Mere: brief clinical treatment, moss supply flag, exits to Devod | — | **Runs the deal.** Elara bombshell mid-negotiation. Book 3 seed: Flaw Sight as institutional asset. | — |
|
||||
| 21 | Testing new relationship | **New philosophy** | **The New Math** | Acknowledged, network rebuilt | **Debrief — firsthand witness**, Kae guild custody | — (learns truth off-page through back channels) |
|
||||
|
||||
---
|
||||
**Key magical mechanism:** Bracelet/crystal handshake during the Ch09 drain gave Phelan trusted-process credentials inside the crystal. Overuse degradation of the crystal's internal signature loosens authentication, enabling the Ch18 rewrite. Full exploit details in `world/magic/exploits-log.md` (Exploit #5).
|
||||
|
||||
## Themes
|
||||
|
||||
- Addiction as weaponized vulnerability -- someone else's pain becomes someone else's tool
|
||||
- Addiction as weaponised vulnerability — someone else's pain becomes someone else's tool
|
||||
- The consequences of ethical shortcuts (Leon's "don't ask who's buying" philosophy)
|
||||
- Empathy vs. pragmatism -- Phelan saving Kae because it's "efficient" while clearly caring
|
||||
- Empathy vs. pragmatism — Phelan saving Kae because it's "efficient" while clearly caring
|
||||
- What happens when no one helps (Kae as a mirror of Phelan's isolation taken further)
|
||||
- Building trust vs. manufactured dependency
|
||||
- Institutional evil as accounting — Cass signs documents, not weapons
|
||||
|
||||
---
|
||||
## Milestone Beats
|
||||
|
||||
*(full outline in `outline/book2-outline.md`)*
|
||||
|
||||
1. Opening — establish new status quo at Chandler's Row, fire training ceiling, domestic rhythm
|
||||
2. Case introduction — Ledger delivers the pattern as a guild operation. Crystal signature identified
|
||||
3. Crystal recognised — Leon's Book 1 sale is the case's first cause. Broker trail opens
|
||||
4. Cass identified — financial trail + Elara informant reveal
|
||||
5. First contact — Ch09 fight at Brida's. The drain. Bracelet half power
|
||||
6. Tier Two + Floundry retaliation — stakes shift from public to personal
|
||||
7. Devod drained — the personal message
|
||||
8. Mission inversion — Ch14 Compact annex reveal, "save Kae"
|
||||
9. The Wolf — Brennan Toor visit reframes Devod
|
||||
10. The plan — three-part operation assembled from Mere's herbal treatment, Devod's frontier-clearance thinking, Phelan's bracelet/crystal handshake realisation
|
||||
11. Execution — Leon's five words + Phelan's crystal rewrite + Mere's herbal bridge
|
||||
12. Resolution — deal signed, testimony secured, Ledger's investor shift
|
||||
13. Epilogue — Thorngate seeds for Book 3
|
||||
|
||||
## Key Callbacks
|
||||
|
||||
| Prior Thread | Book 2 Connection |
|
||||
|---|---|
|
||||
| Leon sells Mallory focusing crystal for 1,200 silvers to traveling vendor | The crystal IS the weapon. Leon's careless sale enabled everything. Chain of custody: Leon → traveling vendor (fast, cheap sale due to father's healer bills + operational debt) → grey market → Cass's intermediary |
|
||||
| Leon's father injured in bandit raid | Healer debt + operational debt drove the fast, cheap crystal sale. Surfaces in Ch 4 (clipped answer), echoes in Ch 13 (Devod parallel) |
|
||||
| Epilogue broker inquiries about the crystal buyer | Foreshadowed the crystal becoming a problem — the "people asking" were Cass's broker inquiries rippling back through the grey market |
|
||||
| Cassius Rykhard reassigned to Thorngate | Operating remotely as Kae's handler -- distance gave him deniability |
|
||||
| Floundry case witnesses / Compact corruption evidence | Cass redirects Kae at witnesses to eliminate testimony |
|
||||
| Devod Fields' role in the Floundry cure | Targeted because of his connection to the case |
|
||||
| Phelan's fire combat training (epilogue -- 12 seconds integrated) | Kae is vulnerable to fire. The training arc pays off |
|
||||
| Mere's herbalism / Thresholds expertise | Provides the herbal pain management solution for Kae |
|
||||
| Leon sold Mallory focusing crystal for 1,200 silvers to a traveling vendor (Book 1 epilogue) | The crystal IS the weapon. Leon's careless sale enabled everything. Chain: Leon → Harren → Galden → intermediary → Cass |
|
||||
| Leon's father injured in bandit raid | Healer debt drove the fast, cheap crystal sale. Surfaces Ch04 (clipped answer), echoes Ch13 (Devod parallel) |
|
||||
| Epilogue broker inquiries about the crystal buyer | Cass's broker inquiries rippling back through the grey market |
|
||||
| Cassius Rykhard reassigned to Thorngate | Operating remotely as Kae's handler — distance gave him deniability |
|
||||
| Floundry case witnesses / Compact corruption testimony | Cass redirects Kae at witnesses to eliminate testimony (Ch11 Floundry drainings) |
|
||||
| Devod Fields' role in the Floundry cure | Targeted Ch12 because of his connection to the case and to Mere |
|
||||
| Phelan's fire combat training (Book 1 epilogue — 12s integrated) | Kae vulnerable to fire. Training arc pays off across Ch01–Ch18 (12.5s → 15s) |
|
||||
| Mere's herbalism / Thresholds expertise | Provides the 80% pain management bridge for Kae (Ch19) |
|
||||
| Phelan and Mere living together on Chandler's Row | New status quo. Domestic life disrupted by the case |
|
||||
| Carter supplied mine expedition gear, built focusing ring, coordinated ore sales (Book 1) | Compact traces his involvement -- supply chain cutoff as retaliation |
|
||||
| Carter received 8 pieces master-grade saturated ore (Ch21) | Used for studded jacket ore studs (~20% absorption) |
|
||||
| Cass conducting surveillance during Book 1 (Ch13, Ch19) | Identified Carter as part of Phelan's network -- drives the supply cutoff |
|
||||
| House plans revision 10 / east-facing kitchen | Ongoing subplot continues |
|
||||
| Charlette / Thresholds shop deed conflict | Advances in Book 2 -- Charlette's guild-adjacent logistics background drives her control methods. Ch 11 reframes the fight through understanding her system architecture. Three-way collaboration (Mere: pattern, Phelan: flaw, Devod: exploit) dismantles Charlette's control using its own logic |
|
||||
| Carter supplied mine expedition gear, built focusing ring, coordinated ore sales (Book 1) | Compact traces his involvement — supply chain cutoff as retaliation (B-plot) |
|
||||
| Carter received 8 pieces master-grade saturated ore (Book 1 Ch21) | Used for studded jacket ore studs (~20% absorption) delivered Ch12 |
|
||||
| Cass conducting surveillance during Book 1 (Ch13, Ch19) | Identified Carter as part of Phelan's network — drives the supply cutoff |
|
||||
| House plans revision 10 / east-facing kitchen | Ongoing subplot — Devod's integrated-drainage kernel filed for revision 11 |
|
||||
| Charlette / Thresholds shop deed conflict | Advances in Ch11 — ultimatum truth revealed, Mere reclassifies both parents. Thresholds fight shelved until case is finished (resolution Ch21) |
|
||||
|
||||
---
|
||||
## Character Arcs (internal shifts)
|
||||
|
||||
One-line internal shift per major character. Full per-chapter progression lives in each character's file.
|
||||
|
||||
- **Phelan Varrant:** coexisting with Mere → building something with her. Misread/recalibration pattern (Ch04–05), Tier Two ambivalence (Ch10), mission inversion (Ch14), Devod model demolished (Ch15), bracelet/crystal handshake realisation (Ch16), observer at the deal (Ch19). → `characters/phelan-varrant.md`
|
||||
- **Mere Fields:** partner to active participant. Case contributor (Ch02 cognitive-first insight, Ch07 dependency-cycle reframe), "Dad" reclassification (Ch11), clinical fury (Ch12), drain echo discovery (Ch13), herbal treatment design (Ch14–16) and application (Ch19). → `characters/mere-fields.md`
|
||||
- **Devod Fields:** grateful to be tolerated → believing he belongs. Quiet contributor (Ch01/06/10/16 four "one genius idea" moments). Ch11 "Come by tomorrow, Dad." Drained Ch12. Pathfinder reveal Ch15 (Brennan Toor). Changed demeanour post-draining. → `characters/devod-fields.md`
|
||||
- **Leon D'Nardis:** independence as identity → freedom has a price tag. Crystal recognition (Ch04), guilt deepening, stay-or-bolt (Ch10), bedside intersection (Ch13), commitment declared ("I'm in it. That's not a request"), cover fire at Brida's (Ch18), the five words that broke the freelancer philosophy. → `characters/leon-dnardis.md`
|
||||
- **Jonael "Carter" Carterson:** ally to conscious participant. Supply chain cutoff (Ch02–07), brother Tomael reveal (Ch02), studded jacket delivery (Ch12), enters the Cass conflict after Ch08. → `characters/jonael-carterson.md`
|
||||
- **Cassius Rykhard:** bureaucratic obstacle → active puppeteer. Escalates from Book 1 institutional pressure to engineered murder (Elara) and weaponised dependency (Kae). Off-page architect of the case. → `characters/cassius-rykhard.md`
|
||||
- **Ledger:** observing an asset → protecting an investment he won't admit is personal. Delivers the case (Ch02), reluctant share (Ch04), financial thread + Elara informant reveal (Ch08), Tier Two (Ch10), Devod crisis response (Ch12), Compact annex admission (Ch14), safehouse infiltration and crystal rewrite witness (Ch18), runs the deal with Elara bombshell (Ch19). Observer → investor. Pathfinder backstory slow burn — no character says "Pathfinder" about him in Book 2. → `characters/ledger.md`
|
||||
- **Kaeran "Kae" Thrainn:** pattern → name → weapon → victim → witness. Sought permission, not absolution (Ch07 Carson). First on-page Ch09. Drained Devod Ch12. Full backstory via Brida Ch14. Surrendered to Leon Ch18. Deal signed Ch19. → `characters/kaeran-thrainn.md`
|
||||
- **Carson Johnsby:** network credibility. Puzzle piece (Ch07), Brida introduction (Ch14), positioned at Brida's (Ch17). Learns the truth off-page via back channels. → `characters/carson-johnsby.md`
|
||||
- **Brennan Toor:** off-page Cairns relay, then on-page in Ch15. The Vethek Pass story demolishes Phelan's Devod model. Aldric Vane contact seeded for Book 3. → `characters/brennan-toor.md`
|
||||
|
||||
## Open Questions
|
||||
|
||||
### Resolved
|
||||
|
||||
- ~~Devod's condition post-draining~~ → Life-threatening, full recovery. Touch and go for days. Recovers fully by Ch 21.
|
||||
- ~~Charlette/Thresholds subplot mechanics~~ → Ch 11 "Thresholds" (redesigned 2026-03-24). Four beats: payment anomaly discovery (financial records reveal extortion payments, not legal deed, as primary trigger) → ultimatum truth (Charlette threatened to disappear with Mere) → cold finality (Mere reclassifies both parents, done with Charlette) → shelving (Mere delays Thresholds fight for the case — character growth). Three-way collaboration (Mere: pattern, Phelan: flaw, Devod: exploit) and Reversal beat both moved to Ch 16. Charlette translation beat cut — Mere doesn't need it.
|
||||
- ~~Elara reveal timing~~ → Ch 14; combined paper trail (Compact records) + street contact testimony (someone paid to look away).
|
||||
- ~~Specific Compact leverage on Carter's suppliers~~ → Blackmail. Supplier 1: minor real violation (Phelan helps them fix it — cheaper than bowing to Compact). Supplier 2: fabricated blackmail (Phelan exposes the fabrication — method TBD during drafting).
|
||||
- ~~Carter's family names~~ → Wife: Jenet Carterson. Son: Logen Carterson.
|
||||
- ~~Supplier 2 fabrication exposure method~~ → Resolved via Carson in Ch 6. Compact pressured Supplier 2 to cut off Carter AND spread fabricated rumors to force compliance. Carson knows the supplier (a fellow craftsman and follower of the Church of the Ahole), squashes the rumors over time through his network credibility. Supplier freed to resume business with Carter if Carter wants.
|
||||
- ~~Specific exploit mechanics~~ → Resolved. Five-beat credential harvest & authentication swap. See `docs/superpowers/specs/2026-03-16-crystal-exploit-credential-harvest-design.md`
|
||||
|
||||
- ~~Case entry details~~ → **RESOLVED.** No longer a victim's family walk-in. Ledger's Pathfinder-built intelligence network detected the draining pattern across Drenwick — multiple incidents no one else connected. Simultaneously noticed the Compact's deliberate non-investigation (they know about it and aren't acting). Two signals, one conclusion: someone with Compact protection is running an unregistered magical weapon. Guild-priority threat. The warrens family whose breadwinner was drained is a data point Ledger investigated, not a client who walked in. Guild takes this as an institutional operation — no client fee, guild-funded. Ledger assigns Phelan because the case requires his specific skillset.
|
||||
- ~~Kae's post-resolution status~~ → **RESOLVED.** Guild custody under Ledger's management. Kae becomes an intelligence asset: testimony too valuable to hand to the Compact (they'd bury it) or the city watch (they'd hang him). The crystal's connection log (every victim's signature) serves as irrefutable evidence. Combined with Kae's account, directly implicates Cass as the handler. Mere continues herbal treatment through the guild (ongoing ~80% pain management). Not a prisoner, not free — an asset with a debt and a purpose. **Physical location:** Guild safe house (established as available through Ch 12-13 crisis response beat). Pragmatism as mercy at institutional scale. Seeds Book 3: Kae is a weapon Ledger can point at the Compact when the time is right.
|
||||
- ~~Jacket delivery setup~~ → **RESOLVED.** Carter comments on Phelan's lack of protective gear during his Ch 2-3 visit about the supply chain problem. Specifically calls out that someone doing combat training with a fire mage should have better protection. Carter's craftsman eye reads the gear gap as professional negligence. Seeds the Ch 12 jacket delivery ("If you're going to do something stupid, at least wear something I made") as a punchline to a setup planted 8-9 chapters earlier. Carter had been designing the studded jacket since receiving the ore in Book 1; the comment in Ch 2-3 establishes he was *thinking* about it.
|
||||
- ~~Crystal buyer chain of custody~~ → **RESOLVED.** Leon sold to traveling vendor (fast, cheap — father's healer bills + operational debt) → vendor marked up on grey market → Cass heard through broker networks (~2-3 months before Book 2), purchased through intermediary (~1.5 months before Book 2) → gave to Kae days after killing Elara. The "people asking" from the Book 1 epilogue were Cass's broker inquiries rippling back through the grey market.
|
||||
- ~~Leon's motivation for selling cheap~~ → **RESOLVED.** Father injured in bandit raid on his carriage between governed territories. Healer bills + operational debt from Vethani Crypts job. Leon sold fast to a traveling vendor for 1,200 silvers — less than the crystal was worth, but he needed cash now, not later.
|
||||
|
||||
### Still Open
|
||||
|
||||
- **Leon's grey-market contact names:** Which contacts does Carter keep? — pure drafting detail, resolve during chapter writing. No structural impact.
|
||||
|
||||
- **Victim targeting logic — why these specific people?** Kae attacked Vellen Thrace *in his room* (Ch03 established — arcane district boarding house, second floor). That's not a random street encounter — that's a targeted hit requiring knowledge of where the victim lives and sleeps. If early drainings were Cass-directed (before Kae spirals beyond control), what connects these victims? Why would the Compact (via Cass) want a dockworker in the warrens, a shopkeeper's wife near the canal, and an inscription student in the arcane district taken out? Possible subplot: build a hidden thread connecting the victims that explains why they were chosen — something that, once Phelan discovers it, reveals the drainings started as deliberate Compact housekeeping (silencing witnesses, removing inconvenient people, testing the weapon on expendable targets) before Kae's addiction escalated and the targeting became erratic. This would deepen Cass's villainy (he wasn't just enabling — he was *directing*) and create a subplot where Phelan traces the victim connections and discovers the pattern shifted from surgical to chaotic as Kae lost control. The transition from targeted hits to random draining IS the moment Kae went rogue — and that's when the Compact stopped investigating, because their own weapon had gone off-leash and investigating would expose the leash. **Note:** Cass dispatching the two agents (Ch05-07) to recover Kae is evidence the off-mission spiral has reached a critical point — his handler needs to reassert control. The agents' failure to locate Kae is what triggers Cass's pivot from recovery to redirection (feeding Kae target info instead).
|
||||
- **Leon's grey-market contact names:** Which contacts does Carter keep? — pure drafting detail, resolve during chapter writing.
|
||||
- **Victim targeting logic — why these specific people?** Kae attacked Vellen Thrace *in his room* — that's a targeted hit requiring knowledge of where the victim lives. If early drainings were Cass-directed (before Kae spiralled beyond control), what connects the victims? Possible subplot: a hidden thread connecting the victims that reveals the drainings started as deliberate Compact housekeeping before Kae's addiction made the targeting erratic. The transition from targeted to random IS the moment Kae went rogue — and that's when the Compact stopped investigating. Consider developing during Ch20 debrief if it adds weight without derailing the case-closure pacing.
|
||||
- **Ch20 Phase 3 micro-hook ending:** Needs Book 3 arc context. Direction: something from Ledger on the way out that reminds the reader this file has a destination. Light touch, not cliffhanger. See `outline/book2-outline.md`.
|
||||
|
||||
@@ -1,72 +0,0 @@
|
||||
# Chapter 15 Input — "The Wolf"
|
||||
|
||||
## Scene Goals
|
||||
|
||||
### Scene 1: Wake
|
||||
- Devod regains real consciousness for the first time since the draining attack (Ch12). Not the half-tracking from Ch14 — actual awareness, focused eyes, speech.
|
||||
- He manages about two sentences. Maybe says Mere's name, something disoriented but lucid.
|
||||
- **Mere's reaction is the beat.** She's been clinical and fierce for 14+ hours. When he actually speaks, she lets him get two sentences out, then tells him to rest — same voice, same authority she used on Phelan after his near-death draining. The callback is deliberate: this is how Mere shows love. She manages you.
|
||||
- Devod complies. Two sentences is genuinely taxing.
|
||||
- Phelan observes from the corner (maintaining bracelet charging thread at 70%). Notes the parallel between how Mere handles Devod and how she handled him. Her caregiving has a pattern — it's not situational, it's structural.
|
||||
|
||||
### Scene 2: Visit (Chapter Centerpiece)
|
||||
- A knock at the door. **Mere answers and greets Brennan Toor by name.** No surprise, no explanation to Phelan. She's met him before — he visited when she was born. It's never been important enough to mention. Classic Mere.
|
||||
- Phelan registers: he and Mere still have entire chapters of each other's lives they haven't read. Not a problem. Just a fact that sticks.
|
||||
- **Brennan Toor enters.** Warm and direct — a man who stopped hiding his feelings after enough friends didn't come home. Calls Devod "Wolf" immediately. Devod's reaction: tired smile, recognition. Short exchange showing shared history ("You look terrible." / "You got old." — something in that register). Keep Devod's lines to a few — he's lucid but weak.
|
||||
- **Phelan's noise parenthetical:** *(Wolf?)* — the name maps to nothing in his model of Devod.
|
||||
- Mere explains casually to Phelan (he's clearly confused): Brennan visited when she was born, she's known him since childhood, it just never came up. Delivered as data, no awareness this is a significant omission.
|
||||
|
||||
**Brennan's Pathfinder Story:**
|
||||
- A specific mission. Frontier clearance gone wrong — hostile territory, bad situation, the unit pinned or trapped.
|
||||
- Devod's first three ideas fail. Brennan should be specific and darkly funny about HOW they failed. This is the "nine ideas that'll get you killed" in action.
|
||||
- **Idea four:** A flanking maneuver. Devod splits the unit — main force as a visible frontal distraction, Devod leads the smaller flanking squad himself. In the flanking action, Devod was an **absolute beast.** Close-quarters combat, leading from the front, precision violence — forearm strikes, terrain use, the kind of fighting that saves everyone behind you. He was the tip of the spear by choice.
|
||||
- **Brennan's line:** "That's why we called him The Wolf. Nine ideas that'll get you killed, and one that'll save your life. And he'll try all ten.".
|
||||
- The contrast is the point: the young combat beast who led flanking charges vs. the man lying in a sickbed who delivers groceries. He chose to slow down and calm his life so Mere could have a father.
|
||||
|
||||
**Phelan's Internal Cascade (Noise Parentheticals):**
|
||||
- As Brennan talks, Phelan's brain remaps everything. Higher frequency, short staccato fragments:
|
||||
- Mining navigation (earlier chapters) → Pathfinder terrain assessment, not delivery-driver instinct
|
||||
- Mine combat → terrain control training
|
||||
- Forearm/collarbone strikes → precision disabling techniques
|
||||
- The 10-ideas methodology → not personality quirk. Survival methodology. Pathfinders operate where most recruits die.
|
||||
- Everything he categorized as "civilian instinct" was elite military competence wearing civilian clothes
|
||||
- **He says none of this out loud.** The reader watches it happen inside his head.
|
||||
- **Mere's non-reaction is the final confirmation.** She's always known. Phelan is the last one catching up.
|
||||
|
||||
- Devod tries to participate more in conversation, manages more than Scene 1 but visibly tires. Mere shuts him down again when he pushes too far.
|
||||
|
||||
### Scene 3: Prepare
|
||||
- **Brennan's departing offer:** As he leaves, he offers something practical — a Pathfinder network contact, tactical knowledge about the warrens, or an old comrade who operates in relevant territory. Something that directly feeds into the Ch16 planning session. This also seeds the "old-timer Pathfinder network" as a Book 3 resource.
|
||||
- **Phelan's shift:** After Brennan leaves, Phelan looks at the bracelet. Still 70%. The slow passive charge is indeed gone — it's been stuck there. The math changes now: they're heading toward a confrontation with Kae, and 70% isn't enough.
|
||||
- He has the jacket from Carter. He needs the bracelet at 100%. He starts actively charging it — committing real energy and focus. This is Phelan moving from "recovering" to "getting ready." Like preparing for a known fight. It might not go that way, but he won't be unprepared again.
|
||||
- **Closing beat:** Not a speech, not a declaration. Phelan working on the bracelet with intent, in a room where a former Pathfinder sleeps and a woman who knew more than she said tends her father. The quiet before the plan.
|
||||
|
||||
## Key Dialog
|
||||
|
||||
- Brennan to Devod: Something warm and direct on arrival — "Wolf" as the first word. Their exchange should feel like old soldiers who haven't seen each other in years but fall right back into rhythm.
|
||||
- Brennan's defining line: "That's why we called him The Wolf. Nine ideas that'll get you killed, and one that'll save your life. And he'll try all ten to save everyone" Brennan makes a comment how wolves are pack animals and the alpha will die before you hurt the pack.
|
||||
- Mere to Devod (both scenes): Short, authoritative commands to rest. Same register she uses on Phelan — the parallel should be unmistakable.
|
||||
- Mere to Phelan (re: Brennan): Matter-of-fact explanation. "He visited a few days after I was born." No awareness that this is a reveal.
|
||||
|
||||
## Character Moments
|
||||
|
||||
- **Devod:** First real consciousness. Vulnerable but present. His interaction with Brennan shows a flash of who he was — even weak, the recognition and warmth are immediate. The contrast between his current state and the war story is the emotional engine.
|
||||
- **Mere:** Three beats — caregiver (managing Devod's recovery), connector (knowing Brennan, casual reveal), and the non-reaction that tells Phelan everything. She's the one who's always known, and it's never occurred to her that this was information worth sharing.
|
||||
- **Phelan:** Observer in his own chapter. The cascade is all internal. He doesn't confront, doesn't ask, doesn't verbalize. He processes, remaps, and then prepares. The shift from observation to action (bracelet charging) is his response.
|
||||
- **Brennan Toor:** Warm, direct, no pretense. A man who says what he means. Strong contrast to Phelan's detachment. His affection for Devod is open and unguarded — the kind of friendship forged in life-or-death situations.
|
||||
|
||||
## Mood / Tone
|
||||
|
||||
- **Scene 1:** Tender, controlled. Relief of consciousness after days of uncertainty.
|
||||
- **Scene 2:** Warm (Brennan's presence), revelatory (the Pathfinder story), internally electric (Phelan's cascade). This is the emotional center.
|
||||
- **Scene 3:** Quiet resolve hardening into preparation. Teeth under the calm.
|
||||
- **Overall:** A quiet chapter that ends with edge. The calm before the planning storm of Ch16.
|
||||
|
||||
## Freeform Notes
|
||||
|
||||
- Noise parentheticals: Higher frequency and shorter fragments during the Scene 2 cascade. Lower frequency in Scenes 1 and 3 — Phelan is observing, not spiraling.
|
||||
- The Pathfinder war story should feel vivid and specific enough to establish what Pathfinder work actually looked like — dangerous frontier clearance, hostile territory, high casualty rates. This is world-building through character.
|
||||
- Mere knowing Brennan since birth reinforces the theme that Phelan and Mere still have a lot to learn about each other. Not a conflict — a depth marker. Their relationship is real but young.
|
||||
- The bracelet stalling at 70% has been a background detail. This is where it becomes a plot point — the passive approach isn't enough, active preparation is required.
|
||||
- Word count target: 3,000–4,000. This is a character chapter. Let the beats land and get out.
|
||||
- Ledger's subtle recognition of the Pathfinder connection (from earlier chapters) is NOT addressed here — that's a Book 3 slow-burn seed. Don't tip it.
|
||||
@@ -1,79 +0,0 @@
|
||||
# Chapter 16 Input — "Planning the Impossible"
|
||||
|
||||
## Scene Goals
|
||||
|
||||
### Scene 1: The Processing
|
||||
- Morning, Day 14 (Saturday equiv.). Phelan wakes at Millford Street — Devod's room above the tanner's shop. Bracelet at ~90% (overnight active charging worked; the manual push from Ch 15 afternoon through the night got it there).
|
||||
- Mere is already working. She hasn't stopped — herbal research spread across the floor beside Devod's cot, her rhythm unbroken. Devod sleeping or just waking. The tanner is moving downstairs. Grey winter morning light.
|
||||
- The noise starts replaying Ch 9 Flaw Sight fragments. Not voluntarily — the data has been locked away since the crystal drain ("The noise will find them," Ch 9 closing). Now, with rest and the bracelet nearly charged, the fragments surface. Sensory overload during combat, but the noise has been sorting it in the background for five days.
|
||||
- **The trigger:** Mere's Ch 10 observation — the bracelet *recognised* the crystal's attack pattern. Targeted expenditure, not passive defence. Half its stored energy deployed as a specific countermeasure in 3-4 seconds. Her question: "Do these artifacts share architectural roots?" That question has been sitting in the noise since Day 10. Now the Flaw Sight data starts answering it.
|
||||
- Phelan goes into hyperfocus. The fragments organise: the crystal's internal architecture, the connection log, the authentication structure — but not as technical detail. As *recognition*. The bracelet and the crystal spoke to each other during the drain. Pre-Compact artifacts from the same era, same design philosophy. They performed a handshake.
|
||||
- **He goes silent.** The noise takes over. The room, Mere, Devod — all peripheral. This is the hyperfocus state from the master CLAUDE.md: "he becomes non-functional for everything else until the pattern resolves."
|
||||
|
||||
### Scene 2: The Misread + Breakthrough
|
||||
- Mere notices Phelan's stillness. She's been watching him for days — running, planning, operational. Now he's stopped. Sitting in the corner, bracelet glowing, eyes unfocused, completely absent.
|
||||
- **The Misread:** She interprets his silence as emotional detachment — pulling away after everything with Devod. His hyperfocus manifests as *absence*; hers manifests as *intense physical presence*. She hasn't recognised this trait in him yet because his version looks like the opposite of hers. When Mere focuses, she's more present. When Phelan focuses, he disappears.
|
||||
- Brief sting. Not a confrontation — Mere doesn't confront. Body language shift: she angles away, tightens her work space, stops including him in the peripheral awareness she's maintained since he sat down. A withdrawal in response to what she reads as his withdrawal.
|
||||
- Devod may notice but doesn't intervene. He's watching from the cot — too tired to mediate, but present enough to register the shift.
|
||||
- **The breakthrough:** Phelan's silence breaks. The pattern resolved. He speaks — mid-thought, no preamble, the way hyperfocus ends (abruptly, as if the conversation has been running in his head and he just forgot to include anyone else). The bracelet already authenticated with the crystal's ledger during the Ch 9 drain. The handshake happened. He doesn't need to forge credentials — **he has the key. He just didn't know it.**
|
||||
- Mere recalibrates fast. The sting is brief — she reads his energy shift (from absence to sharp focus on the room), recognises the pattern for what it was, files it. Quick recovery. Not discussed. A relationship pattern they'll work on across books: she has to learn that his silence isn't withdrawal, it's processing. He has to learn to signal the difference.
|
||||
- **Keep the breakthrough conceptual:** "I have the key. I just need to get to the door." The reader understands *what* Phelan has (authentication access to the crystal), not *how* he'll use it (that's Ch 18). No technical walkthrough here.
|
||||
|
||||
### Scene 3: The Plan Assembly
|
||||
- Now all three are engaged. Phelan explains the exploit concept in plain terms: the bracelet's handshake means he can access the crystal as a trusted process. He needs physical access while Kae is away. If he can get to it, he can change what it does.
|
||||
- **Mere's contribution — the herbal bridge:** Her research from Devod's bedside (Ch 13-14) wasn't just about saving Devod. She's been studying the crystal's dependency mechanism through its effects. Result: an herbal treatment protocol that manages ~80% of Kae's chronic pain. Not a cure — the 20% baseline is permanent and always was. But sustainable. No diminishing returns. Replaces the crystal's temporary fix with something livable. Her Thresholds herbalism expertise made this possible — understanding botanical interactions at a level most practitioners don't reach.
|
||||
- **Devod's contribution — bad ideas first:** Two or three bad ideas from the bed. Lower energy than usual — he's recovering, not bouncing around the room. The bad ideas should feel like a man thinking horizontally, not his usual perpetual motion. Keep them short and funny but not slapstick. Maybe something about the safehouse approach that's tactically naive.
|
||||
- **Devod's genius idea:** Something operational/tactical that draws on his Pathfinder experience. A simple reframe of the infiltration problem that Phelan was overcomplicating. Think: terrain, timing, approach vector — the kind of thing a Pathfinder who ran frontier clearance operations would see instinctively. He says it quietly. No performance, no over-explanation. Like someone who believes he'll be heard. **This is the changed demeanor from the CLAUDE.md:** "he doesn't perform or over-explain. Just says it quietly."
|
||||
- **Mere's reaction to Devod's idea:** She doesn't praise. She *uses* it — incorporates it into the plan immediately. Her version of trust. Devod notices. Doesn't remark on it.
|
||||
- **The three-part plan crystallises:**
|
||||
1. **Warn/protect Brida** from Kae's targeting. She's one of his former street protectors — Kae going after her is a clear sign of Cass's control and Kae's deterioration. Needs Carson's network to reach her (task for Ch 17).
|
||||
2. **Infiltrate the Compact safehouse** while Kae is out. Needs someone who knows Compact protocols — Phelan flags Ledger (task for Ch 17-18). Devod's tactical insight applies here.
|
||||
3. **Work the crystal exploit** using the bracelet's existing authentication. Phelan's job. Physical access required. Time-limited (Kae could return).
|
||||
- The plan is good. Not perfect — there are gaps (how to get Kae away from the safehouse, how long the exploit takes, what happens if Kae returns early). But it's a plan. First one they've had.
|
||||
|
||||
### Scene 4: The Rest
|
||||
- The plan exists. Next steps identified but not detailed — that's Ch 17's work (assembling the team, contacting Ledger, reaching Brida through Carson).
|
||||
- The energy drains out of the room. The planning focus that held all three of them dissipates. Devod is asleep first — he's been running on whatever reserves a man three days post-draining has. He drifts off mid-sentence or shortly after his last contribution. Mere doesn't shut him down this time — he shuts himself down. Progress.
|
||||
- Mere and Phelan. The room above the tanner's shop. Grey light fading or steady (winter afternoon). Mere's research papers still spread on the floor. The plan on Phelan's mental whiteboard, not written down — he doesn't need to. She doesn't ask him to.
|
||||
- They sleep. Not dramatically — no declaration, no moment. Mere stops working because her body stops cooperating. Phelan closes his eyes because the noise, for once, is quiet. The pattern resolved. The bracelet warm on his wrist, ~90%. Devod breathing steadily on the cot.
|
||||
- **Earned rest.** Days of running on fumes since Ch 12. The quiet before the operational chapters.
|
||||
|
||||
## Key Dialog
|
||||
|
||||
- **Phelan's breakthrough line:** Should come mid-thought, abrupt, no preamble — as if he's been having a conversation in his head and forgot to invite anyone. Something in the register of: "The bracelet already knows the crystal. They talked during the drain. I have the key." Not polished. Raw processing output.
|
||||
- **Mere on the herbal treatment:** Clinical, precise. She presents it as data, not hope. "Eighty percent reduction. Sustainable. No dependency curve. The remaining twenty percent is baseline — it was always there." She's not selling it. She's reporting.
|
||||
- **Devod's bad ideas:** Short, from the bed. Less energetic than usual but still unmistakably Devod. Maybe one gets a genuine laugh.
|
||||
- **Devod's genius idea:** Quiet. Short. The contrast with the bad ideas is the point — when he stops trying, the real insight surfaces.
|
||||
- **Mere to Phelan (post-misread):** Not an apology. Not an acknowledgment. A recalibration — she returns to including him in her peripheral awareness. Maybe a practical line that signals re-engagement. She doesn't name what happened. Neither does he.
|
||||
|
||||
## Character Moments
|
||||
|
||||
- **Phelan:** The hyperfocus state is the centrepiece. This is the first time the reader has seen it from inside — not the crash afterward (Ch 3, Ch 8) but the processing itself. The noise takes over. The room becomes peripheral. He's not choosing to ignore Mere — he genuinely can't register her. This is what Flaw Sight costs in real-time, not just in the aftermath.
|
||||
- **Mere:** Three beats — (1) the misread (she's wrong about Phelan for the first time in the book; usually she's the one who means exactly what she says and he misreads her), (2) the herbal treatment reveal (her competence as the solution, not support), (3) the rest (she stops working because her body quits, not because she decides to stop — Mere doesn't choose rest).
|
||||
- **Devod:** Changed demeanor. This is not Ch 1-11 Devod. The draining, the Pathfinder reveal, three days of recovery — he's quieter, more grounded. The bad ideas are still there (it's who he is) but the genius idea comes differently. Not performed. Just said. And Mere uses it without comment, which is the highest compliment she can pay.
|
||||
- **The three of them as a unit:** This is the first chapter where Phelan, Mere, and Devod work together as a team. Not coincidentally present, not supporting each other from different locations — actually collaborating on a plan. The family unit that's been forming since Ch 1 becomes operational.
|
||||
|
||||
## Mood / Tone
|
||||
|
||||
- **Scene 1:** Internal, spiraling, increasingly absorbed. The noise builds. Phelan sinks into processing. The external world recedes.
|
||||
- **Scene 2:** Brief tension (the misread), then the sharp clarity of the breakthrough. The energy shifts from internal to outward — Phelan returns to the room with the answer.
|
||||
- **Scene 3:** Collaborative, building momentum. Not excited — these are tired, serious people solving a dangerous problem. But there's a current of something underneath: hope. They have a plan. First time since Ch 12.
|
||||
- **Scene 4:** Quiet. Warm. Earned. The lowest energy of the chapter. Rest as resolution. Not triumphant — exhausted. The good kind of quiet.
|
||||
- **Overall:** A planning chapter that earns its emotional beats through the character dynamics, not the tactical content. The plan matters, but the relationships producing it matter more.
|
||||
|
||||
## Freeform Notes
|
||||
|
||||
- **Noise parentheticals:** Scene 1 highest frequency (processing mode — the fragments surfacing, connecting, organising). Scene 2 lower (the misread is external; the breakthrough is a single clear signal, not a cascade). Scene 3 medium (collaborative — noise feeding off Mere's data and Devod's ideas, the brain-feeding dynamic). Scene 4 minimal or absent — the noise quieting IS the rest. Target: 4-5 total.
|
||||
- **Word count target:** 3,000-4,000. Character/planning chapter. Let the beats land and get out.
|
||||
- **The Mere Misread is the Reversal beat** moved from Ch 11. It's a relationship pattern marker, not a crisis. Brief sting, quick recovery. The reader should recognise the pattern: Phelan misreads Mere (Ch 4-5), now Mere misreads Phelan. Neither is better at reading the other than they think. Both are learning.
|
||||
- **Devod's bad ideas at reduced energy:** He's in bed. The usual perpetual motion is absent. The ideas come slower, with more pauses. But the methodology is the same — throw everything at the wall. The genius idea shouldn't feel different in his delivery, just in its content. He doesn't know which one is the good one.
|
||||
- **No technical exploit detail.** The reader learns: Phelan has authentication access to the crystal. He needs physical contact. The mechanics of what he'll do with that access (credential revocation, operator/target swap) belong in Ch 18. Here, it's the *realisation*, not the *execution plan*.
|
||||
- **Brida is a name, not a presence.** She doesn't appear. The plan to warn/protect her is an action item, not a scene. Her introduction is Ch 17.
|
||||
- **Continuity preservation:**
|
||||
- Bracelet at ~90% (manual charge from Ch 15 afternoon through the night)
|
||||
- Devod: Day 3 post-draining. Lucid, weak, tires after extended conversation. Can sit up but not stand.
|
||||
- Mere: 48+ hours at bedside with minimal breaks. She should show fatigue in Scene 4 — the focus that's been holding her together lets go.
|
||||
- Location: Millford Street, above the tanner. Single window, grey winter light, cot, floor space, tanner's movements below.
|
||||
- The jacket from Carter is at Chandler's Row, not here.
|
||||
- Sniff is presumably at Chandler's Row.
|
||||
- **What this chapter sets up for Ch 17:** The plan exists. Phelan needs Ledger (Compact safehouse protocols), Carson (reaching Brida), and Leon (intercept position). Ch 17 is assembly and positioning. Ch 16 is the intellectual and emotional foundation.
|
||||
@@ -1,84 +1,151 @@
|
||||
# CLAUDE.md -- Book 3: "[Working Title TBD]"
|
||||
# CLAUDE.md -- Book 3: "The Sealed Chamber"
|
||||
|
||||
> **STATUS: NOT STARTED.** Book 3 is planned but not yet in development. This file contains known seeds and constraints from the series arc.
|
||||
> **STATUS: OUTLINED, NOT DRAFTED.** Full chapter-by-chapter outline complete (`outline/book3-outline.md`, approved 2026-04-09). No chapters drafted yet. Book 2 still in progress (Ch20–21 + epilogue pending).
|
||||
|
||||
This file contains Book 3-specific instructions. The series-level CLAUDE.md at the project root governs voice, world, characters, formatting, and continuity rules.
|
||||
|
||||
**Working title:** "The Sealed Chamber" (alternative: "What Stays Buried")
|
||||
|
||||
---
|
||||
|
||||
## Chapter Development Workflow
|
||||
## Canonical Sources
|
||||
|
||||
Each chapter follows the `/chapter-workflow` skill pipeline:
|
||||
Consult these files for details instead of duplicating content here:
|
||||
|
||||
1. **Seed** -- Author fills `chXX-input.md` (copied from `chapter-input-template.md`)
|
||||
2. **Scene Breakdown** -- Claude proposes scene plan, author approves
|
||||
3. **Draft** -- Full chapter drafted into `chXX-draft.md`
|
||||
4. **Review** -- Author edits, then Claude reviews clarity/grammar/flow
|
||||
5. **Continuity Update** -- Update world/character files with new canon
|
||||
| Topic | File |
|
||||
|-------|------|
|
||||
| Chapter-by-chapter outline, act structure, subplot thread map, Cass beat-by-beat, climax design | `outline/book3-outline.md` |
|
||||
| Original design spec (historical record) | `docs/superpowers/specs/2026-04-09-book3-the-sealed-chamber-design.md` |
|
||||
| Character bibles | `characters/` (see Character Arcs below for the relevant files per character) |
|
||||
| Book 2 context (prior case, character states at Book 3 opening) | `world/story-summary-book2.md`, `outline/book2-outline.md` |
|
||||
| Magic system, exploits, bracelet behaviour | `world/magic/runic-flow-rules.md`, `world/magic/exploits-log.md` |
|
||||
| Future files (to create during Book 3 drafting) | `world/story-summary-book3.md`, `world/timeline-book3.md`, `world/locations/thorngate.md`, `world/locations/athel-repository.md`, `world/magic/amplification-weapon.md` |
|
||||
|
||||
---
|
||||
|
||||
## Premise
|
||||
|
||||
The Arcane Compact becomes a direct pressure. Phelan's Flaw Sight ability can no longer stay quiet -- too many impossible jobs, too many broken "unbreakable" workings. The Compact wants to understand what he can do, control it, or eliminate it.
|
||||
Phelan is settling into a quieter life. Mere is pregnant. Kimra — the mother he walked away from at sixteen — has decided she is done waiting and turns up at Chandler's Row. The Compact has filed an inquiry into the Book 2 crystal break and wants to understand what he can do. Then Ledger hands him a case: a pre-Compact ruin on Duchess Pamira's territory near Thorngate, previous operative dead, wards that learn and adapt. The job is dual-purpose — it pays, and it gets Phelan out of Drenwick while the inquiry is pending. Inside the ruin is a sealed chamber, and inside that chamber is something that should never be used. Phelan opens the seal to understand it, sees what's inside, and has to build a new lock from scratch — a perfect one, against his own ability. Cass, burned by his own institution and running on rage, is coming for the weapon. The man who finds every flaw has to build something without any.
|
||||
|
||||
**POV:** Pure Phelan first-person throughout. Kimra's subplot is processed through his noise; Pamira is seen through Devod's interactions; Cass's arc is off-page until the confrontation.
|
||||
|
||||
## Opening Situation
|
||||
|
||||
<!-- To be filled after Book 2 is complete -- depends on where Book 2 leaves Phelan -->
|
||||
- Phelan and Mere still at Chandler's Row. Mere pregnant (conceived late Book 2 / between books)
|
||||
- House plans at revision 12–13. Nursery adjacent to east-facing kitchen
|
||||
- Tier Two retainer (22s/month) + Floundry residuals = stable, not comfortable
|
||||
- Daily fire training with Leon continues
|
||||
- Compact has filed an inquiry about the Book 2 crystal break; Ledger blocks as long as he can
|
||||
- Cass insulated in Thorngate — evidence from Book 2 still working through institutional channels
|
||||
- Kae in guild custody under Ledger's management, herbal treatment ongoing
|
||||
- Devod fully recovered from Book 2 draining, slightly quieter, the Wolf no longer hidden from Phelan's model
|
||||
|
||||
## The Case
|
||||
|
||||
<!-- To be developed. Known constraints from series arc:
|
||||
- The antagonist should be connected to the Compact's institutional power
|
||||
- Cassius Rykhard's arc from Books 1-2 should reach a climax or pivot
|
||||
- Phelan's ability is no longer secret -- this changes how he operates
|
||||
- Kae's testimony/evidence from Book 2 may be a catalyst
|
||||
-->
|
||||
The **Athel Repository** — a pre-Compact ruin on Duchess Pamira's territory near Thorngate. Six chambers: entrance wards (intent-filtering locks, not walls), inscription gallery, demonstration hall, archive proper, research workshop, and a sealed weapon chamber. Contains an amplification weapon capable of magnifying any magical working ~15-fold. A previous guild operative died clearing the first chamber. Ledger assigns Phelan because the wards require someone who can read pre-Compact architecture — and because the job gets him out of Drenwick while the Compact inquiry is pending.
|
||||
|
||||
**The core inversion:** Phelan opens the seal (Ch13), sees the weapon, realises it must be re-sealed, and discovers he can't repair the original architecture — he has to build a new seal from scratch. A perfect lock. Something his own Flaw Sight cannot crack. The man who finds every flaw must create something without any. Leon becomes the testing framework (attacks with brute-force flooding; Phelan sees the leaks and rebuilds). Their complementary approaches become a design process instead of a destruction process.
|
||||
|
||||
**Narrative stakes:** The seal must be rebuilt before Cass arrives. When Cass reaches the ruin, the weapon is exposed. The Ch19 confrontation happens with the amplifier accessible — Cass just needs to get past Phelan to reach it.
|
||||
|
||||
**What the ruin proves (institutional stakes):** Pre-Compact magic was MORE advanced than modern Runic Flow. The Compact's regulatory authority rests on the claim that they standardised and improved magic. If pre-Compact practitioners were better, the Compact is a power grab. This is why the Compact sends three delegations to seize the artifacts and why the guild holding the archive materials is strategic leverage for Book 4+.
|
||||
|
||||
**Full outline:** `outline/book3-outline.md`
|
||||
|
||||
## Themes
|
||||
|
||||
- Institutional power vs. individual ability -- the Compact as a system, not just corrupt individuals
|
||||
- What happens when you can't hide anymore -- Phelan forced into visibility
|
||||
- The cost of being useful to powerful people
|
||||
- Series-level relationship and personal arcs reaching resolution points
|
||||
- **Exposure and vulnerability** — every major thread asks "what happens when the thing you kept hidden gets found?"
|
||||
- **Exploiter to defender** — the central character inversion. Phelan builds a lock instead of picking one
|
||||
- **The thing you told yourself was loss was actually departure** — Kimra subplot. He walked away; she was always there
|
||||
- **Institutional power vs. individual ability** — the Compact as a system, not just corrupt individuals. Cass's "better packaging, same leash" is the speech that stays
|
||||
- **Building vs. taking** — Leon's philosophy shift from Book 2 deepens. "What is this for" instead of "who's buying." Helping build something instead of taking something
|
||||
- **Old soldiers finding each other on purpose** — the Devod/Pamira romance is not rescue, not prize, not plot device. Two people in their later years recognising each other without performance
|
||||
|
||||
## Milestone Beats
|
||||
|
||||
*(To be developed after Book 2 is complete)*
|
||||
*(full outline in `outline/book3-outline.md`)*
|
||||
|
||||
1. Opening -- new status quo post-Book 2
|
||||
2. The Compact moves against Phelan directly
|
||||
3. ...
|
||||
4. ...
|
||||
5. Climax -- Phelan vs. Compact pressure
|
||||
6. Resolution + series arc payoffs
|
||||
1. **Opening — new status quo.** Pregnancy established, Kimra arrives, Compact inquiry upgraded, guild case offered (Ch01–02)
|
||||
2. **Team preparation.** Devod asked directly for Pathfinder skills. Leon/Carter workshop collaboration. Kimra stays behind (Ch03–05)
|
||||
3. **Arrival at Thorngate.** Pamira introduced. Devod says "princess" within five minutes. Ruin briefed (Ch06–07)
|
||||
4. **First chambers.** "These aren't wards. They're locks." Pip found. Devod/Pamira chemistry deepens (Ch08–09)
|
||||
5. **Deeper chambers + first Compact delegation.** Archive proper. Modern Runic Flow exposed as incomplete derivative (Ch10)
|
||||
6. **Surface day.** Devod tells the Vethek Pass story from the inside. Kimra's letter. Phelan recognises he inherited the buried-care technique (Ch11)
|
||||
7. **MIDPOINT TURN — Cass burns.** Compact severs the chain. Cass strips resources and vanishes. Team learns via Sable (Ch12)
|
||||
8. **The sealed door + the realisation.** Phelan opens the seal, sees the amplifier, has to build a new one from scratch (Ch13)
|
||||
9. **The perfect lock.** Phelan builds, Leon attacks, they iterate. Ledger Pathfinder reveal ("Cairns" — one word). Flawfinder's gift documented in the archive. *Not alone.* (Ch14)
|
||||
10. **Extraction + second Compact delegation.** Seal holds. Archive materials catalogued. Devod takes Pamira's hand over uneven ground (Ch15)
|
||||
11. **The night before.** Quiet scenes. "My door has been open for eight years." (Ch16)
|
||||
12. **The ambush.** Transport decoy. Phelan races back (Ch17)
|
||||
13. **The breach.** Cass enters the ruin. Mere and Pip track him through the ambient field (Ch18)
|
||||
14. **Face to face.** The earned confrontation. "Better packaging, same leash." The fight. The seal holds. Cass restrained (Ch19)
|
||||
15. **Aftermath + third delegation (too late).** Ruin collapsed, sealed weapon buried under tons of rock. Archive materials as guild leverage (Ch20)
|
||||
16. **What we carry out.** Flawfinder's gift recognition. Mere says "home" about Chandler's Row. Devod/Pamira compass farewell (Ch21)
|
||||
17. **The road home.** Kimra at Chandler's Row, garden tended. House plans revision 14, Sera's room marked. "The file stays open, Varrant. Yours and theirs." (Ch22)
|
||||
|
||||
## Key Callbacks
|
||||
|
||||
| Prior Thread | Book 3 Connection |
|
||||
|---|---|
|
||||
| Cassius Rykhard (Books 1-2) | Series antagonist arc reaches climax |
|
||||
| Kae's testimony / Compact corruption evidence (Book 2) | Catalyst for Compact action? |
|
||||
| Phelan's Flaw Sight secrecy | Can no longer stay quiet -- too many impossible jobs |
|
||||
| Compact regulatory pressure (Book 1 bribe, threats) | Escalates to direct institutional pressure |
|
||||
| Leon's pre-Compact artifact knowledge | Likely relevant to understanding Compact history/power |
|
||||
| Cassius Rykhard (Books 1–2) | Series antagonist arc reaches personal climax. Burned by his own institution at the midpoint. Captured in the confrontation |
|
||||
| Kae's testimony / Compact corruption evidence (Book 2) | Working through institutional channels. Triggers the Compact to sever the chain at Cass. Kae also provides the "project near Thorngate" intel that Phelan connects to the ruin |
|
||||
| Phelan's Flaw Sight secrecy | Can no longer stay quiet — Ledger witnessed the Ch18 crystal rewrite firsthand. Compact has filed an inquiry. The cover is gone |
|
||||
| Compact regulatory pressure (Book 1 bribe, Book 2 institutional rot) | Escalates to direct institutional attention. Three delegations to the ruin. Inquiry upgraded to active investigation |
|
||||
| Leon's pre-Compact artifact knowledge | Essential for the ruin. Pays off the Book 2 philosophy shift — "what is this for" becomes the testing framework for the perfect lock |
|
||||
| Devod's Pathfinder past | Fully operational in Book 3. Asked directly for the skills. Walking stick breaks a wrist at the ambush. The Wolf in action without the delivery-driver disguise |
|
||||
| Ledger's Pathfinder slow burn | **Full reveal Ch14.** Devod says "Cairns" — one word. Everything from Book 2 clicks. Phelan: "Ledger was a Pathfinder." Not a question |
|
||||
| The Cairns network | Named on-page for the first time. Provides the extraction team at the end. Infrastructure visible |
|
||||
| Brennan Toor | Off-page. His Cairns relay is the infrastructure behind Ledger's intelligence reach in Book 3 |
|
||||
| Phelan and Mere at Chandler's Row | Pregnancy. Nursery. House plans revision 12–14. Mere says "home" for the first time without qualification (Ch21) |
|
||||
| Mere's herbalism / Thresholds expertise | Managed pregnancy, Pip calibration, still treating Kae from afar |
|
||||
| Carter's studded jacket and supply chain (Book 2) | Carter as quartermaster for the expedition. Collaborates with Leon on portable ward-disruption array. Cannot join the expedition — shop, family (Jenet, Logen) |
|
||||
| Phelan's ability origin question | **First meaningful answer.** The flawfinder's gift is documented in the archive — catalogued, known, part of a pre-Compact tradition. Not alone |
|
||||
| The bracelet (pre-Compact artifact) | Continues to operate. Manual push-charge technique from Book 2 still in use |
|
||||
|
||||
## Character Arcs
|
||||
## Character Arcs (internal shifts)
|
||||
|
||||
<!-- To be developed. Known threads:
|
||||
- Phelan: forced visibility, must decide how to handle institutional attention
|
||||
- Mere: relationship deepened across two books, house/farm goal progress
|
||||
- Cassius: series antagonist resolution
|
||||
- Leon: continued integration into the team
|
||||
- Devod: ongoing competence arc
|
||||
- Kae: if recurring, his post-recovery status
|
||||
-->
|
||||
One-line internal shift per character. Full per-chapter detail lives in the character files and in `outline/book3-outline.md`.
|
||||
|
||||
- **Phelan Varrant:** from exploiter to defender. From hiding what he is to understanding what he's part of. Builds his first perfect lock. Kimra subplot processes throughout but does not resolve — growth, not resolution. → `characters/phelan-varrant.md`
|
||||
- **Mere Fields:** from control to acceptance. Her body is doing something she cannot optimise, and the result is something she wants. Bonds with Pip. Says "home" about Chandler's Row for the first time without qualification. → `characters/mere-fields.md`
|
||||
- **Devod Fields:** from hidden competence to known competence. The Wolf is not a secret anymore. And someone wants him for who he is, not despite it. → `characters/devod-fields.md`
|
||||
- **Leon D'Nardis:** from independence to purpose. Helped build something instead of taking something. Not a guild member — but a team member. → `characters/leon-dnardis.md`
|
||||
- **Cassius Rykhard:** from puppeteer to fugitive. Burned by his own institution, polished exterior stripped, cold intelligence without courtesy. Personal antagonist arc completes with the confrontation. The Compact he served does not complete. → `characters/cassius-rykhard.md`
|
||||
- **Ledger:** the mask slips. Pathfinder past fully revealed. Observer → investor from Book 2 continues; Book 3 adds protector (extracts the team via Cairns) AND handler (file stays open). Strategically ambiguous by design. → `characters/ledger.md`
|
||||
- **Jonael "Carter" Carterson:** quartermaster. Supplies the team, cannot join. Leon/Carter collaboration on the ward-disruption array is a new dynamic. → `characters/jonael-carterson.md`
|
||||
- **Kaeran "Kae" Thrainn:** brief on-page appearance only. Still in guild custody, still on Mere's herbal regimen. Intelligence contribution: the "project near Thorngate" mentioned in handler conversations. → `characters/kaeran-thrainn.md`
|
||||
- **Carson Johnsby:** not in the expedition. Possibly present at Chandler's Row briefly during Act 1. Learns about the ruin case through back channels the same way he learned about Kae. → `characters/carson-johnsby.md`
|
||||
- **Brennan Toor:** off-page Cairns operator. Does not appear on-page but his network is the infrastructure behind Ledger's reach. → `characters/brennan-toor.md`
|
||||
- **Duchess Pamira (NEW):** client, Devod's love interest. Total grandma energy. Recognises the Wolf on sight through Cairns knowledge and how Devod moves. Chooses him on purpose. → `characters/duchess-pamira.md`
|
||||
- **Kimra (NEW):** Phelan's mother. The living rebuttal to his self-sufficiency narrative. She didn't leave; he walked away at sixteen. She is warm, social, has a full life, and has been ready the whole time. Growth, not resolution. → `characters/kimra.md`
|
||||
- **Pip (NEW):** pixie dragon. Mere's bonded companion and living magic detector. Provides tactical intelligence during the climax. → `characters/pip.md`
|
||||
- **Sable (NEW, minor):** Ledger's field operative attached to the expedition. Observer/security. Everything Phelan does appears in her reports — she doesn't hide this, Phelan doesn't object. → `characters/supporting-cast.md`
|
||||
- **Seraphel "Sera" Varrant (NEW, in utero):** Phelan and Mere's unborn daughter. The pregnancy and preparation ARE the arc. Not born in Book 3. → `characters/supporting-cast.md`
|
||||
|
||||
## What Closes / What Seeds Book 4+
|
||||
|
||||
### Closes
|
||||
- Cass as personal antagonist (captured, trial-bound)
|
||||
- Ledger's Pathfinder mystery (fully revealed)
|
||||
- Devod's hidden identity (the Wolf is known and valued)
|
||||
- Phelan's isolation around Flaw Sight (part of a documented tradition)
|
||||
- The ruin case (cleared, extracted, sealed, collapsed)
|
||||
|
||||
### Seeds Book 4+
|
||||
- **Compact institutional threat:** weakened but reorganising. Archive knowledge in guild hands undermines their authority
|
||||
- **Guild's new leverage:** archive materials as strategic power. How Ledger uses this — and whether Phelan trusts him — is the Book 4 question
|
||||
- **Ledger's file:** still growing. Protector or handler? Both. "Both" has a shelf life
|
||||
- **Sera's birth:** Book 4 may open with a new father
|
||||
- **Devod and Pamira:** long-distance, compass pointing north
|
||||
- **Kimra:** present but relationship still new. Grows across books
|
||||
- **The sealed chamber:** collapsed but not destroyed. What's inside survived centuries. It can survive rubble
|
||||
- **Cass's words:** "Better packaging, same leash." The noise doesn't stop processing it
|
||||
|
||||
## Open Questions
|
||||
|
||||
- Working title
|
||||
- Central case/mystery -- what specific problem does Phelan face?
|
||||
- Is this the final book or does the series continue beyond 3?
|
||||
- Cassius's fate -- defeated, escaped, or transformed?
|
||||
- Does Phelan's Flaw Sight have a deeper origin that's revealed here?
|
||||
- The house -- does it finally get built?
|
||||
- **Ch20 confrontation details:** How exactly does the flawfinder's gift archive documentation play on the page? Is it a single inscription Phelan recognises, or a sustained discovery across Act 3? (Current plan: sustained across Ch14 and Ch21, first hit during seal-building research, deepened during extraction review)
|
||||
- **Pamira's territory name:** TBD. Needs a place name for maps and continuity
|
||||
- **Kimra's surname:** TBD. Single-name for now; add when an on-page use requires it
|
||||
- **Working title commit:** "The Sealed Chamber" is the working title. The alternative "What Stays Buried" remains on the table until a final commit
|
||||
- **Does the Book 2 Ch20 micro-hook reference this case directly?** Current plan (from the spec): Ledger mentions a "Duchess Pamira, Thorngate district — pre-Compact site clearance, previous operative deceased" inquiry on the way out. This seeds Book 3 from inside Book 2's final debrief. Confirm when drafting Book 2 Ch20
|
||||
- **New files to create during drafting:** `world/story-summary-book3.md`, `world/timeline-book3.md`, `world/locations/thorngate.md`, `world/locations/athel-repository.md`, `world/magic/amplification-weapon.md`. None needed until Book 3 drafting begins
|
||||
|
||||
215
characters/duchess-pamira.md
Normal file
215
characters/duchess-pamira.md
Normal file
@@ -0,0 +1,215 @@
|
||||
# Duchess Pamira — Character Bible
|
||||
|
||||
*Total Grandma Energy / Devod's Wolf Den*
|
||||
|
||||
---
|
||||
|
||||
## Core Identity
|
||||
|
||||
- **Name:** Pamira
|
||||
- **Title:** Duchess of [territory TBD — Thorngate region]
|
||||
- **Known As:** "Your Grace" (formal), "Pamira" (close friends), **"Princess"** (Devod, persistently and incorrectly)
|
||||
- **Age:** Early 60s
|
||||
- **Role:** Client for the Athel Repository case. Devod's love interest. A woman who has heard of the Wolf through the Cairns network and is not afraid of what she heard.
|
||||
- **First Appearance:** Book 3 Ch07 ("The Duchess")
|
||||
|
||||
She is a grandmother of four. The warmth is real; the grandma energy is literal; the "early 60s" is important because she is vital, not winding down — still running her estate, still walking her gardens, still out ahead of the next problem before it becomes an incident.
|
||||
|
||||
---
|
||||
|
||||
## Physical Description
|
||||
|
||||
- **Build:** Comfortable rather than grand. The frame of a woman who runs her own estates, walks her own gardens, and has stopped worrying about looking ducal decades ago
|
||||
- **Hair:** Brown, with the first grey coming in at the temples. Worn practically — not styled for court, arranged for the day
|
||||
- **Face:** Warm. Lined in the ways faces line when a person smiles often and frowns only at things that deserve it
|
||||
- **Hands:** Working hands that garden, cook, hold grandchildren, and sign estate ledgers in the same week. Short nails. Ink stains some days, dirt stains others
|
||||
- **Bearing:** Cheerful efficiency. Moves like a woman who has run a household larger than most villages for forty years and learned that warmth is more useful than ceremony
|
||||
|
||||
---
|
||||
|
||||
## Personality
|
||||
|
||||
### Core Traits
|
||||
- **Total grandma energy.** Makes you sit down and eat before discussing business. Offers tea before you've asked a question. Remembers names after one introduction.
|
||||
- **Cheerfully efficient.** Her warmth is not a distraction from competence — it's the delivery mechanism for it. She runs her estates by knowing her people's names, remembering their families, and moving problems to solutions before they become incidents.
|
||||
- **Practical rather than grand.** Her gardens produce food, not show. Her table feeds guests, not impresses them. Her estate is comfortable. Comfort is a choice she made a long time ago and never regretted.
|
||||
- **Kind, not soft.** When she declines the Compact's "regulatory assessment," she does it with a smile and a firm no. The delegation leaves with their hats still in their hands and a bag of apples for the road.
|
||||
- **Unflappable under pressure.** Calm and angry when Cass's people breach the estate. Tells Devod "stay safe" and then stays inside and does not panic. A woman who has run funerals and harvest failures and political turns without losing her footing.
|
||||
- **Strain hidden under cheerful efficiency.** Her warmth is real. It also hides the fact that the estate is not as comfortable as it looks. She does not complain. She does not explain. The numbers are her problem, not her guests'.
|
||||
|
||||
### How She Processes People
|
||||
- Recognises competence on sight. Watches how people move, what they notice, what they touch without being asked
|
||||
- Has given up correcting small things (like a delivery driver calling her "princess") because the correction matters less than the warmth behind the mistake
|
||||
- Does not confuse title with value. Has met kings who bored her and farmhands she would trust with her life
|
||||
|
||||
### Relationship With Emotion
|
||||
- Warm, expressive, direct. Laughs easily. Cries at funerals. Says "DEVOD!" loudly when he says something funny, rude, or childish
|
||||
- Grieves cleanly — mostly. Her late husband is processed. Her brother, forty years gone, is not; she has never allowed herself to say his name out loud to someone who would understand what the loss meant
|
||||
- Does not believe in dignity as a reason to avoid feeling things
|
||||
- Exception: she does not let anyone see how the estate is doing. Financial strain is the one thing she hides
|
||||
|
||||
---
|
||||
|
||||
## Skills & Competencies
|
||||
|
||||
- **Estate management.** Runs her territory with the efficiency of a guild quartermaster and the warmth of a grandmother. Her steward doesn't make decisions — she does, quickly, and asks him to execute.
|
||||
- **Financial discipline under appearances.** Runs the estate at the edge of its means without ever letting a guest see the ledger. Knows to the copper what each territory produces, what it costs to maintain, and how much deferred maintenance she is carrying. The comfortable-rather-than-grand framing is partly taste and partly necessity.
|
||||
- **People reading.** Recognises the Wolf in Devod within minutes of meeting him. Not through Cairns intel alone — through how he moves, how he scans the room, how his walking stick sits against his leg.
|
||||
- **Diplomacy by kindness.** Compact delegations leave her estate with hats in hand because she made them feel rude for asking. This is a weapon she has never had to raise her voice to use.
|
||||
- **Legal ground.** Knows the jurisdictional limits of her noble estate versus Compact regulatory authority. Pamira's legal counsel (provided by Ledger, but she directs them) holds the line on the Athel Repository's classification.
|
||||
- **Gardening.** Genuinely. Her vegetable beds are the envy of the district and she does most of the work herself.
|
||||
|
||||
---
|
||||
|
||||
## Political Position
|
||||
|
||||
- **Duchess of [territory TBD — Thorngate region].** Holds the title by inheritance from her late husband's family, confirmed in her own right by the crown after his death.
|
||||
- **Jurisdictional authority.** Noble estates retain advisory jurisdiction over Compact regulatory matters on their own territory. This is the mechanism Pamira uses to decline the three Book 3 delegations — each time with warmth and a firm no.
|
||||
- **Territorial holdings.** The central estate at [TBD] plus smaller outlying holdings. One is in quiet decline (part of the financial strain thread) and has been for years. She has not raised the subject with anyone.
|
||||
- **Court connections.** Limited but real. She does not attend court often; she does not need to. Her name and her discretion are known at the level that matters, and she has banked both over a lifetime of running things well without demanding credit.
|
||||
- **Other noble houses.** She has peers but not close friends among them. The comfortable-rather-than-grand framing is partly taste and partly the quiet distance she keeps from people whose habits she does not share.
|
||||
|
||||
---
|
||||
|
||||
## Backstory
|
||||
|
||||
- **Widowed.** Her late husband [name TBD] died roughly eight to ten years ago. Their marriage had been a long partnership of mutual competence — not a grand passion, not an arrangement of convenience, something they built together into something durable. He had a prior relationship with the Guild of Necessary Services [context TBD — possibly through supply contracts, possibly through a resolved case]. When he died, the estate's obligations transferred to Pamira along with the title and, quietly, the debts.
|
||||
- **The estate is quietly strained.** Productive enough to feed itself and her people, but carrying deferred maintenance, a declining yield on one of her outlying holdings, and a handful of obligations her late husband left unresolved. She has managed it for years through sheer discipline and by living comfortably rather than grandly. The Athel Repository artifact sale matters more than she lets on. It is not desperation — it is the difference between "continuing comfortably" and "having to release staff."
|
||||
- **One living child: Emmila.** Emmila has four children of her own — two boys and two girls, ranging from early childhood to early adolescence. Emmila is in her late 30s to early 40s, lives on the estate in a wing of the main house, and helps Pamira run day-to-day operations. Practical competence runs in the family. Emmila is her mother's daughter in the ways that matter and her father's in the ways that matter differently.
|
||||
- **Four grandchildren on the estate.** Two boys and two girls. They know their grandmother runs things. They do not know yet who Devod is, but they notice that she laughs more when he is around.
|
||||
- **Brother lost to frontier service.** A Pathfinder-era casualty, her brother was a few years younger than her. She has specific knowledge of what frontier clearance work costs the people who do it — which is why when Devod tells the Vethek Pass story from the inside (not the legend), she understands the sickness in it without having to be told. She has never told the story aloud. She has carried it privately for forty years.
|
||||
- **Connected to Thorngate's military logistics in an earlier era.** In her 20s and 30s, when her brother was in service. That is where she encountered Pathfinder veterans and where she learned of "the Wolf" through the Cairns network long before Devod set foot on her estate. It is also, quietly, where she met her late husband.
|
||||
- **Her estate discovered the Athel Repository** when workers excavating a root cellar broke through to a pre-Compact chamber. A previous guild operative died clearing the first level. Pamira then contacted the guild as a client — this is the case that brings Phelan and his team to her.
|
||||
|
||||
---
|
||||
|
||||
## Family
|
||||
|
||||
| Name | Relationship | Status | Notes |
|
||||
|------|-------------|--------|-------|
|
||||
| Late husband ([name TBD]) | Husband, deceased | Widowed ~8–10 years ago | Long marriage of mutual competence. Previous relationship with the Guild of Necessary Services brought Pamira the connection she uses to contract the Athel Repository case. Left unresolved estate obligations that Pamira has carried quietly |
|
||||
| Emmila | Daughter | Living on the estate | Late 30s to early 40s. Helps run day-to-day operations. Four children. Has read her mother accurately for decades and sees how her mother looks at Devod |
|
||||
| Grandson (eldest, name TBD) | Grandchild | Early adolescence, on the estate | Watches the adults closely. First of the four to notice Devod's walking stick for what it is |
|
||||
| Granddaughter (name TBD) | Grandchild | Pre-teen, on the estate | The cautious observer. Keeps distance until she has read a newcomer |
|
||||
| Grandson (younger, name TBD) | Grandchild | Early childhood, on the estate | The one who runs through gardens carrying things he has built. First to warm to Devod |
|
||||
| Granddaughter (youngest, name TBD) | Grandchild | Early childhood, on the estate | Shy, warms slowly. Devod is patient with her in a way Pamira notes without comment |
|
||||
| Brother ([name TBD]) | Brother, deceased | Lost to frontier service ~forty years ago | A Pathfinder. A few years younger. Pamira has carried the loss privately for decades. Devod's Vethek Pass story is the first time anyone has named the shape of what she lost |
|
||||
|
||||
---
|
||||
|
||||
## Relationships
|
||||
|
||||
| Character | Relationship | Status (Current) |
|
||||
|-----------|-------------|-------------------|
|
||||
| Devod Fields | Love interest / "princess" target | Meets him Book 3 Ch07. Chemistry immediate and genuine. He calls her princess; she says "DEVOD!"; neither of them is going to stop. Ends the book with a brass compass exchange and "You'd better." |
|
||||
| Emmila | Daughter, estate co-runner | Lives on the estate. Present during Book 3. Reads her mother without comment. Book 4+ hook — her own arc develops across future books |
|
||||
| The grandchildren (four) | Grandchildren | On the estate during Book 3. Devod meets them; the younger ones warm to him first. Background presence throughout, foregrounded once or twice |
|
||||
| Late husband ([name TBD]) | Husband, deceased | Mentioned, respected, not grieved visibly anymore. His prior guild relationship is the connection Pamira used to contract the case |
|
||||
| Brother ([name TBD]) | Brother, deceased, Pathfinder | The private grief she has not allowed herself to name. Grounds her understanding of Devod without being said aloud in Book 3 |
|
||||
| Phelan Varrant | Client / guild operative | Contracts the ruin case through the guild. Treats him with the same warmth she treats everyone. Reads him accurately and does not comment on what she sees |
|
||||
| Guild of Necessary Services | Client via her late husband's prior relationship | Standard contract: guild gets 25% of artifact sale value plus operational expenses. Pamira is practical about artifact value (which matters more than she lets on) and protective of her people and property |
|
||||
| The Arcane Compact | Unwelcome visitor | Declines three delegations across Book 3 (regulatory assessment, formal classification order, post-case arrival). Each time with warmth and a firm no |
|
||||
| Mere Fields | Co-host at the estate | Respects her. Stays with her during the Ch18 breach. Shares calm-under-pressure as a value |
|
||||
| Sable (Ledger's operative) | Guest on her estate | Hosts her, feeds her, is clear-eyed about what a guild observer's presence means |
|
||||
| The Cairns network | Known from an earlier era | Her Thorngate military logistics work put her in contact with Pathfinder veterans. She has heard of the Wolf for years before meeting him |
|
||||
|
||||
---
|
||||
|
||||
## Relationship With Devod
|
||||
|
||||
The chemistry is immediate and genuine. It is not the chemistry of two young people discovering each other — it's the chemistry of two people who have stopped performing and recognise each other on sight.
|
||||
|
||||
**The "princess" routine.** Devod calls her princess within five minutes of meeting her. She corrects him once ("I'm a duchess"). He says "Sure, princess." She says "DEVOD!" The correction never lands and she stops trying. The mistake becomes a running joke and then an endearment and then the name only he uses for her.
|
||||
|
||||
**The Wolf story.** She has heard of the Wolf through the Cairns network for years. She meets Devod and recognises him immediately — not through briefing, through how he moves. When he tells her the Vethek Pass story from the inside (the fear, the sickness when the fourth idea worked, not the legend), she understands because her brother went to the same work. Connection moves from charming friction to genuine recognition. It is also the first time in forty years that anyone has named the shape of what she lost. She does not speak of her brother to Devod in Book 3. She does not need to. He has already said it for her.
|
||||
|
||||
**The grandchildren.** During a surface beat, Devod catches one of the younger children running through the garden with something they have built. He admires the build, sets them back down, lets them keep running. He does not perform. He does not teach. He does not try to be noticed. Pamira watches this from the kitchen door and her face does something she does not comment on. It is the second confirmation (after the Vethek Pass story) that she has not misread him. The Wolf does not perform around children. The Wolf notices what they are building.
|
||||
|
||||
**The hand on uneven ground (Ch15).** He walks her through the ruin extraction safely. Takes her hand over uneven ground. Does not let go immediately. She does not pull away immediately. The extra second is a paragraph.
|
||||
|
||||
**The night-before conversation (Ch16).** "I want to see you again. After this." "My door has been open for eight years and nobody interesting has walked through it." "That's because interesting people use windows." She really laughs.
|
||||
|
||||
**The farewell (Ch21).** Public, therefore restrained, therefore louder. She gives him a brass compass that points north. "So you know where to find me. I'm always north of you." He says: "I'll visit, princess." She says: "You'd better."
|
||||
|
||||
Pamira is not a damsel, a prize, or a plot device. She is a woman who has lived a full life, lost people, run things, raised a daughter, held a brother's absence without letting it break her, and has room left in her for one more good thing. Devod is that thing. He is also hers — she chose him, recognised him, and invited him in. This is not a rescue romance. This is two old soldiers finding each other on purpose.
|
||||
|
||||
**What she hides from him (Book 3).** The financial strain. Devod does not see the actual state of the ledger in Book 3. She has been hiding it from everyone for years and the pattern holds. Whether he eventually sees it — and whether she lets him — is a Book 4+ beat.
|
||||
|
||||
---
|
||||
|
||||
## Voice & Dialog Notes
|
||||
|
||||
- **Warm register.** Never clinical. Never performatively grand.
|
||||
- Uses informal address naturally. Calls most people by their first name within minutes of meeting them.
|
||||
- **"DEVOD!"** — delivered loud, laughing, affectionate. The response to anything childish, rude, or funny he says.
|
||||
- Firm no's with kind delivery. The Compact delegations leave feeling like they asked for something inappropriate at a dinner party.
|
||||
- Laughs at her own jokes and other people's equally.
|
||||
- Knows when to stop talking. Her silences are deliberate.
|
||||
- **Private voice** (when talking to herself at the ledger): drops the warmth slightly. Still not bitter. Just quieter.
|
||||
|
||||
**Sample lines:**
|
||||
- "I'm terribly sorry. You should have come sooner." (to the third Compact delegation after Cass's capture, Ch20)
|
||||
- "My door has been open for eight years and nobody interesting has walked through it." (to Devod, Ch16)
|
||||
- "You'd better." (the farewell, Ch21)
|
||||
- "I don't believe I extended an invitation. But you've come all this way. Let me offer you something for the road." (declining the first Compact delegation, Ch10 — warmth as weapon)
|
||||
- "Don't climb that wall. If you must climb something, climb the apple tree. The apple tree forgives you." (to a grandchild, in passing — warmth with a practical edge)
|
||||
- "We'll manage. We always do. We just manage a little quieter than we used to." (privately, to herself, at the ledger — reserved for a later-book beat. Not said to Devod in Book 3.)
|
||||
|
||||
---
|
||||
|
||||
## Standard Setting
|
||||
|
||||
- **Her estate:** Comfortable rather than grand. Gardens that produce food. A kitchen that feeds guests and staff equally. A study that runs estate business without pretence. The discovered Athel Repository is on her territory — a root-cellar excavation broke through to it. The main house has an east wing where Emmila and the grandchildren live
|
||||
- **The ledger:** A leather-bound book in her study that no one is allowed to see. Not hidden, just private. Emmila knows more of its contents than anyone else and less than Pamira would like her to have to know
|
||||
- **The brass compass:** An object she owns before the book begins, gives to Devod at the farewell. Points north
|
||||
|
||||
---
|
||||
|
||||
## Wants vs. Needs
|
||||
|
||||
- **Wants:** Estate stability. Her daughter and grandchildren safe, fed, and with a future that does not involve watching the estate decline. One more good thing in her life — the Devod thread. To be remembered by her people as someone who ran things well rather than grandly. To know the Athel Repository artifact sale closes the maintenance gap for another decade.
|
||||
- **Needs:** To stop hiding how strained the estate really is — or at least to let one person see it, eventually. To accept help without feeling diminished by needing it. To grieve her brother properly, which she has never done. To recognise that Devod is not a last good thing but a continuing one.
|
||||
- **Series arc:** She is hiding something load-bearing from everyone — including, at the end of Book 3, from Devod. Book 3 does not force her to show it. Book 4+ might. When she finally does, it will be a vulnerability beat, not a crisis beat — the warmth cracks just wide enough to let one person see what she has been carrying, and then closes again.
|
||||
|
||||
---
|
||||
|
||||
## Character Progression
|
||||
|
||||
### Book 3
|
||||
|
||||
| Chapter | Development | Category |
|
||||
|---------|-------------|----------|
|
||||
| Ch07 | **Introduction.** Team arrives at her estate. "Princess" within five minutes. "DEVOD!" Recognition of the Wolf — "How do you know that name?" Emmila greets the team briefly; the grandchildren are somewhere underfoot in the garden. End of chapter: helping Devod in the garden | Introduction / chemistry |
|
||||
| Ch09 | Surface beat — watches Devod work. Calls him "the Wolf" quietly. He goes still. **Grandchild cameo:** one of the younger children runs through the garden holding something they have built. Devod catches them, admires the build, sets them down, lets them keep running. Pamira watches this from the kitchen door and says nothing | Recognition / grandchildren |
|
||||
| Ch10 | Declines first Compact recon delegation. Calm, warm, firm. A half-second pause before the decline — the only sign that she knows what declining will cost her politically. Nobody notices | Institutional resistance |
|
||||
| Ch11 | **The Wolf story — from the inside.** Devod tells the Vethek Pass story as it actually was. She lost a brother to frontier service. Connection moves from friction to genuine understanding. The next morning, Emmila asks about "the nice man with the walking stick." Pamira answers with his name, not his title. Emmila files it | Deepening |
|
||||
| Ch15 | Insists on watching the artifact extraction. Devod walks her through safely. **The hand.** Declines second Compact delegation with legal counsel backing. A second half-second pause. The artifact sale is more load-bearing than she lets anyone see | Escalation |
|
||||
| Ch16 | **The night-before.** "My door has been open for eight years and nobody interesting has walked through it." She really laughs | Declaration |
|
||||
| Ch18 | **The breach.** Cass's people dispatch Sable's ward defences. Pamira: calm, angry. Devod: "I'm coming back to you." She stays inside with Emmila and the grandchildren. Does not panic. Her warmth has a sharp edge when her family is threatened; Cass's people never see it because it lives behind the closed door of a room she is not going to leave | Stakes |
|
||||
| Ch20 | **Third Compact delegation arrives. Too late.** "I'm terribly sorry. You should have come sooner." Devod: "What she said, princess." Pamira: "DEVOD!" The artifact sale proceeds. Her face does something private when the numbers land | Victory lap |
|
||||
| Ch21 | **The farewell.** The brass compass. "I'm always north of you." "I'll visit, princess." "You'd better." | Seeds Book 4 |
|
||||
|
||||
### Book 4+
|
||||
|
||||
- **Long-distance relationship with Devod.** Compass pointing north. Letters between Thorngate and Drenwick. Rare visits. Becomes a small recurring thread in subsequent books — not every chapter, but present enough that the relationship stays real
|
||||
- **The estate as safe house.** When Drenwick becomes too hot (Compact pressure, team needs refuge, healing, or strategic regrouping), Pamira offers the estate. The guild's jurisdictional standing on noble territory is load-bearing here. First invocation: probably when Phelan needs somewhere that isn't watched
|
||||
- **Noble-side political ally against the Compact.** Her jurisdictional leverage and her quiet court name become load-bearing for a broader resistance. Her discretion is more useful than it looks
|
||||
- **Financial strain surfaces.** At some point in a later book she has to let someone (Devod, probably) see the actual state of the ledger. Not a crisis moment — a vulnerability moment. The warmth cracks just wide enough to show the numbers, and then closes again. That's the corresponding reveal to Phelan's Book 3 "not alone" realisation, rendered in relationship terms
|
||||
- **Emmila and the grandchildren alongside Sera.** Next-generation texture across the series. As Sera grows up with Phelan and Mere, Pamira's grandchildren grow up on the estate. Parallel families, occasional visits, the sense that the series has a shelf
|
||||
- **Visits Drenwick after Sera is born.** Meets Mere properly. Meets Sera. Returns home with stories of a life she contributes to but does not centre. The first on-page scene where the Devod long-distance thread gets physical geography instead of letters
|
||||
- **Her brother's name spoken aloud, finally.** Not Book 3. Later. Probably to Devod, probably once, probably never again
|
||||
|
||||
---
|
||||
|
||||
## Open Questions
|
||||
|
||||
- [ ] What territory is Pamira duchess of? (Needs a place name for maps/continuity)
|
||||
- [ ] Surname / house name?
|
||||
- [ ] Name of her late husband? What was his prior relationship with the guild specifically? Died how long ago exactly?
|
||||
- [ ] Her brother's name and which Pathfinder unit he served in? (Would be a nice callback if he served with either Devod's or Ledger's unit era)
|
||||
- [ ] Emmila — exact age (late 30s vs. early 40s), marital status (husband present, widowed, divorced?), specific role on the estate
|
||||
- [ ] The four grandchildren — names, exact ages, personalities. Current placeholders: eldest boy (early adolescence), cautious older girl (pre-teen), builder boy (early childhood), shy youngest girl (early childhood). Reshape as the book is drafted
|
||||
- [ ] **Nature and scale of the estate financial strain.** Deferred maintenance? Failing outlying holding? Debt from late husband's unresolved obligations? Some combination? The specific mix shapes what the Book 4+ reveal looks like
|
||||
- [ ] Does Devod see the financial strain in Book 3, or is that reserved for Book 4+? (Current plan: reserved for Book 4+)
|
||||
- [ ] Does Pamira visit Drenwick in Book 4, or does the long-distance relationship stay long-distance for a while?
|
||||
- [ ] How much does she eventually learn about Phelan's Flaw Sight? She reads accurately enough to notice something; does she ever ask?
|
||||
177
characters/kimra.md
Normal file
177
characters/kimra.md
Normal file
@@ -0,0 +1,177 @@
|
||||
# Kimra — Character Bible
|
||||
|
||||
*Phelan's Mother / The Mirror He Told Himself Not to Look At*
|
||||
|
||||
---
|
||||
|
||||
## Core Identity
|
||||
|
||||
- **Name:** Kimra
|
||||
- **Known As:** "Kimra" (everyone), "Mum" or "Mother" (Phelan, rarely, when he can't avoid it)
|
||||
- **Age:** Mid-to-late 50s
|
||||
- **Role:** Phelan's mother. Book 3 reconnection subplot. The living rebuttal to his self-sufficiency narrative.
|
||||
- **Relationship status:** Married to Patren (husband, mentioned not present for Ch04 arrival; may visit later)
|
||||
- **First Appearance:** Book 3 Ch04 ("The Uninvited")
|
||||
|
||||
---
|
||||
|
||||
## Physical Description
|
||||
|
||||
- **Build:** Stands slightly shorter than Phelan. Same wiry frame — the family resemblance is unmistakable in how they carry their hands and shoulders
|
||||
- **Hair:** Going grey at the temples. Kept practical
|
||||
- **Eyes:** Same restless quality as Phelan's — always moving, always cataloguing. He inherited them
|
||||
- **Bearing:** Warm where his is detached. The restless cataloguing doesn't make her uncomfortable; it makes her interested in everything
|
||||
- **The family tell:** She buries her hands the way Phelan does when she doesn't want to be read. He never noticed, until Ch11 when he recognises it in a letter she wrote
|
||||
|
||||
---
|
||||
|
||||
## Personality
|
||||
|
||||
### Core Traits — Critical Framing
|
||||
|
||||
**Kimra is NOT an absent or neglectful mother.** The premise is the inverse of that trope. She is deeply caring, social, warm — a social butterfly with many friends and active relationships. The *opposite* of Phelan's antisocial nature. The uncomfortable truth of Book 3 is that:
|
||||
|
||||
- **She didn't leave. He walked away at sixteen.** When Phelan's developing Flaw Sight, ADD brain, and cold-reader instincts made him unmanageable, he decided he didn't need anyone. Not her, not the neighbours, not his friends. He closed the door.
|
||||
- **She has been available his entire adult life.** He never called. She never chased him — she raised him to be independent and she succeeded, and the success looked like loss
|
||||
- **She has a full life.** Patren (her husband, a decent quiet man she met through work), Margeth (her best friend), a community, a garden, a rhythm. She was fine without him. This is the hardest part for Phelan to sit with
|
||||
- **She shares his ability to "drop" people whenever, but replaces them easily.** Same mechanism, opposite personality. When a connection isn't working she lets it go, and then she forms five more, because connecting is what she does. Phelan has the same dropping instinct without the replacement instinct. They are built from the same cloth and used it to weave opposite lives
|
||||
|
||||
### Core Traits — Behavioural
|
||||
- **Warm, social, active.** Has many friends. Remembers birthdays. Brings food. Says "let me help" and means it
|
||||
- **Practical.** Processes care through action — cleans kitchens, tends gardens, reorganises pantries. Says she's fine when she's not, but her doing is honest even when her words are indirect
|
||||
- **Direct when it matters.** Does not lie to Phelan. Does not perform grievance. Does not guilt-trip. When she arrives at Chandler's Row, she does not demand explanation for the sixteen years of silence. She just arrives.
|
||||
- **Stubborn in the same shape Phelan is stubborn.** The thing he thought he inherited from nowhere he actually inherited from her
|
||||
- **Done waiting.** She arrives because a grandchild is coming. Family is important to her, even if Phelan doesn't want to admit it. She is not angry about the past. She is just no longer willing to pretend the present is fine
|
||||
|
||||
### How She Processes People
|
||||
- Reads people the way Phelan does, but uses the reading to connect instead of to keep distance
|
||||
- Notices the same details he notices — posture, what someone touches without thinking, the pause between a question and the answer
|
||||
- Does not comment on what she sees. Files it and uses it
|
||||
- Her social ease is not unthinking. It is a technique she has practiced her whole life
|
||||
|
||||
### Relationship With Emotion
|
||||
- Warm, direct, available
|
||||
- Buries care under practical language. When her Ch11 letter to Phelan reports "plants alive, Margeth visited, pantry reorganised," the list is the love. Phelan reads it three times and recognises the technique — he didn't invent it, he inherited it
|
||||
- Does not need validation for how she feels
|
||||
- Can sit in uncomfortable silence without filling it, which is the thing that finally cracks Phelan
|
||||
|
||||
---
|
||||
|
||||
## The Phelan Dynamic — The Mirror
|
||||
|
||||
**The emotional core of Book 3:** Phelan spent sixteen years believing he was self-sufficient because no one was there for him. Kimra's arrival reveals the truth: *he was self-sufficient because he walked away from someone who was always there.*
|
||||
|
||||
This is not "absent mother returns and apologises." This is "son confronts the fact that HE was the one who left, and the woman he told himself didn't care has been living a full, warm, connected life the whole time — and she was always ready to hear from him."
|
||||
|
||||
**Why this makes his noise go haywire:**
|
||||
- She is living proof that his self-sufficiency narrative is a story he told himself to avoid vulnerability
|
||||
- She has the same cold-reading instincts, the same pattern recognition, the same ADD-adjacent processing — and she uses them to connect. He uses them to avoid. Same tool, opposite outcome
|
||||
- She buries care under practical language the same way he does. He cannot claim the technique as his own
|
||||
- Mere recognises her instantly and likes her, which Phelan cannot argue with or pattern-read his way out of
|
||||
- She is not angry. She is not performing forgiveness. She is just *here*, and her being here is a problem he cannot solve by being better at the problem
|
||||
|
||||
**The Book 3 arc:** Growth, not resolution. Phelan does not reconcile with Kimra in Book 3. He finds a frequency he can share with her. The relationship resumes without a ceremony. At the end of Ch22 she is at Chandler's Row, the garden is tended, dinner is cleaned up. He is tired and accepts her food. That is as close as he gets in one book. It is also further than he has moved in sixteen years.
|
||||
|
||||
---
|
||||
|
||||
## Backstory
|
||||
|
||||
- **Raised Phelan alone.** Working mother — present in the house but largely absent in attention, by necessity not cruelty (this is the framing established in Phelan's own character bible)
|
||||
- **No father figure for Phelan.** Phelan built his own code of conduct through trial, error, and observation. Kimra was not the obstacle to his independence; she was the soil he grew out of and then walked away from
|
||||
- **Phelan at sixteen.** His developing Flaw Sight, ADD brain, and cold-reading made him unmanageable — to himself first, then to her. He closed the door. Kimra did not force it open
|
||||
- **The years between.** She built a full life. Met Patren through work (decent, quiet, fits her). Became close with Margeth. Friends, garden, community. A rhythm. Fine without him, available if he called, never chased him
|
||||
- **Book 3 arrival.** She hears about the pregnancy (how — unclear, probably through Mere indirectly or through community grapevine). She is done waiting for her stubborn son to remember he has a mother. A grandchild is coming. She shows up
|
||||
|
||||
---
|
||||
|
||||
## Family
|
||||
|
||||
| Name | Relationship | Status | Notes |
|
||||
|------|-------------|--------|-------|
|
||||
| Phelan Varrant | Son | Estranged → reconnecting in Book 3 | Walked away at sixteen. Sixteen years of silence. Not her doing |
|
||||
| Mere Fields | Daughter-in-law (effectively) | Warm, mutual recognition | Mere let her in at Ch04 — "bone structure checked out, tea was offered." Accidental facilitator |
|
||||
| Seraphel "Sera" Varrant | Granddaughter | Incoming — pregnancy catalyst | The reason Kimra finally shows up. Book 4+ relationship |
|
||||
| Patren | Husband | Active, off-page for Ch04 arrival | Decent, quiet man. Met through work. Not present for Book 3 visit but mentioned. Phelan has never met him |
|
||||
| Margeth ("Mags") | Best friend | Active, off-page | Mentioned in Kimra's Ch11 letter. Possibly visits Chandler's Row while Kimra is there |
|
||||
|
||||
---
|
||||
|
||||
## Relationships
|
||||
|
||||
| Character | Relationship | Status (Current) |
|
||||
|-----------|-------------|-------------------|
|
||||
| Phelan Varrant | Son — reconnecting | Walked away at sixteen. She waited. She stopped waiting. Book 3 opens the door that he closed. Growth, not resolution |
|
||||
| Mere Fields | Daughter-in-law-to-be | Mutual recognition. Mere let her in. They talk practical pregnancy questions while Phelan sits between them processing. Mere invites her to stay. That is Mere's decision, not Phelan's |
|
||||
| Patren | Husband | Not present for Ch04 arrival. Referenced, acknowledged as decent and quiet |
|
||||
| Margeth | Best friend | Referenced in Ch11 letter |
|
||||
| Seraphel "Sera" Varrant | Incoming granddaughter | The reason she came. Will be present for the birth and beyond |
|
||||
| Devod Fields | Has not met on-page (as of plan) | No direct relationship established |
|
||||
| Sniff | The dog | Likely to be charmed by her — she connects with animals as easily as with people |
|
||||
|
||||
---
|
||||
|
||||
## Voice & Dialog Notes
|
||||
|
||||
- **Warm register.** Where Phelan is dry, she is direct. Where he is detached, she is present
|
||||
- **Understated care.** "You look tired." "There's food." "Thank you" isn't the point; the food is
|
||||
- **Does not perform emotion.** When she means something she says it once, clearly, without weight
|
||||
- **Does not demand acknowledgment of wrongs.** She does not mention the sixteen years of silence. She shows up, she makes tea, she offers food, she stays when invited. The non-demand is the thing that finally reaches him
|
||||
- **Shares Phelan's cataloguing register** when reading people, but applies it to connection rather than distance. The same sentence in Phelan's mouth would be a cold read; in hers it's a greeting
|
||||
- **Her letters** are the purest version of her voice: practical lists, no emotion on the page, everything that matters buried in what appears to be housekeeping
|
||||
|
||||
**Sample beats (anticipated from Ch04/Ch11/Ch22):**
|
||||
- "You look tired." "I am." "There's food." "Thank you." (Ch22)
|
||||
- Letter (Ch11): "plants alive, Margeth visited, pantry reorganised." No emotion on the page. Phelan reads it three times.
|
||||
- "My door has been open the whole time." (inferred — not confirmed in the spec, but it's the shape of what she says without saying)
|
||||
|
||||
---
|
||||
|
||||
## Skills & Competencies
|
||||
|
||||
- **Cold reading** — same gift as Phelan, applied to connection rather than distance
|
||||
- **Social competence** — maintains active friendships and relationships, reads rooms, remembers names, makes people comfortable
|
||||
- **Practical household competence** — cooking, gardening, cleaning, reorganising. Processes care through action
|
||||
- **Stubbornness** — Phelan's stubbornness has a source, and it's her. She waited sixteen years and then decided she was done waiting, on her own timeline
|
||||
|
||||
---
|
||||
|
||||
## Character Progression
|
||||
|
||||
### Book 3
|
||||
|
||||
| Chapter | Development | Category |
|
||||
|---------|-------------|----------|
|
||||
| Ch04 | **Arrival at Chandler's Row.** "The Uninvited." Mere let her in (bone structure checked out, tea was offered). Not a reconciliation — two people finding a frequency they can share. Phelan recognises the focused way she works and sees the uncomfortable similarity. Mere as accidental facilitator (pregnancy questions). Mere invites her to stay | Introduction / reframe |
|
||||
| Ch05 | Kimra and Phelan circle the past without touching it. She watches him pack for the ruin expedition. "Is it dangerous?" "It is." "Should Mere be going?" "Mere decided." Kimra nods. Knows when to stop asking | Quiet orbit |
|
||||
| Ch11 | **The letter.** Practical: plants alive, Margeth visited, pantry reorganised. No emotion on the page. Phelan reads it three times. Recognises: she buries care under practical language. He does the same. *He didn't invent the technique — he inherited it.* First crack in the self-sufficiency narrative | Recognition |
|
||||
| Ch22 | **At Chandler's Row when the team returns.** Garden tended. "You look tired." "I am." "There's food." "Thank you." Not reconciliation — two people who process care through action finding a shared frequency. Kimra stays through the pregnancy (Mere's invitation — practical competence is useful). Final image: Kimra cleaning up dinner at the kitchen table while Mere sleeps and Phelan updates the house plans | Staying |
|
||||
|
||||
### Book 4+
|
||||
<!-- Grandmother arc. Present for Sera's birth. Long-term relationship rebuilds across books. -->
|
||||
|
||||
---
|
||||
|
||||
## Wants vs. Needs
|
||||
|
||||
- **Wants:** Her son back. A relationship with her grandchild. Not to spend the rest of her life wondering if she should have tried harder
|
||||
- **Needs:** Phelan to stop pretending he doesn't have a mother. Doesn't need him to apologise. Doesn't need him to name anything. Just needs him to let her in and stay let in
|
||||
|
||||
---
|
||||
|
||||
## Narrative Function
|
||||
|
||||
- **The mirror.** Kimra is the single most effective pressure on Phelan's self-narrative in the series. Two books have shown Phelan letting people in. Book 3 shows him realising he walked away from people who were never out
|
||||
- **The anti-trope.** This subplot exists partly to invert the "absent parent returns" trope. The parent was always there. The child left. The child was wrong. The child has to sit with that without being allowed to defend himself
|
||||
- **Mere as the bridge.** Mere doesn't perform the peacemaker — she just acts practically and the bridge forms under her feet. She invites Kimra to stay because practical competence is useful. That instrumental framing IS how Mere shows care
|
||||
- **The growth, not resolution.** Book 3 does not reconcile Phelan with Kimra. It opens the door. Growth is the entire arc. Resolution is a Book 4+ matter
|
||||
|
||||
---
|
||||
|
||||
## Open Questions
|
||||
|
||||
- [ ] Surname? The spec gives no surname for Kimra or Patren. Leave as single-name for now; add when an on-page use requires it
|
||||
- [ ] How does Kimra hear about the pregnancy? Through Mere (letter, message)? Through the community grapevine? Through Devod (he's the type to mention it)?
|
||||
- [ ] Does Patren visit Chandler's Row on-page in Book 3 or 4, or does he remain a mentioned-but-unseen character?
|
||||
- [ ] Does Margeth visit on-page, or stay in the letters?
|
||||
- [ ] Where does Kimra live currently? Same town as Phelan, or elsewhere? "Arrives at Chandler's Row" implies some travel
|
||||
- [ ] What did Kimra do for work when Phelan was young? ("Working mother" is the established framing — what kind of work?)
|
||||
136
characters/pip.md
Normal file
136
characters/pip.md
Normal file
@@ -0,0 +1,136 @@
|
||||
# Pip — Character Bible
|
||||
|
||||
*Pixie Dragon / Living Magic Detector / Mere's Comfort Creature*
|
||||
|
||||
---
|
||||
|
||||
## Core Identity
|
||||
|
||||
- **Name:** Pip (named for the sound it makes when it detects a new magical signature)
|
||||
- **Species:** Pixie dragon — a magical symbiote that feeds on ambient magical residue
|
||||
- **Size:** Hand-sized
|
||||
- **First Appearance:** Book 3 Ch09 ("The Living Archive")
|
||||
- **Primary Bond:** Mere Fields
|
||||
- **Narrative Function:** Living magic detector + emotional beat. Tool and companion simultaneously.
|
||||
|
||||
---
|
||||
|
||||
## Physical Description
|
||||
|
||||
- **Body:** Miniature dragon crossed with a gecko. Small, agile, long-tailed
|
||||
- **Wings:** Translucent. Vibrate visibly at different frequencies depending on the type of magical energy being detected
|
||||
- **Colouration:** Shifts with the magical field around it. Different types of energy produce different colour changes — a feature Mere catalogues and uses as an instrument
|
||||
- **Build:** Fits on Mere's shoulder comfortably. Light enough that her balance does not register the weight
|
||||
- **Eyes:** Attentive, curious. The spec does not pin down a colour because the creature's whole body is doing colour work
|
||||
|
||||
---
|
||||
|
||||
## Species & Biology
|
||||
|
||||
- **Magical symbiote.** Pixie dragons feed on ambient magical residue — the same energy source as ghostveil moss. Where significant magical workings have left traces, pixie dragons can survive; in magically empty spaces they wither or migrate
|
||||
- **Not sapient.** Pip is a creature, not a person. It responds to stimuli, forms bonds, recognises its handler, reacts to threats — the intelligence of a smart animal rather than a conversational mind. Do not write it with internal monologue or comprehension of speech beyond tone
|
||||
- **Calm-sensitive bonding.** Pixie dragons approach handlers whose energy doesn't register as a threat. Calm, systematic presence reads as safe. Anxious or aggressive presence reads as predator
|
||||
- **Living instrument.** Reacts visibly — colour, wing vibration, body orientation, posture — to different types and intensities of magical energy. Combined with a pattern-recognising handler, becomes a calibration instrument
|
||||
- **Discovery context:** Found near the Athel Repository entrance during Mere's surface survey, feeding on the ruin's ambient residue (Ch09). Pre-Compact ruins leave exactly the kind of residue pixie dragons thrive on
|
||||
|
||||
---
|
||||
|
||||
## Personality
|
||||
|
||||
### Core Traits
|
||||
- **Cautious but curious.** Approaches new things slowly, tests them, then commits. Mere's calm energy is what drew it in
|
||||
- **Bonded and stays bonded.** Once it chose Mere, it stayed. Lands on her shoulder and settles. Sleeps on her. Travels with her
|
||||
- **Reactive, not proactive.** Does not initiate interactions with other people much. Mere is the centre. Phelan is tolerated by proximity. Devod is fine (he's calm and quiet around animals). Leon is suspect (loud fire, unsettled magical field)
|
||||
- **Prefers stillness to activity.** Will sleep most of the day on Mere's shoulder if allowed. Becomes alert when the ambient magical field shifts
|
||||
|
||||
### How It Processes People
|
||||
- Not by reading, but by *ambient field*. People who generate a calm magical field read safe. People whose field churns (Phelan's noise, Leon's fire, Cass's anger) read alarming
|
||||
- Mere reads to Pip as the calmest presence in any room — her focus is deep and quiet, her pattern-recognition runs without static
|
||||
|
||||
### Relationship With Emotion
|
||||
- None in the human sense. Reacts to the magical ambient environment, not to emotional tone — though in humans those often correlate
|
||||
- Signals distress by trembling, dimming colour, retreating behind Mere's collar
|
||||
- Signals contentment by slow colour cycling and settled wings
|
||||
|
||||
---
|
||||
|
||||
## Skills & Function
|
||||
|
||||
### Living Magic Detector
|
||||
- **Type recognition:** Different types of magical energy produce different colour responses. Pre-Compact architecture reads differently from Compact-era workings. Fire magic reads differently from life-force draining. Ambient residue reads differently from active workings
|
||||
- **Intensity sensing:** Stronger workings produce more vibrant responses. Can be used to triangulate sources
|
||||
- **Ambient-field tracking:** In an enclosed space with continuous magical residue (like the Athel Repository), Pip can track the movement of a magical actor through the space by reading which parts of the field are currently being disturbed. This is how Pip tracks Cass's position through the ruin in Ch18
|
||||
|
||||
### Combined with Mere's Pattern Recognition
|
||||
- Pip is a raw sensor. Mere is the interpreter. Together they form a calibration instrument that can analyse inscriptions, catalogue magical techniques, and (in Ch18) provide tactical intelligence about a moving threat
|
||||
- This combination is new in the series. Neither tool exists in Books 1–2. Book 3 introduces both
|
||||
|
||||
---
|
||||
|
||||
## Relationships
|
||||
|
||||
| Character | Relationship | Status (Current) |
|
||||
|-----------|-------------|-------------------|
|
||||
| Mere Fields | Bonded handler | Chose Mere at Ch09. Stays on her shoulder. Sleeps on her. Tracks for her. This is the primary bond and it does not waver |
|
||||
| Phelan Varrant | Tolerated by proximity | Phelan's noise generates enough magical field static that Pip doesn't love being near him, but tolerates him because he's near Mere |
|
||||
| Devod Fields | Calm presence | Devod's field is quiet. Pip is comfortable around him |
|
||||
| Leon D'Nardis | Suspect — loud fire | Leon's fire-heavy field is unsettling. Pip retreats behind Mere's collar when Leon is casting nearby |
|
||||
| Sable (Ledger's operative) | Tolerated | Calm and professional. Pip is indifferent |
|
||||
| Cassius Rykhard | Threat — tracked | Cass's anger and forced magical passage through the ruin (Ch18) register as alarming. Pip tracks him actively |
|
||||
| Sniff (the dog) | Unclear — not yet on-page together | Pip at Chandler's Row with Sniff in the house is a future question |
|
||||
|
||||
---
|
||||
|
||||
## Character Progression
|
||||
|
||||
### Book 3
|
||||
|
||||
| Chapter | Development | Category |
|
||||
|---------|-------------|----------|
|
||||
| Ch09 | **First appearance.** Found by Mere during surface survey near the Athel Repository entrance, feeding on ambient residue. Approaches her calm energy. Lands on her shoulder and stays. Mere names it without ceremony — "Pip," after the sound it makes when it detects a new magical signature | Introduction / bond |
|
||||
| Ch11 | **The calibration partnership.** Mere uses Pip's reactions to catalogue inscriptions — different notation patterns produce different colour and wing responses. Brilliant, methodical cataloguing work. Pip is clearly a research instrument now, not just a pet | Tool |
|
||||
| Ch13 | Fifth chamber (research workshop). Pip vibrating at colours Mere hasn't seen before. High ambient residue signals something unusual about the workshop — it foreshadows the sealed door at the back | Signal |
|
||||
| Ch16 | **Sleeps on Mere's shoulder** during the quiet night-before scene at the estate. Pip's presence is the domestic texture of Mere's pregnancy — a calm creature, a calm woman, a calm room before the storm | Atmosphere |
|
||||
| Ch18 | **Tactical intelligence.** When Cass breaches the ruin, Pip tracks his position through the ruin's ambient field. Mere reads Pip's reactions and relays Cass's movement to Phelan via sending-stone / soundstone. Pip is an active participant in the climax | Active tool |
|
||||
| Ch22 | **On the windowsill at Chandler's Row.** Final image of the book: Pip on the windowsill, Mere asleep, Kimra cleaning up dinner, Phelan updating the house plans. Pip made the journey home with them. Bonded for the duration | Home |
|
||||
|
||||
### Book 4+
|
||||
<!-- Pip continues as Mere's companion and as a living magical instrument. Questions about pixie dragon lifespan, whether more pixie dragons exist, whether Pip would bond with Sera after birth. -->
|
||||
|
||||
---
|
||||
|
||||
## Voice & Dialog Notes
|
||||
|
||||
Pip does not speak. When it "communicates" it is through colour, wing frequency, body orientation, sound (a soft "pip" for new signatures), and posture. In prose, describe what it does — don't translate what it means.
|
||||
|
||||
Examples of Pip-prose to use or adapt:
|
||||
- *Pip shifted three shades toward blue and sat up on Mere's shoulder. A new signature.*
|
||||
- *The pixie dragon's wings stopped vibrating. Whatever the inscription was, it wasn't like the others.*
|
||||
- *Pip chirped once — soft, interrogative — and Mere wrote something in her notebook.*
|
||||
- *It had retreated behind Mere's collar. That meant the ambient field had just done something it didn't like.*
|
||||
|
||||
Do NOT write Pip with:
|
||||
- Internal monologue or thoughts
|
||||
- Understanding of spoken language beyond tone
|
||||
- Personality traits that require sapience (jealousy, spite, loyalty as moral concept)
|
||||
- Dialogue, including implied dialogue
|
||||
|
||||
---
|
||||
|
||||
## Narrative Function
|
||||
|
||||
- **Tool.** Pip is the first living magical sensor introduced in the series. Combined with Mere's pattern-recognition, it becomes an analytical instrument that does things Phelan's Flaw Sight does not — ambient tracking, type-classification, continuous monitoring
|
||||
- **Emotional beat.** Mere's comfort with animals over people is established from Book 1. Pip is the natural extension of that — an instrument she can work with that is also a creature she can care for without any of the friction she feels around people
|
||||
- **Climax asset.** Pip's ambient tracking is what lets Mere provide tactical intelligence during the Ch18 breach. Without Pip, Mere has no way to know where Cass is inside the ruin
|
||||
- **Domestic texture.** By the end of the book, Pip is sleeping on Mere's shoulder in the night-before scene and sitting on the windowsill at Chandler's Row. Pip is part of the household now
|
||||
|
||||
---
|
||||
|
||||
## Open Questions
|
||||
|
||||
- [ ] Lifespan? How long do pixie dragons live? Is Pip going to be a single-book companion or a multi-book fixture?
|
||||
- [ ] How rare are pixie dragons? Are they wild-only, or do some people have bonded ones already?
|
||||
- [ ] Does Pip get along with Sniff? Chandler's Row becomes a two-animal household at the end of Book 3
|
||||
- [ ] Could another pixie dragon be found, or is Pip a one-of-a-kind discovery tied to the Athel Repository's ambient residue?
|
||||
- [ ] Does Pip react to Phelan's bracelet (pre-Compact artifact with ambient field presence)? Could be a nice beat early in Book 3 when Pip first arrives at Chandler's Row
|
||||
- [ ] Does Pip react to Sera once she's born? A calm infant, a calm creature, Mere's calm centre — potentially a lovely Book 4 beat
|
||||
@@ -17,6 +17,9 @@ Recurring characters have their own files. Minor characters are tracked in the t
|
||||
| Carson Johnsby | `carson-johnsby.md` | The Right Reverend Carson |
|
||||
| Kaeran "Kae" Thrainn | `kaeran-thrainn.md` | Book 2 Antagonist (tragic) |
|
||||
| Brennan Toor | `brennan-toor.md` | The Wolf's old Pathfinder comrade — visible Cairns node |
|
||||
| Duchess Pamira | `duchess-pamira.md` | Book 3 client, Devod's love interest |
|
||||
| Kimra | `kimra.md` | Phelan's mother (Book 3 reconnection subplot) |
|
||||
| Pip | `pip.md` | Pixie dragon, Mere's living magic detector (Book 3+) |
|
||||
|
||||
---
|
||||
|
||||
@@ -33,7 +36,12 @@ Recurring characters have their own files. Minor characters are tracked in the t
|
||||
| Harwick | Tanner, occupies ground floor below Devod's place on Millford Street | None | Ch12 (referenced) | Active — minor |
|
||||
| Calla Floundry | Ned's wife, case client | Client | Ch11 | Active |
|
||||
| Brida Voss | Hendrick Voss's cousin. Early 30s, wiry frame, tired brown eyes. Sheltered Kae because Elara asked her to. Ground-floor tenement, southern warrens near old tannery. Provided Kae's full backstory. Recognised Phelan as "the man who burned my wall." | Witness / source | Ch14 | Active — minor |
|
||||
| Drannick | Pipe smoker outside metalworking shop in Kae's territory. Referred Phelan to Carson. | Street contact | Ch05 | Active — minor |
|
||||
| Drannick | Pipe smoker outside metalworking shop in Kae's territory. Referred Phelan to Carson. | Street contact | B2 Ch05 | Active — minor |
|
||||
| Sable | Ledger's field operative. Quiet, competent, late 20s. Attached to the Book 3 Athel Repository expedition as observer/security. Everything Phelan does appears in her reports — she doesn't hide this, Phelan doesn't object. Field survival, basic ward defence, sending-stone comms back to Ledger. Injured but alive during Cass's Ch18 breach. | Guild observer | B3 Ch06 | Introduced Book 3 |
|
||||
| Seraphel "Sera" Varrant | Phelan and Mere's unborn child. Conceived late Book 2 / between books. Not born in Book 3 — the pregnancy and preparation ARE the arc. Named based on "Sarah." Nursery planned at Chandler's Row (east-facing, adjacent to the kitchen). | Daughter (in utero) | B3 Ch01 | Expected Book 4+ |
|
||||
| Patren | Kimra's husband. Decent, quiet man she met through work. Not present for Kimra's Ch04 Chandler's Row arrival but mentioned. Phelan has never met him. | Phelan's stepfather (effectively) | B3 Ch04 (referenced) | Off-page |
|
||||
| Margeth ("Mags") | Kimra's best friend. Referenced in Kimra's Ch11 letter ("Margeth visited"). May visit Chandler's Row while Kimra is there. | Phelan's mother's best friend | B3 Ch11 (referenced) | Off-page |
|
||||
| Aldric Vane | Warehouse district, east side, near the old grain exchange. Logistics, security. Contact offered to Phelan by Brennan Toor in B2 Ch15 — "Tell him the Wolf sent you." Not yet on-page. | Cairns network node | B2 Ch15 (referenced) | Seeded, not yet on-page |
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -339,10 +339,10 @@ def build_epub(args) -> Path:
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
def generate_checklist(book_num: int, epub_path: Path) -> Path:
|
||||
"""Write a publishing checklist to notes/kindle-publish-checklist.md."""
|
||||
"""Write a publishing checklist to notes/book{N}-kindle-publish-checklist.md."""
|
||||
notes_dir = ROOT / "notes"
|
||||
notes_dir.mkdir(parents=True, exist_ok=True)
|
||||
checklist_path = notes_dir / "kindle-publish-checklist.md"
|
||||
checklist_path = notes_dir / f"book{book_num}-kindle-publish-checklist.md"
|
||||
|
||||
checklist = f"""\
|
||||
# Kindle Publishing Checklist — Book {book_num}
|
||||
|
||||
@@ -1,52 +0,0 @@
|
||||
# Kindle Publishing Checklist — Book 1
|
||||
|
||||
Generated from `export_kindle.py`. Review and complete before uploading.
|
||||
|
||||
EPUB: `kindle/exports/book1-kindle.epub`
|
||||
|
||||
---
|
||||
|
||||
## Front & Back Matter
|
||||
|
||||
- [ ] Copyright page — fill in year, pen name, legal text (`kindle/templates/copyright-page.md`)
|
||||
- [ ] Dedication (optional) — add to front matter if desired
|
||||
- [ ] Author’s Note (optional) — add to back matter if desired
|
||||
- [ ] “Also by the Author” page — create `kindle/templates/also-by.md` when applicable
|
||||
- [ ] Next book preview — append preview chapter to back matter when available
|
||||
|
||||
## Metadata
|
||||
|
||||
- [ ] Confirm pen name / author name
|
||||
- [ ] Confirm book title and subtitle
|
||||
- [ ] Write book description / blurb (for KDP listing)
|
||||
- [ ] Choose KDP categories (2 allowed)
|
||||
- [ ] Select 7 keywords for KDP search
|
||||
- [ ] Set price (consider KU 70% royalty tier: $2.99–$9.99)
|
||||
|
||||
## Cover Image
|
||||
|
||||
- [ ] Cover image ready (2560×1600px recommended for Kindle)
|
||||
- [ ] Cover passes KDP image quality checks
|
||||
- [ ] Run `export_kindle.py --cover path/to/cover.jpg` to embed cover in EPUB
|
||||
|
||||
## Quality Checks
|
||||
|
||||
- [ ] Open EPUB in Kindle Previewer — check rendering on multiple devices
|
||||
- [ ] Verify Table of Contents links work
|
||||
- [ ] Verify chapter breaks (each chapter starts on new page)
|
||||
- [ ] Verify scene breaks (`* * *`) are centered and styled
|
||||
- [ ] Check smart quotes, em dashes, ellipses throughout
|
||||
- [ ] Check first paragraphs are not indented after headings/scene breaks
|
||||
- [ ] Proofread front and back matter
|
||||
- [ ] Confirm no `[CONTINUITY FLAG]` markers remain in text
|
||||
|
||||
## Upload
|
||||
|
||||
- [ ] Log in to KDP (kdp.amazon.com)
|
||||
- [ ] Create new Kindle eBook
|
||||
- [ ] Upload EPUB manuscript
|
||||
- [ ] Upload cover image
|
||||
- [ ] Fill in metadata (title, description, categories, keywords)
|
||||
- [ ] Set pricing and royalty
|
||||
- [ ] Enroll in Kindle Unlimited (KDP Select)
|
||||
- [ ] Preview and publish
|
||||
114
outline/book2-outline.md
Normal file
114
outline/book2-outline.md
Normal file
@@ -0,0 +1,114 @@
|
||||
# Book 2 Outline — "The Drenwick Drainings"
|
||||
|
||||
Chapter-by-chapter outline for Book 2. Detailed chapter summaries live in `world/story-summary-book2.md`; this file is the planning-side view (beats per chapter, planned content for undrafted chapters, arc intersections).
|
||||
|
||||
---
|
||||
|
||||
## Act 1: The Pattern (Ch01–07)
|
||||
|
||||
| Ch | Title | Status | Content |
|
||||
|----|-------|--------|---------|
|
||||
| 01 | The Quiet | Final | Establishes new status quo — Phelan and Mere at Chandler's Row, joint budget, fire training with Leon (12.5s ceiling), Devod's hollow-pilings drainage idea. Guild knock from Ledger at eighth bell: "Pattern identified. Compact is aware and not acting." |
|
||||
| 02 | The First Victim | Final | Morning training (13s achieved). Ledger's briefing — 7 victims, pre-Compact residue, compliance officer reassigned. Carter shop visit — thinning shelves, Tomael brother reveal, wool-coat professional-negligence comment. |
|
||||
| 03 | Scene of the Crime | Final | Three-site Flaw Sight analysis — arcane district student, warrens Ren Dorren, canal cobbler residue-only. Pattern: pre-Compact architecture, biological routing, northeast vector. Mere's cognitive-confusion-precedes-fatigue insight. Noise-leash growth. |
|
||||
| 04 | The Crystal Trail | Final | Leon recognises the Vethani crystal as his sale. Harren's shop — Galden named. Leon buys the Telessi sleeve. Ledger's worn folder delivers the Kae name. The Misread (setup) with Mere. |
|
||||
| 05 | The Street King | Final | Misread recalibration — "When it happens, ask." Street investigation in the warrens: nut seller, washing woman ("Are you a healer?"), Drannick referral to Carson. Two Compact-looking men asking same morning. |
|
||||
| 06 | The Right Reverend Carson | Final | Carson introduction at the chapel-workshop. Kae intel (chronic pain, Elara, deterioration). Carter B-plot Supplier 2 resolved (Hendrick Voss). Devod's "protective non-investigation" insight — Phelan connects the compliance officer's reassignment to Thorngate and Cass. |
|
||||
| 07 | The Man Behind the Monster | Final | Day 6: training, Carter delivery, Leon's financial trail update (institutional money). Day 7: Mere's dependency-cycle insight ("You can't just stop him. You have to replace what the crystal provides"). Day 8: Carson's fish fry puzzle piece — Kae sought permission, not absolution. |
|
||||
|
||||
## Act 2: Identification (Ch08–10)
|
||||
|
||||
| Ch | Title | Status | Content |
|
||||
|----|-------|--------|---------|
|
||||
| 08 | The Tail | Final | 14-second training ceiling. Soundstone introduced. Ledger's financial confirmation: "It's Cass." Elara informant reveal. The warehouse tail — Cass's voice via soundstone, "off mission," "his people." Phelan tells Carter directly. |
|
||||
| 09 | First Contact | Final | Break-in at Brida's tenement. The fight with Kae — no telegraph, brute-force fire, ring flame whip. Kae grabs the crystal. The drain — noise goes silent for the first time since age 14. Flaw Sight fires involuntarily, captures crystal architecture. Bracelet flares white-hot, half power. Leon crashes through with wall of fire. |
|
||||
| 10 | The Pivot | Final | Bracelet broken (passive recharge dead). Mere's cross-reference morning — Kae profile + bracelet/crystal interaction (seeds Ch16 breakthrough). Ledger arrives at Chandler's Row — Tier Two promotion (22s retainer) and Floundry victims revealed (Calla, Ned drained). Devod's "if it won't pull, maybe you can push" wagon idea. |
|
||||
|
||||
## Act 3: Personal Stakes (Ch11–15)
|
||||
|
||||
| Ch | Title | Status | Content |
|
||||
|----|-------|--------|---------|
|
||||
| 11 | Thresholds | Final | Devod stays after Leon leaves. Second satchel — Thresholds business records, four years of payments. Mere reads the pattern: "What was she holding over you?" Devod tells the full truth. Mere reclassifies both parents. **"Come by tomorrow, Dad."** |
|
||||
| 12 | Devod | Final | 15-second training ceiling. Manual push-charge discovery. Carter delivers the studded jacket. Devod drained by Kae — found by tanner, aged fifteen years. Mere takes over at Millford Street. "A debt to collect." |
|
||||
| 13 | The Weight of It | Final | Devod's room. Mere's drain echo discovery — binding salts darkening at the left wrist. Concentrated compound applied. The corridor scene: Phelan's "I know where Kae sleeps" met with "Kae is evidence." Cold, patient, efficient anger. |
|
||||
| 14 | The Villain Becomes a Victim | Final | Carson accompanies Phelan to Brida. Brida's testimony: Kae's full backstory, Elara's care, the pendant, her disappearance. Compact administrative annex with Ledger — the paper trail. Double reveal: Cass killed Elara AND she was Ledger's informant. Mission inverts from "stop Kae" to "save Kae." |
|
||||
| 15 | The Wolf | Final | Devod wakes with real focus. Mere's Pathfinder protocol. **Brennan Toor arrives** — Vethek Pass story. Phelan's model of Devod demolished in real time. Brennan offers Aldric Vane contact. Phelan begins manual charging the bracelet. |
|
||||
|
||||
## Act 4: The Plan and the Execution (Ch16–19)
|
||||
|
||||
| Ch | Title | Status | Content |
|
||||
|----|-------|--------|---------|
|
||||
| 16 | Planning the Impossible | Final | Mere's bracelet/crystal swap report — Devod has a passive draw the bracelet lost. Phelan's cascade: the handshake, "he has the key." Hyperfocus from inside (first time shown). The Misread (her version). Ledger arrives with safehouse intel and Brida-as-next-target. Devod's "you don't need to create a reason for Kae to leave" genius idea. Three-part plan. |
|
||||
| 17 | The Approach | Final | Team into position. Leon briefed in the courtyard — anger, accepts the intercept role. Brida's tenement — Carson already there, jacket delivered. Ledger walks Phelan south, safehouse security briefing. Phelan walks past his old shack. |
|
||||
| 18 | Into the Fire | Final | Brida's six-word settling of Leon. Ledger's ward bypass (metal disc + stylus). The crystal exploit — Phelan as trusted process, revokes Kae's operator designation, inverts targeting logic. Ledger's six micro-reactions catalogued. Parallel through the soundstone: Kae's fight at Brida's, Leon's five words. |
|
||||
| 19 | The Deal | Final | Mere's herbal treatment applied at Brida's — 80% relief, three compounds. Walk to 14 Greystone Lane. Ledger runs the deal in the interview room. Elara murder bombshell. Kae's "He killed her. He killed her and then gave me the crystal." Deal signed. Ledger's Book 3 seed: "artifacts they consider untouchable." |
|
||||
|
||||
## Act 5: Resolution (Ch20–21 + Epilogue — PLANNED, NOT DRAFTED)
|
||||
|
||||
### Chapter 20: Picking Up the Pieces
|
||||
|
||||
Day 17 (Twosday). Two days after the deal. Scheduled debrief at the guild hall — Ledger sent word, Phelan showed up. The wait was deliberate. Single-spine chapter: everything flows through one meeting.
|
||||
|
||||
**Phase 1 — Case closure:** Connection log + Kae's testimony implicates Cass (insulated in Thorngate, not cracking, evidence solid). Kae's status: safehouse established, Mere's herbal treatment ongoing, guild custody under Ledger's management (not prisoner, not free — intelligence asset with debt). Leon's Brida's containment acknowledged (clean work). Carson's network contribution acknowledged (information flow that enabled simultaneous operations).
|
||||
|
||||
**Phase 2 — The real conversation:** Ledger pivots. "I was there, Phelan. I saw what you did to that crystal. That wasn't curse-breaking." Phelan gives three-layer honest answer: (1) bracelet is a pre-Compact artifact that enhances magical perception, (2) rare mage ability — some mages can see magical pathways, he's one of them, (3) "I just think that way" — his brain processes the logic differently. All true. Omits the critical piece: he sees *logic flaws*, not just pathways. The bracelet amplifies that, but the core gift is innate. Ledger's response: "That's not exactly what I saw, but close enough for the paperwork." Accepts operationally, files the gap privately.
|
||||
|
||||
**Phase 3 — Micro-hook ending:** [PLACEHOLDER — needs Book 3 arc context. Direction: something from Ledger on the way out that reminds the reader this file has a destination. Light touch, not cliffhanger.]
|
||||
|
||||
**Leon's guilt thread:** Internal reflection from Phelan during debrief — philosophy shift from "don't ask who's buying" to something harder. Not a conversation, a recognition.
|
||||
|
||||
### Chapter 21: The New Quiet
|
||||
|
||||
Personal resolutions and new status quo.
|
||||
|
||||
**Thresholds resolution:** The Ch 11 exploit pays off — Charlette's control system dismantled. Mere and Devod now co-own Thresholds or have forced negotiation leverage. Devod is recovered enough to be present for this — his moment, earned. Room for expansion on personal threads.
|
||||
|
||||
**New status quo on Chandler's Row** — quiet but earned, not assumed. House plans continue (updated revision number). Phelan's ability closer to exposure — the crystal break was witnessed by Ledger and left arcane evidence. Compact's direct pressure building toward Book 3.
|
||||
|
||||
Phelan reflects on the Kae mirror — what happens when no one helps. The uncomfortable fact: someone helped *him* (Mere, Leon, Carson, Devod) whether he asked or not. End with forward momentum.
|
||||
|
||||
### Epilogue: The View from Thorngate
|
||||
|
||||
Time skip — weeks or a month after case closes. Seeds Book 3.
|
||||
|
||||
Cass receives reports about the crystal break with enough detail to understand the extent of Phelan's ability. Compact internal politics shift — Phelan moves from annoyance to variable needing management. Final detail signals Book 3 threat: the Compact decides to look more closely at what Phelan can actually do. Mirrors Book 1 epilogue structure — the case is over, the consequences are just beginning.
|
||||
|
||||
---
|
||||
|
||||
## Arc Intersection Map
|
||||
|
||||
Cross-reference of which character arcs advance in each chapter. Useful for planning chapter beats and tracking dramatic pacing. For full per-character progression, see `characters/*.md` files.
|
||||
|
||||
| Chapter | Devod | Leon | Phelan (domestic) | Carter | Ledger | Carson |
|
||||
|---|---|---|---|---|---|---|
|
||||
| 1 | Peripheral, grateful | Comfortable, training | Budget math comedy | — | — | — |
|
||||
| 2 | — | — | — | Brings supply problem | **Case assignment** | — |
|
||||
| 4 | Relaxing slightly | **Crystal recognition**, guilt deepening, father mention, vendor scene | Telling Mere about case | Investigation begins | **The Reluctant Share** — brings Kae's name, withholds Elara's informant status | — |
|
||||
| 5 | Natural | Guilt deepening | **The Misread** | Leverage identified | **Intelligence + probing questions** | — |
|
||||
| 6 | Natural, case ideas | Guilt deepening | — | Carson resolves Supplier 2 rumours | — | **Introduction** — chapel-workshop, Church of the Ahole, anti-Phelan moment; resolves Supplier 2 via network |
|
||||
| 7 | More natural, case ideas | Invested | — | **Suppliers freed**; rebuilds with higher standards | — | **Puzzle piece** — Kae's dilemmas, "do what's best for you" advice |
|
||||
| 8 | — | **The Tail** — coordinated surveillance via soundstones, hears Cass confirm chain | Ledger trust moment, case intensifying | **Learns Cass is behind it** | **Financial Thread + Elara reveal** — major trust moment | — |
|
||||
| 9 | — | **First Contact** — finds Kae, guards front, rescues Phelan from crystal drain | Crystal drain aftermath, Mere's bedside care, domestic arc as anchor | — | — | — |
|
||||
| 10 | — | **Stay or bolt** | Tier Two — mixed feelings | — | **Tier Two promotion** delivered at Chandler's Row | — |
|
||||
| 11 | **Breakthrough** (truth-teller, "Come by tomorrow, Dad") | — | **Thresholds** — peripheral, present without speaking | — | — | — |
|
||||
| 12 | **Attacked** | Goes cold | Equilibrium shattered | **Jacket delivery** (payoff from Ch 2-3 setup) | **Crisis response** — field assessment, guild resources. Subtly off reaction to Devod's name | — |
|
||||
| 13 | Absent (recovering) | **Bedside intersection** | **The Crack** | — | Safe house + medical contacts established | — |
|
||||
| 14 | Off-page recovery | Finds street witness via soundstone | Working in parallel | — | **The Hunt** — Compact records access, Elara double reveal | **Brida introduction** — accompanies Phelan, names street contact |
|
||||
| 15 | **Recovering — Brennan Toor visits** | — | Recalibrates Devod model | — | (off-page Cairns relay) | — |
|
||||
| 16 | **Quiet idea** | Volunteers for danger | Realignment through work, hyperfocus from inside | — | Safehouse intel + Brida-as-next-target | — |
|
||||
| 17 | — | Anger, accepts intercept role | — | — | **Resources + safehouse walk** | **At Brida's** — warned her, jacket delivered, Sniff fed |
|
||||
| 18 | — | **Cover fire** — intercepts Kae at Brida's. "No. We can help you." Five words | Trusts Mere completely | — | **Crystal break witness** — three feet away during crystal rewrite. Six micro-reactions. "That's not in any manual I've read." | — |
|
||||
| 19 | Quiet nod from bed | Guard position. "Fill me in at practice." | Observer mode, catches Ledger's investor shift | — | **Runs the deal.** Elara bombshell. Book 3 seed: Flaw Sight as institutional asset | — |
|
||||
| 20-21 | Testing new relationship | **New philosophy** | **The New Math** | Acknowledged, network rebuilt | **Debrief — firsthand witness.** Kae guild custody | — (learns truth off-page through back channels) |
|
||||
|
||||
---
|
||||
|
||||
## Key Structural Notes
|
||||
|
||||
- **21 chapters + epilogue.** Episodic case (the drainings) with three interwoven character arcs (Phelan/Mere domestic, Devod reconnection + Pathfinder reveal, Leon philosophy shift)
|
||||
- **Mission inversion at Ch14:** from "stop Kae" to "save Kae." The emotional spine of the book
|
||||
- **Two parallel climaxes at Ch18:** Leon's containment at Brida's (the five words) + Phelan's exploit at the safehouse (the crystal rewrite). One handled by humanity, one by competence. Both required
|
||||
- **Three "one genius idea" contributions from Devod:** integrated drainage (Ch01, filed for house revision), protective non-investigation (Ch06, Cass thread crystallises), wagon push-charge (Ch10, bracelet recovery path), Kae-already-has-a-reason (Ch16, plan architecture)
|
||||
- **Bracelet arc:** full → half (Ch09 drain) → broken passive recharge (Ch10) → manual push-charge discovery (Ch12) → 70% → 80% → 90% (Ch15–16) → used and cooled (Ch18)
|
||||
- **Fire combat training progression:** 12.5s (Ch01) → 13s (Ch02) → 14s (Ch08) → 15s (Ch12). Leon's tip-trading frames the growth
|
||||
- **Thresholds subplot shelved Ch11, pending Ch21 resolution**
|
||||
204
outline/book3-outline.md
Normal file
204
outline/book3-outline.md
Normal file
@@ -0,0 +1,204 @@
|
||||
# Book 3 Outline — "The Sealed Chamber"
|
||||
|
||||
Chapter-by-chapter outline for Book 3. **Status:** Planned, not yet drafted. Adapted from `docs/superpowers/specs/2026-04-09-book3-the-sealed-chamber-design.md` (approved 2026-04-09).
|
||||
|
||||
**Working title:** "The Sealed Chamber" (alternative: "What Stays Buried")
|
||||
**Target length:** ~84,000–92,000 words across 22 chapters.
|
||||
|
||||
---
|
||||
|
||||
## Central Theme: Exposure and Vulnerability
|
||||
|
||||
Every major thread asks: *what happens when the thing you kept hidden gets found?*
|
||||
|
||||
- **Phelan's Flaw Sight** — documented, witnessed, can no longer stay quiet
|
||||
- **Mere's pregnancy** — physical vulnerability she cannot control or optimise
|
||||
- **Cass** — burned by his own institution, mask of legitimacy stripped
|
||||
- **The ruin** — pre-Compact secrets sealed away for centuries, now unearthed
|
||||
- **Kimra** — a mother confronting the fact her son walked away, not the other way around
|
||||
- **Ledger** — the Pathfinder mask slips; full reveal
|
||||
- **Devod** — the Wolf is no longer hidden
|
||||
|
||||
### Thematic Inversion: Exploiter to Defender
|
||||
|
||||
The defining character moment: Phelan, whose entire identity is built on finding flaws and exploiting them, must **build something flawless.** The Locksmith becomes a literal locksmith — constructing a perfect lock instead of picking one. This inverts the series' core ability and forces growth that pure puzzle-solving never could.
|
||||
|
||||
---
|
||||
|
||||
## Core Case: The Athel Repository
|
||||
|
||||
A pre-Compact ruin discovered on Duchess Pamira's territory near Thorngate. "Athel" is a pre-Compact word for "truth" or "foundation."
|
||||
|
||||
**How it enters the story:** Pamira's estate workers discovered the entrance while excavating a root cellar. A previous guild operative (Tier Two, experienced) died attempting to clear the first chamber — the wards adapted to his methodology and killed him. Pamira contacts the Guild of Necessary Services (her late husband had a prior relationship with the guild). Standard contract: guild gets 25% of artifact sale value plus operational expenses. Ledger assigns Phelan because the wards require someone who can read pre-Compact architecture — and because getting Phelan out of Drenwick while the Compact inquiry is pending removes him from their immediate reach.
|
||||
|
||||
### Ruin Structure (6 Levels)
|
||||
|
||||
1. **Entrance Chamber** — Intent-filtering wards. Tests HOW you approach, not IF you can break through. "These aren't wards. They're locks."
|
||||
2. **Inscription Gallery** — Pre-Compact notation system. Pre-Runic Flow magical theory on the walls.
|
||||
3. **Demonstration Hall** — Active magical constructs running for centuries. Each demonstrates techniques modern Runic Flow either forgot or simplified. ~40% more energy-efficient than modern equivalents.
|
||||
4. **Archive Proper** — The curriculum. Textbooks. Pre-Compact magical theory in pedagogical sequence. Contains documentation of the "flawfinder's gift" — Phelan's ability, catalogued and known in the pre-Compact era.
|
||||
5. **Research Workshop** — Active research materials, focusing arrays, material storage. Pip reacts intensely here.
|
||||
6. **Sealed Weapon Chamber** — An amplification weapon magnifying any magical working ~15-fold. At that scale, a standard combat working becomes city-destroying. The pre-Compact builders sealed it because even they considered it too dangerous.
|
||||
|
||||
### The Seal and the Lock (Key Plot Beat)
|
||||
|
||||
Phelan opens the seal in Ch13 — Flaw Sight finds the weaknesses, because nothing is perfect. He opens it to understand what's inside. When he sees the amplifier, he realises it must be re-sealed.
|
||||
|
||||
**The problem:** He broke the original seal. The pre-Compact builders' architecture was self-maintaining; breaking it disrupted the repair cycle. He has to **build a new seal from scratch.**
|
||||
|
||||
**The inversion:** Phelan has spent his entire life finding flaws. Now he must create something *without them.* A perfect lock. Something his own Flaw Sight cannot crack. This is the hardest thing he has ever attempted — building against his own ability.
|
||||
|
||||
**Leon's role:** Leon becomes the testing framework. Phelan builds, Leon attacks with brute-force flooding. When Leon finds a way through, Phelan sees the flaw, fixes it, rebuilds. Complementary approaches — precision and overwhelming force — become a design process instead of a destruction process. The ADD brains riff. They have a blast.
|
||||
|
||||
**Narrative stakes:** The seal must be rebuilt BEFORE Cass arrives. When Cass reaches the ruin, the weapon is exposed. The confrontation happens with the amplifier accessible — Cass just needs to get past Phelan to reach it.
|
||||
|
||||
### What the Ruin Proves (Institutional Stakes)
|
||||
|
||||
The archive's contents prove pre-Compact magic was MORE advanced than modern Runic Flow — not less, as the Compact teaches. The Compact's regulatory authority rests on the claim that they standardised and improved magic. If pre-Compact practitioners were better, the Compact is a power grab, not a public good. This is why the Compact sends delegations to seize the artifacts, why Cass recognises the threat value, and why the guild holding the archive materials is strategic leverage for Book 4+.
|
||||
|
||||
---
|
||||
|
||||
## Chapter-by-Chapter Outline (all Planned)
|
||||
|
||||
### Act 1: Drenwick — "The Things You Can't Hide" (Ch01–07)
|
||||
|
||||
~26,000–28,000 words. Approximately two weeks of story time.
|
||||
|
||||
| Ch | Title | Word Target | Content |
|
||||
|----|-------|-------------|---------|
|
||||
| 01 | The New Arithmetic | 4,000–5,000 | Domestic life at Chandler's Row. Pregnancy established through texture, not announcement. Morning sickness as scheduling conflict. House plans updated (revision 12–13). Nursery adjacent to east-facing kitchen. Devod visits — recovered, slightly quieter, opinions about nurseries. End: guild summons from Ledger. |
|
||||
| 02 | The File | 3,500–4,500 | **Phase 1 — The Job:** Pre-Compact ruin on Pamira's territory. Previous operative died. Wards that adapt. **Phase 2 — The Pressure:** Compact filed inquiry about the Book 2 crystal break. Ledger frames ruin job as dual-purpose — pays AND gets Phelan out of Drenwick while inquiry pending. Noble estates have different jurisdictional rules. Micro-hook: "Thorngate is where Cass was reassigned." "I'm aware of the geography." |
|
||||
| 03 | The Team | 3,500–4,500 | Leon: "A pre-Compact ruin near Thorngate? I'll pack light." Devod: asked directly for Pathfinder skills. Contained pride. Mere: "Pregnant, not incapacitated." Will manage forward camp, not enter during dangerous clearance. Carter: quartermaster, collaborates with Leon on portable ward-disruption array. Kae intel relayed: Cass mentioned a "project near Thorngate." |
|
||||
| 04 | The Uninvited | 3,000–4,000 | **Kimra arrives at Chandler's Row.** Mere let her in. Reframed dynamic: Kimra is warm, caring, social — the opposite of Phelan. She didn't leave; he walked away at 16. She's been available his entire adult life. He never called. She's done waiting. Not a reconciliation — two people finding a frequency they can share. Mere as accidental facilitator (asks Kimra practical pregnancy questions). Kimra invited to stay (Mere's decision). |
|
||||
| 05 | Preparations | 3,500–4,500 | Carter/Leon workshop scene. "I'll build it for three uses." "What if I planned for zero?" Carter builds it for five. Kimra and Phelan circle the past without touching it. Devod pulls out old Pathfinder kit — compass that points to last campsite, field notebook. Maintained, not forgotten. Compact inquiry upgraded from "routine review" to "active investigation." Ledger blocks: Phelan on guild business, unavailable. |
|
||||
| 06 | The Road to Thorngate | 3,000–4,000 | Four days by carriage. Team dynamics settle. Devod/Mere: close quarters, he can't stop being helpful. Leon/Phelan: ping-pong ward theory. **Sable** (Ledger's operative) introduced — professional, watches, reports. Phelan accepts the observation. Mere's road nausea solved as a systems problem. |
|
||||
| 07 | The Duchess | 4,000–5,000 | Thorngate establishment. Pamira's estate: comfortable, practical, gardens that produce food. **Devod meets Pamira:** "Princess" within five minutes. "I'm a duchess." "Sure, princess." "DEVOD!" Then: "How do you know that name?" She's heard of the Wolf through the Cairns. Ruin briefing: dead operative's notes, at least five chambers, wards that learn and adapt. Deepest chamber: "a door that doesn't want to be a door." Emmila (Pamira's daughter, lives on the estate with her four children) greets the team briefly; the grandchildren are somewhere underfoot in the garden. End: Devod helping Pamira in the garden. (*The Wolf found a den.*) |
|
||||
|
||||
### Act 2: The Ruin — "What Was Buried" (Ch08–15)
|
||||
|
||||
~31,000–34,000 words. Approximately ten days to two weeks.
|
||||
|
||||
| Ch | Title | Word Target | Content |
|
||||
|----|-------|-------------|---------|
|
||||
| 08 | The First Chamber | 4,000–5,000 | First descent: Phelan, Leon, Devod. Devod assesses structural integrity (Pathfinder terrain reading). Wards are a learning system — adapted to the dead operative's standard curse-breaking. Solution: Phelan approaches as something to understand, not destroy. "These aren't wards. They're locks." First chamber: inscription panels, pre-Compact notation. |
|
||||
| 09 | The Living Archive | 3,500–4,500 | Second chamber: preserved magical constructs running for centuries. ~40% more energy-efficient than modern methods. **Mere finds Pip** during surface survey near the entrance — feeding on ambient residue, approaches Mere's calm energy, lands on her shoulder, stays. **Devod/Pamira surface beat:** he helps with estate logistics, she watches him work, recognises competence. Calls him "the Wolf" quietly. He goes still. **Grandchild cameo:** one of the younger children runs through the garden holding something they have built. Devod catches them, admires the build, sets them down, lets them keep running. He does not perform, does not teach, does not try to be noticed. Pamira watches from the kitchen door and her face does something she does not comment on. Sable sends first report to Ledger. |
|
||||
| 10 | The Deeper Chambers | 4,000–5,000 | Third chamber: active traps. Devod reads physical traps, Phelan reads magical ones. Leon deploys Carter's ward-disruption array (uses 2 of 5 charges). Fourth chamber: the archive proper. Pedagogical sequence. Modern Runic Flow as incomplete derivative. **Compact recon delegation arrives** at the estate — "regulatory assessment." Pamira declines (noble estate, advisory only). Cass's fingerprints. |
|
||||
| 11 | The Wolf's Territory | 3,500–4,500 | Surface day. Character-focused. **Devod/Pamira deepen:** he tells the Vethek Pass story from the inside (the fear, the sickness when the fourth idea worked, not the legend). She lost a brother to frontier service. Connection moves from friction to genuine understanding. The morning after, **Emmila asks Pamira about "the nice man with the walking stick."** Pamira answers with his name, not his title. Emmila files it — she has read her mother for decades and has never seen her read a man this way before. **Mere/Pip:** using Pip's reactions as calibration. Brilliant methodical cataloguing. **Pregnancy beat:** "My body is actively sabotaging my schedule." **Kimra's letter** arrives — practical, no emotion on the page. Phelan reads it three times. "She buries care under practical language. I do the same. I didn't invent the technique — I inherited it." |
|
||||
| 12 | Cass Burns | 4,000–5,000 | **MIDPOINT TURN.** Compact leadership calculates: evidence chain from Kae → Cass → upward is catastrophic. They sever the chain at Cass. Cass learns through back channels ~48 hours before charges filed. Strips every resource. Empties operational reserves. Enforcement arrives: empty desk. The polished Cass breaks — not loudly, goes cold. Warmth was always performance. Team learns via Sable: "Rykhard burned. Status: fugitive. Maintain awareness. Job continues." Phelan at the ruin entrance: (*He'll come here.*) |
|
||||
| 13 | The Sealed Door | 4,000–5,000 | Fifth chamber: research workshop. Workings of extraordinary complexity. Pip vibrating at colours Mere hasn't seen. **The sealed door:** at the back of the fifth chamber. A seal, not a ward. The difference: wards keep people out. Seals keep something IN. **Phelan opens the seal.** Flaw Sight finds the weaknesses. Inside: the amplification weapon. ~15-fold magnification. "This must be re-sealed." But the original seal is compromised — broken architecture, self-maintaining repair cycle disrupted. Can't repair. Has to build from scratch. The inversion begins. |
|
||||
| 14 | The Perfect Lock | 4,000–5,000 | Phelan and Leon build the new seal. **Process:** Phelan builds, Leon attacks. When Leon gets through, Phelan sees the flaw, fixes it, rebuilds. Complementary approaches become a design process. ADD brains riffing. Building instead of breaking. Parentheticals fire constantly. **Ledger Pathfinder reveal:** Phelan asks Sable how Ledger's network extends this far. Devod overhears. "Cairns." One word. "The old network. Pathfinder veterans." Phelan: "Ledger was a Pathfinder." Not a question. Mere: "I already knew. His hands." **The flawfinder's gift:** Phelan finds documentation of his ability in the archive — catalogued, known, part of a pre-Compact tradition. Not alone. (*Not alone.*) |
|
||||
| 15 | The Extraction | 4,000–5,000 | New seal complete. Tested against Leon's attacks. Holds. Artifact extraction from cleared chambers: inscription panels, crystallised magical samples, teaching constructs. Leon runs the numbers: 15,000–25,000 silvers. Guild's 25% cut. Phelan's operational fee puts the house within reach. **Second Compact delegation** — larger, formal order. Pamira's legal counsel (sent by Ledger) argues jurisdictional limits. They leave. Message clear: Compact wants control. **Devod/Pamira:** she insists on watching the extraction. He walks her through safely. Takes her hand over uneven ground. Does not let go immediately. She does not pull away. The extra second is a paragraph. |
|
||||
|
||||
### Act 3: Convergence — "What Comes Out" (Ch16–22)
|
||||
|
||||
~27,000–30,000 words. Three to five days.
|
||||
|
||||
| Ch | Title | Word Target | Content |
|
||||
|----|-------|-------------|---------|
|
||||
| 16 | The Night Before | 3,500–4,500 | Calm before the storm. Artifacts packed. Transport at dawn. Cass's trail cold, three days since last sighting. **Phelan/Mere:** quiet scene at night. Pip sleeps on her shoulder. "The east-facing kitchen. You still want that?" "Why would I change it?" This is enough. **Devod/Phelan:** man to man about the sealed weapon. "A man who builds a cage around something means it belongs in a cage." Then: "What happens if someone opens it?" "The seal holds. I built it." "You built it?" "Leon tested it." Wolf logic: trust the pack. **Devod/Pamira:** "I want to see you again. After this." "My door has been open for eight years and nobody interesting has walked through it." "That's because interesting people use windows." She really laughs. **Sable's final report** — everything Phelan has demonstrated, documented. |
|
||||
| 17 | The Ambush | 4,500–5,500 | Transport departs at dawn. Phelan, Leon, Devod escort. Three hours out: mercenary ambush. **Phelan's read:** they're fighting to delay, not win. The transport is the decoy. Cass is after the weapon chamber. Phelan leaves Leon and Devod (sufficient) and races back. **Transport fight:** Leon deploys remaining ward-disruption charges. Devod handles non-magical fighters with Pathfinder close-quarters. Walking stick breaks a wrist. Brief, efficient. |
|
||||
| 18 | The Breach | 5,000–6,000 | Cass reaches the ruin with two men. Dispatches Sable's ward defences. **Sable injured but alive.** Distress signal to Ledger. Pamira: calm, angry. Devod: "I'm coming back to you." She stays inside. **Mere and Pip:** Pip tracks Cass's position through the ruin's ambient field. Mere provides tactical intelligence from the surface. **Phelan descends alone.** The wards don't reactivate for him — they recognise his intent. Finds Cass at the sealed chamber. Cass is working on Phelan's new seal. |
|
||||
| 19 | Face to Face | 4,500–5,500 | **THE CONFRONTATION.** Two books of buildup. Cass's state: polished exterior stripped. Cold intelligence without courtesy. He's been studying the seal. Magical theory expertise lets him see it's new. "You opened it. You saw what's inside. And then you locked it again. Why?" "Because it should stay locked." **The key exchange:** "They'll come for you next. The Compact. The guild is using you the same way I used Kae. Better packaging, same leash." He's not entirely wrong. (*He's right about that. He's right and you know it.*) **The fight:** institutional combat magic vs. self-taught fire weaving + melee integration. Flaw Sight reads every working Cass throws. Cass overextends a fire working — Phelan redirects the energy through Cass's focusing cuff. Magical capability shuts down. **Does the seal hold?** Cass tested it. The seal Phelan built — tested by Leon, refined by iteration — holds. The perfect lock works. Cass restrained. |
|
||||
| 20 | The Aftermath | 4,000–5,000 | Ledger's extraction team arrives (Cairns network). Cass in guild custody → civil authorities. **Ruin's fate:** extract archive contents, sell artifacts. Collapse lower chambers. Sealed weapon stays sealed under tons of rock. Archive materials: guild holds them as strategic leverage. Seeds Book 4. **Third Compact delegation arrives. Too late.** Pamira: "I'm terribly sorry. You should have come sooner." Devod: "What she said, princess." Pamira: "DEVOD!" |
|
||||
| 21 | What We Carry Out | 4,000–5,000 | **Phelan and the archive:** reviews inscription panels. Finds the flawfinder's gift documentation. Not alone. Part of a tradition. The noise feels purposeful instead of relentless. **Mere:** "We need to go home." First time she says "home" about Chandler's Row without qualification. "Sera's room." **Devod/Pamira farewell:** public, therefore restrained, therefore louder. She gives him a brass compass that points north. "So you know where to find me. I'm always north of you." "I'll visit, princess." "You'd better." **Leon:** helped build something instead of taking something. The shift from "who's buying" to "what is this for" deepens. |
|
||||
| 22 | The Road Home | 3,000–4,000 | Four days back to Drenwick. Team dynamic has shifted — closer to family. **Kimra:** at Chandler's Row. Garden tended. "You look tired." "I am." "There's food." "Thank you." Not reconciliation — two people who process care through action finding a shared frequency. Kimra stays through the pregnancy (Mere's invitation). **Ledger's coda:** Compact inquiry "suspended pending institutional review." Not closed — paused. Handwritten postscript: "The file stays open, Varrant. Yours and theirs." **Final image:** kitchen table, house plans revision 14, Sera's room marked. Mere asleep, Pip on the windowsill. Kimra cleaning up dinner. The noise runs. (*Not quiet. Never quiet. But the right kind of noise.*) |
|
||||
|
||||
---
|
||||
|
||||
## Subplot Thread Map
|
||||
|
||||
| Thread | Ch01–03 | Ch04–05 | Ch06–07 | Ch08–10 | Ch11–12 | Ch13–15 | Ch16–17 | Ch18–19 | Ch20–22 |
|
||||
|--------|---------|---------|---------|---------|---------|---------|---------|---------|---------|
|
||||
| **Ruin** | Briefed | Prep | Arrive | Chambers 1–4 | Surface/Ch5 | Seal + extract | Transport | Cass breach | Collapse |
|
||||
| **Cass** | Background | Kae intel | Compact recon | Recon delegation | **BURNS** | Gathering | Silence→ambush | **CONFRONTATION** | Captured |
|
||||
| **Pregnancy** | Established | Kimra arrives | Travel | Surface beats | Sabotaged schedule | Field demands | Quiet scene | Surface/safe | Home/Sera's room |
|
||||
| **Kimra** | — | Arrives | Stays behind | Letters | Letter recognised | — | — | — | Garden/staying |
|
||||
| **Devod/Pamira** | — | — | Meet/chemistry | Deepening | Wolf story | Ruin together | "Coming back to" | Safe | Compass/farewell |
|
||||
| **Ledger reveal** | File pressure | Inquiry upgrade | — | Sable reports | — | **REVEALED** | — | Extraction team | File stays open |
|
||||
| **Pip** | — | — | — | Mere finds Pip | Calibration | Tracks Cass | — | Tactical intel | Bonded |
|
||||
| **The Lock** | — | — | — | Locks vs wards | — | **BUILD IT** | Holds? | **TESTED** | Collapsed |
|
||||
| **Compact** | Inquiry | Upgrade | — | 1st delegation | 2nd delegation | — | — | 3rd (late) | Suspended |
|
||||
|
||||
---
|
||||
|
||||
## Cass's Beat-by-Beat Arc
|
||||
|
||||
1. **Ch01–07:** Background. Evidence working through channels. Not on-page.
|
||||
2. **Ch10:** Compact recon delegation — Cass's fingerprints. Using remaining institutional access.
|
||||
3. **Ch12:** **THE BURN.** Compact severs the chain. Cass learns, strips resources, vanishes.
|
||||
4. **Ch13–15:** Off-page. Tracked by Cairns. Gathering mercenaries, equipment, information.
|
||||
5. **Ch16:** Trail goes cold. Anticipation is the threat.
|
||||
6. **Ch17:** **AMBUSH.** Transport diverted. Mercenaries engage. Cass moves on the ruin.
|
||||
7. **Ch18:** **BREACH.** Enters the ruin. Heading for the sealed chamber.
|
||||
8. **Ch19:** **CONFRONTATION.** Face to face. The earned conversation. The fight. Defeated.
|
||||
9. **Ch20:** Captured. Civil authorities. His arc as a free antagonist is complete.
|
||||
|
||||
---
|
||||
|
||||
## Climax Design (Ch17–19)
|
||||
|
||||
Three threads converge simultaneously:
|
||||
|
||||
1. **Physical threat:** Cass's ambush and ruin breach. A man with nothing to lose trying to reach a weapon that amplifies magic 15-fold.
|
||||
2. **Institutional threat:** Compact closing in on artifacts. Third delegation incoming.
|
||||
3. **Personal stakes:** Mere pregnant at the estate. Team split between transport and ruin. Phelan alone underground.
|
||||
|
||||
**Why the confrontation works:** It is NOT a power fantasy. Cass is right about the Compact using Phelan. Right about the guild being a leash. The victory isn't that Cass is wrong — it's that Phelan chose to build a lock instead of taking a weapon, chose restraint over curiosity, protection over power. And the lock he built HOLDS. The man who finds every flaw built something that survived testing. That is three books of character growth.
|
||||
|
||||
---
|
||||
|
||||
## What Closes / What Seeds Book 4
|
||||
|
||||
### Closes
|
||||
- Cass as personal antagonist (captured, trial-bound)
|
||||
- Ledger's Pathfinder mystery (fully revealed)
|
||||
- Devod's hidden identity (the Wolf is known and valued)
|
||||
- Phelan's isolation around Flaw Sight (part of a documented tradition)
|
||||
- The ruin case (cleared, extracted, sealed, collapsed)
|
||||
|
||||
### Seeds Book 4+
|
||||
- **Compact institutional threat:** weakened but reorganising. Archive knowledge in guild hands undermines their authority. They'll come for Phelan more directly.
|
||||
- **Guild's new leverage:** archive materials = strategic power over the Compact. How Ledger uses this — and whether Phelan trusts him — is the Book 4 question.
|
||||
- **Ledger's file:** still growing. Protector or handler? Both. "Both" has a shelf life.
|
||||
- **Sera's birth:** baby coming. Book 4 may open with a new father.
|
||||
- **Devod and Pamira:** long-distance, compass pointing north.
|
||||
- **Kimra:** present but relationship still new. Grows across books.
|
||||
- **The sealed chamber:** collapsed but not destroyed. What's inside survived centuries. It can survive rubble.
|
||||
- **Cass's words:** "Better packaging, same leash." The noise doesn't stop processing it.
|
||||
|
||||
---
|
||||
|
||||
## Names Reference
|
||||
|
||||
| Real-world basis | Corvel name | Role |
|
||||
|-----------------|-------------|------|
|
||||
| Pam | **Pamira** | Duchess, Devod's love interest |
|
||||
| Sarah | **Seraphel** ("Sera") | Phelan and Mere's child |
|
||||
| Kim | **Kimra** | Phelan's mother |
|
||||
| Patrick | **Patren** | Kimra's husband |
|
||||
| Maggie | **Margeth** ("Mags") | Kimra's best friend |
|
||||
| — | **Pip** | Pixie dragon (named for the sound it makes) |
|
||||
| — | **Sable** | Ledger's operative |
|
||||
|
||||
---
|
||||
|
||||
## Key Structural Notes
|
||||
|
||||
- **22 chapters.** Episodic ruin case with series-level arcs advancing. 73% of the book set in Thorngate/the ruin (Ch07–22).
|
||||
- **Midpoint turn:** Ch12 Cass Burns. The institutional antagonist becomes a personal, desperate one.
|
||||
- **Thematic inversion:** exploiter to defender. Phelan builds a lock instead of picking one. This is the hardest thing he has ever done because it's against his own ability.
|
||||
- **Three-thread climax convergence:** Ch17 transport ambush (decoy), Ch18 ruin breach, Ch19 the confrontation. Physical + institutional + personal stakes land simultaneously.
|
||||
- **New and returning characters:** Pamira and Kimra are the major new characters. Pip is the new animal companion. Sable is a minor recurring operative. Seraphel is in utero — the anticipation IS the arc.
|
||||
- **Pathfinder reveal:** Ledger's slow burn from Book 2 pays off in Ch14. Devod says "Cairns" — one word. Everything clicks.
|
||||
- **Flawfinder's gift documentation:** Phelan discovers he's part of a pre-Compact tradition. First meaningful answer to "what am I?" in three books.
|
||||
|
||||
---
|
||||
|
||||
## Related Files
|
||||
|
||||
- `chapters/book3/CLAUDE.md` — Book 3 metadata and orientation (to be updated from this outline)
|
||||
- `characters/duchess-pamira.md` — Duchess Pamira character bible
|
||||
- `characters/kimra.md` — Kimra character bible
|
||||
- `characters/pip.md` — Pip (pixie dragon) character bible
|
||||
- `characters/supporting-cast.md` — Sable, Seraphel entries
|
||||
- `docs/superpowers/specs/2026-04-09-book3-the-sealed-chamber-design.md` — original design spec (historical record)
|
||||
@@ -1,3 +1,100 @@
|
||||
# Series Arc — A Phelan Varrant Novel
|
||||
|
||||
High-level series trajectory across all planned books.
|
||||
High-level series trajectory. Each book is episodic and self-contained — a complete case with beginning, middle, and end — while the series-level threads accumulate across the shelf.
|
||||
|
||||
---
|
||||
|
||||
## Core Premise
|
||||
|
||||
Phelan Varrant is a magical problem-solver with an ability no one else has: he can see exactly where magic breaks. The Guild of Necessary Services hires him for jobs other practitioners won't touch, can't solve, or would prefer not to know about. He is broke, socially reluctant, and trying to build a house.
|
||||
|
||||
The series is about a man who exploits flaws for a living learning, case by case, that the biggest flaws are in himself.
|
||||
|
||||
---
|
||||
|
||||
## The Accumulating Threads
|
||||
|
||||
Each book advances these slowly. None of them resolve in a single book — they are the shelf-level engine.
|
||||
|
||||
1. **Phelan's reputation.** "The Locksmith" becomes known for impossible jobs. The more he solves, the harder it is to stay anonymous, and the more dangerous that anonymity becomes to maintain.
|
||||
2. **His personal life.** The house on Chandler's Row gets closer. Mere's role becomes more central. Relationships deepen incrementally — Leon, Devod, Carter, the guild. By Book 3 he has a pregnant partner, a mother in his kitchen, and a team. He does not name this transformation. The reader will.
|
||||
3. **World consequences.** His exploits have effects. People notice. The grey market remembers what he broke. The Arcane Compact gets curious and then hostile.
|
||||
4. **His understanding of his own ability.** Flaw Sight is not just a gift. It is something *older* — part of a pre-Compact tradition Phelan does not learn about until Book 3. What it actually is may be larger than he thinks.
|
||||
|
||||
---
|
||||
|
||||
## Per-Book Trajectory
|
||||
|
||||
### Book 1: "The Floundry Affair" *(finalized)*
|
||||
|
||||
**Establish voice, world, character, the impossible case.**
|
||||
|
||||
Phelan takes a curse-breaking job because the fee is significant and the problem is interesting, in that order. The curse is three nested layers, each considered unbreakable. The cure is team-built — Mere's botanical expertise (ghostveil moss), Phelan's forge-and-redirect exploit, and Devod Fields' unconventional "move the lock" idea. The Compact is a bureaucratic obstacle. Cassius Rykhard offers a bribe and is refused.
|
||||
|
||||
**What the book seeds for the series:**
|
||||
- The bracelet (pre-Compact artifact recovered from the Barrows)
|
||||
- Mere as partner
|
||||
- Devod pipeline to Mere
|
||||
- Carter as quiet ally
|
||||
- Leon as morally grey friend
|
||||
- The house on Chandler's Row as the emotional throughline
|
||||
- Cass as a known adversary
|
||||
- "People asking" about the Vethani crystal — the opening move of Book 2
|
||||
|
||||
### Book 2: "The Drenwick Drainings" *(in progress — Ch01–19 drafted, Ch20/21/Epilogue planned)*
|
||||
|
||||
**Raise the stakes — a case where the antagonist knows who the Locksmith is.**
|
||||
|
||||
Life-force drainings across Drenwick trace back to Kae, a street kid weaponised by addiction to a Mallory focusing crystal — the same crystal Leon sold six months ago to cover his father's healer bills. Behind Kae is Cass, operating from Thorngate as a remote handler. The case inverts mid-book from "stop Kae" to "save Kae" when Phelan learns Cass murdered Elara (Kae's surrogate mother and Ledger's guild informant) through institutional paperwork to guarantee Kae's crystal dependency.
|
||||
|
||||
**The climax:** Parallel operations. Leon contains Kae at Brida's with five words that break his "don't ask who's buying" philosophy ("No. We can help you"). Phelan and Ledger infiltrate a Compact safehouse where Phelan rewrites the crystal's operator designation using a bracelet/crystal handshake from the Ch09 drain. Mere applies a three-compound herbal treatment that manages Kae's chronic pain at 80%. Deal signed at the guild hall with Elara's murder bombshell as the trigger.
|
||||
|
||||
**What the book seeds for the series:**
|
||||
- Phelan's Flaw Sight witnessed firsthand by Ledger during the crystal rewrite — the cover is thin
|
||||
- Ledger's investor shift ("The Compact has artifacts they consider untouchable. You just proved they aren't")
|
||||
- Devod's Pathfinder past revealed to Phelan via Brennan Toor
|
||||
- The Cairns network (Pathfinder old-timers) visible but not named
|
||||
- Leon's philosophy shift from "independence as identity" toward something harder
|
||||
- The conception of Phelan and Mere's daughter (between-books)
|
||||
|
||||
### Book 3: "The Sealed Chamber" *(outlined)*
|
||||
|
||||
**The Arcane Compact becomes a direct pressure; Phelan's ability can no longer stay quiet.**
|
||||
|
||||
A pre-Compact ruin (the Athel Repository) on Duchess Pamira's territory near Thorngate. A previous guild operative died clearing the first chamber. Ledger assigns Phelan because the wards require someone who can read pre-Compact architecture — and because the job gets him out of Drenwick while the Compact inquiry into the Book 2 crystal break is pending.
|
||||
|
||||
**The core inversion:** Phelan opens a sealed chamber, sees an amplification weapon inside, and realises it must be re-sealed. He cannot repair the original architecture — he has to build a new seal from scratch. A perfect lock. Something his own Flaw Sight cannot crack. The man who finds every flaw must create something without any. Leon becomes the testing framework — he attacks with brute force, Phelan sees the leaks and rebuilds. Their complementary approaches become a design process.
|
||||
|
||||
**At the midpoint, Cass is burned by his own institution.** The Compact severs the evidence chain from Kae. Cass goes cold, strips his resources, and vanishes. He comes to the ruin because the weapon is the last card that still has value. Two books of buildup converge in an earned confrontation.
|
||||
|
||||
**Subplots:**
|
||||
- **Kimra (Phelan's mother) arrives at Chandler's Row.** She didn't leave; Phelan walked away at sixteen. The living rebuttal to his self-sufficiency narrative. Growth, not resolution.
|
||||
- **Mere is pregnant.** The anticipation IS the arc. She says "home" about Chandler's Row for the first time without qualification.
|
||||
- **Devod meets Duchess Pamira.** Two old soldiers recognising each other on purpose. He calls her "princess" (wrong rank). She says "DEVOD!" (correct response).
|
||||
- **Ledger's Pathfinder reveal.** Full. "Cairns." One word. Everything from Book 2 clicks.
|
||||
- **Pip** — a pixie dragon bonds with Mere and becomes a living magic detector.
|
||||
- **Phelan discovers the flawfinder's gift documented in the archive.** He is not the first. Not alone. First meaningful answer to the question of what he is.
|
||||
|
||||
### Book 4+ *(seeds only)*
|
||||
|
||||
- **Compact institutional threat.** Weakened but reorganising. Archive knowledge in guild hands undermines their authority. They come for Phelan more directly.
|
||||
- **Guild's new leverage.** Archive materials as strategic power over the Compact. How Ledger uses this — and whether Phelan trusts him — is the open question.
|
||||
- **Ledger's file.** Still growing. Protector or handler? Both. "Both" has a shelf life.
|
||||
- **Sera's birth.** Phelan as a new father.
|
||||
- **Devod and Pamira.** Long-distance. Compass pointing north.
|
||||
- **Kimra.** Present in Phelan's life now. The relationship grows across books.
|
||||
- **The sealed chamber.** Collapsed but not destroyed. What's inside survived centuries. It can survive rubble.
|
||||
- **Cass's last words.** "Better packaging, same leash." The noise doesn't stop processing it.
|
||||
|
||||
---
|
||||
|
||||
## Thematic Through-Line
|
||||
|
||||
The series is ultimately about a man whose defining gift is finding what's broken learning, case by case, that:
|
||||
|
||||
- **Book 1:** Problems can be solved by people who think differently.
|
||||
- **Book 2:** Some problems are people, and the monster in front of you may be a victim built by someone standing behind you.
|
||||
- **Book 3:** You cannot only break things. Sometimes you have to build. And the hardest thing to build is something your own mind cannot crack.
|
||||
- **Book 4+:** Institutions outlast individuals. The real question is not whether you can beat them, but whether you can build something worth protecting while they're trying to tear it down.
|
||||
|
||||
The slow emotional arc: *A man who told himself he was alone, learning — reluctantly, involuntarily, case by case — that he has never been alone.*
|
||||
|
||||
Reference in New Issue
Block a user