shapeuplisted
Install: claude install-skill nguyenvanphituoc/shapeup-sdlc-plugin
# ShapeUp Skill — v2.1
Shape Up workflows for Claude Code — covering every stage from raw problem to
wiring diagram to structured handoff documents. Run these **before** writing code.
## Resource Files (Load On Demand)
This skill lazily loads detail from resource files. **Read the relevant resource before executing any workflow:**
| Sub-command | Resource to Read |
|---|---|
| `/shapeup shaping` | `resources/shaping.md` |
| `/shapeup spike` | `resources/spike.md` |
| `/shapeup breadboarding` | `resources/breadboarding.md` |
| `/shapeup framing-doc` | `resources/framing-doc.md` |
| `/shapeup kickoff-doc` | `resources/kickoff-doc.md` |
| `/shapeup breadboard-reflection` | `resources/breadboard-reflection.md` |
| `/shapeup full` | Read `resources/shaping.md` first, then `resources/breadboarding.md` before B-phases, and `resources/context-compaction.md` for the run digest |
> Resource paths are relative to this skill's directory (`resources/` beside this SKILL.md, wherever the plugin is installed).
> Multi-gate runs maintain a derived **decision digest** so each gate reads a compact slice instead of full prose — see `resources/context-compaction.md` and the "Run Workspace & Digest" section below.
---
## Canonical Workflow Order
```
/shaping /breadboarding
───────────────────────── ───────────────────────────────────
1. Problem frame 5. [optional] Fat marker sketch
2. Requirements (R) 6. Affordance tables + wiring
3. Solution shape