Apparently, conversation history is gold for spotting repetitive tool calls. I deleted a helper script that I had recently created from the repository and the conversation history, and Claude suggested that I make them when I ask it to suggest helper scripts.
I had to perform data cleaning & enrichment on the conversation history to make it worthwhile for CC, so I've turned it into an open-source plugin anybody can use. It's handy for both repetitive workflows and coding use-cases.
The script adds a `/agent-trace-ops:plan` slash command, and all data is processed locally via your Claude Code. Let me know if it's useful!