JunJiaGuo commited on
Commit
659ef53
·
verified ·
1 Parent(s): 1441488

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +31 -0
  2. croissant.json +545 -0
  3. samples.jsonl +60 -0
  4. tasks.jsonl +10 -0
README.md CHANGED
@@ -1,3 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # anchor_tasks_web — Dataset
2
 
3
  A web-app generation benchmark. Each **task** is a multi-page UI taken from a public Figma community file. For every task we ship the textual page descriptions, the rendered mockup PNGs, the Figma node structure, the per-page click-annotations, and the distilled `data-testid` "anchors" that an evaluator uses to score a generated app.
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pretty_name: Anchor Tasks Web
6
+ size_categories:
7
+ - n<1K
8
+ task_categories:
9
+ - image-to-text
10
+ - text-generation
11
+ - other
12
+ tags:
13
+ - web-app-generation
14
+ - benchmark
15
+ - figma
16
+ - ui
17
+ - mockup-to-code
18
+ - testid
19
+ - multimodal
20
+ configs:
21
+ - config_name: samples
22
+ default: true
23
+ data_files:
24
+ - split: train
25
+ path: samples.jsonl
26
+ - config_name: tasks
27
+ data_files:
28
+ - split: train
29
+ path: tasks.jsonl
30
+ ---
31
+
32
  # anchor_tasks_web — Dataset
33
 
34
  A web-app generation benchmark. Each **task** is a multi-page UI taken from a public Figma community file. For every task we ship the textual page descriptions, the rendered mockup PNGs, the Figma node structure, the per-page click-annotations, and the distilled `data-testid` "anchors" that an evaluator uses to score a generated app.
