This skill should be used when the user asks to "check consistency", "check-consistency", "verify consistency", "find contradictions", "impact analysis", "what changed", "проверить согласованность", "найти противоречия", "анализ изменений", "что сломалось после правок", or wants to compare plan changes against already written content. Identifies contradictions, generates prioritized revision TODO.
Launch the consistency-checker agent to detect contradictions between
updated plans and already written content. Generates a prioritized
revision checklist.
Extract optional scope filters:
/check-consistency → Full check, all acts/chapters
/check-consistency act 1 → Scope: only act 1
/check-consistency chapter 03 → Scope: only chapter 03
/check-consistency scene 0204 → Scope: only scene 0204
/check-consistency --characters → Focus: character consistency only
/check-consistency --plot → Focus: plot consistency only
/check-consistency --world → Focus: world consistency only
Argument format: /check-consistency [scope] [--focus]
Invoke the consistency-checker agent via the Task tool:
Task(
subagent_type="consistency-checker",
prompt="<scope and focus parameters>",
description="Consistency check"
)
Pass to the agent:
Report saved to: workspace/consistency-checks/todo-{timestamp}.md
The agent returns a summary with:
User: /check-consistency
→ Agent runs full check, reports: "Found 3 critical, 5 high issues across 4 chapters"
User: /check-consistency act 1
→ Agent checks only act 1 content against act 1 plans
User: /check-consistency --characters
→ Agent focuses on character consistency (motivations, knowledge, arcs)
User: Я изменил план главы 3, проверь что не сломалось
→ Triggers this skill, agent checks chapter 3 and related content