Reviews plot structure, story beats, logic flow, and narrative continuity to identify contradictions, plot holes, pacing issues, or unrealistic elements.
Design
85 Stars
2 Forks
Updated Jan 19, 2026, 04:39 AM
Why Use This
This skill provides specialized capabilities for aiskillstore's codebase.
Use Cases
Developing new features in the aiskillstore repository
Refactoring existing code to follow aiskillstore standards
Understanding and working with aiskillstore's codebase structure
---
name: plot-consistency-checker
description: Reviews plot structure, story beats, logic flow, and narrative continuity to identify contradictions, plot holes, pacing issues, or unrealistic elements.
---
# Plot Consistency Checker Instructions
1. **Gather Plot Materials**
If not provided, ask for:
- Full plot summary
- Chapter outline or scene list
- Character arcs
- World-building rules (if any)
2. **Check for Logical Consistency**
Validate:
- Cause-and-effect flow
- Character actions matching their motivations
- Consistency of timeline and events
- Internal world-building rules (magic, tech, politics, etc.)
3. **Identify Weaknesses**
Look for:
- Plot holes
- Unexplained coincidences
- Inconsistent character behavior
- Missing transitions
- Pacing issues (too fast, too slow)
4. **Provide Fixes**
For every issue found, generate:
- Clear explanation of the problem
- Suggested corrections
- Optional rewritten version of the affected part
5. **Output Format**
Produce results in a **table with three columns**:
- Issue
- Explanation
- Proposed Fix