Prompt Coach When the user runs or asks for "prompt feedback" / "оцени мой промпт", run the analyzer on the user's last natural-language ask (or on text they provide). How to use If the user passes text after the command (e.g. ): If no text given, show recent prompt history and average score: What the score means The coach grades on four dimensions (S/A/B/C/D/F): - Specificity — does the prompt name files, line numbers, identifiers? - Scope — is the change bounded? "fix bug in src/auth.js:42" beats "fix all bugs" - Success criteria — how do we know it's done? (tests pass, error gone, etc.) -…