Guided workflow for dumping SPI flash/EEPROM through a microcontroller via OpenOCD
/plugin marketplace add lukejenkins/claude-openocd-spi-dump/plugin install lukejenkins-openocd-spi-dump@lukejenkins/claude-openocd-spi-dump[mcu-type]# SPI Flash Dump Workflow Guide the user through dumping SPI flash or EEPROM memory through a microcontroller's SPI peripheral using OpenOCD. This is a fully interactive workflow that gathers information, generates customized code, and walks through testing. ## Workflow Phases ### Phase 1: Gather Target Information Start by understanding the user's hardware setup. Ask these questions: 1. **MCU Information** - What MCU are you targeting? (e.g., ATSAM4S2A, STM32F407, nRF52832) - If unknown, ask about the board or help identify from debug output 2. **SPI Flash Information** - Do...