Documentation
README
Sync Check
After any code change, verify all related files are synchronized. This catches the "fixed the bug but forgot to update the skill/SOP/plugin docs" problem.
How to Use
Run /sync-check after making changes. It will:
- Detect what changed (from git diff or conversation context)
- Check all downstream files that depend on the change
- Report what's out of sync
- Offer to fix each one
The Dependency Web
Every change touches multiple files. Here's the full map:
Code Change β Documentation Updates
This is the opening of the README. Read the full README on GitHub.