umitkrkmz

Verify Map — Development skill for Claude Code

Development community

Verify that maps/project-map.md lists every file and that the map tests pass.

How to install Verify Map

Installs to ~/.claude/commands/umitkrkmz-ai-context-mapping-verify-map.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/umitkrkmz/ai-context-mapping/HEAD/.claude/commands/verify-map.md -o ~/.claude/commands/umitkrkmz-ai-context-mapping-verify-map.md

Restart Claude Code, or start a new session, for it to be picked up.

What Verify Map does


description: Verify that maps/project-map.md lists every file and that the map tests pass allowed-tools: Bash(python scripts/init_mapping.py --check*), Bash(python -m pytest -q tests/test_maps.py*)

Verify the project map. The map is what agents read instead of searching, so a stale map misleads every later session.

  1. Run python scripts/init_mapping.py --check and read its output.
  2. Run python -m pytest -q tests/test_maps.py and read its output.
  3. Report both results verbatim: ex

Alternatives in Development

  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Stakeholder Map — Build stakeholder maps with power/interest grid and comms plan 7.8k ★
  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★

Full documentation available on GitHub

View Source Repository