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
@@ -177,3 +177,45 @@ Review these questions before confirming output:
177
177
 
178
178
  ## VBC Protocol (Verification-Before-Completion)
179
179
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
180
+
181
+
182
+ ---
183
+
184
+ ## 🤖 LLM-Specific Traps
185
+
186
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
187
+
188
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
189
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
190
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
191
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
192
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
193
+
194
+ ---
195
+
196
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
197
+
198
+ **Slash command: `/review` or `/tribunal-full`**
199
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
200
+
201
+ ### ❌ Forbidden AI Tropes
202
+
203
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
204
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
205
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
206
+
207
+ ### ✅ Pre-Flight Self-Audit
208
+
209
+ Review these questions before confirming output:
210
+ ```
211
+ ✅ Did I rely ONLY on real, verified tools and methods?
212
+ ✅ Is this solution appropriately scoped to the user's constraints?
213
+ ✅ Did I handle potential failure modes and edge cases?
214
+ ✅ Have I avoided generic boilerplate that doesn't add value?
215
+ ```
216
+
217
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
218
+
219
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
220
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
221
+ - ✅ **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.
@@ -221,3 +221,45 @@ Review these questions before confirming output:
221
221
 
222
222
  ## VBC Protocol (Verification-Before-Completion)
223
223
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
224
+
225
+
226
+ ---
227
+
228
+ ## 🤖 LLM-Specific Traps
229
+
230
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
231
+
232
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
233
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
234
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
235
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
236
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
237
+
238
+ ---
239
+
240
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
241
+
242
+ **Slash command: `/review` or `/tribunal-full`**
243
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
244
+
245
+ ### ❌ Forbidden AI Tropes
246
+
247
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
248
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
249
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
250
+
251
+ ### ✅ Pre-Flight Self-Audit
252
+
253
+ Review these questions before confirming output:
254
+ ```
255
+ ✅ Did I rely ONLY on real, verified tools and methods?
256
+ ✅ Is this solution appropriately scoped to the user's constraints?
257
+ ✅ Did I handle potential failure modes and edge cases?
258
+ ✅ Have I avoided generic boilerplate that doesn't add value?
259
+ ```
260
+
261
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
262
+
263
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
264
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
265
+ - ✅ **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.
@@ -484,3 +484,45 @@ Review these questions before confirming output:
484
484
 
485
485
  ## VBC Protocol (Verification-Before-Completion)
486
486
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
487
+
488
+
489
+ ---
490
+
491
+ ## 🤖 LLM-Specific Traps
492
+
493
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
494
+
495
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
496
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
497
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
498
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
499
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
500
+
501
+ ---
502
+
503
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
504
+
505
+ **Slash command: `/review` or `/tribunal-full`**
506
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
507
+
508
+ ### ❌ Forbidden AI Tropes
509
+
510
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
511
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
512
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
513
+
514
+ ### ✅ Pre-Flight Self-Audit
515
+
516
+ Review these questions before confirming output:
517
+ ```
518
+ ✅ Did I rely ONLY on real, verified tools and methods?
519
+ ✅ Is this solution appropriately scoped to the user's constraints?
520
+ ✅ Did I handle potential failure modes and edge cases?
521
+ ✅ Have I avoided generic boilerplate that doesn't add value?
522
+ ```
523
+
524
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
525
+
526
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
527
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
528
+ - ✅ **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.
@@ -200,3 +200,45 @@ Review these questions before confirming output:
200
200
 
201
201
  ## VBC Protocol (Verification-Before-Completion)
202
202
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
203
+
204
+
205
+ ---
206
+
207
+ ## 🤖 LLM-Specific Traps
208
+
209
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
210
+
211
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
212
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
213
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
214
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
215
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
216
+
217
+ ---
218
+
219
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
220
+
221
+ **Slash command: `/review` or `/tribunal-full`**
222
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
223
+
224
+ ### ❌ Forbidden AI Tropes
225
+
226
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
227
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
228
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
229
+
230
+ ### ✅ Pre-Flight Self-Audit
231
+
232
+ Review these questions before confirming output:
233
+ ```
234
+ ✅ Did I rely ONLY on real, verified tools and methods?
235
+ ✅ Is this solution appropriately scoped to the user's constraints?
236
+ ✅ Did I handle potential failure modes and edge cases?
237
+ ✅ Have I avoided generic boilerplate that doesn't add value?
238
+ ```
239
+
240
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
241
+
242
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
243
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
244
+ - ✅ **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.
@@ -379,3 +379,45 @@ Review these questions before confirming output:
379
379
 
380
380
  ## VBC Protocol (Verification-Before-Completion)
