palinode_depends
Return the dependency tree for a milestone or task slug, or list all unblocked items by setting unblocked=true.
Instructions
Return the dependency tree for a milestone or task slug, or list all unblocked items. Reads depends_on / blocks / parallel_with frontmatter from ProjectSnapshot files. Set unblocked=true to answer 'what can I work on right now?' across all slugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Milestone or task slug to inspect (e.g. 'milestone/M1'). Required unless unblocked=true. | |
| unblocked | No | If true, return the list of all slugs whose every depends_on is done (ignores slug). Default false. |