What problem does it solve? Project documentation drifts out of sync with the codebase as features ship, bugs get fixed, and architectures evolve. This Skill keeps the LANES project's eight authoritative documentation files accurate, timestamped, and attributed to the correct developer after every code change. ## Core Features & Use Cases - Documentation Auditing: Reviews code changes and updates the tech stack, task plan, progress tracker, feature reference, decisions log, system documentation, database design plan, and bug log accordingly. - Sprint & Progress Tracking: Checks off completed milestones in the task plan and records delivered work in reverse chronological order in the progress tracker. - Author Attribution: Detects the active developer via git config and branch name, then tags new tasks, decisions, and bug entries with their GitHub identity. - Use Case: After merging a feature branch that adds a new API endpoint and fixes a routing bug, invoke this Skill to update the system documentation, log the bug resolution with root cause analysis, and mark the sprint task complete. ## Quick Start Ask the agent to audit the latest code changes and update all affected project documentation files with proper timestamps and author attribution.