shapeup-sdlc 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shapeup-sdlc-plugin",
3
3
  "displayName": "ShapeUp SDLC Plugin",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "description": "Shape Up SDLC harness for Claude Code: shaping, intake, orient, scope-mapping, building (T0-verified, sandboxed, scope-contracted), evaluation and QA skills orchestrated by a tech-lead.",
6
6
  "author": {
7
7
  "name": "Liberty Nguyen",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shapeup-sdlc",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Shape Up for coding agents \u2014 with gates the agent can't talk its way past. Harness for Claude Code.",
5
5
  "bin": {
6
6
  "shapeup-sdlc": "bin/init.mjs"
@@ -325,6 +325,42 @@ Slicing groups affordances into **vertical implementation slices** — each demo
325
325
 
326
326
  ---
327
327
 
328
+ ## Output File: breadboard.md
329
+
330
+ Write `shapeup/[feature-slug]/shaping/breadboard.md`
331
+
332
+ ```markdown
333
+ ---
334
+ shaping: true
335
+ feature: "[[feature-slug]]"
336
+ status: breadboarded
337
+ ---
338
+
339
+ # [Feature Name] — Breadboard
340
+
341
+ ## Places
342
+ [P1..PN with one-line descriptions]
343
+
344
+ ## UI Affordances
345
+ | ID | Place | Description | Wires Out | Returns To |
346
+ |----|-------|--------------|-----------|------------|
347
+
348
+ ## Code Affordances
349
+ | ID | Description | Wires Out | Returns To |
350
+ |----|--------------|-----------|------------|
351
+
352
+ ## Wiring Diagram
353
+ [optional Mermaid — see Mermaid Visualization above]
354
+
355
+ ## Slicing
356
+ | # | Slice | Mechanism | Demo |
357
+ |---|-------|-----------|------|
358
+ ```
359
+
360
+ **Note:** This file is the second half of the kicked-off pitch (with `shaping.md`). `/ba-pitch-analyzer` and `/tech-lead` consume it as-is — affordance IDs (U[N], N[N]) are the traceability anchors downstream tasks and commits reference.
361
+
362
+ ---
363
+
328
364
  ## Handoff to High-Fidelity Design
329
365
 
330
366
  Once the breadboard is completed, verified, and sliced, it serves as the wireframe blueprint for the **Product Designer**:
@@ -45,7 +45,7 @@ Write `shapeup/[feature-slug]/shaping/frame.md`
45
45
  ```markdown
46
46
  ---
47
47
  shaping: true
48
- feature: [feature-slug]
48
+ feature: "[[feature-slug]]"
49
49
  doc_type: frame
50
50
  status: draft
51
51
  ---
@@ -43,7 +43,7 @@ Write `shapeup/[feature-slug]/shaping/kickoff.md`
43
43
  ```markdown
44
44
  ---
45
45
  shaping: true
46
- feature: [feature-slug]
46
+ feature: "[[feature-slug]]"
47
47
  doc_type: kickoff
48
48
  status: active
49
49
  ---
@@ -136,7 +136,7 @@ Write `shapeup/[feature-slug]/shaping/shaping.md`
136
136
  ```markdown
137
137
  ---
138
138
  shaping: true
139
- feature: [feature-slug]
139
+ feature: "[[feature-slug]]"
140
140
  status: shaped
141
141
  appetite: [~1 week | ~2 weeks | ~6 weeks | TBD (uncapped)]
142
142
  ---
@@ -43,7 +43,7 @@ A spike is a **time-boxed investigation** — not a prototype, not a full implem
43
43
  ```markdown
44
44
  ---
45
45
  shaping: true
46
- feature: [feature-slug]
46
+ feature: "[[feature-slug]]"
47
47
  doc_type: spike
48
48
  part: A[N]
49
49
  status: resolved | open