How to handle multiple long-running tasks?

Author: hzuraCreated Jan 22, 2026Updated Sep 5, 2026

Great project! I'm wondering how to handle scenarios where multiple tasks are in progress simultaneously - for example, when one task is blocked waiting for external dependencies (PR review, API access, etc.) and I need to work on another task in the meantime.

Is there a recommended pattern for this?

Source: OthmanAdi/planning-with-files