Plugin Claude Code
Plugin marketplace listing 1 plugin: shapeup.
Plugin Claude Code
Plugin marketplace listing 1 plugin: shapeup.
Plugin Claude Code
Shape Up methodology skills for Claude Code — frame problems, shape solutions, build with hill charts, and ship with ADRs.
Skill Claude CodeCodex
Use this skill BEFORE changing what any agent in this plugin does — editing any skills//SKILL.md prompt, a references/ doc, or a behavioral contract. It drives the change strictly test-first with the isolated behavioral harness and an ablation negative-control, then commits cleanly with a single version bump. Invoke…
Instructions file
Instructions for tiago-peixoto/claude-shapeup, covering one-time setup (per clone), test architecture (two layers, no snapshots), before editing a prompt, after editing a prompt and commit discipline.
Hook
Runs when you submit a prompt, before the agent sees it, executing phase-guard.sh via bash. From tiago-peixoto/claude-shapeup.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing ripple-check.sh via bash. From tiago-peixoto/claude-shapeup.
Hook
Runs before the agent uses a tool for Bash tool calls, executing commit-gate.sh via bash. From tiago-peixoto/claude-shapeup.
Skill Claude CodeCodex
Use this skill whenever someone has a raw idea, feature request, bug complaint, or vague product concept that needs to be investigated before any solution design begins. This is the FIRST step in the Shape Up pipeline. Frame before you shape. If the user says "we need X", "what about Y", or provides any raw idea, use…
Skill Claude CodeCodex
Use this skill to transform a framed problem (with Frame Go approval) into a shaped Package ready for a build commitment. Shaping requires deep codebase analysis — examining actual source code, data models, and architecture to define the technical wiring of the solution. Do NOT use this skill until a Frame document…
Skill Claude CodeCodex
Use this skill to conclude and archive a completed feature after building. Reads the entire feature folder (frame, package, hill chart, scopes, handovers), extracts architectural decisions, produces Architecture Decision Records (ADRs) in docs/decisions/, updates docs/architecture.md with new patterns and principles…