odd-studio 1.0.0 → 2.0.0
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/package.json +1 -1
- package/skill/SKILL.md +53 -11
- package/skill/docs/build/build-protocol.md +47 -469
- package/skill/docs/chapters/chapter-1.md +31 -0
- package/skill/docs/chapters/chapter-10.md +31 -0
- package/skill/docs/chapters/chapter-11.md +35 -0
- package/skill/docs/chapters/chapter-12.md +39 -0
- package/skill/docs/chapters/chapter-13.md +31 -0
- package/skill/docs/chapters/chapter-14.md +31 -0
- package/skill/docs/chapters/chapter-15.md +35 -0
- package/skill/docs/chapters/chapter-16.md +33 -0
- package/skill/docs/chapters/chapter-17.md +35 -0
- package/skill/docs/chapters/chapter-18.md +31 -0
- package/skill/docs/chapters/chapter-2.md +27 -0
- package/skill/docs/chapters/chapter-3.md +27 -0
- package/skill/docs/chapters/chapter-4.md +37 -0
- package/skill/docs/chapters/chapter-5.md +29 -0
- package/skill/docs/chapters/chapter-6.md +31 -0
- package/skill/docs/chapters/chapter-7.md +35 -0
- package/skill/docs/chapters/chapter-8.md +31 -0
- package/skill/docs/chapters/chapter-9.md +33 -0
- package/skill/docs/kb/odd-kb.md +28 -22
package/skill/docs/kb/odd-kb.md
CHANGED
|
@@ -396,14 +396,21 @@ When the plan is complete, ask Claude Code: "Read all the outcomes and contracts
|
|
|
396
396
|
|
|
397
397
|
---
|
|
398
398
|
|
|
399
|
-
## 16. The
|
|
399
|
+
## 16. The Build Protocol
|
|
400
400
|
|
|
401
401
|
See `build/build-protocol.md` for the full protocol. Summary:
|
|
402
402
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
403
|
+
ODD Studio handles all build mechanics. The domain expert follows a three-step session rhythm:
|
|
404
|
+
|
|
405
|
+
1. **Type `/odd`** — ODD Studio reads the full project state from ruflo memory and reports exactly where the build stands. No re-briefing required.
|
|
406
|
+
|
|
407
|
+
2. **Type `*build` or `*swarm`** — ODD Studio briefs the build AI with the full six-field specification, relevant contracts, and context from previous outcomes. The domain expert waits.
|
|
408
|
+
|
|
409
|
+
3. **Verify** — Follow the verification checklist as the persona. Record each step: pass / fail / missing. Verify the failure paths, not just the happy path. Describe any failures in domain language — what the person sees, what should happen instead. Type `confirm` when all steps pass on a single complete run.
|
|
410
|
+
|
|
411
|
+
After all outcomes in a phase are verified, ODD Studio runs the Integration Protocol automatically: handshake check, data flow trace, and cross-persona check. The domain expert confirms each. The phase is committed.
|
|
412
|
+
|
|
413
|
+
**The domain expert never re-briefs the AI, tracks state manually, writes handover notes, or identifies shared infrastructure.** ODD Studio and ruflo memory handle all of that.
|
|
407
414
|
|
|
408
415
|
---
|
|
409
416
|
|
|
@@ -433,30 +440,29 @@ The dependency graph tells you the build order. If you build Outcome 12 before O
|
|
|
433
440
|
|
|
434
441
|
---
|
|
435
442
|
|
|
436
|
-
## 18. The
|
|
443
|
+
## 18. The Domain Expert's Role in the Build
|
|
437
444
|
|
|
438
|
-
When
|
|
445
|
+
When the ODD plan is approved and the build begins, the domain expert's role is clear: verify that what was built is right for real users, and describe failures in plain language.
|
|
439
446
|
|
|
440
|
-
|
|
447
|
+
ODD Studio handles the brief. When the domain expert types `*build`, ODD Studio reads the six-field specification from ruflo memory and briefs the build AI with everything it needs. The domain expert does not paste context, identify contracts, or re-explain the project.
|
|
441
448
|
|
|
442
|
-
**
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
5. Any rules from CLAUDE.md that are relevant
|
|
449
|
+
**What the domain expert does:**
|
|
450
|
+
- Follow the verification checklist as the persona — not as themselves reviewing a screen
|
|
451
|
+
- Verify the failure paths, not just the happy path
|
|
452
|
+
- Describe failures in domain language: what the person sees, what should happen instead
|
|
453
|
+
- Type `confirm` when all steps pass
|
|
448
454
|
|
|
449
|
-
**What
|
|
450
|
-
-
|
|
451
|
-
-
|
|
452
|
-
-
|
|
455
|
+
**What the domain expert does not do:**
|
|
456
|
+
- Brief the AI with technical stack details (ODD Studio handles this)
|
|
457
|
+
- Identify what files need changing (Claude Code decides)
|
|
458
|
+
- Describe fixes in technical terms (describe the domain experience; Claude Code finds the cause)
|
|
453
459
|
|
|
454
|
-
**
|
|
460
|
+
**Describing failures correctly:**
|
|
455
461
|
|
|
456
|
-
|
|
462
|
+
Not: "The API is returning a 500 error." That is a technical description that requires knowing what an API error means.
|
|
457
463
|
|
|
458
|
-
|
|
464
|
+
Instead: "When I try to book an event, the page shows a generic error message. It does not tell me what went wrong or what to do next." That tells the AI what the person experiences and what should happen instead.
|
|
459
465
|
|
|
460
466
|
**The final test of a complete system:**
|
|
461
467
|
|
|
462
|
-
Run the acid-test persona.
|
|
468
|
+
Run the acid-test persona. Verify the experience of the person at the edge of the user base — the first-time visitor, the customer whose payment is declined, the organiser who has no events yet. If the system handles their experience correctly, it is almost certainly handling everyone else's correctly too.
|