From ospec-workflow
Trigger: /caveman:compress <filepath>, compress memory file. Compress prose files while preserving technical content and backups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ospec-workflow:caveman-compressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load only when the user explicitly asks to compress a natural-language file or invokes `/caveman:compress <filepath>`.
Load only when the user explicitly asks to compress a natural-language file or invokes /caveman:compress <filepath>.
.md, .txt, or extensionless memory files.<filename>.original.md before overwriting..original.md backup.| Condition | Action |
|---|---|
| Supported prose file | Compress prose outside protected regions. |
| Unsupported file type | Stop and report unsupported file. |
Existing .original.md target | Stop unless user explicitly confirms overwrite. |
| Validation fails | Report failure; leave original untouched. |
skills/caveman-compress/scripts/ when available: run python -m scripts <absolute_filepath> from skills/caveman-compress.Return the target path, backup path, compression status, and any validation failures.
README.md - usage details and examples.SECURITY.md - safety model for subprocess and file I/O.npx claudepluginhub mretamozo-hiberuscom/ospec-workflowCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.