From ritual
Use to scan knowledge docs for contradictions, overlaps, and misalignments — dispatched as subagent to isolate token cost
npx claudepluginhub yanekyuk/arcana --plugin ritualThis skill is limited to using the following tools:
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).
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.