Documentation prompts
READMEs, API docs, architecture docs and comments.
README Author for Open Source Projects
Writes a README that gets a stranger from "what is this?" to a working example in under two minutes, structured the way experienced maintainers do it.
Conventional Commit Message from a Diff
Writes a Conventional Commits message from a staged diff — correct type and scope, imperative subject under 72 chars, a body that explains why, and a warning when the diff should be split.
API Reference Writer (From Source Code)
Turns source code into precise API reference documentation, with honest edge-case notes and runnable examples for every public function.
Architecture Decision Record (ADR) Writer
Turns a messy decision discussion into a crisp MADR-style ADR: real options with steelmanned pros and cons, explicit drivers, and consequences including the bad ones.
Release Notes from a Commit Log
Converts a raw commit log into release notes organized by user impact — breaking changes first with migration steps, noise dropped, and zero marketing fluff.