Implementing Workstreams
Start Here
bash
work status work tree --batch "01.01" work list --tasks --thread "01.01.01"
Execution Rules
- •Work only on your assigned thread.
- •Mark task start:
work update --task "ID" --status in_progress - •Mark completion with report:
work update --task "ID" --status completed --report "1-2 sentence summary" - •If blocked:
work update --task "ID" --status blocked --report "reason and dependency"
Report Quality
- •Mention concrete files or modules changed.
- •Include notable decisions or deviations.
- •Keep it short and factual.
Recovery
- •If work is already done but status is stale, update status and add report.
- •If context is unclear, review:
- •
work review plan - •
work read --task "ID"
- •