| name | map |
| description | Use when you need the Codex Copilot equivalent of Claude Copilot /map: produce or refresh a concise codebase map for agent navigation. |
Map
Create a compact project map for faster specialist navigation.
Workflow
- Detect stack from package and config files.
- Summarize top-level directories and key entry points.
- Identify docs, tests, build scripts, and configuration files.
- Store the result as a
documentation work product when tc context exists.
- If writing
PROJECT_MAP.md, do it only when explicitly requested.
Output
- tech stack summary
- key directories
- important files
- recommended first reads