Skip to main content
Writing & LiteratureNovel Audit172 lines

Timeline Continuity Checker

Builds a chronological timeline from a manuscript by tracking every stated time reference, then identifies temporal impossibilities, travel time violations, aging inconsistencies, and contradictory event ordering. Use when the user needs to verify their story's internal chronology or suspects timeline errors in an AI-generated manuscript.

Quick Summary20 lines
Reconstructs the complete chronological timeline of a manuscript and stress-tests it for
internal consistency. AI-generated novels are especially prone to temporal errors because
models lose track of elapsed time across long generation sessions.

## Key Points

- User says "check my timeline", "find time inconsistencies", "build a timeline from my book"
- User suspects impossible travel times or aging errors
- User has a complex narrative with flashbacks, time jumps, or multiple parallel threads
- As a deeper dive following timeline flags from the Novel Audit's Module 3
- **The manuscript** — full text
- **World-building notes** (optional) — travel times, geography, technology level
- **Outline with dates** (optional) — intended timeline
- Dates ("March 15th", "2024", "the summer of 1989")
- Clock times ("at noon", "3 AM", "by sunset")
- Named days ("Monday", "on Wednesday")
- Seasons and weather as time indicators
- "Three days later", "the following week", "a month had passed"
skilldb get novel-audit-skills/timeline-continuity-checkerFull skill: 172 lines
Paste into your CLAUDE.md or agent config

Timeline Continuity Checker Skill

Reconstructs the complete chronological timeline of a manuscript and stress-tests it for internal consistency. AI-generated novels are especially prone to temporal errors because models lose track of elapsed time across long generation sessions.

When to Use This Skill

  • User says "check my timeline", "find time inconsistencies", "build a timeline from my book"
  • User suspects impossible travel times or aging errors
  • User has a complex narrative with flashbacks, time jumps, or multiple parallel threads
  • As a deeper dive following timeline flags from the Novel Audit's Module 3

Input Requirements

  • The manuscript — full text
  • World-building notes (optional) — travel times, geography, technology level
  • Outline with dates (optional) — intended timeline

Timeline Construction Process

Step 1 — Time Reference Extraction

Scan the manuscript for every temporal marker:

Explicit markers:

  • Dates ("March 15th", "2024", "the summer of 1989")
  • Clock times ("at noon", "3 AM", "by sunset")
  • Named days ("Monday", "on Wednesday")
  • Seasons and weather as time indicators

Relative markers:

  • "Three days later", "the following week", "a month had passed"
  • "Yesterday", "last night", "the previous summer"
  • "After the funeral", "before the wedding" (event-relative)

Implied markers:

  • Meal times suggesting time of day
  • Light/dark descriptions indicating time
  • Character age statements
  • Pregnancy/growth/seasonal progression

Step 2 — Event Sequencing

  1. Place every scene on a linear timeline using extracted markers.
  2. Where markers are ambiguous, assign a range (e.g., "sometime in Week 2").
  3. Track parallel threads separately, then synchronize at intersection points.
  4. For non-linear narratives (flashbacks, frame stories), maintain both story-order and chronological-order timelines.

Step 3 — Consistency Testing

Run these checks against the constructed timeline:

Temporal Impossibilities

  • Events that happen before their stated causes
  • A character in two locations at the same time with no explanation
  • "Three days later" followed by references to events "yesterday" that should be four days ago

Travel Time Violations

  • Characters traveling between locations faster than physically possible
  • If the world has established transportation (horses, cars, spaceships), verify travel durations match the technology level
  • Walking speed: ~3 mph. Horseback: ~25 mph sustained. Car: varies. Flag anything suspicious.

Aging Inconsistencies

  • A character stated as 30 in chapter 2 and 28 in chapter 15
  • Children who grow too fast or not at all over stated time periods
  • "Ten years ago" flashbacks that contradict character ages

Duration Problems

  • Events that take longer than physically possible within their stated timeframe
  • Conversations that last hours of story-time but are only a few lines
  • Battles or chases that span an impossibly long or short period

Seasonal and Environmental Conflicts

  • Snow in a scene set in July (northern hemisphere) without explanation
  • Crops harvested in the wrong season
  • Daylight at hours when it should be dark for the setting's latitude

Step 4 — Conflict Severity Rating

SeverityDefinition
CRITICALThe timeline is logically impossible — reader will notice
MAJORTimeline requires an implausible stretch — attentive reader will question
MINORSlightly off but most readers won't catch it
NOTENot an error, but a potential source of reader confusion

Output Format

# Timeline Continuity Report
**Title**: [Novel title]
**Date**: [Today]
**Timeline span**: [start date/period] to [end date/period]
**Time references found**: [N]
**Conflicts found**: [N]

## Reconstructed Timeline

