← ClaudeAtlas

shapeuplisted

Use this skill for any Shape Up workflow before writing code. Triggers on: "shape this feature", "frame this problem", "breadboard this", "map affordances", "write a framing doc", "write a kickoff doc", "turn this transcript into a framing document", "turn this transcript into a kickoff document", "what should we build", "explore solutions", "is this shaped enough to build", "slice this into scopes", "fit check", "wiring diagram". Also triggers when user says "before we build...", "I want to think through...", "let's shape this", or provides a raw transcript and wants it structured. DEFAULT: if no sub-command given, run /shapeup full — ask clarifying questions at each gate, keep solutions as simple as possible, never touch parts that already work. Sub-commands: /shapeup full | /shapeup shaping | /shapeup spike | /shapeup breadboarding | /shapeup framing-doc | /shapeup kickoff-doc | /shapeup breadboard-reflection
nguyenvanphituoc/shapeup-sdlc-plugin · ★ 2 · AI & Automation · score 75
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