create_next_step
Create and define a new project step with a title, description, priority, and dependencies to ensure structured task progression and efficient workflow management.
Instructions
Create a new next step in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependencies | No | IDs of steps that must be completed first | |
description | Yes | Detailed description of work | |
parentStepId | No | ID of parent step if this is a substep | |
priority | Yes | Implementation priority level | |
projectId | Yes | Project identifier | |
title | Yes | Brief title of the next step |