Add AGENTS playbook and prioritize automation backlog
All checks were successful
python-syntax / syntax-check (push) Successful in 6s

This commit is contained in:
2026-05-04 12:27:31 +02:00
parent 211f38003e
commit f05e0c56e6
2 changed files with 54 additions and 4 deletions

10
TODO.md
View File

@@ -27,7 +27,9 @@
- [x] Add top-level skill section for instance setup + mini API docs
- [x] Clarify user-owned setup responsibilities vs agent responsibilities in skill docs
## Deferred Backlog
- [ ] Higher-level task macros composed from `see` + `interact` + `interact/verify` primitives
- [ ] Additional verify primitives beyond `ocr_text_near_point` (image-diff region, window title/process state, color/pixel checks)
- [ ] Broader API simplification pass to reduce payload overlap and consolidate shared OCR options
## Deferred Backlog (Prioritized)
1. [ ] Higher-level automation macros composed from `see` + `interact` + `interact/verify`
2. [ ] Reusable workflow templates (for example: find text -> zoom fallback -> click -> verify)
3. [ ] Batch-safe orchestration primitives with explicit per-step results and auditability
4. [ ] Additional verify primitives beyond `ocr_text_near_point` (image diff region, window title/process state, color/pixel checks)
5. [ ] Broader API simplification pass to reduce payload overlap and consolidate shared OCR options