IntelliPlan

planEpic

Generate a detailed implementation plan with hierarchical tasks and subtasks using sequential thinking. Ensures comprehensive planning before moving to execution, including test strategy and subtask depth configuration.

Instructions

Interactively creates a detailed implementation plan with hierarchical tasks and subtasks through sequential thinking, guiding the agent through multiple steps of refinement. Must be called BEFORE using the createEpic tool to ensure a comprehensive plan.

Input Schema

NameRequiredDescriptionDefault
additionalContextNoAdditional context or requirements for the implementation (optional)
basePathNoFULL base path for the implementation (optional)
configPathNoFULL path to custom plan configuration JSON file (optional)
currentStepNoCurrent step in the sequential thinking process (internal use)
descriptionYesHigh-level description of what needs to be implemented
includeSubtasksNoWhether to include creation of subtasks (default: true)
includeTestStrategyNoWhether to include test strategy planning (optional, default: true)
maxDepthNoMaximum depth of subtask hierarchy (optional, default: 3)
planSummaryNoBrief summary of planning progress so far (internal use)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "additionalContext": { "description": "Additional context or requirements for the implementation (optional)", "type": "string" }, "basePath": { "description": "FULL base path for the implementation (optional)", "type": "string" }, "configPath": { "description": "FULL path to custom plan configuration JSON file (optional)", "type": "string" }, "currentStep": { "description": "Current step in the sequential thinking process (internal use)", "type": "number" }, "description": { "description": "High-level description of what needs to be implemented", "type": "string" }, "includeSubtasks": { "description": "Whether to include creation of subtasks (default: true)", "type": "boolean" }, "includeTestStrategy": { "description": "Whether to include test strategy planning (optional, default: true)", "type": "boolean" }, "maxDepth": { "description": "Maximum depth of subtask hierarchy (optional, default: 3)", "type": "number" }, "planSummary": { "description": "Brief summary of planning progress so far (internal use)", "type": "string" } }, "required": [ "description" ], "type": "object" }

You must be authenticated.

Other Tools from IntelliPlan

Related Tools

ID: v53917zvgp