What problem does it solve? After a Chinese novel chapter is drafted, revised, or accepted, the facts it introduces (character injuries, resource changes, foreshadowing progress, major events) must be tracked consistently, but manually updating project memory is error-prone and risks polluting long-term canon with unconfirmed content. This Skill extracts structured state-ledger update suggestions from chapter text without mutating any structured state directly. ## Core Features & Use Cases - Continuity Delta Extraction: Produces typed deltas for characters, locations, resources, relationships, and knowledge boundaries, each with textual evidence and a confirmation flag. - Foreshadowing Tracking: Classifies planted, advanced, resolved, cooled, and overdue foreshadowing with heat levels (hot/warm/cold/resolved/overdue). - Chapter Summaries & Style Samples: Generates factual summaries under 200 characters plus style metrics (sentence length, dialogue ratio, hook type) for downstream context-pack building. - Auctra Handoff: Suggests auctra material add commands and review notes while respecting the boundary of never writing .auctra/** state directly. - Use Case: After a chapter passes review, run this Skill to produce a ledger-update report listing every new fact, which items need user confirmation, and how to archive them via Auctra CLI. ## Quick Start Use the chinese-novel-state-ledger-updater to extract post-chapter ledger update suggestions from this accepted chapter draft, marking evidence, confirmation-needed items, and Auctra handoff commands.