Skip to main content

shaping-breadboard-reflect

Reflect on an existing breadboard by syncing it to code and surfacing structural smells before planning the next slice or refactor.

설치로 이동

소스 정보

저장소
hashintel/labs
최근 소스 활동
2026년 3월 23일 12:12
감지된 SKILL.md 언어
영어
스타
36
포크
14

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
shaping-breadboard-reflect
description
Reflect on an existing breadboard by syncing it to code and surfacing structural smells before planning the next slice or refactor.
argument-hint
[breadboard artifact and relevant code paths]
# Shape Breadboard Reflection (Adjunct) Use this adjunct skill to reconcile breadboard artifacts with implementation reality, then identify design smells that affect planning. ## Source And Adaptation Note Adopted from `rjs/shaping-skills` (`breadboard-reflection`) and adapted for this repository. Modifications: - Namespaced as `pragma:shaping-*` - Added compatibility with `characterize` safety gate - Added mandatory pragma re-entry instructions ## Procedure 1. Sync the breadboard to current code first. 2. Identify mismatches, missing nodes, and stale wires. 3. Run smell checks on naming, boundaries, and causality. 4. Classify findings as planning fixes vs. risky behavior changes. 5. Route to the right pragma next step. ## Required Output ```md ## Reflection Findings - Sync fixes: [breadboard updates required] - Smells: [specific boundary/name/wiring issues] ## Handoff To Pragma - Safe planning follow-up: [`/pragma:card` or `/pragma:refactor`] - Behavior uncertainty gate: [use `/pragma:characterize` before refactor when behavior is unclear] - Next command: [single recommended pragma command] ``` ## Constraints - Do not refactor blindly when behavior is not yet characterized. - If behavior is uncertain, route to `/pragma:characterize` first. - Do not bypass carding for new behavior. ## Lifecycle - **State**: `stabilizing` - **Next**: `/pragma:consult` (or `/pragma:characterize` when required) - **Loop**: `/pragma:consult`
GitHub에서 보기