toolflow 3.1.4

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 (49) hide show
  1. package/.github/workflows/ci.yml +31 -0
  2. package/README.md +106 -0
  3. package/README_zh.md +109 -0
  4. package/docs/reports/ADVANCED_EVOLUTION_REPORT.md +44 -0
  5. package/docs/reports/AUDIT_AND_OPTIMIZATION_REPORT.md +645 -0
  6. package/docs/reports/COLD_START_REVIEW_EVOLUTION.md +51 -0
  7. package/docs/reports/DEEP_ECOSYSTEM_EVOLUTION.md +43 -0
  8. package/docs/reports/MEMORY.md +18 -0
  9. package/docs/reports/MICHAEL_DISPATCH_RESULT.md +36 -0
  10. package/docs/reports/OPENSOURCE_INTEGRATION_REPORT.md +43 -0
  11. package/docs/reports/PHASE_1_OPTIMIZATION_REPORT.md +87 -0
  12. package/docs/reports/PHASE_2_OPTIMIZATION_REPORT.md +50 -0
  13. package/docs/reports/PHASE_3_OPTIMIZATION_REPORT.md +24 -0
  14. package/docs/reports/PHASE_4_OPTIMIZATION_REPORT.md +28 -0
  15. package/docs/reports/REPORT_TO_MICHAEL.md +101 -0
  16. package/docs/reports/SIGNOFF_AND_RELEASE_REPORT.md +85 -0
  17. package/docs/reports/STAFF_ASSIGNMENTS.md +26 -0
  18. package/docs/reports/TASK_ASSIGNMENTS.md +59 -0
  19. package/docs/reports/V1_6_0_EVOLUTION_REPORT.md +48 -0
  20. package/docs/reports/V1_9_0_HOTFIX_REPORT.md +30 -0
  21. package/docs/reports/V2_0_0_RELEASE_REPORT.md +18 -0
  22. package/docs/reports/V2_2_0_ZERO_SPECIALIZATION_REPORT.md +24 -0
  23. package/docs/reports/V2_3_0_EVOLUTION_REPORT.md +12 -0
  24. package/ecosystem_taxonomy.json +798 -0
  25. package/package.json +46 -0
  26. package/src/blast_radius.ts +302 -0
  27. package/src/deep_ecosystem.ts +523 -0
  28. package/src/degradation_matrix.ts +180 -0
  29. package/src/dehydrator.ts +532 -0
  30. package/src/ecosystem_taxonomy.json +803 -0
  31. package/src/engine.ts +1510 -0
  32. package/src/i18n.ts +89 -0
  33. package/src/index.ts +983 -0
  34. package/src/json_extractor.ts +57 -0
  35. package/src/memory.ts +151 -0
  36. package/src/prompts_manager.ts +262 -0
  37. package/src/review_isolation.ts +188 -0
  38. package/src/state.ts +810 -0
  39. package/src/taxonomy.ts +580 -0
  40. package/src/types.ts +341 -0
  41. package/src/ui.ts +1036 -0
  42. package/src/worker_orchestrator.ts +60 -0
  43. package/tests/challenger_stress_harness.ts +265 -0
  44. package/tests/monorepo_multilang_stress.ts +404 -0
  45. package/tests/sandbox_e2e.ts +167 -0
  46. package/tests/test_json_extractor.ts +44 -0
  47. package/tests/test_modules_1_to_4.ts +106 -0
  48. package/tests/test_suite.ts +1689 -0
  49. package/tsconfig.json +17 -0
