clawchief/ ├── priority-map.md # What matters and why ├── auto-resolver.md # How to resolve ambiguous decisions ├── meeting-notes.md # Meeting-note ingestion policy ├── location-awareness.md # Place-based task curation ├── knowledge-compiler.md # System compilation / linting policy ├── task-system-acceptance.md ├── scripts/ │ ├── todoist cli.py # Live task system interface │ ├── ea gmail.py # Gmail helper │ ├── ea calendar.py # Calendar helper │ ├── sheet helper.py # Google Sheets helper │ └── bd outreach.py # Business development outreach └── tests/ skills/ ├── task-system-contract/ # Shared…