概要
The Backend Documentation Creator is an L3 automation worker designed to standardize technical documentation for server-side applications. It conditionally generates two primary files—api_spec.md and database_schema.md—only when a backend or database is detected in the project stack. By transforming raw context like routes, authentication schemes, and schema models into structured Markdown, it provides teams with immediate, high-quality documentation. It ensures architectural clarity without manual effort, utilizing OpenAPI 3.0 standards for APIs and Mermaid syntax for visual data modeling.