croissant.json ADDED
@@ -0,0 +1,545 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataType": {
15
+ "@id": "cr:dataType",
16
+ "@type": "@vocab"
17
+ },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "examples": {
20
+ "@id": "cr:examples",
21
+ "@type": "@json"
22
+ },
23
+ "extract": "cr:extract",
24
+ "field": "cr:field",
25
+ "fileProperty": "cr:fileProperty",
26
+ "fileObject": "cr:fileObject",
27
+ "fileSet": "cr:fileSet",
28
+ "format": "cr:format",
29
+ "includes": "cr:includes",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "recordSet": "cr:recordSet",
37
+ "references": "cr:references",
38
+ "regex": "cr:regex",
39
+ "repeated": "cr:repeated",
40
+ "replace": "cr:replace",
41
+ "sc": "https://schema.org/",
42
+ "separator": "cr:separator",
43
+ "source": "cr:source",
44
+ "subField": "cr:subField",
45
+ "transform": "cr:transform"
46
+ },
47
+ "@type": "sc:Dataset",
48
+ "name": "anchor_tasks_web",
49
+ "description": "Web-app generation benchmark. 10 multi-page UI tasks taken from public Figma community files; each task ships rendered mockup PNGs, full + structure-only Figma node JSON, per-page click-annotations, distilled data-testid 'anchor' bboxes, and a description.md with inline <testid> markers. Inputs to the generation agent are bundled into 4 conditions (c0 text-only, c1 scaffold+PNG with 3 framework picks, c2 PNG only, c3 PNG+Figma structure JSON) for a total of 60 input bundles. A 5th system-prompt variant (c4, no scaffold) reuses c3 inputs.",
50
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
51
+ "license": "https://www.apache.org/licenses/LICENSE-2.0",
52
+ "url": "https://huggingface.co/datasets/anchor_tasks_web",
53
+ "version": "1.0.0",
54
+ "datePublished": "2026-05-07",
55
+ "citeAs": "Anchor Tasks Web (2026). Web-app generation benchmark.",
56
+ "keywords": [
57
+ "web-app generation",
58
+ "benchmark",
59
+ "Figma",
60
+ "UI",
61
+ "mockup-to-code",
62
+ "data-testid",
63
+ "multimodal"
64
+ ],
65
+ "distribution": [
66
+ {
67
+ "@type": "cr:FileObject",
68
+ "@id": "samples-jsonl",
69
+ "name": "samples.jsonl",
70
+ "description": "60-row JSONL: one row per (condition × task[, pick]) agent input bundle.",
71
+ "contentUrl": "samples.jsonl",
72
+ "encodingFormat": "application/jsonlines",
73
+ "sha256": "1e833c2506e67b14d906c704a732138629440b11a8236b91d53675658848e4a3"
74
+ },
75
+ {
76
+ "@type": "cr:FileObject",
77
+ "@id": "tasks-jsonl",
78
+ "name": "tasks.jsonl",
79
+ "description": "10-row JSONL: one row per ground-truth task.",
80
+ "contentUrl": "tasks.jsonl",
81
+ "encodingFormat": "application/jsonlines",
82
+ "sha256": "b1bdd0006d5e87642df1dc0aeef0f05690d0c0f2373d6fb9528994f34c6f609c"
83
+ },
84
+ {
85
+ "@type": "cr:FileSet",
86
+ "@id": "page-mockups",
87
+ "name": "page-mockups",
88
+ "description": "Rendered Figma frame PNGs for every page of every task.",
89
+ "encodingFormat": "image/png",
90
+ "includes": "*/pages/*.png"
91
+ },
92
+ {
93
+ "@type": "cr:FileSet",
94
+ "@id": "page-structures",
95
+ "name": "page-structures",
96
+ "description": "Per-page Figma node trees (full and structure-only variants).",
97
+ "encodingFormat": "application/json",
98
+ "includes": "*/pages/*.json"
99
+ },
100
+ {
101
+ "@type": "cr:FileSet",
102
+ "@id": "interaction-annotations",
103
+ "name": "interaction-annotations",
104
+ "description": "Per-page human click annotations and aggregated subtype reports.",
105
+ "encodingFormat": "application/json",
106
+ "includes": "*/interaction/*_human_interaction_annotation.json"
107
+ },
108
+ {
109
+ "@type": "cr:FileSet",
110
+ "@id": "anchor-bboxes",
111
+ "name": "anchor-bboxes",
112
+ "description": "Per-task data-testid anchor bboxes used by the evaluator.",
113
+ "encodingFormat": "application/json",
114
+ "includes": "*/*_anchors.cleaned.json"
115
+ },
116
+ {
117
+ "@type": "cr:FileSet",
118
+ "@id": "task-descriptions",
119
+ "name": "task-descriptions",
120
+ "description": "Per-task page-by-page brief with inline <testid> markers.",
121
+ "encodingFormat": "text/markdown",
122
+ "includes": "*/description.md"
123
+ },
124
+ {
125
+ "@type": "cr:FileSet",
126
+ "@id": "agent-system-prompts",
127
+ "name": "agent-system-prompts",
128
+ "description": "System-prompt files paired with each input condition (c0..c4).",
129
+ "encodingFormat": "text/markdown",
130
+ "includes": "agent_system_promt_c*.md"
131
+ }
132
+ ],
133
+ "recordSet": [
134
+ {
135
+ "@type": "cr:RecordSet",
136
+ "@id": "samples",
137
+ "name": "samples",
138
+ "description": "One row per (condition × task[, framework_pick]) input bundle that the generation agent receives. 60 rows total: c0=10, c1=30 (3 picks), c2=10, c3=10.",
139
+ "key": {
140
+ "@id": "samples/id"
141
+ },
142
+ "field": [
143
+ {
144
+ "@type": "cr:Field",
145
+ "@id": "samples/id",
146
+ "name": "id",
147
+ "dataType": "sc:Text",
148
+ "source": {
149
+ "fileObject": {
150
+ "@id": "samples-jsonl"
151
+ },
152
+ "extract": {
153
+ "jsonPath": "$.id"
154
+ }
155
+ },
156
+ "description": "Composite key '<condition>[/pick_<X>]/<task_id>'."
157
+ },
158
+ {
159
+ "@type": "cr:Field",
160
+ "@id": "samples/condition",
161
+ "name": "condition",
162
+ "dataType": "sc:Text",
163
+ "source": {
164
+ "fileObject": {
165
+ "@id": "samples-jsonl"
166
+ },
167
+ "extract": {
168
+ "jsonPath": "$.condition"
169
+ }
170
+ },
171
+ "description": "One of c0|c1|c2|c3 (c4 reuses c3 input bundles)."
172
+ },
173
+ {
174
+ "@type": "cr:Field",
175
+ "@id": "samples/pick",
176
+ "name": "pick",
177
+ "dataType": "sc:Text",
178
+ "source": {
179
+ "fileObject": {
180
+ "@id": "samples-jsonl"
181
+ },
182
+ "extract": {
183
+ "jsonPath": "$.pick"
184
+ }
185
+ },
186
+ "description": "Framework pick A|B|C, only set when condition='c1'."
187
+ },
188
+ {
189
+ "@type": "cr:Field",
190
+ "@id": "samples/framework_pick_description",
191
+ "name": "framework_pick_description",
192
+ "dataType": "sc:Text",
193
+ "source": {
194
+ "fileObject": {
195
+ "@id": "samples-jsonl"
196
+ },
197
+ "extract": {
198
+ "jsonPath": "$.framework_pick_description"
199
+ }
200
+ }
201
+ },
202
+ {
203
+ "@type": "cr:Field",
204
+ "@id": "samples/task_id",
205
+ "name": "task_id",
206
+ "dataType": "sc:Text",
207
+ "source": {
208
+ "fileObject": {
209
+ "@id": "samples-jsonl"
210
+ },
211
+ "extract": {
212
+ "jsonPath": "$.task_id"
213
+ }
214
+ }
215
+ },
216
+ {
217
+ "@type": "cr:Field",
218
+ "@id": "samples/task_index",
219
+ "name": "task_index",
220
+ "dataType": "sc:Integer",
221
+ "source": {
222
+ "fileObject": {
223
+ "@id": "samples-jsonl"
224
+ },
225
+ "extract": {
226
+ "jsonPath": "$.task_index"
227
+ }
228
+ }
229
+ },
230
+ {
231
+ "@type": "cr:Field",
232
+ "@id": "samples/task_title",
233
+ "name": "task_title",
234
+ "dataType": "sc:Text",
235
+ "source": {
236
+ "fileObject": {
237
+ "@id": "samples-jsonl"
238
+ },
239
+ "extract": {
240
+ "jsonPath": "$.task_title"
241
+ }
242
+ }
243
+ },
244
+ {
245
+ "@type": "cr:Field",
246
+ "@id": "samples/num_pages",
247
+ "name": "num_pages",
248
+ "dataType": "sc:Integer",
249
+ "source": {
250
+ "fileObject": {
251
+ "@id": "samples-jsonl"
252
+ },
253
+ "extract": {
254
+ "jsonPath": "$.num_pages"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "@type": "cr:Field",
260
+ "@id": "samples/agent_system_prompt",
261
+ "name": "agent_system_prompt",
262
+ "dataType": "sc:Text",
263
+ "source": {
264
+ "fileObject": {
265
+ "@id": "samples-jsonl"
266
+ },
267
+ "extract": {
268
+ "jsonPath": "$.agent_system_prompt"
269
+ }
270
+ },
271
+ "description": "Path to the system prompt file paired with this condition."
272
+ },
273
+ {
274
+ "@type": "cr:Field",
275
+ "@id": "samples/input_root",
276
+ "name": "input_root",
277
+ "dataType": "sc:Text",
278
+ "source": {
279
+ "fileObject": {
280
+ "@id": "samples-jsonl"
281
+ },
282
+ "extract": {
283
+ "jsonPath": "$.input_root"
284
+ }
285
+ },
286
+ "description": "Folder the agent receives as project root."
287
+ },
288
+ {
289
+ "@type": "cr:Field",
290
+ "@id": "samples/inputs",
291
+ "name": "inputs",
292
+ "dataType": "sc:Text",
293
+ "source": {
294
+ "fileObject": {
295
+ "@id": "samples-jsonl"
296
+ },
297
+ "extract": {
298
+ "jsonPath": "$.inputs"
299
+ }
300
+ },
301
+ "repeated": true,
302
+ "description": "Artifact globs present under input_root."
303
+ },
304
+ {
305
+ "@type": "cr:Field",
306
+ "@id": "samples/ground_truth_root",
307
+ "name": "ground_truth_root",
308
+ "dataType": "sc:Text",
309
+ "source": {
310
+ "fileObject": {
311
+ "@id": "samples-jsonl"
312
+ },
313
+ "extract": {
314
+ "jsonPath": "$.ground_truth_root"
315
+ }
316
+ },
317
+ "description": "Canonical task folder used by evaluator only — do not expose to agent."
318
+ }
319
+ ]
320
+ },
321
+ {
322
+ "@type": "cr:RecordSet",
323
+ "@id": "tasks",
324
+ "name": "tasks",
325
+ "description": "One row per ground-truth task (10 rows). Aggregates Figma source, page assets, click-annotations, and anchor (testid) bbox files.",
326
+ "key": {
327
+ "@id": "tasks/task_id"
328
+ },
329
+ "field": [
330
+ {
331
+ "@type": "cr:Field",
332
+ "@id": "tasks/task_id",
333
+ "name": "task_id",
334
+ "dataType": "sc:Text",
335
+ "source": {
336
+ "fileObject": {
337
+ "@id": "tasks-jsonl"
338
+ },
339
+ "extract": {
340
+ "jsonPath": "$.task_id"
341
+ }
342
+ }
343
+ },
344
+ {
345
+ "@type": "cr:Field",
346
+ "@id": "tasks/task_index",
347
+ "name": "task_index",
348
+ "dataType": "sc:Integer",
349
+ "source": {
350
+ "fileObject": {
351
+ "@id": "tasks-jsonl"
352
+ },
353
+ "extract": {
354
+ "jsonPath": "$.task_index"
355
+ }
356
+ }
357
+ },
358
+ {
359
+ "@type": "cr:Field",
360
+ "@id": "tasks/task_title",
361
+ "name": "task_title",
362
+ "dataType": "sc:Text",
363
+ "source": {
364
+ "fileObject": {
365
+ "@id": "tasks-jsonl"
366
+ },
367
+ "extract": {
368
+ "jsonPath": "$.task_title"
369
+ }
370
+ }
371
+ },
372
+ {
373
+ "@type": "cr:Field",
374
+ "@id": "tasks/brand",
375
+ "name": "brand",
376
+ "dataType": "sc:Text",
377
+ "source": {
378
+ "fileObject": {
379
+ "@id": "tasks-jsonl"
380
+ },
381
+ "extract": {
382
+ "jsonPath": "$.brand"
383
+ }
384
+ }
385
+ },
386
+ {
387
+ "@type": "cr:Field",
388
+ "@id": "tasks/real_world_analogues",
389
+ "name": "real_world_analogues",
390
+ "dataType": "sc:Text",
391
+ "source": {
392
+ "fileObject": {
393
+ "@id": "tasks-jsonl"
394
+ },
395
+ "extract": {
396
+ "jsonPath": "$.real_world_analogues"
397
+ }
398
+ }
399
+ },
400
+ {
401
+ "@type": "cr:Field",
402
+ "@id": "tasks/figma_source",
403
+ "name": "figma_source",
404
+ "dataType": "sc:Text",
405
+ "source": {
406
+ "fileObject": {
407
+ "@id": "tasks-jsonl"
408
+ },
409
+ "extract": {
410
+ "jsonPath": "$.figma_source"
411
+ }
412
+ }
413
+ },
414
+ {
415
+ "@type": "cr:Field",
416
+ "@id": "tasks/figma_file_key",
417
+ "name": "figma_file_key",
418
+ "dataType": "sc:Text",
419
+ "source": {
420
+ "fileObject": {
421
+ "@id": "tasks-jsonl"
422
+ },
423
+ "extract": {
424
+ "jsonPath": "$.figma_file_key"
425
+ }
426
+ }
427
+ },
428
+ {
429
+ "@type": "cr:Field",
430
+ "@id": "tasks/num_pages",
431
+ "name": "num_pages",
432
+ "dataType": "sc:Integer",
433
+ "source": {
434
+ "fileObject": {
435
+ "@id": "tasks-jsonl"
436
+ },
437
+ "extract": {
438
+ "jsonPath": "$.num_pages"
439
+ }
440
+ }
441
+ },
442
+ {
443
+ "@type": "cr:Field",
444
+ "@id": "tasks/pages_declared",
445
+ "name": "pages_declared",
446
+ "dataType": "sc:Integer",
447
+ "source": {
448
+ "fileObject": {
449
+ "@id": "tasks-jsonl"
450
+ },
451
+ "extract": {
452
+ "jsonPath": "$.pages_declared"
453
+ }
454
+ }
455
+ },
456
+ {
457
+ "@type": "cr:Field",
458
+ "@id": "tasks/page_files",
459
+ "name": "page_files",
460
+ "dataType": "sc:Text",
461
+ "source": {
462
+ "fileObject": {
463
+ "@id": "tasks-jsonl"
464
+ },
465
+ "extract": {
466
+ "jsonPath": "$.page_files"
467
+ }
468
+ },
469
+ "repeated": true
470
+ },
471
+ {
472
+ "@type": "cr:Field",
473
+ "@id": "tasks/num_interactions_annotated",
474
+ "name": "num_interactions_annotated",
475
+ "dataType": "sc:Integer",
476
+ "source": {
477
+ "fileObject": {
478
+ "@id": "tasks-jsonl"
479
+ },
480
+ "extract": {
481
+ "jsonPath": "$.num_interactions_annotated"
482
+ }
483
+ }
484
+ },
485
+ {
486
+ "@type": "cr:Field",
487
+ "@id": "tasks/ground_truth_root",
488
+ "name": "ground_truth_root",
489
+ "dataType": "sc:Text",
490
+ "source": {
491
+ "fileObject": {
492
+ "@id": "tasks-jsonl"
493
+ },
494
+ "extract": {
495
+ "jsonPath": "$.ground_truth_root"
496
+ }
497
+ }
498
+ },
499
+ {
500
+ "@type": "cr:Field",
501
+ "@id": "tasks/anchor_files",
502
+ "name": "anchor_files",
503
+ "dataType": "sc:Text",
504
+ "source": {
505
+ "fileObject": {
506
+ "@id": "tasks-jsonl"
507
+ },
508
+ "extract": {
509
+ "jsonPath": "$.anchor_files"
510
+ }
511
+ },
512
+ "repeated": true
513
+ },
514
+ {
515
+ "@type": "cr:Field",
516
+ "@id": "tasks/has_sitemap",
517
+ "name": "has_sitemap",
518
+ "dataType": "sc:Boolean",
519
+ "source": {
520
+ "fileObject": {
521
+ "@id": "tasks-jsonl"
522
+ },
523
+ "extract": {
524
+ "jsonPath": "$.has_sitemap"
525
+ }
526
+ }
527
+ },
528
+ {
529
+ "@type": "cr:Field",
530
+ "@id": "tasks/has_interaction_index",
531
+ "name": "has_interaction_index",
532
+ "dataType": "sc:Boolean",
533
+ "source": {
534
+ "fileObject": {
535
+ "@id": "tasks-jsonl"
536
+ },
537
+ "extract": {
538
+ "jsonPath": "$.has_interaction_index"
539
+ }
540
+ }
541
+ }
542
+ ]
543
+ }
544
+ ]
545
+ }
samples.jsonl ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "c0/1_newsletter", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "1_newsletter", "task_index": 1, "task_title": "Task 1 — Newsletter / Blog Publication", "num_pages": 9, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/1_newsletter", "inputs": ["description.md"], "ground_truth_root": "1_newsletter"}
2
+ {"id": "c0/2_real-estate", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "2_real-estate", "task_index": 2, "task_title": "Task 2 — Real Estate Listings", "num_pages": 14, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/2_real-estate", "inputs": ["description.md"], "ground_truth_root": "2_real-estate"}
3
+ {"id": "c0/3_job-board", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "3_job-board", "task_index": 3, "task_title": "Task 3 — Job Board", "num_pages": 19, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/3_job-board", "inputs": ["description.md"], "ground_truth_root": "3_job-board"}
4
+ {"id": "c0/4_forum", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "4_forum", "task_index": 4, "task_title": "Task 7 — Forum / Q&A Site", "num_pages": 5, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/4_forum", "inputs": ["description.md"], "ground_truth_root": "4_forum"}
5
+ {"id": "c0/5_travel-booking", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "5_travel-booking", "task_index": 5, "task_title": "Task 8 — Travel / Tour Booking Site", "num_pages": 8, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/5_travel-booking", "inputs": ["description.md"], "ground_truth_root": "5_travel-booking"}
6
+ {"id": "c0/6_chat", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "6_chat", "task_index": 6, "task_title": "Task 10 — Team Chat App", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/6_chat", "inputs": ["description.md"], "ground_truth_root": "6_chat"}
7
+ {"id": "c0/7_cloud-storage", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "7_cloud-storage", "task_index": 7, "task_title": "Task 11 — Cloud File Storage (with Admin Panel)", "num_pages": 33, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/7_cloud-storage", "inputs": ["description.md"], "ground_truth_root": "7_cloud-storage"}
8
+ {"id": "c0/8_ecommerce", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "8_ecommerce", "task_index": 8, "task_title": "Task 12 — E-commerce Store", "num_pages": 7, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/8_ecommerce", "inputs": ["description.md"], "ground_truth_root": "8_ecommerce"}
9
+ {"id": "c0/9_project-management", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "9_project-management", "task_index": 9, "task_title": "Task 13 — Project Management Tool", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/9_project-management", "inputs": ["description.md"], "ground_truth_root": "9_project-management"}
10
+ {"id": "c0/10_streaming_music-streaming", "condition": "c0", "pick": null, "framework_pick_description": null, "task_id": "10_streaming_music-streaming", "task_index": 10, "task_title": "Task: Music Streaming Platform", "num_pages": 13, "agent_system_prompt": "agent_system_promt_c0.md", "input_root": "c0/10_streaming_music-streaming", "inputs": ["description.md"], "ground_truth_root": "10_streaming_music-streaming"}
11
+ {"id": "c1/pick_A/1_newsletter", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "1_newsletter", "task_index": 1, "task_title": "Task 1 — Newsletter / Blog Publication", "num_pages": 9, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/1_newsletter", "inputs": ["description.md", "pages/*.png", "workspace/"], "ground_truth_root": "1_newsletter"}
12
+ {"id": "c1/pick_A/2_real-estate", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "2_real-estate", "task_index": 2, "task_title": "Task 2 — Real Estate Listings", "num_pages": 14, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/2_real-estate", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "2_real-estate"}
13
+ {"id": "c1/pick_A/3_job-board", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "3_job-board", "task_index": 3, "task_title": "Task 3 — Job Board", "num_pages": 19, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/3_job-board", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "3_job-board"}
14
+ {"id": "c1/pick_A/4_forum", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "4_forum", "task_index": 4, "task_title": "Task 7 — Forum / Q&A Site", "num_pages": 5, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/4_forum", "inputs": ["description.md", "pages/*.png", "scaffold/", "workspace/"], "ground_truth_root": "4_forum"}
15
+ {"id": "c1/pick_A/5_travel-booking", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "5_travel-booking", "task_index": 5, "task_title": "Task 8 — Travel / Tour Booking Site", "num_pages": 8, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/5_travel-booking", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "5_travel-booking"}
16
+ {"id": "c1/pick_A/6_chat", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "6_chat", "task_index": 6, "task_title": "Task 10 — Team Chat App", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/6_chat", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "6_chat"}
17
+ {"id": "c1/pick_A/7_cloud-storage", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "7_cloud-storage", "task_index": 7, "task_title": "Task 11 — Cloud File Storage (with Admin Panel)", "num_pages": 33, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/7_cloud-storage", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "7_cloud-storage"}
18
+ {"id": "c1/pick_A/8_ecommerce", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "8_ecommerce", "task_index": 8, "task_title": "Task 12 — E-commerce Store", "num_pages": 7, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/8_ecommerce", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "8_ecommerce"}
19
+ {"id": "c1/pick_A/9_project-management", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "9_project-management", "task_index": 9, "task_title": "Task 13 — Project Management Tool", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/9_project-management", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "9_project-management"}
20
+ {"id": "c1/pick_A/10_streaming_music-streaming", "condition": "c1", "pick": "A", "framework_pick_description": "Astro (with @astrojs/mdx, @astrojs/sitemap, @astrojs/rss).", "task_id": "10_streaming_music-streaming", "task_index": 10, "task_title": "Task: Music Streaming Platform", "num_pages": 13, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_A/10_streaming_music-streaming", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "10_streaming_music-streaming"}
21
+ {"id": "c1/pick_B/1_newsletter", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "1_newsletter", "task_index": 1, "task_title": "Task 1 — Newsletter / Blog Publication", "num_pages": 9, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/1_newsletter", "inputs": ["description.md", "pages/*.png", "scaffold/", "workspace/"], "ground_truth_root": "1_newsletter"}
22
+ {"id": "c1/pick_B/2_real-estate", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "2_real-estate", "task_index": 2, "task_title": "Task 2 — Real Estate Listings", "num_pages": 14, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/2_real-estate", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "2_real-estate"}
23
+ {"id": "c1/pick_B/3_job-board", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "3_job-board", "task_index": 3, "task_title": "Task 3 — Job Board", "num_pages": 19, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/3_job-board", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "3_job-board"}
24
+ {"id": "c1/pick_B/4_forum", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "4_forum", "task_index": 4, "task_title": "Task 7 — Forum / Q&A Site", "num_pages": 5, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/4_forum", "inputs": ["description.md", "pages/*.png", "workspace/"], "ground_truth_root": "4_forum"}
25
+ {"id": "c1/pick_B/5_travel-booking", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "5_travel-booking", "task_index": 5, "task_title": "Task 8 — Travel / Tour Booking Site", "num_pages": 8, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/5_travel-booking", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "5_travel-booking"}
26
+ {"id": "c1/pick_B/6_chat", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "6_chat", "task_index": 6, "task_title": "Task 10 — Team Chat App", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/6_chat", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "6_chat"}
27
+ {"id": "c1/pick_B/7_cloud-storage", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "7_cloud-storage", "task_index": 7, "task_title": "Task 11 — Cloud File Storage (with Admin Panel)", "num_pages": 33, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/7_cloud-storage", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "7_cloud-storage"}
28
+ {"id": "c1/pick_B/8_ecommerce", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "8_ecommerce", "task_index": 8, "task_title": "Task 12 — E-commerce Store", "num_pages": 7, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/8_ecommerce", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "8_ecommerce"}
29
+ {"id": "c1/pick_B/9_project-management", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "9_project-management", "task_index": 9, "task_title": "Task 13 — Project Management Tool", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/9_project-management", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "9_project-management"}
30
+ {"id": "c1/pick_B/10_streaming_music-streaming", "condition": "c1", "pick": "B", "framework_pick_description": "Eleventy (@11ty/eleventy).", "task_id": "10_streaming_music-streaming", "task_index": 10, "task_title": "Task: Music Streaming Platform", "num_pages": 13, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_B/10_streaming_music-streaming", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "10_streaming_music-streaming"}
31
+ {"id": "c1/pick_C/1_newsletter", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "1_newsletter", "task_index": 1, "task_title": "Task 1 — Newsletter / Blog Publication", "num_pages": 9, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/1_newsletter", "inputs": ["description.md", "pages/*.png", "scaffold/", "workspace/"], "ground_truth_root": "1_newsletter"}
32
+ {"id": "c1/pick_C/2_real-estate", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "2_real-estate", "task_index": 2, "task_title": "Task 2 — Real Estate Listings", "num_pages": 14, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/2_real-estate", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "2_real-estate"}
33
+ {"id": "c1/pick_C/3_job-board", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "3_job-board", "task_index": 3, "task_title": "Task 3 — Job Board", "num_pages": 19, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/3_job-board", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "3_job-board"}
34
+ {"id": "c1/pick_C/4_forum", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "4_forum", "task_index": 4, "task_title": "Task 7 — Forum / Q&A Site", "num_pages": 5, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/4_forum", "inputs": ["description.md", "pages/*.png", "scaffold/", "workspace/"], "ground_truth_root": "4_forum"}
35
+ {"id": "c1/pick_C/5_travel-booking", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "5_travel-booking", "task_index": 5, "task_title": "Task 8 — Travel / Tour Booking Site", "num_pages": 8, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/5_travel-booking", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "5_travel-booking"}
36
+ {"id": "c1/pick_C/6_chat", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "6_chat", "task_index": 6, "task_title": "Task 10 — Team Chat App", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/6_chat", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "6_chat"}
37
+ {"id": "c1/pick_C/7_cloud-storage", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "7_cloud-storage", "task_index": 7, "task_title": "Task 11 — Cloud File Storage (with Admin Panel)", "num_pages": 33, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/7_cloud-storage", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "7_cloud-storage"}
38
+ {"id": "c1/pick_C/8_ecommerce", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "8_ecommerce", "task_index": 8, "task_title": "Task 12 — E-commerce Store", "num_pages": 7, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/8_ecommerce", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "8_ecommerce"}
39
+ {"id": "c1/pick_C/9_project-management", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "9_project-management", "task_index": 9, "task_title": "Task 13 — Project Management Tool", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/9_project-management", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "9_project-management"}
40
+ {"id": "c1/pick_C/10_streaming_music-streaming", "condition": "c1", "pick": "C", "framework_pick_description": "Next.js 16 + React 19 + Tailwind CSS v4.", "task_id": "10_streaming_music-streaming", "task_index": 10, "task_title": "Task: Music Streaming Platform", "num_pages": 13, "agent_system_prompt": "agent_system_promt_c1.md", "input_root": "c1/pick_C/10_streaming_music-streaming", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "10_streaming_music-streaming"}
41
+ {"id": "c2/1_newsletter", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "1_newsletter", "task_index": 1, "task_title": "Task 1 — Newsletter / Blog Publication", "num_pages": 9, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/1_newsletter", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "1_newsletter"}
42
+ {"id": "c2/2_real-estate", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "2_real-estate", "task_index": 2, "task_title": "Task 2 — Real Estate Listings", "num_pages": 14, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/2_real-estate", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "2_real-estate"}
43
+ {"id": "c2/3_job-board", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "3_job-board", "task_index": 3, "task_title": "Task 3 — Job Board", "num_pages": 19, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/3_job-board", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "3_job-board"}
44
+ {"id": "c2/4_forum", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "4_forum", "task_index": 4, "task_title": "Task 7 — Forum / Q&A Site", "num_pages": 5, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/4_forum", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "4_forum"}
45
+ {"id": "c2/5_travel-booking", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "5_travel-booking", "task_index": 5, "task_title": "Task 8 — Travel / Tour Booking Site", "num_pages": 8, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/5_travel-booking", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "5_travel-booking"}
46
+ {"id": "c2/6_chat", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "6_chat", "task_index": 6, "task_title": "Task 10 — Team Chat App", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/6_chat", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "6_chat"}
47
+ {"id": "c2/7_cloud-storage", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "7_cloud-storage", "task_index": 7, "task_title": "Task 11 — Cloud File Storage (with Admin Panel)", "num_pages": 33, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/7_cloud-storage", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "7_cloud-storage"}
48
+ {"id": "c2/8_ecommerce", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "8_ecommerce", "task_index": 8, "task_title": "Task 12 — E-commerce Store", "num_pages": 7, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/8_ecommerce", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "8_ecommerce"}
49
+ {"id": "c2/9_project-management", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "9_project-management", "task_index": 9, "task_title": "Task 13 — Project Management Tool", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/9_project-management", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "9_project-management"}
50
+ {"id": "c2/10_streaming_music-streaming", "condition": "c2", "pick": null, "framework_pick_description": null, "task_id": "10_streaming_music-streaming", "task_index": 10, "task_title": "Task: Music Streaming Platform", "num_pages": 13, "agent_system_prompt": "agent_system_promt_c2.md", "input_root": "c2/10_streaming_music-streaming", "inputs": ["description.md", "pages/*.png"], "ground_truth_root": "10_streaming_music-streaming"}
51
+ {"id": "c3/1_newsletter", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "1_newsletter", "task_index": 1, "task_title": "Task 1 — Newsletter / Blog Publication", "num_pages": 9, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/1_newsletter", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "1_newsletter"}
52
+ {"id": "c3/2_real-estate", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "2_real-estate", "task_index": 2, "task_title": "Task 2 — Real Estate Listings", "num_pages": 14, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/2_real-estate", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "2_real-estate"}
53
+ {"id": "c3/3_job-board", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "3_job-board", "task_index": 3, "task_title": "Task 3 — Job Board", "num_pages": 19, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/3_job-board", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "3_job-board"}
54
+ {"id": "c3/4_forum", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "4_forum", "task_index": 4, "task_title": "Task 7 — Forum / Q&A Site", "num_pages": 5, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/4_forum", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "4_forum"}
55
+ {"id": "c3/5_travel-booking", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "5_travel-booking", "task_index": 5, "task_title": "Task 8 — Travel / Tour Booking Site", "num_pages": 8, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/5_travel-booking", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "5_travel-booking"}
56
+ {"id": "c3/6_chat", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "6_chat", "task_index": 6, "task_title": "Task 10 — Team Chat App", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/6_chat", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "6_chat"}
57
+ {"id": "c3/7_cloud-storage", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "7_cloud-storage", "task_index": 7, "task_title": "Task 11 — Cloud File Storage (with Admin Panel)", "num_pages": 33, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/7_cloud-storage", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "7_cloud-storage"}
58
+ {"id": "c3/8_ecommerce", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "8_ecommerce", "task_index": 8, "task_title": "Task 12 — E-commerce Store", "num_pages": 7, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/8_ecommerce", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "8_ecommerce"}
59
+ {"id": "c3/9_project-management", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "9_project-management", "task_index": 9, "task_title": "Task 13 — Project Management Tool", "num_pages": 10, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/9_project-management", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "9_project-management"}
60
+ {"id": "c3/10_streaming_music-streaming", "condition": "c3", "pick": null, "framework_pick_description": null, "task_id": "10_streaming_music-streaming", "task_index": 10, "task_title": "Task: Music Streaming Platform", "num_pages": 13, "agent_system_prompt": "agent_system_promt_c3.md", "input_root": "c3/10_streaming_music-streaming", "inputs": ["description.md", "pages/*.png", "pages/*_structure-only.json"], "ground_truth_root": "10_streaming_music-streaming"}
tasks.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"task_id": "1_newsletter", "task_index": 1, "task_title": "Task 1 — Newsletter / Blog Publication", "brand": "*BlogSprout* — a multi-author lifestyle/travel blog", "real_world_analogues": "Substack, Beehiiv, Medium", "figma_source": "Blog Sprout UI — FREE Figma Blog Web UI Kit and Design System (community)", "figma_file_key": "ymUMepRI8Lkg3TlPp5gqw0", "num_pages": 9, "pages_declared": 9, "page_files": ["01_Home.png", "02_Single-post.png", "03_Author.png", "04_Category.png", "05_Tag.png", "06_Date.png", "07_Search.png", "08_About_me.png", "09_Contact_me.png"], "num_interactions_annotated": 9, "ground_truth_root": "1_newsletter", "anchor_files": ["1_newsletter_anchors.cleaned.json", "1_newsletter_anchors.json", "1_newsletter_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": false}
2
+ {"task_id": "2_real-estate", "task_index": 2, "task_title": "Task 2 — Real Estate Listings", "brand": "*Dreams Estate* — a property listings platform (buy + rent + agents)", "real_world_analogues": "Zillow, Redfin, Realtor.com", "figma_source": "Dreams Estate — Free Real Estate UI Kit (community)", "figma_file_key": "c9TzGDwUiGzd4TdM8jraC6", "num_pages": 14, "pages_declared": 14, "page_files": ["01_sign_in.png", "02_sign_up.png", "03_Home_page.png", "04_Buy.png", "05_Buy.png", "06_Buy_Grid_With_Map.png", "07_Buy_Details_-_Request_Info.png", "08_Rent_Grid.png", "09_Rent_List.png", "10_Rent_Grid_with_Map.png", "11_Detail_Page_For_Rent.png", "12_Agent_Grid.png", "13_Agent_List.png", "14_Agent_Details.png"], "num_interactions_annotated": 14, "ground_truth_root": "2_real-estate", "anchor_files": ["2_real-estate_anchors.cleaned.json", "2_real-estate_anchors.json", "2_real-estate_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": true}
3
+ {"task_id": "3_job-board", "task_index": 3, "task_title": "Task 3 — Job Board", "brand": "*JobHuntly* — a startup-focused job board", "real_world_analogues": "Indeed, LinkedIn Jobs, Glassdoor, Wellfound", "figma_source": "JobHuntly — Job Hunting Website (community)", "figma_file_key": "xiaTRjQYOWHp7473GFI0G8", "num_pages": 19, "pages_declared": 19, "page_files": ["01_Landing_page.png", "02_Find_jobs.png", "03_Browse_Companies.png", "04_Search_Companies_Results.png", "05_Job_Descriptions.png", "06_Company_Profile.png", "07_Sign_Up.png", "08_Log_in.png", "09_Dashboard_Applicant.png", "10_Dashboard_-_Message.png", "11_Dashboard_-_Applications_History.png", "12_Dashboard_-_Find_Jobs.png", "13_Dashboard_-_Job_Descriptions.png", "14_Dashboard_-_Browse_Companies.png", "15_Dashboard_-_Profile.png", "16_Dashboard_-_Settings.png", "17_Dashboard_-_Settings.png", "18_Dashboard_-_Settings.png", "19_Dashboard_-_Help.png"], "num_interactions_annotated": 19, "ground_truth_root": "3_job-board", "anchor_files": ["3_job-board_anchors.cleaned.json", "3_job-board_anchors.json", "3_job-board_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": false}
4
+ {"task_id": "4_forum", "task_index": 4, "task_title": "Task 7 — Forum / Q&A Site", "brand": "*alemhelp* — a coding Q&A platform for a programming school", "real_world_analogues": "Reddit, Stack Overflow, Hacker News", "figma_source": "Forum Concept for Alem.school (community)", "figma_file_key": "T5TChuMtvhAogHls2hR5Ql", "num_pages": 5, "pages_declared": 5, "page_files": ["01_Register.png", "02_Login.png", "03_Main.png", "04_Post_View.png", "05_Post_Edit.png"], "num_interactions_annotated": 5, "ground_truth_root": "4_forum", "anchor_files": ["4_forum_anchors.cleaned.json", "4_forum_anchors.json", "4_forum_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": true}
5
+ {"task_id": "5_travel-booking", "task_index": 5, "task_title": "Task 8 — Travel / Tour Booking Site", "brand": "*Travel* — a tour-package booking platform with airline logos", "real_world_analogues": "Booking.com, Expedia, Klook, GetYourGuide", "figma_source": "Travel & Tour Booking Website (community)", "figma_file_key": "Tg3md3v4kp5WdevGGqj8hO", "num_pages": 8, "pages_declared": 8, "page_files": ["01_Homepage.png", "02_build_your_own_package.png", "03_ABout_us.png", "04_Package_archive.png", "05_Package_Detail_Page.png", "06_Tour_Plan.png", "07_Location.png", "08_Tour_Gallery.png"], "num_interactions_annotated": 8, "ground_truth_root": "5_travel-booking", "anchor_files": ["5_travel-booking_anchors.cleaned.json", "5_travel-booking_anchors.json", "5_travel-booking_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": true}
6
+ {"task_id": "6_chat", "task_index": 6, "task_title": "Task 10 — Team Chat App", "brand": "*DreamsChat* — a multi-channel messaging app", "real_world_analogues": "Slack, Discord, WhatsApp Web, Telegram Web", "figma_source": "Dreams Chat — Free Chat App UI Kit (community)", "figma_file_key": "q3hmOmvi8B840yTfRBVljo", "num_pages": 10, "pages_declared": 10, "page_files": ["01_Sign_Up.png", "02_Sign_in.png", "03_Success.png", "04_Chat.png", "05_Contacts.png", "06_Group.png", "07_Status_User.png", "08_Calls.png", "09_video_Call.png", "10_Voice_call.png"], "num_interactions_annotated": 10, "ground_truth_root": "6_chat", "anchor_files": ["6_chat_anchors.json", "6_chat_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": false}
7
+ {"task_id": "7_cloud-storage", "task_index": 7, "task_title": "Task 11 — Cloud File Storage (with Admin Panel)", "brand": "*Deupload* — a SaaS cloud-storage product with a creator-facing app and an admin/back-office panel", "real_world_analogues": "Google Drive, Dropbox, OneDrive, Box", "figma_source": "Deupload — SaaS Cloud Storage Landing Pages (community)", "figma_file_key": "aKLDbIyFrA3yr4ASUiZCJB", "num_pages": 33, "pages_declared": 33, "page_files": ["01_welcome.png", "02_Register.png", "03_Login.png", "04_Home.png", "05_Home.png", "06_Photos.png", "07_Folder_list.png", "08_Transfer.png", "09_Account_Profile.png", "10_Security.png", "11_Storage.png", "12_Billing.png", "13_Branding.png", "14_Notification.png", "15_Refer_a_friend.png", "16_Application.png", "17_Developer.png", "18_Privacy.png", "19_Dashboard.png", "20_Settings.png", "21_Appearance.png", "22_Landing_page.png", "23_Social_login.png", "24_Adsense.png", "25_Environment.png", "26_Pages.png", "27_Languages.png", "28_Tage.png", "29_Users.png", "30_Plans.png", "31_Transactions.png", "32_Payments.png", "33_Billing.png"], "num_interactions_annotated": 33, "ground_truth_root": "7_cloud-storage", "anchor_files": ["7_cloud-storage_anchors.json", "7_cloud-storage_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": true}
8
+ {"task_id": "8_ecommerce", "task_index": 8, "task_title": "Task 12 — E-commerce Store", "brand": "*FASCO* — a fashion / apparel boutique", "real_world_analogues": "Amazon, Shopify storefronts, Etsy", "figma_source": "Online Shopping Website / eCommerce Store UI Kit (community)", "figma_file_key": "YwqXcoxrPiNQXHoGUiWGHM", "num_pages": 7, "pages_declared": 7, "page_files": ["01_Sign_in.png", "02_Sign_up.png", "03_Home_page.png", "04_Shop_page.png", "05_Product_Page.png", "06_Cart_Page.png", "07_Check_out.png"], "num_interactions_annotated": 7, "ground_truth_root": "8_ecommerce", "anchor_files": ["8_ecommerce_anchors.json", "8_ecommerce_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": true}
9
+ {"task_id": "9_project-management", "task_index": 9, "task_title": "Task 13 — Project Management Tool", "brand": "*AProjectO* — a team project-management SaaS", "real_world_analogues": "Linear, Asana, Jira, ClickUp", "figma_source": "Project Management System Full Figma Design — Admin & User Dashboard (community)", "figma_file_key": "YGZ5dV5h2EAT2K3G6cSdLY", "num_pages": 10, "pages_declared": 10, "page_files": ["01_Login.png", "02_User_Dashboard.png", "03_User_Task.png", "04_User_Projects.png", "05_User_Project_Details.png", "06_User_Profile.png", "07_User_Task_Kanban_board.png", "08_User_WorkLog.png", "09_User_Performance_Report.png", "10_User_Task_PopUp.png"], "num_interactions_annotated": 10, "ground_truth_root": "9_project-management", "anchor_files": ["9_project-management_anchors.json", "9_project-management_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": true}
10
+ {"task_id": "10_streaming_music-streaming", "task_index": 10, "task_title": "Task: Music Streaming Platform", "brand": "*VioTune* — a streaming app with a deep-blue cosmic aesthetic", "real_world_analogues": "Spotify, Apple Music, YouTube Music, SoundCloud", "figma_source": "VioTune — Music Streaming Platform (community)", "figma_file_key": "SGtcn53aVi9LKENFXOOh4M", "num_pages": 13, "pages_declared": 13, "page_files": ["01_Onboarding.png", "02_Log_in_Page.png", "03_Sign_in_Page.png", "04_Login_successfully.png", "05_Home.png", "06_Playlist.png", "07_Browser.png", "08_Music_Player_Page.png", "09_Permium_Subscriptions.png", "10_Settings_-_Profile.png", "11_Settings_-_Detailes.png", "12_Settings_-_Contact_Us.png", "13_Settings_-_FAQ.png"], "num_interactions_annotated": 11, "ground_truth_root": "10_streaming_music-streaming", "anchor_files": ["10_streaming_music-streaming_anchors.cleaned.json", "10_streaming_music-streaming_anchors.json", "10_streaming_music-streaming_anchors.raw.json"], "has_sitemap": true, "has_interaction_index": false}