API Doc Generator
Document an API's actual behavior -- request/response shape, status codes, error cases -- by reading the implementation, including the edge cases the happy-path handler comment leaves out.
Architecture Decision Record Writer
Capture a real architectural decision -- context, options actually considered, trade-offs, and the choice made -- while the reasoning is still fresh, not after the fact from memory.
Docstring Writer
Write docstrings for the non-obvious parts -- preconditions, units, error behavior -- and skip functions whose names and types already say everything.
Onboarding Guide Generator
Write the guide a new engineer actually needs on day one -- verified setup steps, where the real logic lives, and the non-obvious conventions -- not a restated README.
README Generator
Write a README from what the codebase actually does -- entry points, real commands, actual dependencies -- not a generic template with placeholders.