@windyroad/jtbd 0.8.0 → 0.8.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.
@@ -1,5 +1,106 @@
1
1
  {
2
+ "agents": {
3
+ "agent": {
4
+ "maturity": {
5
+ "band": "Alpha",
6
+ "computed_at": "2026-05-18T01:29:14Z",
7
+ "evidence": {
8
+ "breaking_change_age_days": null,
9
+ "closed_tickets_window": 14,
10
+ "days_shipped": 39,
11
+ "invocations_30d": 704
12
+ },
13
+ "schema_version": "1.0"
14
+ }
15
+ }
16
+ },
17
+ "description": "Jobs-to-be-done enforcement for Claude Code",
18
+ "hooks": {
19
+ "jtbd-enforce-edit": {
20
+ "maturity": {
21
+ "band": "Experimental",
22
+ "computed_at": "2026-05-18T01:29:14Z",
23
+ "evidence": {
24
+ "breaking_change_age_days": null,
25
+ "closed_tickets_window": 14,
26
+ "days_shipped": 39,
27
+ "invocations_30d": null
28
+ },
29
+ "schema_version": "1.0"
30
+ }
31
+ },
32
+ "jtbd-eval": {
33
+ "maturity": {
34
+ "band": "Experimental",
35
+ "computed_at": "2026-05-18T01:29:14Z",
36
+ "evidence": {
37
+ "breaking_change_age_days": null,
38
+ "closed_tickets_window": 14,
39
+ "days_shipped": 39,
40
+ "invocations_30d": null
41
+ },
42
+ "schema_version": "1.0"
43
+ }
44
+ },
45
+ "jtbd-mark-reviewed": {
46
+ "maturity": {
47
+ "band": "Experimental",
48
+ "computed_at": "2026-05-18T01:29:14Z",
49
+ "evidence": {
50
+ "breaking_change_age_days": null,
51
+ "closed_tickets_window": 14,
52
+ "days_shipped": 39,
53
+ "invocations_30d": null
54
+ },
55
+ "schema_version": "1.0"
56
+ }
57
+ },
58
+ "jtbd-slide-marker": {
59
+ "maturity": {
60
+ "band": "Experimental",
61
+ "computed_at": "2026-05-18T01:29:14Z",
62
+ "evidence": {
63
+ "breaking_change_age_days": null,
64
+ "closed_tickets_window": 14,
65
+ "days_shipped": 39,
66
+ "invocations_30d": null
67
+ },
68
+ "schema_version": "1.0"
69
+ }
70
+ }
71
+ },
72
+ "maturity": {
73
+ "band": "Experimental",
74
+ "schema_version": "1.0"
75
+ },
2
76
  "name": "wr-jtbd",
3
- "version": "0.8.0",
4
- "description": "Jobs-to-be-done enforcement for Claude Code"
77
+ "skills": {
78
+ "review-jobs": {
79
+ "maturity": {
80
+ "band": "Experimental",
81
+ "computed_at": "2026-05-18T01:29:14Z",
82
+ "evidence": {
83
+ "breaking_change_age_days": null,
84
+ "closed_tickets_window": 14,
85
+ "days_shipped": 39,
86
+ "invocations_30d": 1
87
+ },
88
+ "schema_version": "1.0"
89
+ }
90
+ },
91
+ "update-guide": {
92
+ "maturity": {
93
+ "band": "Experimental",
94
+ "computed_at": "2026-05-18T01:29:14Z",
95
+ "evidence": {
96
+ "breaking_change_age_days": null,
97
+ "closed_tickets_window": 14,
98
+ "days_shipped": 39,
99
+ "invocations_30d": 4
100
+ },
101
+ "schema_version": "1.0"
102
+ }
103
+ }
104
+ },
105
+ "version": "0.8.1"
5
106
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @windyroad/jtbd
2
2
 
3
- **Jobs-to-be-done enforcement for Claude Code.** Reviews UI changes against your documented user jobs, personas, and desired outcomes before they ship.
3
+ **Jobs-to-be-done enforcement for Claude Code.** Reviews UI changes against your documented user jobs, personas, and desired outcomes before they ship. *Maturity: Experimental.*
4
4
 
5
5
  Part of [Windy Road Agent Plugins](../../README.md).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/jtbd",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Jobs-to-be-done enforcement for UI changes",
5
5
  "bin": {
6
6
  "windyroad-jtbd": "./bin/install.mjs"