plugins/coordinator.bak/skills/atlas-integrity-check/SKILL.md
Check today's changed files against the architecture atlas file-index.md — flags unmapped files as potential new systems. This skill should be used when verifying that new or changed files are mapped in the architecture atlas, or after adding new modules or directories. Invoked by /update-docs (Phase 11) or standalone.
npx skillsauth add oduffy-delphi/coordinator-claude atlas-integrity-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If tasks/architecture-atlas/file-index.md exists, check whether today's changed files are all mapped to known systems.
Skip silently if file-index.md does not exist — the atlas hasn't been bootstrapped yet. No error, no warning.
git diff --name-only $(git merge-base HEAD origin/main) HEAD 2>/dev/null || git diff --name-only HEAD~10 HEAD 2>/dev/null
tasks/architecture-atlas/file-index.md — each line maps a file path to its systemNOTE: Potential new system detected — the following changed files are not mapped in the architecture atlas:
- [file path] ([parent directory])
Consider running /deep-architecture-audit to refresh the atlas, or manually add these files to the appropriate system in tasks/architecture-atlas/.
"Atlas check: all changed files mapped."This is informational only — do not create new atlas entries or modify any atlas files.
/architecture-audit generates findings but grades only update when explicitly recorded. An unupdated grade after an audit is misleading.tools
Orient session — preflight, load context, choose work
documentation
Wrap up finished work — capture lessons, update docs
testing
Use before commit, /merge-to-main, /workday-complete, or to validate repo state. Resolves and runs the project's configured fast-test command.
development
Root-cause discipline for ONE identified bug, test failure, or unexpected behavior — pin the premise, reproduce, trace to source, fix at source, verify. For a single known issue, not a codebase sweep.