// Technical documentation creation and improvement with emphasis on clarity, conciseness, and maximum communication efficiency. Use for README files, API docs, project documentation, code comments, and any written content. Prioritizes brevity over verbosity, essential information over comprehensive detail, and immediate usefulness over exhaustive coverage.
| name | documentation |
| description | Technical documentation creation and improvement with emphasis on clarity, conciseness, and maximum communication efficiency. Use for README files, API docs, project documentation, code comments, and any written content. Prioritizes brevity over verbosity, essential information over comprehensive detail, and immediate usefulness over exhaustive coverage. |
Efficient technical documentation should communicate maximum value with minimum words.
Clarity First: Every sentence must add value. Remove redundancy, filler words, and unnecessary explanations.
Structure: Good documentation is impeccably structured. Most important info appears the top of the document, Lead with actionable information. Duplication is avoided at all costs.
Essential Only: Include what users actually need. Skip background, philosophy, and tangential information unless directly relevant.
Good writing is clear and concise. Avoid verbosity: do not write 3 documents where 1 would suffice, do not write a pargraph where a sentence would suffice.
Efficiency is kindness to your users.