What problem does it solve? Manually tracking and implementing a backlog of planned features is error-prone and easy to lose track of. This Skill automates the systematic implementation of every incomplete feature listed in the CHANGELOG.md [Unreleased] section, ensuring each one is coded, tested, and marked complete. ## Core Features & Use Cases - Changelog-Driven Workflow: Reads the [Unreleased] section of CHANGELOG.md as the single source of truth and works through unchecked items one at a time. - Test-Enforced Completion: Requires passing dotnet build and dotnet test with xUnit, Moq, and FluentAssertions tests before any feature is marked complete. - Resumable Progress: On re-invocation, resumes from the first unchecked feature, so interrupted sessions continue seamlessly. - Use Case: A maintainer of a .NET project lists ten planned features in CHANGELOG.md, invokes this Skill, and each feature is implemented, tested, and checked off automatically. ## Quick Start Ask the assistant to work on the next incomplete feature from the CHANGELOG.md Unreleased section.