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
PM-GATED. Hold this repo's PM comms channel: gate what reaches the PM, reserve the push channel, carry rulings back as records.
tools
Census/launch/teardown lifecycle for a repo's declared app under coordinator.local.md's app_session config -- complementary to the platform's built-in run skill, not competing with it.
testing
Reconcile a self-description draft against the ratified one; never auto-commits.
development
Bounded spike — fuse web research with local study to a verdict.