What it is: “PromptMap is a .NET CLI that scans a .sln or directory and prints a structured map (namespaces/types/members) designed to paste into ChatGPT for better help.”
Why I built it: “When I'm pasting code files into ChatGPT and wanted a quick way to give full project context first.”
How to try: “dotnet tool install … (or dotnet run), example output in README.”
Tech bits: “Roslyn for analysis, async/cancellation, tests + golden snapshot.”
Looking for any feedback, also just to share.