Task Dependencies
Overview
Task dependencies encode sequencing constraints across execution work.
They protect planning and reduce surprise blockers.
Key Concepts
Blocks: upstream task must complete first
Blocked by: current task cannot start yet
Related: association without sequencing intent
How It’s Used
Use dependencies during sprint or phase planning.
Use them during blocker triage.
Benefits
Clear sequencing for execution work
Faster identification of prerequisite work
Cleaner “blocked” reporting signals
Setup Steps
1
2
Best Practices
Keep dependencies minimal.
Use comments to document why a dependency exists.
Pair dependency review with blocked-item review.
Summary
Dependencies should represent real sequencing constraints.
They should not replace links or references for general context.
Last updated

