What problem does it solve?
This Skill prevents devlog drift by ensuring every real change in code and decisions is reflected in the correct layer of the project’s docs, without rewriting everything on each update.
Core Features & Use Cases
- Structured devlog propagation: Updates the right parts of
docs/devlog/current/, docs/devlog/records/, docs/devlog/appendix/, and docs/devlog/archive/ based on the change trigger (bug fix, feature delivery, review/validation, or version closeout).
- ADR traceability with validation: Adds or updates
records/ entries with required ADR frontmatter and then synchronizes backlog/capability/PRD/overview truths only where they actually changed.
- Topology-aware and repo-agnostic operation: Works across repositories that follow the conventional
docs/devlog/ topology, while explicitly asking before bootstrapping if that topology is missing.
Quick Start
Use the devlog-maintainer skill to update your docs/devlog/current cycle state and add the appropriate ADR record after the latest bug fix or feature delivery.