Skip to main content

shaping-breadboard

Build affordance and wiring maps for existing or proposed systems before carding. Use when implementation planning needs a concrete mechanism view across UI and code boundaries.

설치로 이동

소스 정보

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

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
shaping-breadboard
description
Build affordance and wiring maps for existing or proposed systems before carding. Use when implementation planning needs a concrete mechanism view across UI and code boundaries.
argument-hint
[workflow or shaped direction to map]
# Shape Breadboard (Adjunct) Map system behavior using affordance tables and wiring so the next card is grounded in concrete mechanism understanding. ## Source And Adaptation Note Adopted from `rjs/shaping-skills` (`breadboarding`) and adapted for this repository. Modifications: - Namespaced as `pragma:shaping-*` - Scoped to pre-card clarity, not delivery planning authority - Explicit pragma handoff requirements ## When To Use - A selected direction exists but mechanism-level mapping is unclear - Existing behavior needs mapping before choosing safe slice boundaries - UI and non-UI affordances span multiple places and boundaries ## Procedure 1. Define the workflow to map (operator perspective). 2. Identify places and key boundaries. 3. Produce affordance tables as source of truth. 4. Add wiring and data flow consistency checks. 5. Extract card-ready behaviors and unresolved uncertainty. ## Required Output ```md ## Breadboard - Places table - UI affordances table - Code affordances table - Data stores table ## Handoff To Pragma - Candidate cards: [vertical behaviors ready to card] - Capsule impacts: [new terms or invariants discovered] - Open uncertainty: [items requiring `/pragma:spike`] - Next command: [`/pragma:card`] ``` ## Constraints - Do not become a second implementation planning system. - Do not output direct coding steps as a substitute for cards. - Do not route directly to `/pragma:slice`. ## Lifecycle - **State**: `planning` - **Next**: `/pragma:card` - **Loop**: `/pragma:consult`
GitHub에서 보기