get-shit-done-cc 1.38.2 → 1.38.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/get-shit-done/workflows/spike.md +14 -14
- package/package.json +1 -1
|
@@ -245,20 +245,20 @@ Before starting each spike (not just the first), re-read `.planning/spikes/MANIF
|
|
|
245
245
|
|
|
246
246
|
**a.** Create `.planning/spikes/NNN-descriptive-name/`
|
|
247
247
|
|
|
248
|
-
**b.**
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
-
|
|
252
|
-
-
|
|
253
|
-
-
|
|
254
|
-
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
-
|
|
259
|
-
-
|
|
260
|
-
|
|
261
|
-
|
|
248
|
+
**b.** Default to giving the user something they can experience. The bias should be toward building a simple UI or interactive demo, not toward stdout that only Claude reads. The user wants to *feel* the spike working, not just be told it works.
|
|
249
|
+
|
|
250
|
+
**The default is: build something the user can interact with.** This could be:
|
|
251
|
+
- A simple HTML page that shows the result visually
|
|
252
|
+
- A web UI with a button that triggers the action and shows the response
|
|
253
|
+
- A page that displays data flowing through a pipeline
|
|
254
|
+
- A minimal interface where the user can try different inputs and see outputs
|
|
255
|
+
|
|
256
|
+
**Only fall back to stdout/CLI verification when the spike is genuinely about a fact, not a feeling:**
|
|
257
|
+
- Pure data transformation where the answer is "yes it parses correctly"
|
|
258
|
+
- Binary yes/no questions (does this API authenticate? does this library exist?)
|
|
259
|
+
- Benchmark numbers (how fast is X? how much memory does Y use?)
|
|
260
|
+
|
|
261
|
+
When in doubt, build the UI. It takes a few extra minutes but produces a spike the user can actually demo and feel confident about.
|
|
262
262
|
|
|
263
263
|
**If the spike needs runtime observability,** build a forensic log layer:
|
|
264
264
|
1. Event log array with ISO timestamps and category tags
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "get-shit-done-cc",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.3",
|
|
4
4
|
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by TÂCHES.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"get-shit-done-cc": "bin/install.js"
|