v7.2.3
Fix: Ensure /clavix:improve Writes Prompt File
When running /clavix:improve, the improved prompt file was not being created at .clavix/outputs/prompts/{id}.md. This caused /clavix:implement --latest to fail because it could not find the latest prompt file.
Root Cause
The clavix-improve skill template had a descriptive rather than prescriptive "File-Saving Protocol". It showed the file format but didn't explicitly command the AI to invoke the Write tool.
Changes
- Rewrite File-Saving Protocol with explicit tool invocation commands
- Replace descriptive "Save File" with "You MUST use the Write tool"
- Remove bash mkdir example (Write tool creates parent dirs automatically)
- Add blocking checkpoint requiring verification before final output
- Emphasize that displayed content ≠ saved file
This matches the slash command format and ensures /clavix:implement --latest can find the latest prompt file.