Merge pull request #488 from mattpocock/prototype-primary-secondary-source

prototype: keep the prototype as a primary source
This commit is contained in:
Matt Pocock
2026-07-10 11:45:42 +01:00
committed by GitHub
5 changed files with 18 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"mattpocock-skills": minor
---
Reword how the **`prototype`** skill handles its artifacts around a single idea: **the prototype is a primary source**. Rather than being deleted once it's answered its question, the prototype is captured as runnable evidence on a throwaway branch (`prototype/<name>`) out of main, with a context pointer to it left on the implementation issue — so the main branch keeps only the validated decision while the exploration stays findable. The answer (verdict + question) is still captured durably in an issue/ADR/commit.