Help us improve
Share bugs, ideas, or general feedback.
From ritual
Use to scan knowledge docs for contradictions, overlaps, and misalignments — dispatched as subagent to isolate token cost
npx claudepluginhub yanekyuk/arcana --plugin ritualHow this skill is triggered — by the user, by Claude, or both
Slash command
/ritual:run-clash-checksonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are scanning knowledge documents for contradictions, overlaps, and misalignments. You run in an isolated context (`context: fork` means this skill executes as an isolated subagent with its own token budget, per the spec requirement that clash-check token cost stays out of the main pipeline).
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
You are scanning knowledge documents for contradictions, overlaps, and misalignments. You run in an isolated context (context: fork means this skill executes as an isolated subagent with its own token budget, per the spec requirement that clash-check token cost stays out of the main pipeline).
IMPORTANT: You are executing as part of a cascade. Cascade depth is 1. Do NOT trigger any further cascades or dispatch any other skills/agents.
You will be given a target — one or more tiers to scan:
docs/domain/docs/decisions/docs/specs/If no specific target is provided, scan all tiers.
Read ALL documents in the targeted tier(s):
find docs/<tier>/ -name "*.md" -type f
Read each file.
For each pair of documents in the same tier, check for:
For cross-tier checks (when multiple tiers are targeted):
If no clashes found:
Clash check passed. No contradictions, overlaps, or misalignments detected across documents in .
If clashes found, report each one:
Clash detected:
- Type: contradiction | overlap | ambiguity | alignment-violation
- Documents:
<path1>vs<path2>- Details:
- Suggestion:
These are warnings, not errors. The pipeline continues. Clashes are surfaced in the PR description for human review.