Pressure Test

Builds a throwaway interactive terminal app to pressure-test business logic, a state machine, a data model, or an API surface before committing to it. Use when the question is whether a state model, reducer, or data shape holds up under real cases: 'does this state machine handle X then Y', 'sanity-check this data model', 'feel out the API'. Any question answered by driving state by hand and watching it change. Produces a portable pure logic module (liftable into production) behind a disposable shell, a terminal app by default, or a self-contained HTML demo a non-developer can drive by clicking buttons when no terminal fits. Captures the validated answer in a durable note. Not for visual or design questions. Use /prototype:explore-directions for those.

melodic-software 174985c 4 files · 26.1 KB Updated

File contents

melodic-software/claude-code-plugins/tree/main/plugins/prototype/skills/pressure-test commit 174985cb87

Frequently asked questions

npx skillmds@latest add melodic-software/pressure-test