createDirectPlanningConfig
Generate a JSON configuration file for planning processes with detailed steps, prompts, and instructions, ensuring structured and organized task hierarchies.
Instructions
Directly creates a JSON configuration file for planEpic from complete specifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| defaultMaxDepth | No | Default maximum task hierarchy depth | |
| description | Yes | Description of what this planning process does | |
| includeTestStrategy | No | Whether test strategy is included by default | |
| name | Yes | Name of the planning configuration | |
| outputPath | Yes | FULL path where the config should be saved (e.g., '/path/to/config/myconfig.json') | |
| steps | Yes | Steps to include in the planning process |