원클릭으로
breadboard-reflection
Reflect on a breadboard by syncing it to implementation and finding design smells.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reflect on a breadboard by syncing it to implementation and finding design smells.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Prepare relevant planning artifacts, including optional statechart and Dumplink context, for agent implementation work without overloading context.
Collaboratively shape a problem and compare solution directions before implementation.
Create a framing document from notes, messages, or conversation transcripts.
Map a chosen solution into places, affordances, consequences, stores, and wiring.
Reconcile an attached image, screenshot, wireframe, mockup, whiteboard, or hand-drawn sketch with existing frame, shaping, and breadboard artifacts. Use when a user drops in a visual, says "see this sketch" or "we are missing something," asks what the visual changes, or wants visual evidence incorporated without silently changing requirements, scope, or the selected shape.
Turn a selected stateful portion of a breadboard into a transition table and Mermaid statechart without changing the breadboard's authority.
| name | breadboard-reflection |
| description | Reflect on a breadboard by syncing it to implementation and finding design smells. |
Use this skill after a breadboard exists and implementation has started or already exists.
Bring the breadboard back into alignment with reality, then use it to spot design problems that are otherwise easy to miss.
The code or implementation is the ground truth.
Do this first:
At the end of this phase, the breadboard should show what the system actually does.
Once the breadboard is accurate, inspect the design itself.
Look for:
| Smell | What it suggests |
|---|---|
| Unexplained behavior | The artifact does not explain how the effect happens |
| Naming resistance | A node may be bundling multiple responsibilities |
| Missing source for displayed data | A store or upstream affordance is absent |
| Wrong causality | The wiring tells the wrong story about what triggers what |
| Place overload | Too many unrelated concerns are packed together |
For any affordance that feels off, ask:
If the answer requires two verbs joined by "and" or "or," the boundary may be wrong.
---
planning: true
artifact_type: breadboard-reflection
status: draft
source_of_truth: true
feeds:
- planning-update
- implementation-followup
---
# [Project] — Breadboard Reflection
# Context Card
## Use this when
An agent is comparing implementation reality against the intended breadboard and deciding what planning artifacts or implementation follow-ups need repair.
## Must preserve
- distinction between synced reality and design critique
- observed drift
- missing behavior
- accidental behavior
- proposed fixes
## Ignore unless asked
- speculative redesigns not grounded in the synced implementation
## What was synced
- ...
## Smells found
| ID | Smell | Where | Why it matters |
|----|-------|-------|----------------|
## Proposed fixes
| ID | Change | Expected improvement |
|----|--------|----------------------|
## Updated breadboard notes
- ...
Do not start critiquing the design until the breadboard has first been made accurate.