Professional technical documentation writing expert for software projects. Use when user needs help with README, architecture docs, API docs, deployment docs, development guides, or code comments.
Write high-quality, well-structured technical documentation following industry standards.
Quick start for all users.
Key sections:
System architecture and design decisions.
Key sections:
API specifications and reference.
Key sections:
Local development and contribution guide.
Key sections:
System deployment and maintenance.
Key sections:
/**
* @fileoverview Brief description
* @description Detailed description
* @module path/to/module
* @author Name
* @since 1.0.0
*/
/**
* Brief description
*
* @param paramName - Description
* @returns Description
* @throws {ErrorType} When/why thrown
* @example
* // code example
*/
/**
* Class description
*
* @description Detailed capabilities
* @implements {InterfaceName}
*/
When user asks for documentation: