generate_design_document
Generate a structured software design document by providing project name and requirements. Optionally include target audience and constraints to refine the output.
Instructions
Generate a software design document from a project description using an LLM.
Args: project_name: Name of the software project. requirements: Free-form description of what the project should do. target_audience: Optional description of who the software is for. constraints: Optional technical or business constraints to respect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| constraints | No | ||
| project_name | Yes | ||
| requirements | Yes | ||
| target_audience | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |