piyaz_map
Navigate the dependency graph.
Lead with these for 'what's next', 'what's stuck', impact analysis. ready=planned tasks with all deps done (drafts surface under plannable, not ready); pick from ready ∩ critical_path for highest-impact work. blocked=waiting tasks with blocker details. plannable=drafts with description+criteria, ready for planning. critical_path=longest dependency chain (the project bottleneck); lead with this on resume / 'guide me forward'. downstream=transitive dependents of one task; run before status changes, refinement, or cancellation. neighbors=1-2 hops around one task, both edge types, both directions, with notes, the context-network walk; every line is ref-chainable into piyaz_get. ready/blocked/plannable/critical_path need project; downstream/neighbors need task.
Views
| View | Purpose |
|---|---|
ready | planned tasks with all effective deps done (drafts surface under plannable) |
blocked | waiting tasks with blocker details |
plannable | drafts with description+criteria, ready for planning |
critical_path | longest dependency chain (the bottleneck; lead with this on resume) |
downstream | transitive dependents of one task (impact analysis before changes) |
neighbors | 1-2 hops around one task, both edge types and directions, with notes |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
view | "ready" | "blocked" | "plannable" | "critical_path" | "downstream" | "neighbors" | Yes | ready=planned tasks with all effective deps done (drafts surface under plannable). blocked=waiting tasks with blocker details. plannable=drafts with description+criteria, ready for planning. critical_path=longest dependency chain (the bottleneck; lead with this on resume). downstream=transitive dependents of one task (impact analysis before changes). neighbors=1-2 hops around one task, both edge types and directions, with notes. |
hops | integer | No | neighbors only: walk depth (default 1). |
limit | integer | No | Row cap (default 50). Truncation names the narrowing filter. |
project | string | No | Project identifier ('WYN') or UUID. Required for ready/blocked/plannable/critical_path. |
task | string | No | taskRef ('WYN-42') or UUID. Required for downstream/neighbors. |
Last updated