I keep track of work that I need to get done in Trello, with descriptions and context, that I can just automatically aggregate at the end of every week. Meet trello-report-generator - a Python application that is capable of connecting to a Trello board and then organizing the progress in a neat Markdown file. This can now be automated even further - I can plug this application into Azure Pipelines and make it run on a schedule, where every Friday it will query the Trello board and generate the report, after which it will check it into a repository that my lead has access to.