write_continuity_check
Detects structural continuity issues (secret leaks, description drift, etc.) in your narrative by analyzing scenes, characters, and worldbuilding. Outputs JSON with severity and suggested fixes.
Instructions
Signature feature: structural continuity check using Opus 4.7. Loads the target scene, prior 20 scenes, all characters (with their secrets_known_at_chapter and voice samples), and worldbuilding rules. Outputs a JSON list of issues: secret-leak, description-drift, timeline conflict, worldbuilding violation, voice drift. Each issue includes severity, scene_position, description, and a suggested_fix. NO other writing tool does this — Sudowrite/Grammarly/ProWritingAid are line-by-line, this is structural.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | The scene under review (must exist in the project). | |
| projectId | Yes | ||
| scopeChapters | No | How many prior scenes to include as canonical context. Default 20. |