- 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
18 lines
448 B
Markdown
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
|