---
spec: work.spec.md
---
## Tasks
- [x] Write spec files for work module
- [x] Implement `work start` — branch creation with conventions
- [x] Implement `work pr` — push and PR creation via gh
- [x] Implement `work status` — branch and PR status
- [x] Wire up CLI subcommands in main.rs
- [x] Write unit tests
- [x] Run verification suite