Series Continuity
SkillDev toolsLets your agent write sequels, prequels, and spin-offs while keeping characters and story canon consistent across books.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Series Continuity skill
About this capability
This skill should be used when the user asks to "write a sequel", "write a prequel", "start book two", "continue the series", "companion novel", "spin-off", "link books in a series", "carry characters into the next book", "series continuity", "series bible", or needs to keep canon consistent across
What this skill tells your AI
The instructions your AI receives, as published by danjdewhurst/story-skills in skills/series-continuity/SKILL.md and read by ahel’s review.
Overview
Plan and maintain sequels, prequels, and companion books as linked Story Skills projects. Each book stays a standalone project with its own story.md, characters, world, chapters, and continuity files. Books point at each other through story.md frontmatter, and story series checks the canon they share.
series- kebab-case series id shared by every book, such asthe-ember-cyclebook-number- publication order (1, 2, 3...)follows- paths to books set earlier in the story's chronologyprecedes- paths to books set later in the story's chronology
Chronology and publication order are separate. A prequel written after the first book has book-number: 2 and precedes: [../book-one].
This skill owns the book-level layer: linked books and the canon they share. The within-serial installment layer — how serial or episodic installments are structured — is covered by the genre-craft skill's serial/episodic structure reference.
Links are relative paths from the book root, and every link needs a matching backlink: if book two follows: [../book-one], book one must list precedes: [../book-two]. Keep sibling books in the same parent folder so the paths stay short and portable.
When to Use
- Starting a sequel, prequel, interquel, or companion book to an existing project
- Carrying characters, locations, systems, factions, artifacts, or glossary terms into another book
- Revising a book that other books in the series depend on
- NOT for a single standalone book (use
story-init) or for within-book continuity (userevision-continuity)
Starting a Linked Book
- Read the existing book first:
story.md,characters/_index.md,worldbuilding/_index.md,plot/timeline.md,continuity/state.md, open files incontinuity/questions/andcontinuity/promises/, and the final chapters. - Ask the user for:
- Title and synopsis
- Relationship: sequel (set after), prequel (set before), or companion (set alongside, with no chronology link)
- How much time passes between the books
- Which characters and places return
- Create the project with the CLI, run from the folder that contains the existing book:
# Sequel: set after book one
story init "{Title}" --follows {existing-book-dir} --synopsis "{synopsis}"
# Prequel: set before book one
story init "{Title}" --precedes {existing-book-dir} --synopsis "{synopsis}"
init checks that the linked path is a story project, writes the relative link, adds the backlink to the existing book's story.md, and inherits series, genre, sub-genre, pov, and tense. It sets book-number to one more than the highest linked number. Pass --series, --book-number, --genre, --pov, or --tense to override these.
If the existing book has no series yet, pass --series {series-id} and add the same series (plus book-number: 1) to the existing story.md.
If the CLI is not available, add the fields to both story.md files by hand.
- Add a
## Series Notessection to the newstory.mdbody. Record where the book sits in the chronology, the time gap, and the canon facts it must not contradict.
Carrying Canon Across Books
Only carry entities the new book actually uses. For each one, copy the file from the other book and then adjust it:
- Keep the filename id identical.
story seriesmatches entities across books by id. A renamed file is a new entity to the checker. - Keep
nameidentical. Put new titles or epithets inaliases, such asGeneral Marenin a prequel forLord Maren. A differentnameproduces a warning. - Set state for this book's starting point, not the source book's ending.
- Sequel: start from the earlier book's final
status, relationships, ownership, and knowledge. - Prequel: start from the earlier situation, and write the later book's facts as fixed endpoints in a
## Series Canonsection.
- Sequel: start from the earlier book's final
- Remove book-local references.
died-inand every other chapter id points at chapters in the source book. For a character who died before this book begins, keepstatus: deceasedand removedied-in. - Prune or carry every link. Relationships,
locations,notable-characters, factionmembers, and artifactowner/locationmust point at entities that exist in this book, with backlinks. Either carry the linked entity too, or remove the reference. - Do not copy chapters, scenes, arcs, questions, promises, or
continuity/state.md. Rebuild them for the new book:- Unresolved questions or promises the new book continues become new files in its
continuity/folders. - Events from the other book become
Backstory Eventsrows inplot/timeline.md(sequel) orSeries Canonnotes (prequel). continuity/state.mdstarts atcurrent-chapter: 0with the carried character and object state. Carried knowledge goes inknowledge-statewithoutlearned-in, because the character already knew it when the book began.
- Unresolved questions or promises the new book continues become new files in its
Fact Ids
Give series-relevant knowledge a stable fact id in continuity/state.md, and use the same id in every book:
knowledge-state:
- character: kael-voss
knows: The gallery tunnel reaches the Whisper Gate
fact: whisper-gate-route
learned-in: chapter-04 # only in the book where they learn it on the page
- Fact ids are kebab-case, and each character lists a given fact only once per book.
story continuitychecks both rules. - Add
learned-inonly in the book where the character discovers the fact. In later books, carry the entry withoutlearned-in. - Reuse the exact id in every book. The checker matches the character id plus the fact id, never the
knowstext. - Give ids to the reveals, secrets, and discoveries a later or earlier book depends on. Everyday knowledge does not need one.
After carrying entities, run in the new book:
story reindex .
story links .
story validate .
story series .
What story series Checks
story series [path] finds every book reachable through follows and precedes, then orders them by chronology. Books with no chronology constraint between them are ordered by book-number, then title. It lists shared canon and reports:
- Errors
- A linked path that is not a story project
- Books that declare different
seriesids - A chronology cycle
- A character who is
deceasedin an earlier book but notdeceasedin a later one - A later book whose chapter or scene lists that character as
povor undercharacters. Move flashbacks, memories, and ghosts tomentions. - A later book where a character learns a
fact(an entry withlearned-in) that the same character already knows in an earlier book. In a prequel, the usual fix is to remove the knowledge from the prequel, or to change which book the discovery happens in.
- Warnings
- A shared entity whose
name(or glossaryterm) differs from the most recent earlier book - An artifact that is
destroyedin an earlier book but has a different status in a later one
- A shared entity whose
story links . also checks the book's own series links: each path exists, has a matching backlink, and uses the same series id.
The checker cannot judge knowledge without fact ids, or ages, dates, travel time, or tone. Check those by reading both books' timelines and Series Canon notes.
Writing Against Canon
- Sequels: before drafting, reread the earlier book's final chapters,
continuity/state.md, and every unresolved question or promise. Decide with the user which threads the new book picks up. - Prequels: the later book is canon. Every fixed endpoint must still be reachable by the end of the prequel. Do not mark a character
deceasedwho is alive in a later book. Do not give a character knowledge that the later book shows them learning for the first time. Before drafting, list the later book'sfactids that havelearned-in, and keep those facts out of the prequel's knowledge. - Revising an earlier book after later books exist: run
story series .before and after the revision. Update the later books'Series Notesand carried entity files when canon changes.
Maintenance
After any change to series links or carried entities, run the checks in each affected book:
story validate .
story links .
story continuity .
story series .
If story is not installed, use bun run story -- from the Story Skills repository checkout or the bundled fallback node ../story-maintenance/scripts/story.js with the same arguments, resolving the path relative to this skill folder.
Conventions
- One project folder per book, with books side by side in a shared parent folder
seriesids are kebab-case and identical in every book- Entity ids and
namevalues stay stable across books; variants go inaliases - Chronology goes in
follows/precedes, publication order inbook-number - Every link needs a matching backlink in the other book
Signals
- GitHub stars
- 233
- Forks
- 34
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
series-continuity- Source
- github.com/danjdewhurst/story-skills