piyaz
ReferenceTools

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

ViewPurpose
readyplanned tasks with all effective deps done (drafts surface under plannable)
blockedwaiting tasks with blocker details
plannabledrafts with description+criteria, ready for planning
critical_pathlongest dependency chain (the bottleneck; lead with this on resume)
downstreamtransitive dependents of one task (impact analysis before changes)
neighbors1-2 hops around one task, both edge types and directions, with notes

Parameters

NameTypeRequiredDescription
view"ready" | "blocked" | "plannable" | "critical_path" | "downstream" | "neighbors"Yesready=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.
hopsintegerNoneighbors only: walk depth (default 1).
limitintegerNoRow cap (default 50). Truncation names the narrowing filter.
projectstringNoProject identifier ('WYN') or UUID. Required for ready/blocked/plannable/critical_path.
taskstringNotaskRef ('WYN-42') or UUID. Required for downstream/neighbors.

Last updated

On this page