Create a documentation file that explains code in natural language:
Part 1: Read the input file {filename} and create a new markdown file at docs/{filename}.md
Part 2: Create an initial todo list (let's call it list A) of functions/sections to document, give an complexity rating to each task.
Part 3: Group simple items together into single tasks.
- This will ensure tasks have similar complexity levels.
- Each item should require a similar amount of time to "think about"
- This will result in list B that has a uniform level of complexity for each item.