Load and display project context maps with tiered loading.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-plugins# Project Maps Load Command Load and display project context maps with tiered loading. ## Usage ## Options - `--tier <N>`: Load all maps from specific tier (1-4) - `--map <name>`: Load specific map by name - No options: Load Tier 1 (summary + quick-queries) ## Tier Levels **Tier 1** (~3KB): summary, quick-queries **Tier 2** (~10KB): tree, existence-proofs **Tier 3** (~60KB): metadata, content-summaries, indices **Tier 4** (~10KB): dependencies-forward/reverse, relationships, issues ## Implementation ### Step 1: Load Maps Execute the unified CLI: ### Step 2: Parse JSON Response...