一键导入
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.