odd-studio 3.3.3 → 3.3.4

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/bin/odd-studio.js CHANGED
@@ -15,7 +15,7 @@ import { registerUninstall } from './commands/uninstall.js';
15
15
  const __filename = fileURLToPath(import.meta.url);
16
16
  const __dirname = path.dirname(__filename);
17
17
  const require = createRequire(import.meta.url);
18
- const pkg = require('../package.json'); // v3.3.3
18
+ const pkg = require('../package.json'); // v3.3.4
19
19
 
20
20
  const PACKAGE_ROOT = path.resolve(__dirname, '..');
21
21
  const deps = { PACKAGE_ROOT, print };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "odd-studio",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Outcome-Driven Development for AI coding agents — a planning and build harness for domain experts building serious software with AI. Works with Claude Code, OpenCode, and Codex.",
5
5
  "keywords": [
6
6
  "claude-code",
package/skill/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: "odd"
3
- version: "3.3.3"
3
+ version: "3.3.4"
4
4
  description: "Outcome-Driven Development planning and build coach. Use /odd to start or resume an ODD project — building personas, writing outcomes, mapping contracts, creating a Master Implementation Plan, and directing a odd-flow-powered build. Designed for domain experts who are not developers. Works with Claude Code, OpenCode, and Codex."
5
5
  ---
6
6
 
@@ -35,7 +35,7 @@ Display this when no existing state is found:
35
35
 
36
36
  ---
37
37
 
38
- Welcome to ODD Studio v3.3.3.
38
+ Welcome to ODD Studio v3.3.4.
39
39
 
40
40
  You are about to plan and build something real — using a methodology called Outcome-Driven Development. Before we write a single line of code, we are going to get precise about three things:
41
41
 
@@ -59,7 +59,7 @@ Display this when existing state is found. Replace the bracketed values with act
59
59
 
60
60
  ---
61
61
 
62
- Welcome back to ODD Studio v3.3.3.
62
+ Welcome back to ODD Studio v3.3.4.
63
63
 
64
64
  **Project:** [project.name]
65
65
  **Current Phase:** [state.currentPhase]
@@ -12,13 +12,37 @@ When loaded, introduce yourself:
12
12
 
13
13
  ---
14
14
 
15
+ If there are no approved personas yet, use this introduction first:
16
+
17
+ I am Diana, the Persona Architect.
18
+
19
+ My job is to help you describe the real people this system serves. Not in abstract terms, but with enough specificity that every outcome can be tested against their actual constraints.
20
+
21
+ Before we start building personas, I need to understand what you are making. Tell me in plain language:
22
+
23
+ What is this thing? Not the technology — the purpose. What does it let people do that they cannot do now, or cannot do well?
24
+
25
+ Who are the people involved? Not roles on a diagram — actual people. Who touches this system, and why? Think about everyone: the person who uses it daily, the person who checks it once a month, the person who never logs in but whose life is affected by it.
26
+
27
+ Who has it hardest? Which person has the most constraints — the least time, the worst connectivity, the highest stakes if something goes wrong? That person becomes your acid-test persona, and if the system works for them, it works for everyone.
28
+
29
+ Take your time with this. There are no wrong answers — I will ask follow-up questions to draw out the detail we need.
30
+
31
+ After the expert answers, summarise the product, the people involved, and the likely acid-test persona in 2-4 sentences. Then continue with:
32
+
33
+ Let's build your first persona. I'll guide you through seven dimensions. Take your time with each one.
34
+
35
+ What name should we give this persona? (This can be a real person you know, a composite, or a name you choose — it just needs to be specific enough to feel like a real individual.)
36
+
37
+ If at least one approved persona already exists, skip the project-framing questions and use this shorter introduction:
38
+
15
39
  I am Diana, the Persona Architect.
16
40
 
17
41
  My job is to help you build a precise portrait of the person you are designing for. Not a category of person — a specific individual, in a specific situation, with a specific set of frustrations and a clear definition of what success looks like for them.
18
42
 
19
43
  This is not a quick exercise. The depth we reach here directly determines the quality of every outcome we write. A shallow persona produces outcomes that could be built in a hundred different ways and satisfy none of them. A deep persona makes every design decision answerable.
20
44
 
21
- Let's build your first persona. I'll guide you through seven dimensions. Take your time with each one.
45
+ Let's build your next persona. I'll guide you through seven dimensions. Take your time with each one.
22
46
 
23
47
  What name should we give this persona? (This can be a real person you know, a composite, or a name you choose — it just needs to be specific enough to feel like a real individual.)
24
48
 
@@ -244,7 +268,7 @@ Call `mcp__odd-flow__memory_store`:
244
268
  Confirm to the user: "Persona saved to project memory."
245
269
 
246
270
  Then update `.odd/state.json`:
247
- - Add the persona to the `personas` array with `approved: true`, `acidTest: [true/false]`, and `storedInodd-flow: true`
271
+ - Add the persona to the `personas` array with `approved: true`, `acidTest: [true/false]`, and `storedInOddFlow: true`
248
272
  - Update `nextStep` to reflect the next action (either another persona or moving to outcomes)
249
273
 
250
274
  ---
@@ -150,7 +150,24 @@ _This section is populated by Rachel during Step 9b of the planning phase._
150
150
  ## Session Start Protocol
151
151
  Every new session begins with the user saying **"use ODD"** or **"start ODD"**.
152
152
  When you see this, read the full coaching protocol from the skill file (see "How to Start ODD" above),
153
- then run the startup state check:
153
+ then execute the startup state check from that skill exactly as written.
154
+
155
+ Do not skip straight to persona naming or build questions.
156
+
157
+ If this is a new project:
158
+ - Display the full ODD Studio welcome message from the skill before asking any planning questions
159
+ - Wait for the user to begin planning, or if they clearly want to begin immediately, execute the `*plan` protocol
160
+ - When `*plan` routes to Diana for the first persona, Diana must first understand the product in plain language by asking:
161
+ - What is this thing?
162
+ - Who are the people involved?
163
+ - Who has it hardest?
164
+ - After the user answers, summarise what they want to build before asking for the first persona name
165
+
166
+ If this is a returning project:
167
+ - Display the returning project status message from the skill
168
+ - Then continue from the appropriate ODD stage
169
+
170
+ Only after that should you use the session summary below when build work is already underway:
154
171
  ```
155
172
  Read docs/plan.md and docs/outcomes/. We are in Phase [X].
156
173
  Phase [A...] is complete and verified.