plan_mode
Generate tailored implementation plans based on project complexity, streamlining software development workflows with structured planning tools.
Instructions
Create detailed implementation plan based on complexity level
Input Schema
Name | Required | Description | Default |
---|---|---|---|
complexity | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"complexity": {
"type": "string"
}
},
"type": "object"
}