What problem does it solve?
This workflow helps engineering teams coordinate task pickup, progress, and dependency-aware execution within the tx platform, reducing blockers and handoffs.
Core Features & Use Cases
- Picking Up a Task: fetch the next unblocked task with tx ready and inspect details with tx show.
- Working on a Task: understand requirements, check learnings, set shared context when needed, and implement changes.
- Completing a Task: run targeted tests and mark the task done to unlock dependents.
- Creating Sub-tasks: split large work into manageable subtasks with parent-child relationships.
- Managing Dependencies: declare and remove blocking edges to control task sequencing.
- Recording Learnings: capture knowledge to memory for future reuse.
Quick Start
Start by running tx ready --limit 1 --json to fetch the next task, inspect it with tx show, and begin work following the workflow guidelines.