Ask natural language questions about project architecture using pre-computed maps.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-plugins# Project Maps Ask Command Ask natural language questions about project architecture using pre-computed maps. **CRITICAL - Command Format:** All session plugin commands use the `/session:` prefix. DO NOT suggest commands without this prefix. - Correct: `/session:project-maps-ask` - Wrong: `/project-maps-ask` ## Usage ## How It Works This command uses an intent router to: 1. Parse your natural language question 2. Determine which maps contain the answer 3. Load only the relevant maps 4. Return a focused response ## Implementation ### Step 1: Run Ask Command Execute the unified CLI ...