381
381
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
382
+
383
+
384
+ ---
385
+
386
+ ## 🤖 LLM-Specific Traps
387
+
388
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
389
+
390
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
391
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
392
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
393
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
394
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
395
+
396
+ ---
397
+
398
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
399
+
400
+ **Slash command: `/review` or `/tribunal-full`**
401
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
402
+
403
+ ### ❌ Forbidden AI Tropes
404
+
405
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
406
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
407
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
408
+
409
+ ### ✅ Pre-Flight Self-Audit
410
+
411
+ Review these questions before confirming output:
412
+ ```
413
+ ✅ Did I rely ONLY on real, verified tools and methods?
414
+ ✅ Is this solution appropriately scoped to the user's constraints?
415
+ ✅ Did I handle potential failure modes and edge cases?
416
+ ✅ Have I avoided generic boilerplate that doesn't add value?
417
+ ```
418
+
419
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
420
+
421
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
422
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
423
+ - ✅ **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.
@@ -192,3 +192,45 @@ Review these questions before confirming output:
192
192
 
193
193
  ## VBC Protocol (Verification-Before-Completion)
194
194
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
195
+
196
+
197
+ ---
198
+
199
+ ## 🤖 LLM-Specific Traps
200
+
201
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
202
+
203
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
204
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
205
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
206
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
207
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
208
+
209
+ ---
210
+
211
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
212
+
213
+ **Slash command: `/review` or `/tribunal-full`**
214
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
215
+
216
+ ### ❌ Forbidden AI Tropes
217
+
218
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
219
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
220
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
221
+
222
+ ### ✅ Pre-Flight Self-Audit
223
+
224
+ Review these questions before confirming output:
225
+ ```
226
+ ✅ Did I rely ONLY on real, verified tools and methods?
227
+ ✅ Is this solution appropriately scoped to the user's constraints?
228
+ ✅ Did I handle potential failure modes and edge cases?
229
+ ✅ Have I avoided generic boilerplate that doesn't add value?
230
+ ```
231
+
232
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
233
+
234
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
235
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
236
+ - ✅ **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.
@@ -163,3 +163,45 @@ Review these questions before confirming output:
163
163
 
164
164
  ## VBC Protocol (Verification-Before-Completion)
165
165
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
166
+
167
+
168
+ ---
169
+
170
+ ## 🤖 LLM-Specific Traps
171
+
172
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
173
+
174
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
175
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
176
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
177
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
178
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
179
+
180
+ ---
181
+
182
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
183
+
184
+ **Slash command: `/review` or `/tribunal-full`**
185
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
186
+
187
+ ### ❌ Forbidden AI Tropes
188
+
189
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
190
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
191
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
192
+
193
+ ### ✅ Pre-Flight Self-Audit
194
+
195
+ Review these questions before confirming output:
196
+ ```
197
+ ✅ Did I rely ONLY on real, verified tools and methods?
198
+ ✅ Is this solution appropriately scoped to the user's constraints?
199
+ ✅ Did I handle potential failure modes and edge cases?
200
+ ✅ Have I avoided generic boilerplate that doesn't add value?
201
+ ```
202
+
203
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
204
+
205
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
206
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
207
+ - ✅ **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.
@@ -516,3 +516,45 @@ Review these questions before confirming output:
516
516
 
517
517
  ## VBC Protocol (Verification-Before-Completion)
518
518
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
519
+
520
+
521
+ ---
522
+
523
+ ## 🤖 LLM-Specific Traps
524
+
525
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
526
+
527
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
528
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
529
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
530
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
531
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
532
+
533
+ ---
534
+
535
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
536
+
537
+ **Slash command: `/review` or `/tribunal-full`**
538
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
539
+
540
+ ### ❌ Forbidden AI Tropes
541
+
542
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
543
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
544
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
545
+
546
+ ### ✅ Pre-Flight Self-Audit
547
+
548
+ Review these questions before confirming output:
549
+ ```
550
+ ✅ Did I rely ONLY on real, verified tools and methods?
551
+ ✅ Is this solution appropriately scoped to the user's constraints?
552
+ ✅ Did I handle potential failure modes and edge cases?
553
+ ✅ Have I avoided generic boilerplate that doesn't add value?
554
+ ```
555
+
556
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
557
+
558
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
559
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
560
+ - ✅ **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.
@@ -326,3 +326,45 @@ Review these questions before confirming output:
326
326
 
327
327
  ## VBC Protocol (Verification-Before-Completion)
328
328
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
329
+
330
+
331
+ ---
332
+
333
+ ## 🤖 LLM-Specific Traps
334
+
335
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
336
+
337
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
338
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
339
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
340
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
341
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
342
+
343
+ ---
344
+
345
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
346
+
347
+ **Slash command: `/review` or `/tribunal-full`**
348
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
349
+
350
+ ### ❌ Forbidden AI Tropes
351
+
352
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
353
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
354
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
355
+
356
+ ### ✅ Pre-Flight Self-Audit
357
+
358
+ Review these questions before confirming output:
359
+ ```
360
+ ✅ Did I rely ONLY on real, verified tools and methods?
361
+ ✅ Is this solution appropriately scoped to the user's constraints?
362
+ ✅ Did I handle potential failure modes and edge cases?
363
+ ✅ Have I avoided generic boilerplate that doesn't add value?
364
+ ```
365
+
366
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
367
+
368
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
369
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
370
+ - ✅ **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.
@@ -238,3 +238,45 @@ Review these questions before confirming output:
238
238
 
239
239
  ## VBC Protocol (Verification-Before-Completion)
240
240
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
241
+
242
+
243
+ ---
244
+
245
+ ## 🤖 LLM-Specific Traps
246
+
247
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
248
+
249
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
250
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
251
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
252
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
253
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
254
+
255
+ ---
256
+
257
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
258
+
259
+ **Slash command: `/review` or `/tribunal-full`**
260
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
261
+
262
+ ### ❌ Forbidden AI Tropes
263
+
264
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
265
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
266
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
267
+
268
+ ### ✅ Pre-Flight Self-Audit
269
+
270
+ Review these questions before confirming output:
271
+ ```
272
+ ✅ Did I rely ONLY on real, verified tools and methods?
273
+ ✅ Is this solution appropriately scoped to the user's constraints?
274
+ ✅ Did I handle potential failure modes and edge cases?
275
+ ✅ Have I avoided generic boilerplate that doesn't add value?
276
+ ```
277
+
278
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
279
+
280
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
281
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
282
+ - ✅ **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.
@@ -167,3 +167,45 @@ Review these questions before confirming output:
167
167
 
168
168
  ## VBC Protocol (Verification-Before-Completion)
169
169
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
170
+
171
+
172
+ ---
173
+
174
+ ## 🤖 LLM-Specific Traps
175
+
176
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
177
+
178
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
179
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
180
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
181
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
182
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
183
+
184
+ ---
185
+
186
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
187
+
188
+ **Slash command: `/review` or `/tribunal-full`**
189
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
190
+
191
+ ### ❌ Forbidden AI Tropes
192
+
193
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
194
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
195
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
196
+
197
+ ### ✅ Pre-Flight Self-Audit
198
+
199
+ Review these questions before confirming output:
200
+ ```
201
+ ✅ Did I rely ONLY on real, verified tools and methods?
202
+ ✅ Is this solution appropriately scoped to the user's constraints?
203
+ ✅ Did I handle potential failure modes and edge cases?
204
+ ✅ Have I avoided generic boilerplate that doesn't add value?
205
+ ```
206
+
207
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
208
+
209
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
210
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
211
+ - ✅ **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.
@@ -343,3 +343,45 @@ Review these questions before confirming output:
343
343
 
344
344
  ## VBC Protocol (Verification-Before-Completion)
345
345
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
346
+
347
+
348
+ ---
349
+
350
+ ## 🤖 LLM-Specific Traps
351
+
352
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
353
+
354
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
355
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
356
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
357
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
358
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
359
+
360
+ ---
361
+
362
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
363
+
364
+ **Slash command: `/review` or `/tribunal-full`**
365
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
366
+
367
+ ### ❌ Forbidden AI Tropes
368
+
369
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
370
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
371
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
372
+
373
+ ### ✅ Pre-Flight Self-Audit
374
+
375
+ Review these questions before confirming output:
376
+ ```
377
+ ✅ Did I rely ONLY on real, verified tools and methods?
378
+ ✅ Is this solution appropriately scoped to the user's constraints?
379
+ ✅ Did I handle potential failure modes and edge cases?
380
+ ✅ Have I avoided generic boilerplate that doesn't add value?
381
+ ```
382
+
383
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
384
+
385
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
386
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
387
+ - ✅ **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.
@@ -277,3 +277,45 @@ Review these questions before confirming output:
277
277
 
278
278
  ## VBC Protocol (Verification-Before-Completion)
279
279
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
280
+
281
+
282
+ ---
283
+
284
+ ## 🤖 LLM-Specific Traps
285
+
286
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
287
+
288
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
289
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
290
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
291
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
292
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
293
+
294
+ ---
295
+
296
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
297
+
298
+ **Slash command: `/review` or `/tribunal-full`**
299
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
300
+
301
+ ### ❌ Forbidden AI Tropes
302
+
303
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
304
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
305
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
306
+
307
+ ### ✅ Pre-Flight Self-Audit
308
+
309
+ Review these questions before confirming output:
310
+ ```
311
+ ✅ Did I rely ONLY on real, verified tools and methods?
312
+ ✅ Is this solution appropriately scoped to the user's constraints?
313
+ ✅ Did I handle potential failure modes and edge cases?
314
+ ✅ Have I avoided generic boilerplate that doesn't add value?
315
+ ```
316
+
317
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
318
+
319
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
320
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
321
+ - ✅ **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.