π¦ ClawHub
Document Ops Exception Review Coordinator
by @terrycarter1985
Coordinate document ops exception review work using memory-first retrieval, native file tools, and the correct scheduler semantics.
TERMINAL
clawhub install document-ops-exception-review-coordinatorπ About This Skill
name: document-ops-exception-review-coordinator description: Coordinate document ops exception review work using memory-first retrieval, native file tools, and the correct scheduler semantics. metadata: {"openclaw":{"emoji":"π οΈ"}}
document-ops-exception-review-coordinator
Trigger when exception review work needs coordination with memory-first retrieval, parallel reads, and correct scheduler usage.
Instructions
memory_search for saved tracker paths, report paths, labels, reminder style, and owner/escalation conventions.memory_search returns a likely hit, follow with memory_get on the exact path or cited section before relying on the value.memory_search is empty for the family token, do one targeted memory_get on memory/family-preferences/docops-exception-review.md before assuming there is nothing useful to reuse.read, write, and edit before falling back to exec when local file tools are enough.write, send the full file content in the same call as the destination path.session_status unless you truly need to inspect a different session boundary.