@bendyline/gilde 0.1.53 → 0.1.55

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.
Files changed (34) hide show
  1. package/authoring/chat-models/qwen3.5-27b-q4.json +147 -0
  2. package/authoring/gstack/evals/cso.json +21 -18
  3. package/authoring/gstack/evals/investigate.json +25 -22
  4. package/authoring/gstack/evals/plan-ceo-review.json +19 -16
  5. package/authoring/gstack/overlays/retro.json +2 -2
  6. package/authoring/gstack/wave.json +2 -2
  7. package/data/chat-models/index.json +1 -1
  8. package/data/chat-models/qw/qwen3.5-27b-q4/manifest.json +217 -0
  9. package/data/chat-models/qw/qwen3.5-27b-q4/versions/1.0.0/manifest.json +90 -0
  10. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/craftbook.json +620 -0
  11. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/test.json +376 -0
  12. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/craftbook.json +616 -0
  13. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/test.json +201 -0
  14. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/craftbook.json +566 -0
  15. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/test.json +191 -0
  16. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/craftbook.json +595 -0
  17. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/test.json +139 -0
  18. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/craftbook.json +566 -0
  19. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/test.json +141 -0
  20. package/data/craftbook-templates/index.json +1 -1
  21. package/data/craftbook-templates/pl/plan/versions/1.0.2/craftbook.json +222 -0
  22. package/data/craftbook-templates/pl/plan/versions/1.0.2/test.json +91 -0
  23. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/craftbook.json +595 -0
  24. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/test.json +157 -0
  25. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/craftbook.json +597 -0
  26. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/test.json +157 -0
  27. package/data/craftbook-templates/sh/ship/versions/1.1.2/craftbook.json +346 -0
  28. package/data/craftbook-templates/sh/ship/versions/1.1.2/test.json +228 -0
  29. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/craftbook.json +599 -0
  30. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/test.json +162 -0
  31. package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/craftbook.json +577 -0
  32. package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/test.json +174 -0
  33. package/package.json +1 -1
  34. package/schemas/craftbook-test.schema.json +7 -1
