Add prototype skill and related documentation for interactive design exploration

This commit is contained in:
Matt Pocock 2026-05-06 09:26:48 +01:00
parent e736396b35
commit ff3ee1dda5
13 changed files with 497 additions and 1 deletions

View file

@ -55,6 +55,8 @@ A list of implementation decisions that were made. This can include:
Do NOT include specific file paths or code snippets. They may end up being outdated very quickly.
Exception: if a prototype produced a snippet that encodes a decision more precisely than prose can (state machine, reducer, schema, type shape), inline it within the relevant decision and note briefly that it came from a prototype. Trim to the decision-rich parts — not a working demo, just the important bits.
## Testing Decisions
A list of testing decisions that were made. Include: