suggest_next_subgoal
Identify the next executable subgoal from a dependency graph, returning one with all dependencies met or a blocked list to guide goal-directed 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. |