@@ -0,0 +1,141 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "title": "Idea Office Hours — evidence-backed wedge decision",
4
+ "objective": "Exercise the Idea Office Hours craftbook end to end on a constrained product idea and require a grounded decision, explicit alternatives, and an auditable craftbook-task handoff.",
5
+ "tags": [
6
+ "workflow",
7
+ "product",
8
+ "ideation",
9
+ "decision"
10
+ ],
11
+ "prompt": "Use the Idea Office Hours craftbook to pressure-test the QuietQueue idea in `source/idea-context.md`. Do not jump straight to implementation. Work through the evidence, compare at least three materially different options (including no-build/manual), choose a narrow pilot wedge, and write the craftbook's decision artifacts. The final decision at `decisions/idea-office-hours.md` must cite the supplied source, state what remains assumed, name a concrete next real-world action with an owner and measurement, and avoid inventing customer evidence.",
12
+ "setup": {
13
+ "projectName": "QuietQueue idea review",
14
+ "about": "A hermetic product-decision exercise for a small clinic scheduling concept. Only the seeded evidence is authoritative.",
15
+ "missionObjectives": "Decide whether there is a narrow, testable pilot worth running without handling PHI or committing to a full scheduling product.",
16
+ "files": [
17
+ {
18
+ "path": "source/idea-context.md",
19
+ "content": "# QuietQueue idea context\n\n## Audience\nBoutique physical-therapy clinics with 3–12 practitioners. The immediate user is the front-desk coordinator; clinic owners approve spend.\n\n## Observed problem\nAcross four discovery calls, coordinators described reminder calling as repetitive and hard to finish during busy afternoons. A two-week manual tally recorded **31 no-shows across 420 appointments** and about **6 staff hours per week** spent on reminder calls. These are directional observations, not a statistically representative study.\n\n## Constraints\n- A pilot must launch within two weeks.\n- It must not ingest protected health information.\n- The clinic can export appointment first name, mobile number, and time into a temporary CSV only after its privacy lead approves the fields.\n- The team has one product engineer and no native-mobile capacity.\n- Budget for the pilot is $750.\n\n## Candidate ideas raised so far\n1. A full scheduling and messaging platform.\n2. A CSV-driven reminder assistant that drafts messages for staff approval.\n3. A better call-list spreadsheet and a scripted reminder process (no new product).\n\n## Unknowns\nWhether patients will opt into SMS, whether approval adds too much staff friction, and whether fewer no-shows would persist beyond the pilot.\n"
20
+ }
21
+ ]
22
+ },
23
+ "mocks": [],
24
+ "success": {
25
+ "summary": "The named craftbook produces a grounded wedge decision and records its terminal task handoff.",
26
+ "deliverables": [
27
+ {
28
+ "path": "decisions/idea-office-hours.md",
29
+ "kind": "markdown-report",
30
+ "minBytes": 1100,
31
+ "checks": [
32
+ {
33
+ "kind": "contains",
34
+ "file": "decisions/idea-office-hours.md",
35
+ "pattern": "^#{1,3}\\s+(Problem|Problem framing)\\b[\\s\\S]*^#{1,3}\\s+(User evidence|Evidence)\\b[\\s\\S]*^#{1,3}\\s+(Chosen wedge|Decision)\\b",
36
+ "flags": "im",
37
+ "label": "problem, evidence, and chosen-wedge sections"
38
+ },
39
+ {
40
+ "kind": "contains",
41
+ "file": "decisions/idea-office-hours.md",
42
+ "pattern": "^#{1,3}\\s+Alternatives considered\\b[\\s\\S]*(manual|no[- ]build)[\\s\\S]*^#{1,3}\\s+Next real-world action\\b",
43
+ "flags": "im",
44
+ "label": "manual alternative and next action"
45
+ },
46
+ {
47
+ "kind": "valueGrounding",
48
+ "file": "decisions/idea-office-hours.md",
49
+ "facts": [
50
+ {
51
+ "id": "observed-no-shows",
52
+ "label": "observed no-show evidence",
53
+ "required": [
54
+ "31\\s+no-shows?"
55
+ ]
56
+ },
57
+ {
58
+ "id": "observed-appointments",
59
+ "label": "observed appointment denominator",
60
+ "required": [
61
+ "420\\s+appointments?"
62
+ ]
63
+ },
64
+ {
65
+ "id": "staff-time",
66
+ "label": "weekly reminder effort",
67
+ "required": [
68
+ "6\\s+(staff\\s+)?hours?\\s+per\\s+week"
69
+ ]
70
+ },
71
+ {
72
+ "id": "pilot-duration",
73
+ "label": "two-week pilot constraint",
74
+ "required": [
75
+ "two[- ]week|2[- ]week"
76
+ ]
77
+ },
78
+ {
79
+ "id": "pilot-data-boundary",
80
+ "label": "no-PHI pilot constraint",
81
+ "required": [
82
+ "(no|without|not)\\s+(handling|ingesting|using)?\\s*PHI|protected health information"
83
+ ]
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "kind": "citationsResolve",
89
+ "file": "decisions/idea-office-hours.md",
90
+ "minCitations": 1
91
+ }
92
+ ]
93
+ }
94
+ ],
95
+ "taskNotes": {
96
+ "minBytes": 160,
97
+ "checks": [
98
+ {
99
+ "kind": "contains",
100
+ "file": "task-notes.md",
101
+ "pattern": "\\bDONE\\b[\\s\\S]*decisions/idea-office-hours\\.md",
102
+ "label": "terminal craftbook note names the decision"
103
+ }
104
+ ],
105
+ "requireCraftbookTask": true
106
+ },
107
+ "taskGraph": {
108
+ "requireCraftbookTask": true,
109
+ "requireTerminalStep": true
110
+ },
111
+ "unchangedFixtures": [
112
+ "source/idea-context.md"
113
+ ]
114
+ },
115
+ "rubric": {
116
+ "artifact": {
117
+ "path": "decisions/idea-office-hours.md",
118
+ "kind": "markdown"
119
+ },
120
+ "axes": [
121
+ {
122
+ "name": "Diagnostic depth",
123
+ "description": "The decision separates observed evidence from assumptions and identifies the most consequential unknowns before proposing a solution."
124
+ },
125
+ {
126
+ "name": "Option quality",
127
+ "description": "Alternatives are genuinely different, fairly compared, and include a credible manual or no-build path."
128
+ },
129
+ {
130
+ "name": "Decision usefulness",
131
+ "description": "The chosen wedge is narrow, constraint-aware, measurable, and leads to a concrete owner-backed next action."
132
+ }
133
+ ],
134
+ "contextNote": "Judge only against `source/idea-context.md`; unsupported market or customer claims are defects."
135
+ },
136
+ "qualityFocus": [
137
+ "Evidence is clearly distinguished from assumption",
138
+ "The selected wedge is smaller than a full scheduling platform",
139
+ "The next action has an owner, measurement, and decision-useful outcome"
140
+ ]
141
+ }