What problem does it solve? Configuration changes to files like SOUL.md, MEMORY.md, and config.yaml are easily lost or forgotten, making it impossible to audit what changed or reproduce a setup on a new instance. This Skill maintains a structured, append-only log of every configuration prompt so the full history is traceable. ## Core Features & Use Cases - Structured Audit Entries: Logs each configuration change with a sequential Prompt ID, ISO 8601 UTC timestamp, phase (P1-P6), modified artifacts, status, and a one-line summary. - Sequential ID Management: Derives the next PDD-ID by counting existing entries in MEMORY.md, preventing ID collisions. - Reproducibility: Any agent can read MEMORY.md and reconstruct the complete configuration history of a Hermes instance. - Use Case: After updating SOUL.md to change your communication style, the Skill appends an entry like [PDD-004] 2024-01-15T10:30:00Z | Phase: P3 | Status: success with the artifact list and summary, so the change can be replayed later. ## Quick Start Log the configuration change I just made to SOUL.md in MEMORY.md so I can reproduce this setup later.