# Operations Checklist

Before non-trivial work:
1. read HOT memory
2. read stable proactive memory
3. read session state
4. read the working buffer if context is long or fragile

During work:
1. keep active state current
2. try multiple reasonable approaches before escalating
3. verify implementation, not just wording

After meaningful work:
1. leave one clear next move
2. log any reusable lesson
3. promote repeat wins, not one-off cleverness
