generate_project_guidelines
Generates a structured project guidelines document from a specified tech stack, using web search to incorporate current best practices and official documentation.
Instructions
Generates a structured project guidelines document (e.g., Markdown) based on a specified list of technologies and versions (tech stack). Uses web search to find the latest official documentation, style guides, and best practices for each component and synthesizes them into actionable rules and recommendations. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'tech_stack'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tech_stack | Yes | An array of strings specifying the project's technologies and versions (e.g., ['React 18.3', 'TypeScript 5.2', 'Node.js 20.10', 'Express 5.0', 'PostgreSQL 16.1']). |