@rune-kit/rune 2.30.0 → 2.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2187 @@
1
+ {
2
+ "version": 2,
3
+ "generated": "2026-07-28T20:50:06.927Z",
4
+ "skillCount": 66,
5
+ "skills": {
6
+ "adversary": {
7
+ "layer": "L2",
8
+ "model": "opus",
9
+ "group": "quality",
10
+ "description": "Pre-implementation red-team analysis. Use when a plan is high-risk, critical path, or expensive to reverse. Challenges plans before code is written — finds edge cases, security holes, scalability bott",
11
+ "connections": [
12
+ "council",
13
+ "sentinel",
14
+ "perf",
15
+ "scout"
16
+ ],
17
+ "signals": {
18
+ "emit": [
19
+ "oracle.dispatched",
20
+ "oracle.response",
21
+ "oracle.failed"
22
+ ],
23
+ "listen": [
24
+ "agent.stuck",
25
+ "context.preview"
26
+ ]
27
+ }
28
+ },
29
+ "asset-creator": {
30
+ "layer": "L3",
31
+ "model": "sonnet",
32
+ "group": "media",
33
+ "description": "Creates code-based visual assets — SVG icons, OG image HTML templates, social banners, and icon sets. Use when generating visuals as code (vector/HTML), NOT raster images — for raster generation see @",
34
+ "connections": []
35
+ },
36
+ "audit": {
37
+ "layer": "L2",
38
+ "model": "opus",
39
+ "group": "quality",
40
+ "description": "Comprehensive project audit — security, dependencies, code quality, architecture, performance, infra, docs, and mesh analytics. Use when needing a full 8-dimension health-score snapshot before a major",
41
+ "connections": [
42
+ "retro",
43
+ "scout",
44
+ "journal",
45
+ "sentinel",
46
+ "dependency-doctor"
47
+ ],
48
+ "signals": {
49
+ "emit": [
50
+ "audit.complete"
51
+ ],
52
+ "listen": [
53
+ "context.preview"
54
+ ]
55
+ }
56
+ },
57
+ "autopsy": {
58
+ "layer": "L2",
59
+ "model": "opus",
60
+ "group": "rescue",
61
+ "description": "Full codebase health assessment. Use when diagnosing project health or starting a rescue workflow on legacy code — OR when evaluating an external GitHub repo for dependency / fork / contribution decis",
62
+ "connections": [
63
+ "scout",
64
+ "journal",
65
+ "safeguard"
66
+ ]
67
+ },
68
+ "ba": {
69
+ "layer": "L2",
70
+ "model": "opus",
71
+ "group": "creation",
72
+ "description": "Business Analyst agent. Use when starting a new feature requiring requirements elicitation BEFORE plan or cook. Asks probing questions, identifies hidden requirements, maps stakeholders, defines scope",
73
+ "connections": [
74
+ "plan",
75
+ "scout"
76
+ ],
77
+ "signals": {
78
+ "emit": [
79
+ "outofscope.match",
80
+ "outofscope.recorded"
81
+ ],
82
+ "listen": []
83
+ }
84
+ },
85
+ "brainstorm": {
86
+ "layer": "L2",
87
+ "model": "opus",
88
+ "group": "creation",
89
+ "description": "Creative ideation and solution exploration. Generates multiple approaches with trade-offs, uses structured frameworks (SCAMPER, First Principles), and hands off to plan for structuring.",
90
+ "connections": [
91
+ "research",
92
+ "trend-scout",
93
+ "sequential-thinking",
94
+ "plan",
95
+ "ba"
96
+ ],
97
+ "signals": {
98
+ "emit": [
99
+ "ideas.ready"
100
+ ],
101
+ "listen": [
102
+ "codebase.scanned"
103
+ ]
104
+ }
105
+ },
106
+ "browser-pilot": {
107
+ "layer": "L3",
108
+ "model": "sonnet",
109
+ "group": "media",
110
+ "description": "Playwright browser automation. Navigates URLs, takes screenshots, checks accessibility tree, interacts with UI elements, and reports findings.",
111
+ "connections": []
112
+ },
113
+ "completion-gate": {
114
+ "layer": "L3",
115
+ "model": "sonnet",
116
+ "group": "validation",
117
+ "description": "Validates agent claims against evidence trail. Use when verifying an agent has actually done what it claims — auto-fires at workflow end. Catches 'done' without proof, 'tests pass' without output, 'fi",
118
+ "connections": []
119
+ },
120
+ "constraint-check": {
121
+ "layer": "L3",
122
+ "model": "sonnet",
123
+ "group": "validation",
124
+ "description": "Meta-validator for HARD-GATEs. Use when auditing whether a skill's mandatory constraints were actually followed during a workflow (not just claimed). Called by cook, team, and audit for discipline com",
125
+ "connections": []
126
+ },
127
+ "context-engine": {
128
+ "layer": "L3",
129
+ "model": "sonnet",
130
+ "group": "state",
131
+ "description": "Context window management. Auto-triggered when context is filling up. Triggers smart compaction and preserves critical information across compaction boundaries. Called by L1 orchestrators at context t",
132
+ "connections": [
133
+ "session-bridge"
134
+ ],
135
+ "signals": {
136
+ "emit": [
137
+ "context.preview",
138
+ "output.density.set"
139
+ ],
140
+ "listen": []
141
+ }
142
+ },
143
+ "context-pack": {
144
+ "layer": "L3",
145
+ "model": "haiku",
146
+ "group": "state",
147
+ "description": "Creates structured handoff briefings between agents. Use when delegating complex work to subagents that would otherwise lose context. Packages task context, constraints, and progress into a compact pa",
148
+ "connections": [
149
+ "autopilot"
150
+ ]
151
+ },
152
+ "converge": {
153
+ "layer": "L3",
154
+ "model": "sonnet",
155
+ "group": "verification",
156
+ "description": "Spec↔code convergence scan. Use after implementation to verify the ACTUAL codebase matches the spec/plan — detects missing backends, dead buttons, partial wiring, scope creep. Classifies gaps (missing",
157
+ "connections": [],
158
+ "signals": {
159
+ "emit": [
160
+ "convergence.gaps",
161
+ "convergence.clean"
162
+ ],
163
+ "listen": [
164
+ "verification.complete"
165
+ ]
166
+ }
167
+ },
168
+ "cook": {
169
+ "layer": "L1",
170
+ "model": "sonnet",
171
+ "group": "orchestrator",
172
+ "description": "Feature implementation orchestrator. ALWAYS use this skill for ANY code change — implement, build, add feature, create, fix bug, or any task that modifies source code. This is the default route for 70",
173
+ "connections": [
174
+ "incident",
175
+ "fix",
176
+ "verification",
177
+ "sentinel",
178
+ "deploy",
179
+ "watchdog",
180
+ "journal",
181
+ "neural-memory",
182
+ "graft",
183
+ "sentinel-env",
184
+ "scout",
185
+ "ba",
186
+ "plan",
187
+ "brainstorm",
188
+ "design",
189
+ "adversary",
190
+ "test",
191
+ "debug",
192
+ "preflight",
193
+ "review",
194
+ "completion-gate",
195
+ "session-bridge",
196
+ "context-pack",
197
+ "hallucination-guard",
198
+ "converge",
199
+ "git"
200
+ ],
201
+ "signals": {
202
+ "emit": [
203
+ "phase.complete",
204
+ "checkpoint.request"
205
+ ],
206
+ "listen": [
207
+ "plan.ready",
208
+ "review.complete",
209
+ "ideas.ready",
210
+ "preflight.passed",
211
+ "verification.complete",
212
+ "convergence.gaps",
213
+ "convergence.clean"
214
+ ]
215
+ }
216
+ },
217
+ "council": {
218
+ "layer": "L3",
219
+ "model": "sonnet",
220
+ "group": "reasoning",
221
+ "description": "Gathers N independent, decorrelated perspectives across model families (external CLIs when present, subagents when not) and arbitrates inline. Use when a decision needs genuine debate — not same-model",
222
+ "connections": [],
223
+ "signals": {
224
+ "emit": [
225
+ "council.dispatched",
226
+ "council.result"
227
+ ],
228
+ "listen": []
229
+ }
230
+ },
231
+ "db": {
232
+ "layer": "L2",
233
+ "model": "sonnet",
234
+ "group": "development",
235
+ "description": "Database workflow specialist. Generates migration files with rollback scripts, detects breaking schema changes, and validates query parameterization.",
236
+ "connections": [],
237
+ "signals": {
238
+ "emit": [
239
+ "db.migrated"
240
+ ],
241
+ "listen": []
242
+ }
243
+ },
244
+ "debug": {
245
+ "layer": "L2",
246
+ "model": "opus",
247
+ "group": "development",
248
+ "description": "Root cause analysis for bugs and unexpected behavior. Traces errors through code, uses structured reasoning, and hands off to fix when cause is found. Core of the debug↔fix mesh. When the diagnosed ca",
249
+ "connections": [
250
+ "fix",
251
+ "problem-solver",
252
+ "sequential-thinking",
253
+ "browser-pilot",
254
+ "scout",
255
+ "brainstorm",
256
+ "plan",
257
+ "debug"
258
+ ],
259
+ "signals": {
260
+ "emit": [
261
+ "bug.diagnosed",
262
+ "agent.stuck"
263
+ ],
264
+ "listen": [
265
+ "tests.failed",
266
+ "oracle.response"
267
+ ]
268
+ }
269
+ },
270
+ "dependency-doctor": {
271
+ "layer": "L3",
272
+ "model": "sonnet",
273
+ "group": "deps",
274
+ "description": "Dependency health management. Detects package manager, checks outdated packages and vulnerabilities, and produces a prioritized update plan.",
275
+ "connections": [
276
+ "docs-seeker",
277
+ "verification"
278
+ ]
279
+ },
280
+ "deploy": {
281
+ "layer": "L2",
282
+ "model": "sonnet",
283
+ "group": "delivery",
284
+ "description": "Deploy application to target platform. Use when user explicitly says 'deploy', 'push to production', 'ship it'. Handles Vercel, Netlify, AWS, GCP, DigitalOcean, and VPS with pre-deploy verification an",
285
+ "connections": [
286
+ "verification",
287
+ "sentinel",
288
+ "browser-pilot",
289
+ "incident",
290
+ "watchdog"
291
+ ],
292
+ "signals": {
293
+ "emit": [
294
+ "deploy.complete"
295
+ ],
296
+ "listen": [
297
+ "security.passed",
298
+ "tests.passed",
299
+ "docs.updated",
300
+ "audit.complete",
301
+ "db.migrated",
302
+ "integration.verified",
303
+ "convergence.clean"
304
+ ]
305
+ }
306
+ },
307
+ "design": {
308
+ "layer": "L2",
309
+ "model": "opus",
310
+ "group": "creation",
311
+ "description": "Design system reasoning. Maps product domain to style, palette, typography, and platform-specific patterns. Generates .rune/design-system.md as the shared design contract for all UI-generating skills.",
312
+ "connections": [
313
+ "review"
314
+ ]
315
+ },
316
+ "doc-processor": {
317
+ "layer": "L3",
318
+ "model": "sonnet",
319
+ "group": "utility",
320
+ "description": "Generate and parse office documents — PDF, DOCX, XLSX, PPTX, CSV. Use when creating reports, exporting tabular data, or processing uploaded office files. NOT for project documentation (use docs).",
321
+ "connections": []
322
+ },
323
+ "docs": {
324
+ "layer": "L2",
325
+ "model": "sonnet",
326
+ "group": "delivery",
327
+ "description": "Auto-generate and maintain project documentation. Creates README, API docs, architecture docs, changelogs, and keeps them in sync with code changes. The \"docs are never outdated\" skill.",
328
+ "connections": [
329
+ "scout",
330
+ "git"
331
+ ],
332
+ "signals": {
333
+ "emit": [
334
+ "docs.updated"
335
+ ],
336
+ "listen": []
337
+ }
338
+ },
339
+ "docs-seeker": {
340
+ "layer": "L3",
341
+ "model": "haiku",
342
+ "group": "knowledge",
343
+ "description": "Find documentation for APIs, libraries, and error messages. Looks up official docs, changelog entries, and migration guides.",
344
+ "connections": []
345
+ },
346
+ "fix": {
347
+ "layer": "L2",
348
+ "model": "sonnet",
349
+ "group": "development",
350
+ "description": "Apply code changes and fixes. Writes implementation code, applies bug fixes, and verifies changes with tests. Core action hub in the development mesh.",
351
+ "connections": [
352
+ "debug",
353
+ "scout",
354
+ "hallucination-guard",
355
+ "docs-seeker",
356
+ "review",
357
+ "fix",
358
+ "test"
359
+ ],
360
+ "signals": {
361
+ "emit": [
362
+ "code.changed",
363
+ "agent.stuck"
364
+ ],
365
+ "listen": [
366
+ "bug.diagnosed",
367
+ "review.issues",
368
+ "preflight.blocked",
369
+ "security.blocked",
370
+ "oracle.response"
371
+ ]
372
+ }
373
+ },
374
+ "git": {
375
+ "layer": "L3",
376
+ "model": "haiku",
377
+ "group": "utility",
378
+ "description": "Specialized git operations — semantic commits, PR descriptions, branch management, conflict resolution guidance. Replaces ad-hoc git commands with a dedicated, convention-aware utility.",
379
+ "connections": []
380
+ },
381
+ "graft": {
382
+ "layer": "L2",
383
+ "model": "sonnet",
384
+ "group": "creation",
385
+ "description": "Clone, port, or convert features from any GitHub repo into your project. Use when stealing patterns from external repos or porting proven code. Understand before copy, challenge before implement. 4 mo",
386
+ "connections": [
387
+ "scout",
388
+ "fix",
389
+ "review",
390
+ "research"
391
+ ],
392
+ "signals": {
393
+ "emit": [
394
+ "graft.complete"
395
+ ],
396
+ "listen": [
397
+ "codebase.scanned"
398
+ ]
399
+ }
400
+ },
401
+ "hallucination-guard": {
402
+ "layer": "L3",
403
+ "model": "sonnet",
404
+ "group": "validation",
405
+ "description": "Verify AI-generated imports, API calls, and packages actually exist. Use when finishing AI-generated code that introduces new imports or external API calls — auto-fires after fix/cook to catch phantom",
406
+ "connections": [
407
+ "research",
408
+ "docs-seeker"
409
+ ]
410
+ },
411
+ "improve-architecture": {
412
+ "layer": "L2",
413
+ "model": "opus",
414
+ "group": "quality",
415
+ "description": "Find architectural friction in a codebase and propose deepening opportunities. Use when user wants to improve architecture, find refactor candidates, consolidate shallow modules, or make a codebase mo",
416
+ "connections": [
417
+ "improve-architecture",
418
+ "brainstorm",
419
+ "surgeon",
420
+ "journal"
421
+ ],
422
+ "signals": {
423
+ "emit": [
424
+ "architecture.shallow.flagged",
425
+ "architecture.deletion.passed"
426
+ ],
427
+ "listen": [
428
+ "codebase.scanned"
429
+ ]
430
+ }
431
+ },
432
+ "incident": {
433
+ "layer": "L2",
434
+ "model": "opus",
435
+ "group": "delivery",
436
+ "description": "Structured incident response. Use when user reports an outage, production error, or says 'incident', 'something is down', 'users are affected'. Triage severity, contain blast radius, root-cause, docum",
437
+ "connections": [
438
+ "journal"
439
+ ],
440
+ "signals": {
441
+ "emit": [],
442
+ "listen": [
443
+ "incident.detected"
444
+ ]
445
+ }
446
+ },
447
+ "integrity-check": {
448
+ "layer": "L3",
449
+ "model": "sonnet",
450
+ "group": "validation",
451
+ "description": "Verify integrity of persisted state, skill outputs, and context bus data. Use when validating .rune/ files or sub-agent outputs against prompt injection, memory poisoning, identity spoofing, or advers",
452
+ "connections": [
453
+ "quarantine"
454
+ ],
455
+ "signals": {
456
+ "emit": [],
457
+ "listen": [
458
+ "quarantine.notice.emitted"
459
+ ]
460
+ }
461
+ },
462
+ "journal": {
463
+ "layer": "L3",
464
+ "model": "haiku",
465
+ "group": "state",
466
+ "description": "Persistent state tracking and Architecture Decision Records across sessions. Use when recording a decision, ADR, or progress that must survive session boundaries. Manages progress state, module health",
467
+ "connections": [],
468
+ "signals": {
469
+ "emit": [],
470
+ "listen": [
471
+ "graft.complete"
472
+ ]
473
+ }
474
+ },
475
+ "launch": {
476
+ "layer": "L1",
477
+ "model": "opus",
478
+ "group": "orchestrator",
479
+ "description": "Deploy + marketing orchestrator. Use when user says 'launch', 'ship to production', 'deploy and announce', or 'go live'. Runs the full pipeline — pre-flight tests, deployment, live verification, marke",
480
+ "connections": [
481
+ "verification",
482
+ "sentinel",
483
+ "browser-pilot",
484
+ "deploy",
485
+ "incident",
486
+ "watchdog",
487
+ "marketing",
488
+ "video-creator"
489
+ ],
490
+ "signals": {
491
+ "emit": [],
492
+ "listen": [
493
+ "audit.complete"
494
+ ]
495
+ }
496
+ },
497
+ "logic-guardian": {
498
+ "layer": "L2",
499
+ "model": "sonnet",
500
+ "group": "quality",
501
+ "description": "Protects complex business logic from accidental deletion or overwrite. Use when editing payment, trading, state-machine, or other load-bearing business logic where a single deleted line can cause sile",
502
+ "connections": [],
503
+ "signals": {
504
+ "emit": [],
505
+ "listen": [
506
+ "invariants.loaded"
507
+ ]
508
+ }
509
+ },
510
+ "marketing": {
511
+ "layer": "L2",
512
+ "model": "sonnet",
513
+ "group": "delivery",
514
+ "description": "Create marketing assets and execute launch strategy. Use when crafting landing copy, social banners, SEO meta, blog posts, or video scripts — coordinates with launch (deploy + announce) and the @rune-",
515
+ "connections": [
516
+ "scout",
517
+ "trend-scout",
518
+ "research",
519
+ "asset-creator",
520
+ "video-creator",
521
+ "slides",
522
+ "browser-pilot"
523
+ ],
524
+ "signals": {
525
+ "emit": [
526
+ "media.request"
527
+ ],
528
+ "listen": []
529
+ }
530
+ },
531
+ "mcp-builder": {
532
+ "layer": "L2",
533
+ "model": "sonnet",
534
+ "group": "creation",
535
+ "description": "Build Model Context Protocol servers from specifications. Use when creating an MCP server for a tool, resource, or service that AI agents should access. Generates tool definitions, resource handlers, ",
536
+ "connections": [
537
+ "verification"
538
+ ]
539
+ },
540
+ "neural-memory": {
541
+ "layer": "L3",
542
+ "model": "haiku",
543
+ "group": "state",
544
+ "description": "Cross-session cognitive persistence via Neural Memory MCP. Use when needing semantic recall of past decisions / errors / insights across projects — distinct from session-bridge (file-based, project-sc",
545
+ "connections": []
546
+ },
547
+ "onboard": {
548
+ "layer": "L2",
549
+ "model": "sonnet",
550
+ "group": "quality",
551
+ "description": "Auto-generate project context for AI sessions. Use when starting on a new repo for the first time, or when CLAUDE.md / .rune/ context is missing or stale. Scans codebase and creates the setup so every",
552
+ "connections": [
553
+ "scout"
554
+ ],
555
+ "signals": {
556
+ "emit": [
557
+ "project.onboarded",
558
+ "invariants.seeded"
559
+ ],
560
+ "listen": []
561
+ }
562
+ },
563
+ "perf": {
564
+ "layer": "L2",
565
+ "model": "sonnet",
566
+ "group": "quality",
567
+ "description": "Performance regression gate. Detects N+1 queries, sync-in-async, missing indexes, memory leaks, and bundle bloat before they reach production. Ranks findings by Cost Impact Hierarchy (architecture > d",
568
+ "connections": []
569
+ },
570
+ "plan": {
571
+ "layer": "L2",
572
+ "model": "opus",
573
+ "group": "creation",
574
+ "description": "Create structured implementation plans from requirements. Produces master plan + phase files for enterprise-scale project management. Master plan = overview (<80 lines). Phase files = execution detail",
575
+ "connections": [
576
+ "ba",
577
+ "scout",
578
+ "plan",
579
+ "adversary",
580
+ "autopilot",
581
+ "cook"
582
+ ],
583
+ "signals": {
584
+ "emit": [
585
+ "plan.ready"
586
+ ],
587
+ "listen": [
588
+ "codebase.scanned",
589
+ "project.onboarded",
590
+ "security.blocked"
591
+ ]
592
+ }
593
+ },
594
+ "preflight": {
595
+ "layer": "L2",
596
+ "model": "sonnet",
597
+ "group": "quality",
598
+ "description": "Pre-commit quality gate that catches 'almost right' code. Use when about to commit — auto-fires before commit to validate logic correctness, error handling, regressions, and completeness. Goes beyond ",
599
+ "connections": [
600
+ "scout",
601
+ "sentinel",
602
+ "test",
603
+ "verification"
604
+ ],
605
+ "signals": {
606
+ "emit": [
607
+ "preflight.passed",
608
+ "preflight.blocked"
609
+ ],
610
+ "listen": [
611
+ "code.changed"
612
+ ]
613
+ }
614
+ },
615
+ "problem-solver": {
616
+ "layer": "L3",
617
+ "model": "sonnet",
618
+ "group": "reasoning",
619
+ "description": "Structured reasoning frameworks for complex problems. 19 analytical frameworks, 12 cognitive bias detectors, 10 decomposition methods, 10 mental models, Cynefin domain classification, ethical dimensio",
620
+ "connections": [
621
+ "council"
622
+ ]
623
+ },
624
+ "quarantine": {
625
+ "layer": "L3",
626
+ "model": "opus",
627
+ "group": "security",
628
+ "description": "Advisory wrap for tool results from untrusted external surfaces. Appends `[QUARANTINE-NOTICE]` to next-turn context after `mcp__*`, `WebFetch`, and `Read` of `**/uploads/**` so prior tool output is tr",
629
+ "connections": [],
630
+ "signals": {
631
+ "emit": [
632
+ "quarantine.notice.emitted"
633
+ ],
634
+ "listen": [
635
+ "external.content.received"
636
+ ]
637
+ }
638
+ },
639
+ "rescue": {
640
+ "layer": "L1",
641
+ "model": "opus",
642
+ "group": "orchestrator",
643
+ "description": "Legacy refactoring orchestrator. Use when user says 'refactor', 'modernize', 'clean up this mess', 'rescue', or when dealing with old/messy/legacy code. Multi-session workflow — autopsy, safety net, i",
644
+ "connections": [
645
+ "autopsy",
646
+ "onboard",
647
+ "dependency-doctor",
648
+ "journal",
649
+ "session-bridge",
650
+ "safeguard",
651
+ "surgeon",
652
+ "review"
653
+ ]
654
+ },
655
+ "research": {
656
+ "layer": "L3",
657
+ "model": "sonnet",
658
+ "group": "knowledge",
659
+ "description": "Web search and external knowledge lookup. Gathers data on technologies, libraries, best practices, and competitor solutions.",
660
+ "connections": []
661
+ },
662
+ "retro": {
663
+ "layer": "L2",
664
+ "model": "sonnet",
665
+ "group": "knowledge",
666
+ "description": "Engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with trend tracking. Per-person breakdowns, shipping streaks, and actionable improvements. Use when asked fo",
667
+ "connections": []
668
+ },
669
+ "review": {
670
+ "layer": "L2",
671
+ "model": "sonnet",
672
+ "group": "development",
673
+ "description": "Code quality review — patterns, security, performance, correctness. Finds bugs, suggests improvements, triggers fix for issues found. Escalates to opus for security-critical code.",
674
+ "connections": [
675
+ "fix",
676
+ "test",
677
+ "sentinel",
678
+ "scout",
679
+ "adversary",
680
+ "council",
681
+ "design",
682
+ "review"
683
+ ],
684
+ "signals": {
685
+ "emit": [
686
+ "review.complete",
687
+ "review.issues"
688
+ ],
689
+ "listen": [
690
+ "code.changed",
691
+ "docs.updated",
692
+ "context.preview"
693
+ ]
694
+ }
695
+ },
696
+ "review-intake": {
697
+ "layer": "L2",
698
+ "model": "sonnet",
699
+ "group": "quality",
700
+ "description": "Use when receiving external input that needs structured intake before action — PR review feedback, code review comments, OR issue tracker items (bug reports, feature requests). PR Review Mode (default",
701
+ "connections": [],
702
+ "signals": {
703
+ "emit": [
704
+ "triage.classified",
705
+ "agent.brief.ready"
706
+ ],
707
+ "listen": [
708
+ "outofscope.match"
709
+ ]
710
+ }
711
+ },
712
+ "safeguard": {
713
+ "layer": "L2",
714
+ "model": "sonnet",
715
+ "group": "rescue",
716
+ "description": "Build safety nets before refactoring. Use when running surgeon or any risky refactor that needs a rollback point. Creates characterization tests, boundary markers, config freezes, and rollback points.",
717
+ "connections": [
718
+ "scout",
719
+ "verification",
720
+ "surgeon"
721
+ ]
722
+ },
723
+ "sast": {
724
+ "layer": "L3",
725
+ "model": "sonnet",
726
+ "group": "validation",
727
+ "description": "Static analysis tool runner. Wraps ESLint, Semgrep, Bandit, Clippy, and language-specific analyzers with unified severity output. Use when deeper code analysis needed beyond pattern matching.",
728
+ "connections": []
729
+ },
730
+ "scaffold": {
731
+ "layer": "L1",
732
+ "model": "sonnet",
733
+ "group": "orchestrator",
734
+ "description": "Autonomous project bootstrapper. Generates complete project from a description — structure, code, tests, docs, config. Orchestrates ba → plan → design → fix → test → docs → git in one pipeline. The \"0",
735
+ "connections": [
736
+ "ba",
737
+ "research",
738
+ "plan",
739
+ "design",
740
+ "team",
741
+ "test",
742
+ "docs",
743
+ "git",
744
+ "verification",
745
+ "sentinel",
746
+ "fix"
747
+ ]
748
+ },
749
+ "scope-guard": {
750
+ "layer": "L3",
751
+ "model": "haiku",
752
+ "group": "monitoring",
753
+ "description": "Detects scope creep by quantifying drift percentage. Auto-triggered by L1 orchestrators when files exceed the original plan. Compares git changes against plan, classifies drift into 4 tiers: ON_TRACK,",
754
+ "connections": []
755
+ },
756
+ "scout": {
757
+ "layer": "L2",
758
+ "model": "haiku",
759
+ "group": "creation",
760
+ "description": "Fast codebase scanner. Use when any skill needs codebase context. Finds files, patterns, dependencies, project structure. Pure read-only — never modifies files.",
761
+ "connections": [],
762
+ "signals": {
763
+ "emit": [
764
+ "codebase.scanned"
765
+ ],
766
+ "listen": [
767
+ "agent.stuck"
768
+ ]
769
+ }
770
+ },
771
+ "sentinel": {
772
+ "layer": "L2",
773
+ "model": "sonnet",
774
+ "group": "quality",
775
+ "description": "Automated security gatekeeper. Blocks unsafe code before commit — secret scanning, OWASP top 10, dependency audit, permission checks. A GATE, not a suggestion.",
776
+ "connections": [
777
+ "quarantine",
778
+ "integrity-check"
779
+ ],
780
+ "signals": {
781
+ "emit": [
782
+ "security.passed",
783
+ "security.blocked"
784
+ ],
785
+ "listen": [
786
+ "code.changed",
787
+ "quarantine.notice.emitted"
788
+ ]
789
+ }
790
+ },
791
+ "sentinel-env": {
792
+ "layer": "L3",
793
+ "model": "haiku",
794
+ "group": "validation",
795
+ "description": "Environment-aware pre-flight check. Use when starting work in a new environment, switching machines, or when 'works on my machine' bugs surface. Validates OS, runtime versions, installed tools, port a",
796
+ "connections": []
797
+ },
798
+ "sequential-thinking": {
799
+ "layer": "L3",
800
+ "model": "sonnet",
801
+ "group": "reasoning",
802
+ "description": "Step-by-step complex reasoning for multi-variable problems. Breaks interconnected decisions into ordered logical steps with bias detection, reversibility classification, and second-order effect tracki",
803
+ "connections": []
804
+ },
805
+ "session-bridge": {
806
+ "layer": "L3",
807
+ "model": "haiku",
808
+ "group": "state",
809
+ "description": "Universal context persistence across sessions. Auto-saves decisions, conventions, and progress to .rune/ files. Loads state at session start. Use when any skill makes architectural decisions or establ",
810
+ "connections": [
811
+ "integrity-check"
812
+ ],
813
+ "signals": {
814
+ "emit": [
815
+ "invariants.loaded",
816
+ "oracle.failed"
817
+ ],
818
+ "listen": [
819
+ "phase.complete",
820
+ "checkpoint.request",
821
+ "oracle.dispatched"
822
+ ]
823
+ }
824
+ },
825
+ "skill-forge": {
826
+ "layer": "L2",
827
+ "model": "opus",
828
+ "group": "creation",
829
+ "description": "Use when creating new Rune skills, editing existing skills, or verifying skill quality before deployment. Applies TDD discipline to skill authoring — test before write, verify before ship.",
830
+ "connections": [
831
+ "test"
832
+ ]
833
+ },
834
+ "skill-router": {
835
+ "layer": "L0",
836
+ "model": "sonnet",
837
+ "group": "orchestrator",
838
+ "description": "Meta-enforcement layer that routes EVERY agent action through the correct skill. MUST check this routing table before ANY response involving code, files, or technical decisions. Default: route to rune",
839
+ "connections": [
840
+ "cook",
841
+ "team",
842
+ "launch",
843
+ "rescue",
844
+ "audit",
845
+ "scaffold",
846
+ "autopilot",
847
+ "plan",
848
+ "brainstorm",
849
+ "review",
850
+ "test",
851
+ "surgeon",
852
+ "deploy",
853
+ "sentinel",
854
+ "perf",
855
+ "db",
856
+ "review-intake",
857
+ "logic-guardian",
858
+ "skill-forge",
859
+ "incident",
860
+ "design",
861
+ "debug",
862
+ "fix",
863
+ "marketing",
864
+ "ba",
865
+ "converge",
866
+ "docs",
867
+ "mcp-builder",
868
+ "adversary",
869
+ "scout",
870
+ "preflight",
871
+ "verification",
872
+ "hallucination-guard",
873
+ "completion-gate",
874
+ "sentinel-env",
875
+ "research",
876
+ "docs-seeker",
877
+ "session-bridge",
878
+ "journal",
879
+ "neural-memory",
880
+ "git",
881
+ "doc-processor"
882
+ ]
883
+ },
884
+ "slides": {
885
+ "layer": "L3",
886
+ "model": "sonnet",
887
+ "group": "media",
888
+ "description": "Generate Marp-compatible slide decks from structured JSON schema. Converts context into presentations for tech talks, sprint demos, and tutorials.",
889
+ "connections": []
890
+ },
891
+ "surgeon": {
892
+ "layer": "L2",
893
+ "model": "sonnet",
894
+ "group": "rescue",
895
+ "description": "Incremental refactorer. Use when refactoring ONE module at a time within a rescue workflow after safeguard has set up safety nets — never as a standalone refactor for greenfield code. Applies proven p",
896
+ "connections": [
897
+ "scout",
898
+ "safeguard",
899
+ "debug",
900
+ "test",
901
+ "review",
902
+ "journal",
903
+ "surgeon",
904
+ "autopsy"
905
+ ]
906
+ },
907
+ "team": {
908
+ "layer": "L1",
909
+ "model": "opus",
910
+ "group": "orchestrator",
911
+ "description": "Multi-agent meta-orchestrator. Use when task spans 5+ files or 3+ modules, or when user says 'parallel', 'split this up', 'do all of these'. Decomposes large tasks into parallel workstreams, assigns t",
912
+ "connections": [
913
+ "scout",
914
+ "plan",
915
+ "context-engine",
916
+ "integrity-check",
917
+ "verification"
918
+ ],
919
+ "signals": {
920
+ "emit": [
921
+ "phase.complete"
922
+ ],
923
+ "listen": [
924
+ "context.preview"
925
+ ]
926
+ }
927
+ },
928
+ "test": {
929
+ "layer": "L2",
930
+ "model": "sonnet",
931
+ "group": "development",
932
+ "description": "TDD test writer. Writes failing tests FIRST (red), then verifies they pass after implementation (green). Covers unit, integration, and e2e tests.",
933
+ "connections": [
934
+ "fix",
935
+ "debug",
936
+ "test",
937
+ "preflight"
938
+ ],
939
+ "signals": {
940
+ "emit": [
941
+ "tests.passed",
942
+ "tests.failed"
943
+ ],
944
+ "listen": [
945
+ "code.changed",
946
+ "db.migrated"
947
+ ]
948
+ }
949
+ },
950
+ "trend-scout": {
951
+ "layer": "L3",
952
+ "model": "haiku",
953
+ "group": "knowledge",
954
+ "description": "Scan market trends, competitor activity, and emerging patterns. Monitors Product Hunt, GitHub Trending, HackerNews, and social platforms.",
955
+ "connections": []
956
+ },
957
+ "verification": {
958
+ "layer": "L3",
959
+ "model": "sonnet",
960
+ "group": "validation",
961
+ "description": "Universal verification runner. Runs lint, type-check, tests, and build. Use after any code change to verify nothing is broken.",
962
+ "connections": [],
963
+ "signals": {
964
+ "emit": [
965
+ "verification.complete",
966
+ "integration.verified"
967
+ ],
968
+ "listen": [
969
+ "code.changed"
970
+ ]
971
+ }
972
+ },
973
+ "video-creator": {
974
+ "layer": "L3",
975
+ "model": "sonnet",
976
+ "group": "media",
977
+ "description": "Video content planning. Writes narration scripts, storyboards, shot lists, and asset checklists. Saves plan to marketing/video-plan.md.",
978
+ "connections": []
979
+ },
980
+ "watchdog": {
981
+ "layer": "L3",
982
+ "model": "haiku",
983
+ "group": "monitoring",
984
+ "description": "Post-deploy monitoring. Use when verifying a deployed app is healthy after deploy or launch — auto-fires from launch/deploy. Checks HTTP status, response times, error detection, and smoke test report.",
985
+ "connections": [],
986
+ "signals": {
987
+ "emit": [
988
+ "incident.detected"
989
+ ],
990
+ "listen": [
991
+ "deploy.complete"
992
+ ]
993
+ }
994
+ },
995
+ "worktree": {
996
+ "layer": "L3",
997
+ "model": "haiku",
998
+ "group": "utility",
999
+ "description": "Git worktree lifecycle management. Use when team needs parallel isolated workspaces for multi-stream development, or when an experiment must not touch the main working tree. Creates isolated workspace",
1000
+ "connections": []
1001
+ }
1002
+ },
1003
+ "graph": {
1004
+ "adversary": [
1005
+ "council",
1006
+ "sentinel",
1007
+ "perf",
1008
+ "scout"
1009
+ ],
1010
+ "asset-creator": [],
1011
+ "audit": [
1012
+ "retro",
1013
+ "scout",
1014
+ "journal",
1015
+ "sentinel",
1016
+ "dependency-doctor"
1017
+ ],
1018
+ "autopsy": [
1019
+ "scout",
1020
+ "journal",
1021
+ "safeguard"
1022
+ ],
1023
+ "ba": [
1024
+ "plan",
1025
+ "scout"
1026
+ ],
1027
+ "brainstorm": [
1028
+ "research",
1029
+ "trend-scout",
1030
+ "sequential-thinking",
1031
+ "plan",
1032
+ "ba"
1033
+ ],
1034
+ "browser-pilot": [],
1035
+ "completion-gate": [],
1036
+ "constraint-check": [],
1037
+ "context-engine": [
1038
+ "session-bridge"
1039
+ ],
1040
+ "context-pack": [
1041
+ "autopilot"
1042
+ ],
1043
+ "converge": [],
1044
+ "cook": [
1045
+ "incident",
1046
+ "fix",
1047
+ "verification",
1048
+ "sentinel",
1049
+ "deploy",
1050
+ "watchdog",
1051
+ "journal",
1052
+ "neural-memory",
1053
+ "graft",
1054
+ "sentinel-env",
1055
+ "scout",
1056
+ "ba",
1057
+ "plan",
1058
+ "brainstorm",
1059
+ "design",
1060
+ "adversary",
1061
+ "test",
1062
+ "debug",
1063
+ "preflight",
1064
+ "review",
1065
+ "completion-gate",
1066
+ "session-bridge",
1067
+ "context-pack",
1068
+ "hallucination-guard",
1069
+ "converge",
1070
+ "git"
1071
+ ],
1072
+ "council": [],
1073
+ "db": [],
1074
+ "debug": [
1075
+ "fix",
1076
+ "problem-solver",
1077
+ "sequential-thinking",
1078
+ "browser-pilot",
1079
+ "scout",
1080
+ "brainstorm",
1081
+ "plan",
1082
+ "debug"
1083
+ ],
1084
+ "dependency-doctor": [
1085
+ "docs-seeker",
1086
+ "verification"
1087
+ ],
1088
+ "deploy": [
1089
+ "verification",
1090
+ "sentinel",
1091
+ "browser-pilot",
1092
+ "incident",
1093
+ "watchdog"
1094
+ ],
1095
+ "design": [
1096
+ "review"
1097
+ ],
1098
+ "doc-processor": [],
1099
+ "docs": [
1100
+ "scout",
1101
+ "git"
1102
+ ],
1103
+ "docs-seeker": [],
1104
+ "fix": [
1105
+ "debug",
1106
+ "scout",
1107
+ "hallucination-guard",
1108
+ "docs-seeker",
1109
+ "review",
1110
+ "fix",
1111
+ "test"
1112
+ ],
1113
+ "git": [],
1114
+ "graft": [
1115
+ "scout",
1116
+ "fix",
1117
+ "review",
1118
+ "research"
1119
+ ],
1120
+ "hallucination-guard": [
1121
+ "research",
1122
+ "docs-seeker"
1123
+ ],
1124
+ "improve-architecture": [
1125
+ "improve-architecture",
1126
+ "brainstorm",
1127
+ "surgeon",
1128
+ "journal"
1129
+ ],
1130
+ "incident": [
1131
+ "journal"
1132
+ ],
1133
+ "integrity-check": [
1134
+ "quarantine"
1135
+ ],
1136
+ "journal": [],
1137
+ "launch": [
1138
+ "verification",
1139
+ "sentinel",
1140
+ "browser-pilot",
1141
+ "deploy",
1142
+ "incident",
1143
+ "watchdog",
1144
+ "marketing",
1145
+ "video-creator"
1146
+ ],
1147
+ "logic-guardian": [],
1148
+ "marketing": [
1149
+ "scout",
1150
+ "trend-scout",
1151
+ "research",
1152
+ "asset-creator",
1153
+ "video-creator",
1154
+ "slides",
1155
+ "browser-pilot"
1156
+ ],
1157
+ "mcp-builder": [
1158
+ "verification"
1159
+ ],
1160
+ "neural-memory": [],
1161
+ "onboard": [
1162
+ "scout"
1163
+ ],
1164
+ "perf": [],
1165
+ "plan": [
1166
+ "ba",
1167
+ "scout",
1168
+ "plan",
1169
+ "adversary",
1170
+ "autopilot",
1171
+ "cook"
1172
+ ],
1173
+ "preflight": [
1174
+ "scout",
1175
+ "sentinel",
1176
+ "test",
1177
+ "verification"
1178
+ ],
1179
+ "problem-solver": [
1180
+ "council"
1181
+ ],
1182
+ "quarantine": [],
1183
+ "rescue": [
1184
+ "autopsy",
1185
+ "onboard",
1186
+ "dependency-doctor",
1187
+ "journal",
1188
+ "session-bridge",
1189
+ "safeguard",
1190
+ "surgeon",
1191
+ "review"
1192
+ ],
1193
+ "research": [],
1194
+ "retro": [],
1195
+ "review": [
1196
+ "fix",
1197
+ "test",
1198
+ "sentinel",
1199
+ "scout",
1200
+ "adversary",
1201
+ "council",
1202
+ "design",
1203
+ "review"
1204
+ ],
1205
+ "review-intake": [],
1206
+ "safeguard": [
1207
+ "scout",
1208
+ "verification",
1209
+ "surgeon"
1210
+ ],
1211
+ "sast": [],
1212
+ "scaffold": [
1213
+ "ba",
1214
+ "research",
1215
+ "plan",
1216
+ "design",
1217
+ "team",
1218
+ "test",
1219
+ "docs",
1220
+ "git",
1221
+ "verification",
1222
+ "sentinel",
1223
+ "fix"
1224
+ ],
1225
+ "scope-guard": [],
1226
+ "scout": [],
1227
+ "sentinel": [
1228
+ "quarantine",
1229
+ "integrity-check"
1230
+ ],
1231
+ "sentinel-env": [],
1232
+ "sequential-thinking": [],
1233
+ "session-bridge": [
1234
+ "integrity-check"
1235
+ ],
1236
+ "skill-forge": [
1237
+ "test"
1238
+ ],
1239
+ "skill-router": [
1240
+ "cook",
1241
+ "team",
1242
+ "launch",
1243
+ "rescue",
1244
+ "audit",
1245
+ "scaffold",
1246
+ "autopilot",
1247
+ "plan",
1248
+ "brainstorm",
1249
+ "review",
1250
+ "test",
1251
+ "surgeon",
1252
+ "deploy",
1253
+ "sentinel",
1254
+ "perf",
1255
+ "db",
1256
+ "review-intake",
1257
+ "logic-guardian",
1258
+ "skill-forge",
1259
+ "incident",
1260
+ "design",
1261
+ "debug",
1262
+ "fix",
1263
+ "marketing",
1264
+ "ba",
1265
+ "converge",
1266
+ "docs",
1267
+ "mcp-builder",
1268
+ "adversary",
1269
+ "scout",
1270
+ "preflight",
1271
+ "verification",
1272
+ "hallucination-guard",
1273
+ "completion-gate",
1274
+ "sentinel-env",
1275
+ "research",
1276
+ "docs-seeker",
1277
+ "session-bridge",
1278
+ "journal",
1279
+ "neural-memory",
1280
+ "git",
1281
+ "doc-processor"
1282
+ ],
1283
+ "slides": [],
1284
+ "surgeon": [
1285
+ "scout",
1286
+ "safeguard",
1287
+ "debug",
1288
+ "test",
1289
+ "review",
1290
+ "journal",
1291
+ "surgeon",
1292
+ "autopsy"
1293
+ ],
1294
+ "team": [
1295
+ "scout",
1296
+ "plan",
1297
+ "context-engine",
1298
+ "integrity-check",
1299
+ "verification"
1300
+ ],
1301
+ "test": [
1302
+ "fix",
1303
+ "debug",
1304
+ "test",
1305
+ "preflight"
1306
+ ],
1307
+ "trend-scout": [],
1308
+ "verification": [],
1309
+ "video-creator": [],
1310
+ "watchdog": [],
1311
+ "worktree": []
1312
+ },
1313
+ "signals": {
1314
+ "oracle.dispatched": {
1315
+ "emitters": [
1316
+ "adversary"
1317
+ ],
1318
+ "listeners": [
1319
+ "session-bridge"
1320
+ ]
1321
+ },
1322
+ "oracle.response": {
1323
+ "emitters": [
1324
+ "adversary"
1325
+ ],
1326
+ "listeners": [
1327
+ "debug",
1328
+ "fix"
1329
+ ]
1330
+ },
1331
+ "oracle.failed": {
1332
+ "emitters": [
1333
+ "adversary",
1334
+ "session-bridge"
1335
+ ],
1336
+ "listeners": []
1337
+ },
1338
+ "agent.stuck": {
1339
+ "emitters": [
1340
+ "debug",
1341
+ "fix"
1342
+ ],
1343
+ "listeners": [
1344
+ "adversary",
1345
+ "scout"
1346
+ ]
1347
+ },
1348
+ "context.preview": {
1349
+ "emitters": [
1350
+ "context-engine"
1351
+ ],
1352
+ "listeners": [
1353
+ "adversary",
1354
+ "audit",
1355
+ "review",
1356
+ "team"
1357
+ ]
1358
+ },
1359
+ "audit.complete": {
1360
+ "emitters": [
1361
+ "audit"
1362
+ ],
1363
+ "listeners": [
1364
+ "deploy",
1365
+ "launch"
1366
+ ]
1367
+ },
1368
+ "outofscope.match": {
1369
+ "emitters": [
1370
+ "ba"
1371
+ ],
1372
+ "listeners": [
1373
+ "review-intake"
1374
+ ]
1375
+ },
1376
+ "outofscope.recorded": {
1377
+ "emitters": [
1378
+ "ba"
1379
+ ],
1380
+ "listeners": []
1381
+ },
1382
+ "ideas.ready": {
1383
+ "emitters": [
1384
+ "brainstorm"
1385
+ ],
1386
+ "listeners": [
1387
+ "cook"
1388
+ ]
1389
+ },
1390
+ "codebase.scanned": {
1391
+ "emitters": [
1392
+ "scout"
1393
+ ],
1394
+ "listeners": [
1395
+ "brainstorm",
1396
+ "graft",
1397
+ "improve-architecture",
1398
+ "plan"
1399
+ ]
1400
+ },
1401
+ "output.density.set": {
1402
+ "emitters": [
1403
+ "context-engine"
1404
+ ],
1405
+ "listeners": []
1406
+ },
1407
+ "convergence.gaps": {
1408
+ "emitters": [
1409
+ "converge"
1410
+ ],
1411
+ "listeners": [
1412
+ "cook"
1413
+ ]
1414
+ },
1415
+ "convergence.clean": {
1416
+ "emitters": [
1417
+ "converge"
1418
+ ],
1419
+ "listeners": [
1420
+ "cook",
1421
+ "deploy"
1422
+ ]
1423
+ },
1424
+ "verification.complete": {
1425
+ "emitters": [
1426
+ "verification"
1427
+ ],
1428
+ "listeners": [
1429
+ "converge",
1430
+ "cook"
1431
+ ]
1432
+ },
1433
+ "phase.complete": {
1434
+ "emitters": [
1435
+ "cook",
1436
+ "team"
1437
+ ],
1438
+ "listeners": [
1439
+ "session-bridge"
1440
+ ]
1441
+ },
1442
+ "checkpoint.request": {
1443
+ "emitters": [
1444
+ "cook"
1445
+ ],
1446
+ "listeners": [
1447
+ "session-bridge"
1448
+ ]
1449
+ },
1450
+ "plan.ready": {
1451
+ "emitters": [
1452
+ "plan"
1453
+ ],
1454
+ "listeners": [
1455
+ "cook"
1456
+ ]
1457
+ },
1458
+ "review.complete": {
1459
+ "emitters": [
1460
+ "review"
1461
+ ],
1462
+ "listeners": [
1463
+ "cook"
1464
+ ]
1465
+ },
1466
+ "preflight.passed": {
1467
+ "emitters": [
1468
+ "preflight"
1469
+ ],
1470
+ "listeners": [
1471
+ "cook"
1472
+ ]
1473
+ },
1474
+ "council.dispatched": {
1475
+ "emitters": [
1476
+ "council"
1477
+ ],
1478
+ "listeners": []
1479
+ },
1480
+ "council.result": {
1481
+ "emitters": [
1482
+ "council"
1483
+ ],
1484
+ "listeners": []
1485
+ },
1486
+ "db.migrated": {
1487
+ "emitters": [
1488
+ "db"
1489
+ ],
1490
+ "listeners": [
1491
+ "deploy",
1492
+ "test"
1493
+ ]
1494
+ },
1495
+ "bug.diagnosed": {
1496
+ "emitters": [
1497
+ "debug"
1498
+ ],
1499
+ "listeners": [
1500
+ "fix"
1501
+ ]
1502
+ },
1503
+ "tests.failed": {
1504
+ "emitters": [
1505
+ "test"
1506
+ ],
1507
+ "listeners": [
1508
+ "debug"
1509
+ ]
1510
+ },
1511
+ "deploy.complete": {
1512
+ "emitters": [
1513
+ "deploy"
1514
+ ],
1515
+ "listeners": [
1516
+ "watchdog"
1517
+ ]
1518
+ },
1519
+ "security.passed": {
1520
+ "emitters": [
1521
+ "sentinel"
1522
+ ],
1523
+ "listeners": [
1524
+ "deploy"
1525
+ ]
1526
+ },
1527
+ "tests.passed": {
1528
+ "emitters": [
1529
+ "test"
1530
+ ],
1531
+ "listeners": [
1532
+ "deploy"
1533
+ ]
1534
+ },
1535
+ "docs.updated": {
1536
+ "emitters": [
1537
+ "docs"
1538
+ ],
1539
+ "listeners": [
1540
+ "deploy",
1541
+ "review"
1542
+ ]
1543
+ },
1544
+ "integration.verified": {
1545
+ "emitters": [
1546
+ "verification"
1547
+ ],
1548
+ "listeners": [
1549
+ "deploy"
1550
+ ]
1551
+ },
1552
+ "code.changed": {
1553
+ "emitters": [
1554
+ "fix"
1555
+ ],
1556
+ "listeners": [
1557
+ "preflight",
1558
+ "review",
1559
+ "sentinel",
1560
+ "test",
1561
+ "verification"
1562
+ ]
1563
+ },
1564
+ "review.issues": {
1565
+ "emitters": [
1566
+ "review"
1567
+ ],
1568
+ "listeners": [
1569
+ "fix"
1570
+ ]
1571
+ },
1572
+ "preflight.blocked": {
1573
+ "emitters": [
1574
+ "preflight"
1575
+ ],
1576
+ "listeners": [
1577
+ "fix"
1578
+ ]
1579
+ },
1580
+ "security.blocked": {
1581
+ "emitters": [
1582
+ "sentinel"
1583
+ ],
1584
+ "listeners": [
1585
+ "fix",
1586
+ "plan"
1587
+ ]
1588
+ },
1589
+ "graft.complete": {
1590
+ "emitters": [
1591
+ "graft"
1592
+ ],
1593
+ "listeners": [
1594
+ "journal"
1595
+ ]
1596
+ },
1597
+ "architecture.shallow.flagged": {
1598
+ "emitters": [
1599
+ "improve-architecture"
1600
+ ],
1601
+ "listeners": []
1602
+ },
1603
+ "architecture.deletion.passed": {
1604
+ "emitters": [
1605
+ "improve-architecture"
1606
+ ],
1607
+ "listeners": []
1608
+ },
1609
+ "incident.detected": {
1610
+ "emitters": [
1611
+ "watchdog"
1612
+ ],
1613
+ "listeners": [
1614
+ "incident"
1615
+ ]
1616
+ },
1617
+ "quarantine.notice.emitted": {
1618
+ "emitters": [
1619
+ "quarantine"
1620
+ ],
1621
+ "listeners": [
1622
+ "integrity-check",
1623
+ "sentinel"
1624
+ ]
1625
+ },
1626
+ "invariants.loaded": {
1627
+ "emitters": [
1628
+ "session-bridge"
1629
+ ],
1630
+ "listeners": [
1631
+ "logic-guardian"
1632
+ ]
1633
+ },
1634
+ "media.request": {
1635
+ "emitters": [
1636
+ "marketing"
1637
+ ],
1638
+ "listeners": []
1639
+ },
1640
+ "project.onboarded": {
1641
+ "emitters": [
1642
+ "onboard"
1643
+ ],
1644
+ "listeners": [
1645
+ "plan"
1646
+ ]
1647
+ },
1648
+ "invariants.seeded": {
1649
+ "emitters": [
1650
+ "onboard"
1651
+ ],
1652
+ "listeners": []
1653
+ },
1654
+ "external.content.received": {
1655
+ "emitters": [],
1656
+ "listeners": [
1657
+ "quarantine"
1658
+ ]
1659
+ },
1660
+ "triage.classified": {
1661
+ "emitters": [
1662
+ "review-intake"
1663
+ ],
1664
+ "listeners": []
1665
+ },
1666
+ "agent.brief.ready": {
1667
+ "emitters": [
1668
+ "review-intake"
1669
+ ],
1670
+ "listeners": []
1671
+ }
1672
+ },
1673
+ "intents": {
1674
+ "cook": {
1675
+ "keywords": [
1676
+ "implement",
1677
+ "build",
1678
+ "create",
1679
+ "add",
1680
+ "feature",
1681
+ "fix",
1682
+ "code",
1683
+ "write",
1684
+ "make",
1685
+ "develop"
1686
+ ],
1687
+ "layer": "L1",
1688
+ "model": "sonnet",
1689
+ "chain": [
1690
+ "cook",
1691
+ "incident",
1692
+ "fix",
1693
+ "verification",
1694
+ "sentinel",
1695
+ "deploy"
1696
+ ]
1697
+ },
1698
+ "team": {
1699
+ "keywords": [
1700
+ "parallel",
1701
+ "split",
1702
+ "multiple",
1703
+ "large",
1704
+ "many files",
1705
+ "multi-module"
1706
+ ],
1707
+ "layer": "L1",
1708
+ "model": "opus",
1709
+ "chain": [
1710
+ "team",
1711
+ "scout",
1712
+ "plan",
1713
+ "context-engine",
1714
+ "integrity-check",
1715
+ "verification"
1716
+ ]
1717
+ },
1718
+ "launch": {
1719
+ "keywords": [
1720
+ "deploy",
1721
+ "launch",
1722
+ "release",
1723
+ "ship",
1724
+ "publish",
1725
+ "production"
1726
+ ],
1727
+ "layer": "L1",
1728
+ "model": "opus",
1729
+ "chain": [
1730
+ "launch",
1731
+ "verification",
1732
+ "sentinel",
1733
+ "browser-pilot",
1734
+ "deploy",
1735
+ "incident"
1736
+ ]
1737
+ },
1738
+ "rescue": {
1739
+ "keywords": [
1740
+ "legacy",
1741
+ "refactor",
1742
+ "modernize",
1743
+ "rescue",
1744
+ "clean up",
1745
+ "old code",
1746
+ "messy"
1747
+ ],
1748
+ "layer": "L1",
1749
+ "model": "opus",
1750
+ "chain": [
1751
+ "rescue",
1752
+ "autopsy",
1753
+ "onboard",
1754
+ "dependency-doctor",
1755
+ "journal",
1756
+ "session-bridge"
1757
+ ]
1758
+ },
1759
+ "scaffold": {
1760
+ "keywords": [
1761
+ "new project",
1762
+ "bootstrap",
1763
+ "scaffold",
1764
+ "init",
1765
+ "greenfield",
1766
+ "starter"
1767
+ ],
1768
+ "layer": "L1",
1769
+ "model": "sonnet",
1770
+ "chain": [
1771
+ "scaffold",
1772
+ "ba",
1773
+ "research",
1774
+ "plan",
1775
+ "design",
1776
+ "team"
1777
+ ]
1778
+ },
1779
+ "plan": {
1780
+ "keywords": [
1781
+ "plan",
1782
+ "architect",
1783
+ "design system",
1784
+ "roadmap",
1785
+ "strategy"
1786
+ ],
1787
+ "layer": "L2",
1788
+ "model": "opus",
1789
+ "chain": [
1790
+ "plan",
1791
+ "ba",
1792
+ "scout",
1793
+ "plan",
1794
+ "adversary",
1795
+ "cook"
1796
+ ]
1797
+ },
1798
+ "brainstorm": {
1799
+ "keywords": [
1800
+ "brainstorm",
1801
+ "explore",
1802
+ "ideas",
1803
+ "alternatives",
1804
+ "approaches"
1805
+ ],
1806
+ "layer": "L2",
1807
+ "model": "opus",
1808
+ "chain": [
1809
+ "brainstorm",
1810
+ "research",
1811
+ "trend-scout",
1812
+ "sequential-thinking",
1813
+ "plan",
1814
+ "ba"
1815
+ ]
1816
+ },
1817
+ "debug": {
1818
+ "keywords": [
1819
+ "debug",
1820
+ "error",
1821
+ "bug",
1822
+ "broken",
1823
+ "trace",
1824
+ "diagnose",
1825
+ "crash",
1826
+ "fail"
1827
+ ],
1828
+ "layer": "L2",
1829
+ "model": "opus",
1830
+ "chain": [
1831
+ "debug",
1832
+ "fix",
1833
+ "problem-solver",
1834
+ "sequential-thinking",
1835
+ "browser-pilot",
1836
+ "scout"
1837
+ ]
1838
+ },
1839
+ "fix": {
1840
+ "keywords": [
1841
+ "fix",
1842
+ "patch",
1843
+ "hotfix",
1844
+ "resolve",
1845
+ "repair"
1846
+ ],
1847
+ "layer": "L2",
1848
+ "model": "sonnet",
1849
+ "chain": [
1850
+ "fix",
1851
+ "debug",
1852
+ "scout",
1853
+ "hallucination-guard",
1854
+ "docs-seeker",
1855
+ "review"
1856
+ ]
1857
+ },
1858
+ "test": {
1859
+ "keywords": [
1860
+ "test",
1861
+ "tdd",
1862
+ "coverage",
1863
+ "unit test",
1864
+ "e2e",
1865
+ "spec"
1866
+ ],
1867
+ "layer": "L2",
1868
+ "model": "sonnet",
1869
+ "chain": [
1870
+ "test",
1871
+ "fix",
1872
+ "debug",
1873
+ "test",
1874
+ "preflight"
1875
+ ]
1876
+ },
1877
+ "review": {
1878
+ "keywords": [
1879
+ "review",
1880
+ "code review",
1881
+ "check quality",
1882
+ "audit code"
1883
+ ],
1884
+ "layer": "L2",
1885
+ "model": "sonnet",
1886
+ "chain": [
1887
+ "review",
1888
+ "fix",
1889
+ "test",
1890
+ "sentinel",
1891
+ "scout",
1892
+ "adversary"
1893
+ ]
1894
+ },
1895
+ "sentinel": {
1896
+ "keywords": [
1897
+ "security",
1898
+ "vulnerability",
1899
+ "owasp",
1900
+ "secret",
1901
+ "audit security"
1902
+ ],
1903
+ "layer": "L2",
1904
+ "model": "sonnet",
1905
+ "chain": [
1906
+ "sentinel",
1907
+ "quarantine",
1908
+ "integrity-check"
1909
+ ]
1910
+ },
1911
+ "preflight": {
1912
+ "keywords": [
1913
+ "pre-commit",
1914
+ "quality gate",
1915
+ "check before"
1916
+ ],
1917
+ "layer": "L2",
1918
+ "model": "sonnet",
1919
+ "chain": [
1920
+ "preflight",
1921
+ "scout",
1922
+ "sentinel",
1923
+ "test",
1924
+ "verification"
1925
+ ]
1926
+ },
1927
+ "deploy": {
1928
+ "keywords": [
1929
+ "deploy",
1930
+ "ci/cd",
1931
+ "pipeline",
1932
+ "kubernetes",
1933
+ "docker"
1934
+ ],
1935
+ "layer": "L2",
1936
+ "model": "sonnet",
1937
+ "chain": [
1938
+ "deploy",
1939
+ "verification",
1940
+ "sentinel",
1941
+ "browser-pilot",
1942
+ "incident",
1943
+ "watchdog"
1944
+ ]
1945
+ },
1946
+ "design": {
1947
+ "keywords": [
1948
+ "ui",
1949
+ "ux",
1950
+ "design",
1951
+ "layout",
1952
+ "component design",
1953
+ "wireframe"
1954
+ ],
1955
+ "layer": "L2",
1956
+ "model": "opus",
1957
+ "chain": [
1958
+ "design",
1959
+ "review"
1960
+ ]
1961
+ },
1962
+ "perf": {
1963
+ "keywords": [
1964
+ "performance",
1965
+ "slow",
1966
+ "optimize",
1967
+ "n+1",
1968
+ "memory leak",
1969
+ "bundle size"
1970
+ ],
1971
+ "layer": "L2",
1972
+ "model": "sonnet",
1973
+ "chain": [
1974
+ "perf"
1975
+ ]
1976
+ },
1977
+ "db": {
1978
+ "keywords": [
1979
+ "database",
1980
+ "migration",
1981
+ "schema",
1982
+ "sql",
1983
+ "query",
1984
+ "index"
1985
+ ],
1986
+ "layer": "L2",
1987
+ "model": "sonnet",
1988
+ "chain": [
1989
+ "db"
1990
+ ]
1991
+ },
1992
+ "audit": {
1993
+ "keywords": [
1994
+ "audit",
1995
+ "health check",
1996
+ "project assessment",
1997
+ "codebase review"
1998
+ ],
1999
+ "layer": "L2",
2000
+ "model": "opus",
2001
+ "chain": [
2002
+ "audit",
2003
+ "retro",
2004
+ "scout",
2005
+ "journal",
2006
+ "sentinel",
2007
+ "dependency-doctor"
2008
+ ]
2009
+ },
2010
+ "onboard": {
2011
+ "keywords": [
2012
+ "onboard",
2013
+ "setup",
2014
+ "configure project",
2015
+ "get started"
2016
+ ],
2017
+ "layer": "L2",
2018
+ "model": "sonnet",
2019
+ "chain": [
2020
+ "onboard",
2021
+ "scout"
2022
+ ]
2023
+ },
2024
+ "docs": {
2025
+ "keywords": [
2026
+ "document",
2027
+ "readme",
2028
+ "api docs",
2029
+ "changelog"
2030
+ ],
2031
+ "layer": "L2",
2032
+ "model": "sonnet",
2033
+ "chain": [
2034
+ "docs",
2035
+ "scout",
2036
+ "git"
2037
+ ]
2038
+ },
2039
+ "ba": {
2040
+ "keywords": [
2041
+ "requirements",
2042
+ "business analysis",
2043
+ "user stories",
2044
+ "stakeholder"
2045
+ ],
2046
+ "layer": "L2",
2047
+ "model": "opus",
2048
+ "chain": [
2049
+ "ba",
2050
+ "plan",
2051
+ "scout"
2052
+ ]
2053
+ },
2054
+ "adversary": {
2055
+ "keywords": [
2056
+ "red team",
2057
+ "challenge",
2058
+ "stress test",
2059
+ "edge case"
2060
+ ],
2061
+ "layer": "L2",
2062
+ "model": "opus",
2063
+ "chain": [
2064
+ "adversary",
2065
+ "council",
2066
+ "sentinel",
2067
+ "perf",
2068
+ "scout"
2069
+ ]
2070
+ },
2071
+ "incident": {
2072
+ "keywords": [
2073
+ "incident",
2074
+ "outage",
2075
+ "downtime",
2076
+ "postmortem"
2077
+ ],
2078
+ "layer": "L2",
2079
+ "model": "opus",
2080
+ "chain": [
2081
+ "incident",
2082
+ "journal"
2083
+ ]
2084
+ },
2085
+ "surgeon": {
2086
+ "keywords": [
2087
+ "refactor",
2088
+ "extract",
2089
+ "strangler",
2090
+ "decompose"
2091
+ ],
2092
+ "layer": "L2",
2093
+ "model": "sonnet",
2094
+ "chain": [
2095
+ "surgeon",
2096
+ "scout",
2097
+ "safeguard",
2098
+ "debug",
2099
+ "test",
2100
+ "review"
2101
+ ]
2102
+ },
2103
+ "mcp-builder": {
2104
+ "keywords": [
2105
+ "mcp",
2106
+ "mcp server",
2107
+ "tool server",
2108
+ "model context"
2109
+ ],
2110
+ "layer": "L2",
2111
+ "model": "sonnet",
2112
+ "chain": [
2113
+ "mcp-builder",
2114
+ "verification"
2115
+ ]
2116
+ },
2117
+ "skill-forge": {
2118
+ "keywords": [
2119
+ "new skill",
2120
+ "create skill",
2121
+ "edit skill"
2122
+ ],
2123
+ "layer": "L2",
2124
+ "model": "opus",
2125
+ "chain": [
2126
+ "skill-forge",
2127
+ "test"
2128
+ ]
2129
+ },
2130
+ "review-intake": {
2131
+ "keywords": [
2132
+ "pr feedback",
2133
+ "review comments",
2134
+ "received review"
2135
+ ],
2136
+ "layer": "L2",
2137
+ "model": "sonnet",
2138
+ "chain": [
2139
+ "review-intake"
2140
+ ]
2141
+ },
2142
+ "logic-guardian": {
2143
+ "keywords": [
2144
+ "business logic",
2145
+ "protect logic",
2146
+ "critical path"
2147
+ ],
2148
+ "layer": "L2",
2149
+ "model": "sonnet",
2150
+ "chain": [
2151
+ "logic-guardian"
2152
+ ]
2153
+ },
2154
+ "marketing": {
2155
+ "keywords": [
2156
+ "marketing",
2157
+ "landing page",
2158
+ "seo",
2159
+ "social media",
2160
+ "copy"
2161
+ ],
2162
+ "layer": "L2",
2163
+ "model": "sonnet",
2164
+ "chain": [
2165
+ "marketing",
2166
+ "scout",
2167
+ "trend-scout",
2168
+ "research",
2169
+ "asset-creator",
2170
+ "video-creator"
2171
+ ]
2172
+ },
2173
+ "retro": {
2174
+ "keywords": [
2175
+ "retrospective",
2176
+ "sprint review",
2177
+ "velocity",
2178
+ "team health"
2179
+ ],
2180
+ "layer": "L2",
2181
+ "model": "sonnet",
2182
+ "chain": [
2183
+ "retro"
2184
+ ]
2185
+ }
2186
+ }
2187
+ }