| Story Order | Chrono Order | Chapter | Event | Time Marker | Elapsed Since Start |
|-------------|-------------|---------|-------|-------------|-------------------|
| 1 | 1 | Ch. 1 | [event] | "March 15" | Day 1 |
| 2 | 3 | Ch. 2 | [event] | "a week later" | Day 8 |
| ... | ... | ... | ... | ... | ... |

## Parallel Thread Sync Points

| Thread A Event | Thread B Event | Sync Marker | Consistent? |
|---------------|---------------|-------------|-------------|
| ... | ... | ... | Yes/No |

## Conflicts Found

### [Conflict ID] — [Severity]
- **Location**: Chapter X vs. Chapter Y
- **The problem**: [description]
- **Evidence**: "[quote from Ch. X]" vs. "[quote from Ch. Y]"
- **Suggested fix**: [how to resolve]

[Repeat for each conflict]

## Timeline Gaps

[Periods where no time markers exist and elapsed time is uncertain]

## Recommendations
[Prioritized list of fixes]

Handling Non-Linear Narratives

For stories with flashbacks, dual timelines, or time travel:

  • Construct each timeline strand independently first.
  • Map connection points between strands.
  • Verify internal consistency within each strand before checking cross-strand consistency.
  • For time travel: note the rules established in the text and verify they are followed consistently. Paradoxes are only errors if they violate the story's own rules.

Anti-Patterns

Demanding precision where the text is vague. If the manuscript says "a few days later," that is 2-5 days. Do not flag it as an error unless surrounding evidence makes every interpretation within that range impossible.

Ignoring genre conventions. In fantasy, seasons may not work like Earth's. In sci-fi, travel times depend on fictional technology. Verify against the story's established rules, not real world assumptions — unless the story is set in the real world.

Missing implied time references. "She ate breakfast" tells you it's morning. "The stars came out" tells you it's evening. These soft references matter when hard references are absent.

Treating the outline timeline as authoritative over the manuscript. The manuscript is the text that will be published. If the outline says Day 5 but the manuscript says Day 3, the conflict is in the manuscript's internal logic, not in outline deviation (that's a different skill's job).

Overwhelming the author with minor notes. If you find 50 minor timing ambiguities and 3 critical impossibilities, lead with the 3 critical items. The minor notes go in an appendix.

Install this skill directly: skilldb add novel-audit-skills

Get CLI access →

Related Skills

voice-drift-detector

Detects narrator voice drift in AI-generated novels — when the narrative voice shifts inconsistently between chapters, POV bleeds across characters in multi-POV novels, tonal register changes randomly, and the prose style oscillates between literary, casual, and generic depending on which AI session generated it. Produces a voice consistency map, identifies drift zones, and provides recalibration guidance. Use when the novel's narration feels inconsistent, or when different chapters feel like they were written by different people.

Novel Audit235L

worldbuilding-consistency-auditor

Audits worldbuilding consistency across a novel — detects contradictions in setting rules, magic systems, technology, geography, culture, economics, politics, and physical laws that AI introduces when generating across multiple sessions. Scans for: rule contradictions, geography errors, anachronisms, economic impossibilities, cultural inconsistencies, magic/tech system violations, and generic/default world elements that lack specificity. Produces a world bible discrepancy report. Use when the novel's world has been built incrementally by AI and needs consistency verification.

Novel Audit228L

AI Tell Detector

Specialized in detecting AI-generated prose patterns in fiction manuscripts. Catalogs 30+ specific AI writing tells, provides per-chapter density scoring, suggests human-sounding replacements, and maintains a phrase blacklist. Use when the user wants to scrub their manuscript of robotic or formulaic AI language, or when AI-generated text needs to read as authentically human-written.

Novel Audit180L

Character Bible Builder

Builds a comprehensive character bible from a manuscript or outline. Extracts all characters, physical descriptions, personality traits, relationships, arcs, first/last appearances, and dialogue patterns into a structured reference document. Use when the user wants to create a character reference, catalog their cast, or prepare supporting documents before a novel audit.

Novel Audit177L

character-flattening-detector

Detects AI character flattening — when characters lose psychological complexity and become predictable, always-reasonable, emotionally convenient versions of real people. Scans for: artificial epiphanies, characters who never make bad decisions, uniform emotional intelligence, missing contradictions, absent flaws that actually cause problems, growth arcs that happen in epiphany rather than through struggle, and characters who exist only to serve the protagonist's development. Produces character depth scores and specific recommendations. Use when characters feel thin, agreeable, or interchangeable despite having different backstories.

Novel Audit213L

Dialogue Voice Auditor

Analyzes dialogue across all characters in a manuscript to ensure each has a distinct voice. Extracts speech patterns, vocabulary level, sentence length, verbal tics, and emotional register per character. Produces voice fingerprints and a similarity matrix. Use when the user suspects their characters all sound the same or wants to strengthen dialogue differentiation.

Novel Audit178L