SKILL.md
Watcher Runner (Filesystem)
Start and validate the Bronze-tier watcher that turns local file drops into Needs_Action/*.md items.
Assumptions
- Project code lives under
MY-AI-EMPLOYEE/(user-provided convention). - The watcher script exists in that project (commonly
watchers/filesystem_watcher.pyor similar). - The watcher needs two paths:
- Vault root path - Watched drop folder path
If any of these are unknown, stop and ask for the paths.
Run workflow
- Locate the watcher entrypoint.
- Verify Python environment setup (uv/venv) and dependencies.
- Run watcher in foreground first (for visible logs).
- Trigger a file creation in the watched folder.
- Confirm a new action item appears in
Needs_Action/.
Debug workflow
- Confirm the watcher process is running.
- Confirm filesystem events are firing (some environments require polling).
- Confirm vault path is correct and writable.
- Confirm watcher is writing
.mdaction files (not only copying binaries).
Resources
- Reference:
references/runbook.md - Example smoke test script:
scripts/createtestdrop.py - Examples:
examples.md