@@ -0,0 +1,798 @@
1
+ {
2
+ "installedFingerprint": "c40b443240057458",
3
+ "projectFingerprint": {
4
+ "projectType": "node",
5
+ "mainFramework": "Pi-Extension",
6
+ "packageManager": "npm",
7
+ "hasGit": true,
8
+ "isClean": true,
9
+ "topLevelDirs": [
10
+ "docs",
11
+ "src",
12
+ "tests"
13
+ ],
14
+ "coreDependencies": [
15
+ "typescript",
16
+ "@earendil-works/pi-coding-agent"
17
+ ],
18
+ "gitBranch": "main"
19
+ },
20
+ "updatedAt": 1788575571365,
21
+ "extensions": [
22
+ {
23
+ "id": "pi-tui-status-beautifier",
24
+ "name": "pi-tui-status-beautifier",
25
+ "kind": "extension",
26
+ "layer": "L1_UTILITY",
27
+ "description": "动态识别组件 [pi-tui-status-beautifier]",
28
+ "tokenImpact": "low",
29
+ "triggerWhen": "根据任务需求动态调度 pi-tui-status-beautifier",
30
+ "summary": "动态识别组件 [pi-tui-status-beautifier]",
31
+ "tags": [
32
+ "#extension",
33
+ "#pi-tui-status-beautifier"
34
+ ],
35
+ "costLevel": "$1",
36
+ "bindingReason": "基础通用能力"
37
+ },
38
+ {
39
+ "id": "pi-computer-use",
40
+ "name": "pi-computer-use",
41
+ "kind": "extension",
42
+ "layer": "L1_UTILITY",
43
+ "description": "Cross-platform computer-use tools fo",
44
+ "tokenImpact": "low",
45
+ "triggerWhen": "根据任务需求动态调度 pi-computer-use",
46
+ "summary": "Cross-platform computer-use tools fo",
47
+ "tags": [
48
+ "#extension",
49
+ "#pi-computer-use"
50
+ ],
51
+ "costLevel": "$1",
52
+ "bindingReason": "基础通用能力"
53
+ },
54
+ {
55
+ "id": "ponytail",
56
+ "name": "ponytail",
57
+ "kind": "extension",
58
+ "layer": "L3_ORCHESTRATION",
59
+ "description": "Lazy senior dev mode for AI agents. ",
60
+ "tokenImpact": "high",
61
+ "triggerWhen": "根据任务需求动态调度 ponytail",
62
+ "summary": "Lazy senior dev mode for AI agents. ",
63
+ "tags": [
64
+ "#extension",
65
+ "#ponytail",
66
+ "#orchestration"
67
+ ],
68
+ "costLevel": "$3",
69
+ "bindingReason": "多任务并发分发与子流程编排调度"
70
+ },
71
+ {
72
+ "id": "rpiv-ask-user-question",
73
+ "name": "rpiv-ask-user-question",
74
+ "kind": "extension",
75
+ "layer": "L1_UTILITY",
76
+ "description": "Pi extension. A structured questionn",
77
+ "tokenImpact": "low",
78
+ "triggerWhen": "根据任务需求动态调度 rpiv-ask-user-question",
79
+ "summary": "Pi extension. A structured questionn",
80
+ "tags": [
81
+ "#extension",
82
+ "#rpiv-ask-user-question"
83
+ ],
84
+ "costLevel": "$1",
85
+ "bindingReason": "基础通用能力"
86
+ },
87
+ {
88
+ "id": "rpiv-todo",
89
+ "name": "rpiv-todo",
90
+ "kind": "extension",
91
+ "layer": "L1_UTILITY",
92
+ "description": "Pi extension. A todo list for the mo",
93
+ "tokenImpact": "low",
94
+ "triggerWhen": "根据任务需求动态调度 rpiv-todo",
95
+ "summary": "Pi extension. A todo list for the mo",
96
+ "tags": [
97
+ "#extension",
98
+ "#rpiv-todo"
99
+ ],
100
+ "costLevel": "$1",
101
+ "bindingReason": "基础通用能力"
102
+ },
103
+ {
104
+ "id": "pi-btw",
105
+ "name": "pi-btw",
106
+ "kind": "extension",
107
+ "layer": "L1_UTILITY",
108
+ "description": "Pi extension that adds a /btw side-q",
109
+ "tokenImpact": "low",
110
+ "triggerWhen": "根据任务需求动态调度 pi-btw",
111
+ "summary": "Pi extension that adds a /btw side-q",
112
+ "tags": [
113
+ "#extension",
114
+ "#pi-btw"
115
+ ],
116
+ "costLevel": "$1",
117
+ "bindingReason": "基础通用能力"
118
+ },
119
+ {
120
+ "id": "pi-goal",
121
+ "name": "pi-goal",
122
+ "kind": "extension",
123
+ "layer": "L1_UTILITY",
124
+ "description": "Pi extension for autonomous single-o",
125
+ "tokenImpact": "low",
126
+ "triggerWhen": "根据任务需求动态调度 pi-goal",
127
+ "summary": "Pi extension for autonomous single-o",
128
+ "tags": [
129
+ "#extension",
130
+ "#pi-goal"
131
+ ],
132
+ "costLevel": "$1",
133
+ "bindingReason": "基础通用能力"
134
+ },
135
+ {
136
+ "id": "input-history",
137
+ "name": "input-history",
138
+ "kind": "extension",
139
+ "layer": "L3_ORCHESTRATION",
140
+ "description": "Cross-session input history navigati",
141
+ "tokenImpact": "high",
142
+ "triggerWhen": "根据任务需求动态调度 input-history",
143
+ "summary": "Cross-session input history navigati",
144
+ "tags": [
145
+ "#extension",
146
+ "#input-history",
147
+ "#orchestration"
148
+ ],
149
+ "costLevel": "$3",
150
+ "bindingReason": "多任务并发分发与子流程编排调度"
151
+ },
152
+ {
153
+ "id": "pi-extension",
154
+ "name": "pi-extension",
155
+ "kind": "extension",
156
+ "layer": "L4_REVIEW_GUARD",
157
+ "description": "Plannotator Pi extension - interacti",
158
+ "tokenImpact": "medium",
159
+ "triggerWhen": "根据任务需求动态调度 pi-extension",
160
+ "summary": "Plannotator Pi extension - interacti",
161
+ "tags": [
162
+ "#extension",
163
+ "#pi-extension",
164
+ "#quality-guard"
165
+ ],
166
+ "costLevel": "$1",
167
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
168
+ },
169
+ {
170
+ "id": "pi-dynamic-workflows",
171
+ "name": "pi-dynamic-workflows",
172
+ "kind": "extension",
173
+ "layer": "L3_ORCHESTRATION",
174
+ "description": "Claude-Code-style dynamic workflows ",
175
+ "tokenImpact": "high",
176
+ "triggerWhen": "根据任务需求动态调度 pi-dynamic-workflows",
177
+ "summary": "Claude-Code-style dynamic workflows ",
178
+ "tags": [
179
+ "#extension",
180
+ "#pi-dynamic-workflows",
181
+ "#orchestration"
182
+ ],
183
+ "costLevel": "$3",
184
+ "bindingReason": "多任务并发分发与子流程编排调度"
185
+ },
186
+ {
187
+ "id": "billion-context-pi",
188
+ "name": "billion-context-pi",
189
+ "kind": "extension",
190
+ "layer": "L3_ORCHESTRATION",
191
+ "description": "One billion, not one million. Model-",
192
+ "tokenImpact": "high",
193
+ "triggerWhen": "根据任务需求动态调度 billion-context-pi",
194
+ "summary": "One billion, not one million. Model-",
195
+ "tags": [
196
+ "#extension",
197
+ "#billion-context-pi",
198
+ "#orchestration"
199
+ ],
200
+ "costLevel": "$3",
201
+ "bindingReason": "多任务并发分发与子流程编排调度"
202
+ },
203
+ {
204
+ "id": "pi-background-tasks",
205
+ "name": "pi-background-tasks",
206
+ "kind": "extension",
207
+ "layer": "L4_REVIEW_GUARD",
208
+ "description": "Pi extension for durable background ",
209
+ "tokenImpact": "medium",
210
+ "triggerWhen": "根据任务需求动态调度 pi-background-tasks",
211
+ "summary": "Pi extension for durable background ",
212
+ "tags": [
213
+ "#extension",
214
+ "#pi-background-tasks",
215
+ "#quality-guard"
216
+ ],
217
+ "costLevel": "$1",
218
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
219
+ },
220
+ {
221
+ "id": "pi-control-chrome",
222
+ "name": "pi-control-chrome",
223
+ "kind": "extension",
224
+ "layer": "L1_UTILITY",
225
+ "description": "Codex-aligned Chrome and Edge browse",
226
+ "tokenImpact": "low",
227
+ "triggerWhen": "根据任务需求动态调度 pi-control-chrome",
228
+ "summary": "Codex-aligned Chrome and Edge browse",
229
+ "tags": [
230
+ "#extension",
231
+ "#pi-control-chrome"
232
+ ],
233
+ "costLevel": "$1",
234
+ "bindingReason": "基础通用能力"
235
+ },
236
+ {
237
+ "id": "pi-mcp-adapter",
238
+ "name": "pi-mcp-adapter",
239
+ "kind": "extension",
240
+ "layer": "L3_ORCHESTRATION",
241
+ "description": "MCP (Model Context Protocol) adapter",
242
+ "tokenImpact": "high",
243
+ "triggerWhen": "根据任务需求动态调度 pi-mcp-adapter",
244
+ "summary": "MCP (Model Context Protocol) adapter",
245
+ "tags": [
246
+ "#extension",
247
+ "#pi-mcp-adapter",
248
+ "#orchestration"
249
+ ],
250
+ "costLevel": "$3",
251
+ "bindingReason": "多任务并发分发与子流程编排调度"
252
+ },
253
+ {
254
+ "id": "pi-paste-image-to-model",
255
+ "name": "pi-paste-image-to-model",
256
+ "kind": "extension",
257
+ "layer": "L1_UTILITY",
258
+ "description": "Paste an image in Pi TUI; relay it w",
259
+ "tokenImpact": "low",
260
+ "triggerWhen": "根据任务需求动态调度 pi-paste-image-to-model",
261
+ "summary": "Paste an image in Pi TUI; relay it w",
262
+ "tags": [
263
+ "#extension",
264
+ "#pi-paste-image-to-model"
265
+ ],
266
+ "costLevel": "$1",
267
+ "bindingReason": "基础通用能力"
268
+ },
269
+ {
270
+ "id": "pi-rewind",
271
+ "name": "pi-rewind",
272
+ "kind": "extension",
273
+ "layer": "L4_REVIEW_GUARD",
274
+ "description": "Checkpoint/rewind extension for the ",
275
+ "tokenImpact": "medium",
276
+ "triggerWhen": "根据任务需求动态调度 pi-rewind",
277
+ "summary": "Checkpoint/rewind extension for the ",
278
+ "tags": [
279
+ "#extension",
280
+ "#pi-rewind",
281
+ "#quality-guard"
282
+ ],
283
+ "costLevel": "$1",
284
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
285
+ },
286
+ {
287
+ "id": "pi-simplify",
288
+ "name": "pi-simplify",
289
+ "kind": "extension",
290
+ "layer": "L4_REVIEW_GUARD",
291
+ "description": "A Pi extension that reviews recently",
292
+ "tokenImpact": "medium",
293
+ "triggerWhen": "根据任务需求动态调度 pi-simplify",
294
+ "summary": "A Pi extension that reviews recently",
295
+ "tags": [
296
+ "#extension",
297
+ "#pi-simplify",
298
+ "#quality-guard"
299
+ ],
300
+ "costLevel": "$1",
301
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
302
+ },
303
+ {
304
+ "id": "pi-subagents",
305
+ "name": "pi-subagents",
306
+ "kind": "extension",
307
+ "layer": "L3_ORCHESTRATION",
308
+ "description": "Pi extension for single-agent delega",
309
+ "tokenImpact": "high",
310
+ "triggerWhen": "根据任务需求动态调度 pi-subagents",
311
+ "summary": "Pi extension for single-agent delega",
312
+ "tags": [
313
+ "#extension",
314
+ "#pi-subagents",
315
+ "#orchestration"
316
+ ],
317
+ "costLevel": "$3",
318
+ "bindingReason": "多任务并发分发与子流程编排调度"
319
+ },
320
+ {
321
+ "id": "pi-web-access",
322
+ "name": "pi-web-access",
323
+ "kind": "extension",
324
+ "layer": "L3_ORCHESTRATION",
325
+ "description": "Web search, URL fetching, GitHub rep",
326
+ "tokenImpact": "high",
327
+ "triggerWhen": "根据任务需求动态调度 pi-web-access",
328
+ "summary": "Web search, URL fetching, GitHub rep",
329
+ "tags": [
330
+ "#extension",
331
+ "#pi-web-access",
332
+ "#orchestration"
333
+ ],
334
+ "costLevel": "$3",
335
+ "bindingReason": "多任务并发分发与子流程编排调度"
336
+ }
337
+ ],
338
+ "skills": [
339
+ {
340
+ "id": "ponytail",
341
+ "name": "ponytail",
342
+ "kind": "skill",
343
+ "layer": "L1_UTILITY",
344
+ "description": ">",
345
+ "tokenImpact": "low",
346
+ "triggerWhen": "根据任务需求动态调度 ponytail",
347
+ "summary": ">",
348
+ "tags": [
349
+ "#skill",
350
+ "#ponytail"
351
+ ],
352
+ "costLevel": "$1",
353
+ "bindingReason": "基础通用能力"
354
+ },
355
+ {
356
+ "id": "ponytail-audit",
357
+ "name": "ponytail-audit",
358
+ "kind": "skill",
359
+ "layer": "L4_REVIEW_GUARD",
360
+ "description": ">",
361
+ "tokenImpact": "medium",
362
+ "triggerWhen": "根据任务需求动态调度 ponytail-audit",
363
+ "summary": ">",
364
+ "tags": [
365
+ "#skill",
366
+ "#ponytail-audit",
367
+ "#quality-guard"
368
+ ],
369
+ "costLevel": "$1",
370
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
371
+ },
372
+ {
373
+ "id": "ponytail-debt",
374
+ "name": "ponytail-debt",
375
+ "kind": "skill",
376
+ "layer": "L1_UTILITY",
377
+ "description": ">",
378
+ "tokenImpact": "low",
379
+ "triggerWhen": "根据任务需求动态调度 ponytail-debt",
380
+ "summary": ">",
381
+ "tags": [
382
+ "#skill",
383
+ "#ponytail-debt"
384
+ ],
385
+ "costLevel": "$1",
386
+ "bindingReason": "基础通用能力"
387
+ },
388
+ {
389
+ "id": "ponytail-gain",
390
+ "name": "ponytail-gain",
391
+ "kind": "skill",
392
+ "layer": "L1_UTILITY",
393
+ "description": ">",
394
+ "tokenImpact": "low",
395
+ "triggerWhen": "根据任务需求动态调度 ponytail-gain",
396
+ "summary": ">",
397
+ "tags": [
398
+ "#skill",
399
+ "#ponytail-gain"
400
+ ],
401
+ "costLevel": "$1",
402
+ "bindingReason": "基础通用能力"
403
+ },
404
+ {
405
+ "id": "ponytail-help",
406
+ "name": "ponytail-help",
407
+ "kind": "skill",
408
+ "layer": "L1_UTILITY",
409
+ "description": ">",
410
+ "tokenImpact": "low",
411
+ "triggerWhen": "根据任务需求动态调度 ponytail-help",
412
+ "summary": ">",
413
+ "tags": [
414
+ "#skill",
415
+ "#ponytail-help"
416
+ ],
417
+ "costLevel": "$1",
418
+ "bindingReason": "基础通用能力"
419
+ },
420
+ {
421
+ "id": "ponytail-review",
422
+ "name": "ponytail-review",
423
+ "kind": "skill",
424
+ "layer": "L4_REVIEW_GUARD",
425
+ "description": ">",
426
+ "tokenImpact": "medium",
427
+ "triggerWhen": "根据任务需求动态调度 ponytail-review",
428
+ "summary": ">",
429
+ "tags": [
430
+ "#skill",
431
+ "#ponytail-review",
432
+ "#quality-guard"
433
+ ],
434
+ "costLevel": "$1",
435
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
436
+ },
437
+ {
438
+ "id": "plannotator",
439
+ "name": "plannotator",
440
+ "kind": "skill",
441
+ "layer": "L4_REVIEW_GUARD",
442
+ "description": "\"Reference for using the Plannotator",
443
+ "tokenImpact": "medium",
444
+ "triggerWhen": "根据任务需求动态调度 plannotator",
445
+ "summary": "\"Reference for using the Plannotator",
446
+ "tags": [
447
+ "#skill",
448
+ "#plannotator",
449
+ "#quality-guard"
450
+ ],
451
+ "costLevel": "$1",
452
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
453
+ },
454
+ {
455
+ "id": "workflow-authoring",
456
+ "name": "workflow-authoring",
457
+ "kind": "skill",
458
+ "layer": "L4_REVIEW_GUARD",
459
+ "description": "Guidance for writing, editing, revie",
460
+ "tokenImpact": "medium",
461
+ "triggerWhen": "根据任务需求动态调度 workflow-authoring",
462
+ "summary": "Guidance for writing, editing, revie",
463
+ "tags": [
464
+ "#skill",
465
+ "#workflow-authoring",
466
+ "#quality-guard"
467
+ ],
468
+ "costLevel": "$1",
469
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
470
+ },
471
+ {
472
+ "id": "workflow-patterns",
473
+ "name": "workflow-patterns",
474
+ "kind": "skill",
475
+ "layer": "L4_REVIEW_GUARD",
476
+ "description": "Argument shapes for the 5 built-in w",
477
+ "tokenImpact": "medium",
478
+ "triggerWhen": "根据任务需求动态调度 workflow-patterns",
479
+ "summary": "Argument shapes for the 5 built-in w",
480
+ "tags": [
481
+ "#skill",
482
+ "#workflow-patterns",
483
+ "#quality-guard"
484
+ ],
485
+ "costLevel": "$1",
486
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
487
+ },
488
+ {
489
+ "id": "pi-control-chrome",
490
+ "name": "pi-control-chrome",
491
+ "kind": "skill",
492
+ "layer": "L4_REVIEW_GUARD",
493
+ "description": "Control the user's existing Chrome o",
494
+ "tokenImpact": "medium",
495
+ "triggerWhen": "根据任务需求动态调度 pi-control-chrome",
496
+ "summary": "Control the user's existing Chrome o",
497
+ "tags": [
498
+ "#skill",
499
+ "#pi-control-chrome",
500
+ "#quality-guard"
501
+ ],
502
+ "costLevel": "$1",
503
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
504
+ },
505
+ {
506
+ "id": "pi-control-chrome-release",
507
+ "name": "pi-control-chrome-release",
508
+ "kind": "skill",
509
+ "layer": "L4_REVIEW_GUARD",
510
+ "description": "Prepare, review, merge, publish, and",
511
+ "tokenImpact": "medium",
512
+ "triggerWhen": "根据任务需求动态调度 pi-control-chrome-release",
513
+ "summary": "Prepare, review, merge, publish, and",
514
+ "tags": [
515
+ "#skill",
516
+ "#pi-control-chrome-release",
517
+ "#quality-guard"
518
+ ],
519
+ "costLevel": "$1",
520
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
521
+ },
522
+ {
523
+ "id": "mcp-scripting",
524
+ "name": "mcp-scripting",
525
+ "kind": "skill",
526
+ "layer": "L4_REVIEW_GUARD",
527
+ "description": "Write mcpScript JavaScript for disco",
528
+ "tokenImpact": "medium",
529
+ "triggerWhen": "根据任务需求动态调度 mcp-scripting",
530
+ "summary": "Write mcpScript JavaScript for disco",
531
+ "tags": [
532
+ "#skill",
533
+ "#mcp-scripting",
534
+ "#quality-guard"
535
+ ],
536
+ "costLevel": "$1",
537
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
538
+ },
539
+ {
540
+ "id": "council-mode",
541
+ "name": "council-mode",
542
+ "kind": "skill",
543
+ "layer": "L3_ORCHESTRATION",
544
+ "description": "Run a bounded supervisor-mediated ad",
545
+ "tokenImpact": "high",
546
+ "triggerWhen": "根据任务需求动态调度 council-mode",
547
+ "summary": "Run a bounded supervisor-mediated ad",
548
+ "tags": [
549
+ "#skill",
550
+ "#council-mode",
551
+ "#orchestration"
552
+ ],
553
+ "costLevel": "$3",
554
+ "bindingReason": "多任务并发分发与子流程编排调度"
555
+ },
556
+ {
557
+ "id": "pi-subagents",
558
+ "name": "pi-subagents",
559
+ "kind": "skill",
560
+ "layer": "L3_ORCHESTRATION",
561
+ "description": "|",
562
+ "tokenImpact": "high",
563
+ "triggerWhen": "根据任务需求动态调度 pi-subagents",
564
+ "summary": "|",
565
+ "tags": [
566
+ "#skill",
567
+ "#pi-subagents",
568
+ "#orchestration"
569
+ ],
570
+ "costLevel": "$3",
571
+ "bindingReason": "多任务并发分发与子流程编排调度"
572
+ }
573
+ ],
574
+ "prompts": [
575
+ {
576
+ "id": "/plugin-probe",
577
+ "name": "/plugin-probe",
578
+ "kind": "prompt",
579
+ "layer": "L1_UTILITY",
580
+ "description": "全局提示词 [/plugin-probe]",
581
+ "tokenImpact": "minimal",
582
+ "triggerWhen": "调用 /plugin-probe",
583
+ "summary": "触发 /plugin-probe 快捷动作",
584
+ "tags": [
585
+ "#prompt",
586
+ "#plugin-probe"
587
+ ],
588
+ "costLevel": "$0"
589
+ },
590
+ {
591
+ "id": "/council",
592
+ "name": "/council",
593
+ "kind": "prompt",
594
+ "layer": "L3_ORCHESTRATION",
595
+ "description": "扩展指令 [/council]",
596
+ "tokenImpact": "high",
597
+ "triggerWhen": "触发专用流水线 council",
598
+ "summary": "执行专职流水线 council",
599
+ "tags": [
600
+ "#pipeline",
601
+ "#council"
602
+ ],
603
+ "costLevel": "$3"
604
+ },
605
+ {
606
+ "id": "/gather-context-and-clarify",
607
+ "name": "/gather-context-and-clarify",
608
+ "kind": "prompt",
609
+ "layer": "L1_UTILITY",
610
+ "description": "扩展指令 [/gather-context-and-clarify]",
611
+ "tokenImpact": "low",
612
+ "triggerWhen": "触发专用流水线 gather-context-and-clarify",
613
+ "summary": "执行专职流水线 gather-context-and-clarify",
614
+ "tags": [
615
+ "#pipeline",
616
+ "#gather-context-and-clarify"
617
+ ],
618
+ "costLevel": "$1"
619
+ },
620
+ {
621
+ "id": "/parallel-cleanup",
622
+ "name": "/parallel-cleanup",
623
+ "kind": "prompt",
624
+ "layer": "L3_ORCHESTRATION",
625
+ "description": "扩展指令 [/parallel-cleanup]",
626
+ "tokenImpact": "high",
627
+ "triggerWhen": "触发专用流水线 parallel-cleanup",
628
+ "summary": "执行专职流水线 parallel-cleanup",
629
+ "tags": [
630
+ "#pipeline",
631
+ "#parallel-cleanup"
632
+ ],
633
+ "costLevel": "$3"
634
+ },
635
+ {
636
+ "id": "/parallel-research",
637
+ "name": "/parallel-research",
638
+ "kind": "prompt",
639
+ "layer": "L2_PERCEPTION",
640
+ "description": "扩展指令 [/parallel-research]",
641
+ "tokenImpact": "medium",
642
+ "triggerWhen": "触发专用流水线 parallel-research",
643
+ "summary": "执行专职流水线 parallel-research",
644
+ "tags": [
645
+ "#pipeline",
646
+ "#parallel-research"
647
+ ],
648
+ "costLevel": "$2"
649
+ },
650
+ {
651
+ "id": "/parallel-review",
652
+ "name": "/parallel-review",
653
+ "kind": "prompt",
654
+ "layer": "L3_ORCHESTRATION",
655
+ "description": "扩展指令 [/parallel-review]",
656
+ "tokenImpact": "high",
657
+ "triggerWhen": "触发专用流水线 parallel-review",
658
+ "summary": "执行专职流水线 parallel-review",
659
+ "tags": [
660
+ "#pipeline",
661
+ "#parallel-review"
662
+ ],
663
+ "costLevel": "$3"
664
+ },
665
+ {
666
+ "id": "/review-loop",
667
+ "name": "/review-loop",
668
+ "kind": "prompt",
669
+ "layer": "L3_ORCHESTRATION",
670
+ "description": "扩展指令 [/review-loop]",
671
+ "tokenImpact": "high",
672
+ "triggerWhen": "触发专用流水线 review-loop",
673
+ "summary": "执行专职流水线 review-loop",
674
+ "tags": [
675
+ "#pipeline",
676
+ "#review-loop"
677
+ ],
678
+ "costLevel": "$3"
679
+ }
680
+ ],
681
+ "mcps": [],
682
+ "tools": [
683
+ {
684
+ "id": "read",
685
+ "name": "read",
686
+ "kind": "tool",
687
+ "layer": "L2_PERCEPTION",
688
+ "description": "Read file",
689
+ "tokenImpact": "medium",
690
+ "triggerWhen": "根据任务需求动态调度 read",
691
+ "summary": "Read file",
692
+ "tags": [
693
+ "#tool",
694
+ "#read",
695
+ "#perception"
696
+ ],
697
+ "costLevel": "$2",
698
+ "bindingReason": "精准信息检索与外部数据源接入"
699
+ },
700
+ {
701
+ "id": "write",
702
+ "name": "write",
703
+ "kind": "tool",
704
+ "layer": "L1_UTILITY",
705
+ "description": "Write file",
706
+ "tokenImpact": "low",
707
+ "triggerWhen": "根据任务需求动态调度 write",
708
+ "summary": "Write file",
709
+ "tags": [
710
+ "#tool",
711
+ "#write"
712
+ ],
713
+ "costLevel": "$1",
714
+ "bindingReason": "基础通用能力"
715
+ },
716
+ {
717
+ "id": "bash",
718
+ "name": "bash",
719
+ "kind": "tool",
720
+ "layer": "L1_UTILITY",
721
+ "description": "Run bash",
722
+ "tokenImpact": "low",
723
+ "triggerWhen": "根据任务需求动态调度 bash",
724
+ "summary": "Run bash",
725
+ "tags": [
726
+ "#tool",
727
+ "#bash"
728
+ ],
729
+ "costLevel": "$1",
730
+ "bindingReason": "基础通用能力"
731
+ },
732
+ {
733
+ "id": "mcp",
734
+ "name": "mcp",
735
+ "kind": "tool",
736
+ "layer": "L4_REVIEW_GUARD",
737
+ "description": "MCP Gateway",
738
+ "tokenImpact": "medium",
739
+ "triggerWhen": "根据任务需求动态调度 mcp",
740
+ "summary": "MCP Gateway",
741
+ "tags": [
742
+ "#tool",
743
+ "#mcp",
744
+ "#quality-guard"
745
+ ],
746
+ "costLevel": "$1",
747
+ "bindingReason": "代码审查走查、断言比对与质量门禁强拦截"
748
+ },
749
+ {
750
+ "id": "workflow",
751
+ "name": "workflow",
752
+ "kind": "tool",
753
+ "layer": "L3_ORCHESTRATION",
754
+ "description": "Dynamic workflows",
755
+ "tokenImpact": "high",
756
+ "triggerWhen": "根据任务需求动态调度 workflow",
757
+ "summary": "Dynamic workflows",
758
+ "tags": [
759
+ "#tool",
760
+ "#workflow",
761
+ "#orchestration"
762
+ ],
763
+ "costLevel": "$3",
764
+ "bindingReason": "多任务并发分发与子流程编排调度"
765
+ },
766
+ {
767
+ "id": "subagent",
768
+ "name": "subagent",
769
+ "kind": "tool",
770
+ "layer": "L3_ORCHESTRATION",
771
+ "description": "Subagent delegator",
772
+ "tokenImpact": "high",
773
+ "triggerWhen": "根据任务需求动态调度 subagent",
774
+ "summary": "Subagent delegator",
775
+ "tags": [
776
+ "#tool",
777
+ "#subagent",
778
+ "#orchestration"
779
+ ],
780
+ "costLevel": "$3",
781
+ "bindingReason": "多任务并发分发与子流程编排调度"
782
+ }
783
+ ],
784
+ "availableToolNames": [
785
+ "bash",
786
+ "mcp",
787
+ "read",
788
+ "subagent",
789
+ "workflow",
790
+ "write"
791
+ ],
792
+ "summaryByLayer": {
793
+ "L1_UTILITY": 16,
794
+ "L2_PERCEPTION": 2,
795
+ "L3_ORCHESTRATION": 15,
796
+ "L4_REVIEW_GUARD": 13
797
+ }
798
+ }