generate_project_plan
Create a structured project plan and tasks using an LLM. Input a prompt, select the provider and model, and optionally attach files to generate actionable steps for your project.
Instructions
Use an LLM to generate a project plan and tasks from a prompt. The LLM will analyze the prompt and any attached files to create a structured project plan.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachments | No | Optional array of paths to files to attach as context. There is no need to read the files before calling this tool! | |
model | Yes | The specific model to use (e.g., 'gpt-4-turbo' for OpenAI). | |
prompt | Yes | The prompt text or file path to use for generating the project plan. | |
provider | Yes | The LLM provider to use (requires corresponding API key to be set). |