From coordinator
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 claudepluginhub oduffy-delphi/coordinator-claudeThis skill uses the workspace's default tool permissions.
If `tasks/architecture-atlas/file-index.md` exists, check whether today's changed files are all mapped to known systems.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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.