What problem does it solve? When an entity's file or directory name becomes unwieldy, renaming it by hand with git mv breaks the audit trail and skips the structured commit trailers that aiwf history relies on. This Skill runs the dedicated aiwf rename verb so the slug changes while the stable id, references, and lifecycle history stay intact. ## Core Features & Use Cases - Slug-only rename: Changes the human-readable suffix of an entity's path (e.g., M-NNNN-things to M-NNNN-acceptance-criteria) without touching the id or title. - Automatic normalization: Converts the new slug to kebab-case, lowercasing and collapsing non-alphanumerics, and refuses only when normalization yields an empty string. - Auditable commits: Performs the git mv and commits with aiwf-verb: rename, aiwf-entity, and aiwf-actor trailers so aiwf history shows the rename. - Use Case: A milestone was created with a vague slug and the team wants the directory name to read M-0007-acceptance-criteria; run the rename verb and every id-based reference in other entities keeps working. ## Quick Start Ask the assistant to rename the slug of entity M-0007 to acceptance-criteria using the aiwf rename verb.