The Build Stack
The prompt sequence that turns an empty folder into a working scanner.
- The architecture prompt — hands Claude the full skeleton: ingest, wallet-level position tracking, trigger logic, alerting
- The debug chain — follow-up prompts in the order things actually break: rate limits, malformed responses, timestamp drift, silent failures
- Mutation prompts — swap the data source or change the trigger condition without rebuilding from scratch
- The module map — what every piece does and why, so you can modify it instead of hoping it keeps working