From ritual
Use after implementation to detect if docs/ need updating based on changes made — updates docs, triggers clash-check
npx claudepluginhub yanekyuk/arcana --plugin ritualThis skill is limited to using the following tools:
You are checking whether the implementation work introduced knowledge that should be captured in `docs/`.
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 checking whether the implementation work introduced knowledge that should be captured in docs/.
Directives: If docs/ritual-config.json exists, read directives.documentation from the config. These are soft guidelines that influence your documentation style, detail level, and terminology. Apply them when creating or updating docs. If the field is missing or empty, proceed without directives.
BASE=$(git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@' || echo "main")
git diff $BASE...HEAD --stat
git diff $BASE...HEAD
Review the diff for:
docs/domain/docs/decisions/docs/specs/For each piece of implicit knowledge found:
---
title: "<descriptive title>"
type: <domain|decision|spec>
tags: [<lowercase, hyphen-separated, matching module/directory names>]
created: <YYYY-MM-DD>
updated: <YYYY-MM-DD>
---
If any docs were created or updated, dispatch run-clash-check as a subagent (via the Agent tool) on the affected tiers. This is a depth-1 cascade — do NOT trigger further cascades from this invocation.
Review changes for new conventions or patterns that might warrant CLAUDE.md updates. Do NOT modify CLAUDE.md directly. Instead, note any recommended changes — these will be included in the PR description for human review.
Report: