tribunal-kit 4.4.2 → 4.4.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 (108) hide show
  1. package/.agent/scripts/marathon_harness.js +896 -0
  2. package/.agent/scripts/prompt_compiler.js +87 -0
  3. package/.agent/skills/agent-organizer/SKILL.md +42 -0
  4. package/.agent/skills/agentic-patterns/SKILL.md +42 -0
  5. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +42 -0
  6. package/.agent/skills/api-patterns/SKILL.md +42 -0
  7. package/.agent/skills/api-security-auditor/SKILL.md +42 -0
  8. package/.agent/skills/app-builder/SKILL.md +42 -0
  9. package/.agent/skills/appflow-wireframe/SKILL.md +42 -0
  10. package/.agent/skills/architecture/SKILL.md +42 -0
  11. package/.agent/skills/authentication-best-practices/SKILL.md +42 -0
  12. package/.agent/skills/backend-security-expert/SKILL.md +122 -0
  13. package/.agent/skills/bash-linux/SKILL.md +42 -0
  14. package/.agent/skills/behavioral-modes/SKILL.md +42 -0
  15. package/.agent/skills/brainstorming/SKILL.md +42 -0
  16. package/.agent/skills/building-native-ui/SKILL.md +42 -0
  17. package/.agent/skills/clean-code/SKILL.md +42 -0
  18. package/.agent/skills/code-review-checklist/SKILL.md +42 -0
  19. package/.agent/skills/config-validator/SKILL.md +42 -0
  20. package/.agent/skills/csharp-developer/SKILL.md +42 -0
  21. package/.agent/skills/data-validation-schemas/SKILL.md +42 -0
  22. package/.agent/skills/database-design/SKILL.md +42 -0
  23. package/.agent/skills/deployment-procedures/SKILL.md +42 -0
  24. package/.agent/skills/devops-engineer/SKILL.md +42 -0
  25. package/.agent/skills/devops-incident-responder/SKILL.md +42 -0
  26. package/.agent/skills/documentation-templates/SKILL.md +42 -0
  27. package/.agent/skills/edge-computing/SKILL.md +42 -0
  28. package/.agent/skills/error-resilience/SKILL.md +42 -0
  29. package/.agent/skills/extract-design-system/SKILL.md +42 -0
  30. package/.agent/skills/framer-motion-expert/SKILL.md +42 -0
  31. package/.agent/skills/frontend-design/SKILL.md +42 -0
  32. package/.agent/skills/frontend-security-expert/SKILL.md +123 -0
  33. package/.agent/skills/game-design-expert/SKILL.md +42 -0
  34. package/.agent/skills/game-engineering-expert/SKILL.md +42 -0
  35. package/.agent/skills/geo-fundamentals/SKILL.md +42 -0
  36. package/.agent/skills/github-operations/SKILL.md +42 -0
  37. package/.agent/skills/gsap-core/SKILL.md +42 -0
  38. package/.agent/skills/gsap-frameworks/SKILL.md +42 -0
  39. package/.agent/skills/gsap-performance/SKILL.md +42 -0
  40. package/.agent/skills/gsap-plugins/SKILL.md +42 -0
  41. package/.agent/skills/gsap-react/SKILL.md +42 -0
  42. package/.agent/skills/gsap-scrolltrigger/SKILL.md +42 -0
  43. package/.agent/skills/gsap-timeline/SKILL.md +42 -0
  44. package/.agent/skills/gsap-utils/SKILL.md +42 -0
  45. package/.agent/skills/i18n-localization/SKILL.md +42 -0
  46. package/.agent/skills/intelligent-routing/SKILL.md +42 -0
  47. package/.agent/skills/knowledge-graph/SKILL.md +42 -0
  48. package/.agent/skills/lint-and-validate/SKILL.md +42 -0
  49. package/.agent/skills/llm-engineering/SKILL.md +42 -0
  50. package/.agent/skills/local-first/SKILL.md +42 -0
  51. package/.agent/skills/mcp-builder/SKILL.md +42 -0
  52. package/.agent/skills/mobile-design/SKILL.md +42 -0
  53. package/.agent/skills/monorepo-management/SKILL.md +42 -0
  54. package/.agent/skills/motion-engineering/SKILL.md +42 -0
  55. package/.agent/skills/nextjs-react-expert/SKILL.md +42 -0
  56. package/.agent/skills/nodejs-best-practices/SKILL.md +42 -0
  57. package/.agent/skills/observability/SKILL.md +42 -0
  58. package/.agent/skills/parallel-agents/SKILL.md +42 -0
  59. package/.agent/skills/performance-profiling/SKILL.md +42 -0
  60. package/.agent/skills/plan-writing/SKILL.md +42 -0
  61. package/.agent/skills/platform-engineer/SKILL.md +42 -0
  62. package/.agent/skills/playwright-best-practices/SKILL.md +42 -0
  63. package/.agent/skills/powershell-windows/SKILL.md +42 -0
  64. package/.agent/skills/project-idioms/SKILL.md +42 -0
  65. package/.agent/skills/python-patterns/SKILL.md +42 -0
  66. package/.agent/skills/python-pro/SKILL.md +42 -0
  67. package/.agent/skills/react-specialist/SKILL.md +42 -0
  68. package/.agent/skills/readme-builder/SKILL.md +42 -0
  69. package/.agent/skills/realtime-patterns/SKILL.md +42 -0
  70. package/.agent/skills/red-team-tactics/SKILL.md +42 -0
  71. package/.agent/skills/rust-pro/SKILL.md +42 -0
  72. package/.agent/skills/seo-fundamentals/SKILL.md +42 -0
  73. package/.agent/skills/server-management/SKILL.md +42 -0
  74. package/.agent/skills/shadcn-ui-expert/SKILL.md +42 -0
  75. package/.agent/skills/skill-creator/SKILL.md +42 -0
  76. package/.agent/skills/sql-pro/SKILL.md +42 -0
  77. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +42 -0
  78. package/.agent/skills/swiftui-expert/SKILL.md +42 -0
  79. package/.agent/skills/systematic-debugging/SKILL.md +42 -0
  80. package/.agent/skills/tailwind-patterns/SKILL.md +42 -0
  81. package/.agent/skills/tdd-workflow/SKILL.md +42 -0
  82. package/.agent/skills/test-result-analyzer/SKILL.md +42 -0
  83. package/.agent/skills/testing-patterns/SKILL.md +42 -0
  84. package/.agent/skills/trend-researcher/SKILL.md +42 -0
  85. package/.agent/skills/typescript-advanced/SKILL.md +42 -0
  86. package/.agent/skills/ui-ux-pro-max/SKILL.md +42 -0
  87. package/.agent/skills/ui-ux-researcher/SKILL.md +42 -0
  88. package/.agent/skills/vue-expert/SKILL.md +42 -0
  89. package/.agent/skills/vulnerability-scanner/SKILL.md +42 -0
  90. package/.agent/skills/web-accessibility-auditor/SKILL.md +42 -0
  91. package/.agent/skills/web-design-guidelines/SKILL.md +42 -0
  92. package/.agent/skills/webapp-testing/SKILL.md +42 -0
  93. package/.agent/skills/whimsy-injector/SKILL.md +42 -0
  94. package/.agent/skills/workflow-optimizer/SKILL.md +42 -0
  95. package/.agent/workflows/marathon.md +247 -0
  96. package/.agent/workflows/super-prompt.md +27 -0
  97. package/README.md +113 -242
  98. package/bin/tribunal-kit.js +49 -3
  99. package/package.json +3 -2
  100. package/.agent/scripts/append_flow.js +0 -72
  101. package/.agent/scripts/colors.js +0 -11
  102. package/.agent/scripts/compress_skills.js +0 -141
  103. package/.agent/scripts/consolidate_skills.js +0 -149
  104. package/.agent/scripts/deep_compress.js +0 -150
  105. package/.agent/scripts/patch_skills_meta.js +0 -156
  106. package/.agent/scripts/patch_skills_output.js +0 -244
  107. package/.agent/scripts/strip_tribunal.js +0 -47
  108. package/.agent/scripts/utils.js +0 -17
@@ -332,3 +332,45 @@ Review these questions before confirming output:
332
332
 
333
333
  ## VBC Protocol (Verification-Before-Completion)
334
334
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
335
+
336
+
337
+ ---
338
+
339
+ ## 🤖 LLM-Specific Traps
340
+
341
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
342
+
343
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
344
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
345
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
346
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
347
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
348
+
349
+ ---
350
+
351
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
352
+
353
+ **Slash command: `/review` or `/tribunal-full`**
354
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
355
+
356
+ ### ❌ Forbidden AI Tropes
357
+
358
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
359
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
360
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
361
+
362
+ ### ✅ Pre-Flight Self-Audit
363
+
364
+ Review these questions before confirming output:
365
+ ```
366
+ ✅ Did I rely ONLY on real, verified tools and methods?
367
+ ✅ Is this solution appropriately scoped to the user's constraints?
368
+ ✅ Did I handle potential failure modes and edge cases?
369
+ ✅ Have I avoided generic boilerplate that doesn't add value?
370
+ ```
371
+
372
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
373
+
374
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
375
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
376
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -232,3 +232,45 @@ Review these questions before confirming output:
232
232
 
233
233
  ## VBC Protocol (Verification-Before-Completion)
234
234
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
235
+
236
+
237
+ ---
238
+
239
+ ## 🤖 LLM-Specific Traps
240
+
241
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
242
+
243
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
244
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
245
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
246
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
247
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
248
+
249
+ ---
250
+
251
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
252
+
253
+ **Slash command: `/review` or `/tribunal-full`**
254
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
255
+
256
+ ### ❌ Forbidden AI Tropes
257
+
258
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
259
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
260
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
261
+
262
+ ### ✅ Pre-Flight Self-Audit
263
+
264
+ Review these questions before confirming output:
265
+ ```
266
+ ✅ Did I rely ONLY on real, verified tools and methods?
267
+ ✅ Is this solution appropriately scoped to the user's constraints?
268
+ ✅ Did I handle potential failure modes and edge cases?
269
+ ✅ Have I avoided generic boilerplate that doesn't add value?
270
+ ```
271
+
272
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
273
+
274
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
275
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
276
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -232,3 +232,45 @@ Review these questions before confirming output:
232
232
 
233
233
  ## VBC Protocol (Verification-Before-Completion)
234
234
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
235
+
236
+
237
+ ---
238
+
239
+ ## 🤖 LLM-Specific Traps
240
+
241
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
242
+
243
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
244
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
245
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
246
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
247
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
248
+
249
+ ---
250
+
251
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
252
+
253
+ **Slash command: `/review` or `/tribunal-full`**
254
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
255
+
256
+ ### ❌ Forbidden AI Tropes
257
+
258
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
259
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
260
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
261
+
262
+ ### ✅ Pre-Flight Self-Audit
263
+
264
+ Review these questions before confirming output:
265
+ ```
266
+ ✅ Did I rely ONLY on real, verified tools and methods?
267
+ ✅ Is this solution appropriately scoped to the user's constraints?
268
+ ✅ Did I handle potential failure modes and edge cases?
269
+ ✅ Have I avoided generic boilerplate that doesn't add value?
270
+ ```
271
+
272
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
273
+
274
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
275
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
276
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -546,3 +546,45 @@ Review these questions before confirming output:
546
546
 
547
547
  ## VBC Protocol (Verification-Before-Completion)
548
548
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
549
+
550
+
551
+ ---
552
+
553
+ ## 🤖 LLM-Specific Traps
554
+
555
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
556
+
557
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
558
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
559
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
560
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
561
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
562
+
563
+ ---
564
+
565
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
566
+
567
+ **Slash command: `/review` or `/tribunal-full`**
568
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
569
+
570
+ ### ❌ Forbidden AI Tropes
571
+
572
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
573
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
574
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
575
+
576
+ ### ✅ Pre-Flight Self-Audit
577
+
578
+ Review these questions before confirming output:
579
+ ```
580
+ ✅ Did I rely ONLY on real, verified tools and methods?
581
+ ✅ Is this solution appropriately scoped to the user's constraints?
582
+ ✅ Did I handle potential failure modes and edge cases?
583
+ ✅ Have I avoided generic boilerplate that doesn't add value?
584
+ ```
585
+
586
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
587
+
588
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
589
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
590
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -341,3 +341,45 @@ Review these questions before confirming output:
341
341
 
342
342
  ## VBC Protocol (Verification-Before-Completion)
343
343
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
344
+
345
+
346
+ ---
347
+
348
+ ## 🤖 LLM-Specific Traps
349
+
350
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
351
+
352
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
353
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
354
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
355
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
356
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
357
+
358
+ ---
359
+
360
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
361
+
362
+ **Slash command: `/review` or `/tribunal-full`**
363
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
364
+
365
+ ### ❌ Forbidden AI Tropes
366
+
367
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
368
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
369
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
370
+
371
+ ### ✅ Pre-Flight Self-Audit
372
+
373
+ Review these questions before confirming output:
374
+ ```
375
+ ✅ Did I rely ONLY on real, verified tools and methods?
376
+ ✅ Is this solution appropriately scoped to the user's constraints?
377
+ ✅ Did I handle potential failure modes and edge cases?
378
+ ✅ Have I avoided generic boilerplate that doesn't add value?
379
+ ```
380
+
381
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
382
+
383
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
384
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
385
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -144,3 +144,45 @@ Review these questions before confirming output:
144
144
 
145
145
  ## VBC Protocol (Verification-Before-Completion)
146
146
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
147
+
148
+
149
+ ---
150
+
151
+ ## 🤖 LLM-Specific Traps
152
+
153
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
154
+
155
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
156
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
157
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
158
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
159
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
160
+
161
+ ---
162
+
163
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
164
+
165
+ **Slash command: `/review` or `/tribunal-full`**
166
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
167
+
168
+ ### ❌ Forbidden AI Tropes
169
+
170
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
171
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
172
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
173
+
174
+ ### ✅ Pre-Flight Self-Audit
175
+
176
+ Review these questions before confirming output:
177
+ ```
178
+ ✅ Did I rely ONLY on real, verified tools and methods?
179
+ ✅ Is this solution appropriately scoped to the user's constraints?
180
+ ✅ Did I handle potential failure modes and edge cases?
181
+ ✅ Have I avoided generic boilerplate that doesn't add value?
182
+ ```
183
+
184
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
185
+
186
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
187
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
188
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -265,3 +265,45 @@ Review these questions before confirming output:
265
265
 
266
266
  ## VBC Protocol (Verification-Before-Completion)
267
267
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
268
+
269
+
270
+ ---
271
+
272
+ ## 🤖 LLM-Specific Traps
273
+
274
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
275
+
276
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
277
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
278
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
279
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
280
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
281
+
282
+ ---
283
+
284
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
285
+
286
+ **Slash command: `/review` or `/tribunal-full`**
287
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
288
+
289
+ ### ❌ Forbidden AI Tropes
290
+
291
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
292
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
293
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
294
+
295
+ ### ✅ Pre-Flight Self-Audit
296
+
297
+ Review these questions before confirming output:
298
+ ```
299
+ ✅ Did I rely ONLY on real, verified tools and methods?
300
+ ✅ Is this solution appropriately scoped to the user's constraints?
301
+ ✅ Did I handle potential failure modes and edge cases?
302
+ ✅ Have I avoided generic boilerplate that doesn't add value?
303
+ ```
304
+
305
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
306
+
307
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
308
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
309
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -140,3 +140,45 @@ Review these questions before confirming output:
140
140
 
141
141
  ## VBC Protocol (Verification-Before-Completion)
142
142
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
143
+
144
+
145
+ ---
146
+
147
+ ## 🤖 LLM-Specific Traps
148
+
149
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
150
+
151
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
152
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
153
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
154
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
155
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
156
+
157
+ ---
158
+
159
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
160
+
161
+ **Slash command: `/review` or `/tribunal-full`**
162
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
163
+
164
+ ### ❌ Forbidden AI Tropes
165
+
166
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
167
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
168
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
169
+
170
+ ### ✅ Pre-Flight Self-Audit
171
+
172
+ Review these questions before confirming output:
173
+ ```
174
+ ✅ Did I rely ONLY on real, verified tools and methods?
175
+ ✅ Is this solution appropriately scoped to the user's constraints?
176
+ ✅ Did I handle potential failure modes and edge cases?
177
+ ✅ Have I avoided generic boilerplate that doesn't add value?
178
+ ```
179
+
180
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
181
+
182
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
183
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
184
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -145,3 +145,45 @@ Review these questions before confirming output:
145
145
 
146
146
  ## VBC Protocol (Verification-Before-Completion)
147
147
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
148
+
149
+
150
+ ---
151
+
152
+ ## 🤖 LLM-Specific Traps
153
+
154
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
155
+
156
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
157
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
158
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
159
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
160
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
161
+
162
+ ---
163
+
164
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
165
+
166
+ **Slash command: `/review` or `/tribunal-full`**
167
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
168
+
169
+ ### ❌ Forbidden AI Tropes
170
+
171
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
172
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
173
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
174
+
175
+ ### ✅ Pre-Flight Self-Audit
176
+
177
+ Review these questions before confirming output:
178
+ ```
179
+ ✅ Did I rely ONLY on real, verified tools and methods?
180
+ ✅ Is this solution appropriately scoped to the user's constraints?
181
+ ✅ Did I handle potential failure modes and edge cases?
182
+ ✅ Have I avoided generic boilerplate that doesn't add value?
183
+ ```
184
+
185
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
186
+
187
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
188
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
189
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -185,3 +185,45 @@ Review these questions before confirming output:
185
185
 
186
186
  ## VBC Protocol (Verification-Before-Completion)
187
187
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
188
+
189
+
190
+ ---
191
+
192
+ ## 🤖 LLM-Specific Traps
193
+
194
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
195
+
196
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
197
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
198
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
199
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
200
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
201
+
202
+ ---
203
+
204
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
205
+
206
+ **Slash command: `/review` or `/tribunal-full`**
207
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
208
+
209
+ ### ❌ Forbidden AI Tropes
210
+
211
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
212
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
213
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
214
+
215
+ ### ✅ Pre-Flight Self-Audit
216
+
217
+ Review these questions before confirming output:
218
+ ```
219
+ ✅ Did I rely ONLY on real, verified tools and methods?
220
+ ✅ Is this solution appropriately scoped to the user's constraints?
221
+ ✅ Did I handle potential failure modes and edge cases?
222
+ ✅ Have I avoided generic boilerplate that doesn't add value?
223
+ ```
224
+
225
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
226
+
227
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
228
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
229
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -160,3 +160,45 @@ Review these questions before confirming output:
160
160
 
161
161
  ## VBC Protocol (Verification-Before-Completion)
162
162
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
163
+
164
+
165
+ ---
166
+
167
+ ## 🤖 LLM-Specific Traps
168
+
169
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
170
+
171
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
172
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
173
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
174
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
175
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
176
+
177
+ ---
178
+
179
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
180
+
181
+ **Slash command: `/review` or `/tribunal-full`**
182
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
183
+
184
+ ### ❌ Forbidden AI Tropes
185
+
186
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
187
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
188
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
189
+
190
+ ### ✅ Pre-Flight Self-Audit
191
+
192
+ Review these questions before confirming output:
193
+ ```
194
+ ✅ Did I rely ONLY on real, verified tools and methods?
195
+ ✅ Is this solution appropriately scoped to the user's constraints?
196
+ ✅ Did I handle potential failure modes and edge cases?
197
+ ✅ Have I avoided generic boilerplate that doesn't add value?
198
+ ```
199
+
200
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
201
+
202
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
203
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
204
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -135,3 +135,45 @@ Review these questions before confirming output:
135
135
 
136
136
  ## VBC Protocol (Verification-Before-Completion)
137
137
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
138
+
139
+
140
+ ---
141
+
142
+ ## 🤖 LLM-Specific Traps
143
+
144
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
145
+
146
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
147
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
148
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
149
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
150
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
151
+
152
+ ---
153
+
154
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
155
+
156
+ **Slash command: `/review` or `/tribunal-full`**
157
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
158
+
159
+ ### ❌ Forbidden AI Tropes
160
+
161
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
162
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
163
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
164
+
165
+ ### ✅ Pre-Flight Self-Audit
166
+
167
+ Review these questions before confirming output:
168
+ ```
169
+ ✅ Did I rely ONLY on real, verified tools and methods?
170
+ ✅ Is this solution appropriately scoped to the user's constraints?
171
+ ✅ Did I handle potential failure modes and edge cases?
172
+ ✅ Have I avoided generic boilerplate that doesn't add value?
173
+ ```
174
+
175
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
176
+
177
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
178
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
179
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -257,3 +257,45 @@ Review these questions before confirming output:
257
257
 
258
258
  ## VBC Protocol (Verification-Before-Completion)
259
259
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
260
+
261
+
262
+ ---
263
+
264
+ ## 🤖 LLM-Specific Traps
265
+
266
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
267
+
268
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
269
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
270
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
271
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
272
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
273
+
274
+ ---
275
+
276
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
277
+
278
+ **Slash command: `/review` or `/tribunal-full`**
279
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
280
+
281
+ ### ❌ Forbidden AI Tropes
282
+
283
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
284
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
285
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
286
+
287
+ ### ✅ Pre-Flight Self-Audit
288
+
289
+ Review these questions before confirming output:
290
+ ```
291
+ ✅ Did I rely ONLY on real, verified tools and methods?
292
+ ✅ Is this solution appropriately scoped to the user's constraints?
293
+ ✅ Did I handle potential failure modes and edge cases?
294
+ ✅ Have I avoided generic boilerplate that doesn't add value?
295
+ ```
296
+
297
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
298
+
299
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
300
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
301
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -321,3 +321,45 @@ Review these questions before confirming output:
321
321
 
322
322
  ## VBC Protocol (Verification-Before-Completion)
323
323
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
324
+
325
+
326
+ ---
327
+
328
+ ## 🤖 LLM-Specific Traps
329
+
330
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
331
+
332
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
333
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
334
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
335
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
336
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
337
+
338
+ ---
339
+
340
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
341
+
342
+ **Slash command: `/review` or `/tribunal-full`**
343
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
344
+
345
+ ### ❌ Forbidden AI Tropes
346
+
347
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
348
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
349
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
350
+
351
+ ### ✅ Pre-Flight Self-Audit
352
+
353
+ Review these questions before confirming output:
354
+ ```
355
+ ✅ Did I rely ONLY on real, verified tools and methods?
356
+ ✅ Is this solution appropriately scoped to the user's constraints?
357
+ ✅ Did I handle potential failure modes and edge cases?
358
+ ✅ Have I avoided generic boilerplate that doesn't add value?
359
+ ```
360
+
361
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
362
+
363
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
364
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
365
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.