What problem does it solve? Editing the prose body of an aiwf planning entity (goal, scope, ADR rationale, gap problem statement) with a plain git commit bypasses the framework's provenance trailers and triggers a provenance-untrailered-entity-commit warning. This Skill routes body edits through the aiwf edit-body verb so every change lands as a properly trailered commit. ## Core Features & Use Cases - Bless mode: Edit the entity file in your editor, review the diff, then run aiwf edit-body <id> to commit exactly what was reviewed. - Explicit-content mode: Supply body content via --body-file <path> or stdin when an LLM session, script, or pipeline produces the text without an editor round-trip. - Guardrails: Refuses empty diffs, frontmatter changes, new entities without a HEAD version, and removal of required ## Section headings, pointing to the correct verb (aiwf add, aiwf promote, aiwf rename, aiwf cancel) instead. - Use Case: After a review round, rewrite the rationale section of ADR-0003 in your editor, then run aiwf edit-body ADR-0003 --reason "incorporate review feedback" to record the change with full provenance. ## Quick Start Ask the assistant to update the body prose of entity M-0002 using aiwf edit-body so the change is committed with proper trailers.