@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.
- package/authoring/chat-models/qwen3.5-27b-q4.json +147 -0
- package/authoring/gstack/evals/cso.json +21 -18
- package/authoring/gstack/evals/investigate.json +25 -22
- package/authoring/gstack/evals/plan-ceo-review.json +19 -16
- package/authoring/gstack/overlays/retro.json +2 -2
- package/authoring/gstack/wave.json +2 -2
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/qw/qwen3.5-27b-q4/manifest.json +217 -0
- package/data/chat-models/qw/qwen3.5-27b-q4/versions/1.0.0/manifest.json +90 -0
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/craftbook.json +620 -0
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/test.json +376 -0
- package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/craftbook.json +616 -0
- package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/test.json +201 -0
- package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/craftbook.json +566 -0
- package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/test.json +191 -0
- package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/craftbook.json +595 -0
- package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/test.json +139 -0
- package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/craftbook.json +566 -0
- package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/test.json +141 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/pl/plan/versions/1.0.2/craftbook.json +222 -0
- package/data/craftbook-templates/pl/plan/versions/1.0.2/test.json +91 -0
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/craftbook.json +595 -0
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/test.json +157 -0
- package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/craftbook.json +597 -0
- package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/test.json +157 -0
- package/data/craftbook-templates/sh/ship/versions/1.1.2/craftbook.json +346 -0
- package/data/craftbook-templates/sh/ship/versions/1.1.2/test.json +228 -0
- package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/craftbook.json +599 -0
- package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/test.json +162 -0
- package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/craftbook.json +577 -0
- package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/test.json +174 -0
- package/package.json +1 -1
- package/schemas/craftbook-test.schema.json +7 -1
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "plan",
|
|
3
|
+
"name": "Plan",
|
|
4
|
+
"description": "Author a PLAN for a piece of work as a reviewable **draft task** — the gezel equivalent of `/plan` in other tools.\n\nUnlike a normal craftbook, this one's deliverable is not a workspace file: it's a high-quality *draft task* (a plan) that the user reviews and then activates to run. Invoke it via the `start_plan` tool, which creates the draft and an authoring task that walks this craftbook. The authoring gates inspect the draft being built (via the authoring task's `craftbookParams.draftRef`), so a weak model can't skip the parts that make a plan good.\n\nSteps:\n\n1. **Frame the goal** (planner) — write a strong \"about\" on the draft and set 3–8 concrete **outcomes** (what should be created or updated at success). Gated by `checkPlanFramed`.\n2. **Design the build steps** (planner) — add ordered build steps to the draft, each given a concrete static deliverable + enforced gate via `set_step_deliverable`. Gated by `checkStepsHaveDeliverables`.\n3. **Add the verification step** (planner) — append a terminal step (via `add_verification_step`) that confirms every outcome with evidence before the task can close. Gated by `checkVerificationStep`.\n4. **Review the plan** (planner) — sanity-check the whole graph. Gated by `checkPlanReady`, which returns one list of any remaining gaps.\n5. **Hand off to the user** (planner, terminal) — summarize the plan and tell the user to review and **activate** it.\n\nWhen activated (draft → active), the produced task runs its build steps — each looping back on a missed deliverable — and its terminal step verifies the outcomes were kept.\n",
|
|
5
|
+
"entryStepId": "frame",
|
|
6
|
+
"triggers": [
|
|
7
|
+
"plan this",
|
|
8
|
+
"make a plan",
|
|
9
|
+
"plan for",
|
|
10
|
+
"/plan"
|
|
11
|
+
],
|
|
12
|
+
"steps": [
|
|
13
|
+
{
|
|
14
|
+
"id": "frame",
|
|
15
|
+
"name": "Frame the goal",
|
|
16
|
+
"description": "Write a strong 'about' and set the outcomes on the draft plan.",
|
|
17
|
+
"prompt": "You are drafting a PLAN. The plan is a separate **draft task** — its ref is in your task's `craftbookParams.draftRef` (shown in your task description / entry note). Everything you author here targets that draft using the exact draft ref.\n\n**Do two things:**\n\n1. **Write a strong \"about\".** Call `update_task({ ref: \"<draftRef>\", description })` with a clear job-to-be-done from the user's perspective — what success looks like, in 120+ characters.\n2. **Set the outcomes.** Call `set_outcomes({ task: \"<draftRef>\", outcomes: [ ... ] })` with 3–8 concrete, individually-verifiable statements of what should be **created or updated** at completion (e.g. \"An index.html with a playable snake game and a game-over/restart screen\", \"A README documenting how to run it\").\n\nWhen done, call `advance_task_step({ ref, stepId: \"frame\", next: \"outline\" })`. The gate rejects until the draft has a real about and at least 3 outcomes — fix what it names and advance again.",
|
|
18
|
+
"suggestedRole": "planner",
|
|
19
|
+
"gate": {
|
|
20
|
+
"at": "completion",
|
|
21
|
+
"scripts": [
|
|
22
|
+
{
|
|
23
|
+
"name": "checkPlanFramed",
|
|
24
|
+
"scope": "standard",
|
|
25
|
+
"inputs": {}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"onReject": "frame",
|
|
29
|
+
"maxAttempts": 4
|
|
30
|
+
},
|
|
31
|
+
"next": "outline",
|
|
32
|
+
"toolPolicy": {
|
|
33
|
+
"disallowBuiltinToolsets": [
|
|
34
|
+
"ai-apps",
|
|
35
|
+
"archives",
|
|
36
|
+
"artifacts",
|
|
37
|
+
"audio",
|
|
38
|
+
"browser-automation",
|
|
39
|
+
"code-execution",
|
|
40
|
+
"craftbooks",
|
|
41
|
+
"data-tables",
|
|
42
|
+
"entity-intel",
|
|
43
|
+
"git",
|
|
44
|
+
"image-intel",
|
|
45
|
+
"images",
|
|
46
|
+
"role-delegation",
|
|
47
|
+
"role-delegation-escalation",
|
|
48
|
+
"security-intel",
|
|
49
|
+
"team-management",
|
|
50
|
+
"videos",
|
|
51
|
+
"web",
|
|
52
|
+
"workspace-fs-write"
|
|
53
|
+
],
|
|
54
|
+
"outputMedium": "none"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "outline",
|
|
59
|
+
"name": "Design the build steps",
|
|
60
|
+
"description": "Add ordered build steps to the draft, each gated on a concrete static deliverable.",
|
|
61
|
+
"prompt": "Design the implementation as an ordered series of **build steps** on the draft (`craftbookParams.draftRef`). Each build step must produce a **concrete static file** with an enforced gate.\n\nThe draft starts with one placeholder step named **\"Implement\"**. First call `craftbook_read({ task: \"<draftRef>\" })` and note the actual id of that placeholder step. Then either:\n- repurpose that exact step with `craftbook_update_step({ task: \"<draftRef>\", stepId: \"<actualId>\", name, prompt, suggestedRole })`, then immediately call `set_step_deliverable({ task: \"<draftRef>\", stepId: \"<actualId>\", path, kind })`; or\n- remove that exact step with `craftbook_remove_step({ task: \"<draftRef>\", stepId: \"<actualId>\" })` after you have added the real build steps.\n\nFor each added step, in order:\n1. `craftbook_add_step({ task: \"<draftRef>\", name, prompt, suggestedRole })` — a concrete, instructive step (e.g. name \"Build the game\", role \"developer\", a prompt that says exactly what to make).\n2. Call `craftbook_read({ task: \"<draftRef>\" })` and use the actual id of the step you just added.\n3. `set_step_deliverable({ task: \"<draftRef>\", stepId: \"<actualId>\", path, kind })` — declare the named file it produces and auto-attach the gate. Pick `kind` to match the artifact: `html-page` / `html-game` / `markdown-report` / `code-with-tests` / `json` / etc.\n\nDo not invent step ids like `build` unless `craftbook_read` shows that exact id. Do not advance while any build step lacks `advanceWhen`/`gate`. Order the steps so each builds on the last. When every build step has a deliverable, call `advance_task_step({ ref, stepId: \"outline\", next: \"verify-step\" })`. The gate lists any step still missing a deliverable.",
|
|
62
|
+
"suggestedRole": "planner",
|
|
63
|
+
"gate": {
|
|
64
|
+
"at": "completion",
|
|
65
|
+
"scripts": [
|
|
66
|
+
{
|
|
67
|
+
"name": "checkStepsHaveDeliverables",
|
|
68
|
+
"scope": "standard",
|
|
69
|
+
"inputs": {}
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"onReject": "outline",
|
|
73
|
+
"maxAttempts": 4
|
|
74
|
+
},
|
|
75
|
+
"next": "verify-step",
|
|
76
|
+
"toolPolicy": {
|
|
77
|
+
"disallowBuiltinToolsets": [
|
|
78
|
+
"ai-apps",
|
|
79
|
+
"archives",
|
|
80
|
+
"artifacts",
|
|
81
|
+
"audio",
|
|
82
|
+
"browser-automation",
|
|
83
|
+
"code-execution",
|
|
84
|
+
"data-tables",
|
|
85
|
+
"entity-intel",
|
|
86
|
+
"git",
|
|
87
|
+
"image-intel",
|
|
88
|
+
"images",
|
|
89
|
+
"role-delegation",
|
|
90
|
+
"role-delegation-escalation",
|
|
91
|
+
"security-intel",
|
|
92
|
+
"team-management",
|
|
93
|
+
"videos",
|
|
94
|
+
"web",
|
|
95
|
+
"workspace-fs-write"
|
|
96
|
+
],
|
|
97
|
+
"outputMedium": "none"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "verify-step",
|
|
102
|
+
"name": "Add the verification step",
|
|
103
|
+
"description": "Append a terminal verification step that checks the outcomes were kept.",
|
|
104
|
+
"prompt": "Add the final **verification step** to the draft (`craftbookParams.draftRef`): call `add_verification_step({ task: \"<draftRef>\" })`. This appends a terminal step — gated by `checkOutcomesMet` — that makes the executor confirm each outcome (with evidence) before the task can close. Pass a custom `prompt` only if you need domain-specific verification instructions.\n\nThen call `advance_task_step({ ref, stepId: \"verify-step\", next: \"review\" })`. The gate rejects until the draft has a terminal step that verifies the outcomes.",
|
|
105
|
+
"suggestedRole": "planner",
|
|
106
|
+
"gate": {
|
|
107
|
+
"at": "completion",
|
|
108
|
+
"scripts": [
|
|
109
|
+
{
|
|
110
|
+
"name": "checkVerificationStep",
|
|
111
|
+
"scope": "standard",
|
|
112
|
+
"inputs": {}
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"onReject": "verify-step",
|
|
116
|
+
"maxAttempts": 4
|
|
117
|
+
},
|
|
118
|
+
"next": "review",
|
|
119
|
+
"toolPolicy": {
|
|
120
|
+
"disallowBuiltinToolsets": [
|
|
121
|
+
"ai-apps",
|
|
122
|
+
"archives",
|
|
123
|
+
"artifacts",
|
|
124
|
+
"audio",
|
|
125
|
+
"browser-automation",
|
|
126
|
+
"code-execution",
|
|
127
|
+
"craftbooks",
|
|
128
|
+
"data-tables",
|
|
129
|
+
"entity-intel",
|
|
130
|
+
"git",
|
|
131
|
+
"image-intel",
|
|
132
|
+
"images",
|
|
133
|
+
"role-delegation",
|
|
134
|
+
"role-delegation-escalation",
|
|
135
|
+
"security-intel",
|
|
136
|
+
"team-management",
|
|
137
|
+
"videos",
|
|
138
|
+
"web",
|
|
139
|
+
"workspace-fs-write"
|
|
140
|
+
],
|
|
141
|
+
"outputMedium": "none"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "review",
|
|
146
|
+
"name": "Review the plan",
|
|
147
|
+
"description": "Sanity-check the whole plan before handing it to the user.",
|
|
148
|
+
"prompt": "Final check before handing the plan to the user. `craftbook_read({ task: \"<draftRef>\" })` and sanity-check: the steps are ordered sensibly, each build step has a deliverable, and the last step verifies the outcomes. Fix anything off with the `craftbook_*` / `set_step_deliverable` tools on the draft.\n\nWhen the plan is solid, call `advance_task_step({ ref, stepId: \"review\", next: \"done\" })`. The gate returns a single list of anything still missing (thin about, fewer than 3 outcomes, ungated steps, or no verification step).",
|
|
149
|
+
"suggestedRole": "planner",
|
|
150
|
+
"gate": {
|
|
151
|
+
"at": "completion",
|
|
152
|
+
"scripts": [
|
|
153
|
+
{
|
|
154
|
+
"name": "checkPlanReady",
|
|
155
|
+
"scope": "standard",
|
|
156
|
+
"inputs": {}
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"onReject": "review",
|
|
160
|
+
"maxAttempts": 4
|
|
161
|
+
},
|
|
162
|
+
"next": "done",
|
|
163
|
+
"toolPolicy": {
|
|
164
|
+
"disallowBuiltinToolsets": [
|
|
165
|
+
"ai-apps",
|
|
166
|
+
"archives",
|
|
167
|
+
"artifacts",
|
|
168
|
+
"audio",
|
|
169
|
+
"browser-automation",
|
|
170
|
+
"code-execution",
|
|
171
|
+
"data-tables",
|
|
172
|
+
"entity-intel",
|
|
173
|
+
"git",
|
|
174
|
+
"image-intel",
|
|
175
|
+
"images",
|
|
176
|
+
"role-delegation",
|
|
177
|
+
"role-delegation-escalation",
|
|
178
|
+
"security-intel",
|
|
179
|
+
"team-management",
|
|
180
|
+
"videos",
|
|
181
|
+
"web",
|
|
182
|
+
"workspace-fs-write"
|
|
183
|
+
],
|
|
184
|
+
"outputMedium": "none"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "done",
|
|
189
|
+
"name": "Hand off to the user",
|
|
190
|
+
"description": "Summarize the plan and tell the user to review and activate it.",
|
|
191
|
+
"prompt": "The plan is ready. Summarize it for the user in your reply: mention the draft task **<draftRef>** by its ref (so it renders as a reviewable plan card), and recap the about, the outcomes, and the build steps. Tell the user they can **review and activate** the plan to run it — or ask you to tweak it first. Then report DONE.",
|
|
192
|
+
"suggestedRole": "planner",
|
|
193
|
+
"terminal": true,
|
|
194
|
+
"toolPolicy": {
|
|
195
|
+
"disallowBuiltinToolsets": [
|
|
196
|
+
"ai-apps",
|
|
197
|
+
"archives",
|
|
198
|
+
"artifacts",
|
|
199
|
+
"audio",
|
|
200
|
+
"browser-automation",
|
|
201
|
+
"code-execution",
|
|
202
|
+
"craftbooks",
|
|
203
|
+
"data-tables",
|
|
204
|
+
"entity-intel",
|
|
205
|
+
"git",
|
|
206
|
+
"image-intel",
|
|
207
|
+
"images",
|
|
208
|
+
"role-delegation",
|
|
209
|
+
"role-delegation-escalation",
|
|
210
|
+
"security-intel",
|
|
211
|
+
"team-management",
|
|
212
|
+
"videos",
|
|
213
|
+
"web",
|
|
214
|
+
"workspace-fs-write"
|
|
215
|
+
],
|
|
216
|
+
"outputMedium": "none"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"version": "1.0.2",
|
|
221
|
+
"releasedAt": "2026-09-04T13:46:25Z"
|
|
222
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"title": "Reviewable draft task plan",
|
|
4
|
+
"objective": "Measure whether the plan craftbook creates a real draft task with a substantial about, concrete outcomes, gated build steps, and a terminal verification step.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"planning"
|
|
7
|
+
],
|
|
8
|
+
"prompt": "In the `Plan Eval` project, author a reviewable draft plan for building a self-contained `index.html` bug triage board for a small support team. The eventual board should let users add bugs, assign severity, filter open/closed items, and show a summary. Use the plan flow/start_plan rather than building the board now: the output should be a draft task with strong outcomes, ordered gated build steps, and a final verification step for the user to review and activate. Important: every non-terminal build step on the draft, including the initial placeholder step if you keep or rename it, must get `set_step_deliverable({ task: \"<draftRef>\", stepId, path: \"index.html\", kind: \"html-page\" })` before you finish.",
|
|
9
|
+
"setup": {
|
|
10
|
+
"projectName": "Plan Eval",
|
|
11
|
+
"about": "Self-contained eval project for the plan craftbook. The deliverable is a reviewable draft task, not workspace files.",
|
|
12
|
+
"missionObjectives": "Author a high-quality draft task plan for a bug triage board, including outcomes, gated build steps, and verification before activation. A build step is not gated until set_step_deliverable is called on that exact step.",
|
|
13
|
+
"files": [],
|
|
14
|
+
"worker": {
|
|
15
|
+
"name": "Pieter",
|
|
16
|
+
"role": "Planner"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"mocks": [],
|
|
20
|
+
"success": {
|
|
21
|
+
"summary": "A task sourced from the plan craftbook points to a draft task with outcomes, gated build steps, and terminal verification.",
|
|
22
|
+
"taskGraph": {
|
|
23
|
+
"checks": [
|
|
24
|
+
{
|
|
25
|
+
"kind": "contains",
|
|
26
|
+
"file": "task-graph.md",
|
|
27
|
+
"pattern": "index.html",
|
|
28
|
+
"flags": "i"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"kind": "contains",
|
|
32
|
+
"file": "task-graph.md",
|
|
33
|
+
"pattern": "bug|triage",
|
|
34
|
+
"flags": "i"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"kind": "contains",
|
|
38
|
+
"file": "task-graph.md",
|
|
39
|
+
"pattern": "severity",
|
|
40
|
+
"flags": "i"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "contains",
|
|
44
|
+
"file": "task-graph.md",
|
|
45
|
+
"pattern": "verify|outcome|evidence",
|
|
46
|
+
"flags": "i"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"requireCraftbookTask": true,
|
|
50
|
+
"requireDraftRef": true,
|
|
51
|
+
"draft": {
|
|
52
|
+
"status": "draft",
|
|
53
|
+
"minDescriptionBytes": 120,
|
|
54
|
+
"minOutcomes": 3,
|
|
55
|
+
"minSteps": 3,
|
|
56
|
+
"requireTerminalVerification": true,
|
|
57
|
+
"requireGatedBuildSteps": true
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"rubric": {
|
|
62
|
+
"artifact": {
|
|
63
|
+
"path": "task-graph.md",
|
|
64
|
+
"kind": "markdown"
|
|
65
|
+
},
|
|
66
|
+
"axes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "playability",
|
|
69
|
+
"description": "The game is actually playable: input works, state advances, and a session can be completed."
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "completeness",
|
|
73
|
+
"description": "Core loop, scoring/win-lose, and restart are all present rather than stubbed."
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "polish",
|
|
77
|
+
"description": "Visual design and feedback (motion, states, messages) feel deliberate, not default."
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "robustness",
|
|
81
|
+
"description": "No console errors, dead controls, or states the player can get stuck in."
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"qualityFocus": [
|
|
86
|
+
"task-native deliverable",
|
|
87
|
+
"outcomes",
|
|
88
|
+
"gated build steps",
|
|
89
|
+
"verification step"
|
|
90
|
+
]
|
|
91
|
+
}
|