create_project
Initiate a project by defining an initial prompt, detailed plan, and task list. Automate task approvals and streamline workflows using structured task queues in taskqueue-mcp.
Instructions
Create a new project with an initial prompt and a list of tasks. This is typically the first step in any workflow.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
autoApprove | No | If true, tasks will be automatically approved when marked as done. If false or not provided, tasks require manual approval. | |
initialPrompt | Yes | The initial prompt or goal for the project. | |
projectPlan | No | A more detailed plan for the project. If not provided, the initial prompt will be used. | |
tasks | Yes | An array of task objects. |