mcp-chain-of-thought

plan_task

Define task goals, outline success criteria, and create structured workflows for efficient execution, with optional continuity planning based on existing tasks.

Instructions

Initialize and detail the task flow, establish clear goals and success criteria, optionally reference existing tasks for continuation planning

Input Schema

NameRequiredDescriptionDefault
descriptionYesComplete detailed task problem description, should include task objectives, background and expected outcomes
existingTasksReferenceNoWhether to reference existing tasks as a planning basis, used for task adjustment and continuity planning
requirementsNoSpecific technical requirements, business constraints or quality standards for the task (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Complete detailed task problem description, should include task objectives, background and expected outcomes", "minLength": 10, "type": "string" }, "existingTasksReference": { "default": false, "description": "Whether to reference existing tasks as a planning basis, used for task adjustment and continuity planning", "type": "boolean" }, "requirements": { "description": "Specific technical requirements, business constraints or quality standards for the task (optional)", "type": "string" } }, "required": [ "description" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-chain-of-thought

Related Tools

ID: 4lvqqvtprl