breadboard-reflection
Installation
SKILL.md
Breadboard Analysis
Find design smells in a breadboard and fix them. Works on existing breadboards built with the /breadboarding skill.
Finding Smells
Entry Point: Trace User Stories Through the Wiring
Take a user story from the requirements or frame. Trace it through the breadboard wiring. Ask: does the path tell a coherent story that produces the expected effect?
Example: "User says 'add Tokyo after Detroit' → Tokyo appears after Detroit in the table, and persists across restarts."
Trace: U4 (input) → N1 → N2 (LLM) → N3 (dispatch) → N4 (handle) → ... → S1 (locales updated) → N12 (persist) → S4 (config written).
At each link, ask: does this step logically lead to the next? Does the wiring make sense as a story about how the effect happens?