Files
Hermes-Skills/openclaw-imports/self-improving-proactive-agent/operations.md
T
Hermes Skills Manager 6770bc9b9d Initial commit: Hermes Agent skills collection
- Trading skills (OKX, dividend, lottery, quantitative)
- Creative skills (ASCII art, diagrams, video)
- Development skills (GitHub, debugging, TDD)
- Research skills (arXiv, blog monitoring)
- Productivity skills (email, documents, notes)
- MCP integration skills
- Custom user skills
2026-07-05 02:31:15 -04:00

18 lines
448 B
Markdown

# 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