init_project_graph
Set up a project workflow graph from task definitions, phase milestones, dependencies, and validation commands to enable automated execution and tracking.
Instructions
Initialize a new project workflow graph with task nodes, phase milestones, dependencies, and validation commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | List of task nodes to add into the DAG workflow | |
| phase_order | No | Optional ordered list of custom phase names (e.g. ["PLAN","BUILD","DEPLOY"]). Omit to use the 4 built-in default phases. | |
| projectName | Yes | Name of the project or workflow | |
| projectRoot | No | Root directory path of the project (optional) | |
| stateFilePath | No | Optional file path to persist state (defaults to .brd_graph_state.json) |