| name | context-budget-simple-ai-bitcoin-trading-binance |
| description | Use for context-budget workflows. Source sections include Context Budget, Goal, Workflow. |
Context Budget
Goal
Limit reads to the minimum high-signal surface required to implement the task correctly, then widen only when evidence is missing.
Workflow
- Read
AGENTS.md.
- Identify exactly which module and command path is affected.
- Open one source file, one test file, and one skill that governs the area.
- Implement with tight scope.
- If uncertainty remains, open one more implementation file and one more test file only.
Hard limits
- Avoid bulk reading unrelated directories and generated artifacts.
- Avoid opening entire modules for tangential concerns.
- Prefer
rg for symbol search over opening large files.
Exit condition
Before coding the next step, verify that remaining assumptions are either covered by
existing tests or addressed by newly added tests.