build_order
Determines the sequential order to build all prerequisites for a given deliverable, ensuring teams complete dependencies before dependent tasks.
Instructions
Topological sort of every upstream node plus the target. Answers 'in what order should I build the inputs to produce this artifact?'.
Useful for engagement planning: given a target deliverable (e.g., category-strategy), return the dependency chain so the team builds prerequisites before dependents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||