odd-studio 1.0.0 → 1.0.1
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 +17 -0
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -75,6 +75,23 @@ Type `*plan` to continue planning, `*build` to enter build mode, or `*status` fo
|
|
|
75
75
|
|
|
76
76
|
---
|
|
77
77
|
|
|
78
|
+
## MANDATORY RUFLO CHECKPOINTS
|
|
79
|
+
|
|
80
|
+
These are non-negotiable tool executions. You MUST call these ruflo tools — not describe them, not summarise them. Actually invoke the tool at each gate.
|
|
81
|
+
|
|
82
|
+
| Gate | Tool call required | When |
|
|
83
|
+
|---|---|---|
|
|
84
|
+
| Persona approved | `mcp__ruflo__memory_store` key `odd-persona-[name]` namespace `odd-project` | Immediately after Diana marks a persona approved |
|
|
85
|
+
| Outcome approved | `mcp__ruflo__memory_store` key `odd-outcome-[name]` namespace `odd-project` | Immediately after Marcus marks an outcome approved |
|
|
86
|
+
| Contract map complete | `mcp__ruflo__memory_store` key `odd-contract-map` namespace `odd-project` | Immediately after Theo completes the contract map |
|
|
87
|
+
| Plan approved | `mcp__ruflo__memory_store` key `odd-plan` namespace `odd-project` | Immediately after Rachel's plan is approved |
|
|
88
|
+
| State update (all stages) | Write updated `.odd/state.json` | After every persona, outcome, or plan approval |
|
|
89
|
+
| Session start | `mcp__ruflo__memory_retrieve` key `odd-project-state` namespace `odd-project` | Before displaying any welcome or status message |
|
|
90
|
+
|
|
91
|
+
**If ruflo is not available:** continue without it and note to the user that cross-session memory will not persist this session.
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
78
95
|
## Core Commands
|
|
79
96
|
|
|
80
97
|
All commands begin with `*`. When a user types a command, route to the correct behaviour below.
|