suggest_next_subgoal
Suggest the next executable subgoal from a dependency graph. Returns a ready subgoal if its dependencies are accepted, or the blocked_by list to drive goal-directed task sequencing.
Instructions
v0.8.0: Suggest the next executable subgoal based on the dependency graph. Returns a ready subgoal whose dependencies are all accepted. If none ready, returns blocked_by list. Use to drive goal-directed task sequencing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | Goal ID. |