tribunal-kit 4.4.2 → 4.4.3

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 (98) hide show
  1. package/.agent/scripts/marathon_harness.js +799 -0
  2. package/.agent/scripts/prompt_compiler.js +56 -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/bin/tribunal-kit.js +47 -1
  98. package/package.json +3 -2
@@ -298,3 +298,45 @@ Review these questions before confirming output:
298
298
 
299
299
  ## VBC Protocol (Verification-Before-Completion)
300
300
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
301
+
302
+
303
+ ---
304
+
305
+ ## 🤖 LLM-Specific Traps
306
+
307
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
308
+
309
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
310
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
311
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
312
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
313
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
314
+
315
+ ---
316
+
317
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
318
+
319
+ **Slash command: `/review` or `/tribunal-full`**
320
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
321
+
322
+ ### ❌ Forbidden AI Tropes
323
+
324
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
325
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
326
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
327
+
328
+ ### ✅ Pre-Flight Self-Audit
329
+
330
+ Review these questions before confirming output:
331
+ ```
332
+ ✅ Did I rely ONLY on real, verified tools and methods?
333
+ ✅ Is this solution appropriately scoped to the user's constraints?
334
+ ✅ Did I handle potential failure modes and edge cases?
335
+ ✅ Have I avoided generic boilerplate that doesn't add value?
336
+ ```
337
+
338
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
339
+
340
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
341
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
342
+ - ✅ **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.
@@ -317,3 +317,45 @@ Review these questions before confirming output:
317
317
 
318
318
  ## VBC Protocol (Verification-Before-Completion)
319
319
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
320
+
321
+
322
+ ---
323
+
324
+ ## 🤖 LLM-Specific Traps
325
+
326
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
327
+
328
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
329
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
330
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
331
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
332
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
333
+
334
+ ---
335
+
336
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
337
+
338
+ **Slash command: `/review` or `/tribunal-full`**
339
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
340
+
341
+ ### ❌ Forbidden AI Tropes
342
+
343
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
344
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
345
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
346
+
347
+ ### ✅ Pre-Flight Self-Audit
348
+
349
+ Review these questions before confirming output:
350
+ ```
351
+ ✅ Did I rely ONLY on real, verified tools and methods?
352
+ ✅ Is this solution appropriately scoped to the user's constraints?
353
+ ✅ Did I handle potential failure modes and edge cases?
354
+ ✅ Have I avoided generic boilerplate that doesn't add value?
355
+ ```
356
+
357
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
358
+
359
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
360
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
361
+ - ✅ **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.
@@ -216,3 +216,45 @@ Review these questions before confirming output:
216
216
 
217
217
  ## VBC Protocol (Verification-Before-Completion)
218
218
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
219
+
220
+
221
+ ---
222
+
223
+ ## 🤖 LLM-Specific Traps
224
+
225
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
226
+
227
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
228
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
229
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
230
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
231
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
232
+
233
+ ---
234
+
235
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
236
+
237
+ **Slash command: `/review` or `/tribunal-full`**
238
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
239
+
240
+ ### ❌ Forbidden AI Tropes
241
+
242
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
243
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
244
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
245
+
246
+ ### ✅ Pre-Flight Self-Audit
247
+
248
+ Review these questions before confirming output:
249
+ ```
250
+ ✅ Did I rely ONLY on real, verified tools and methods?
251
+ ✅ Is this solution appropriately scoped to the user's constraints?
252
+ ✅ Did I handle potential failure modes and edge cases?
253
+ ✅ Have I avoided generic boilerplate that doesn't add value?
254
+ ```
255
+
256
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
257
+
258
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
259
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
260
+ - ✅ **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.
@@ -671,3 +671,45 @@ Review these questions before confirming output:
671
671
 
672
672
  ## VBC Protocol (Verification-Before-Completion)
673
673
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
674
+
675
+
676
+ ---
677
+
678
+ ## 🤖 LLM-Specific Traps
679
+
680
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
681
+
682
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
683
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
684
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
685
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
686
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
687
+
688
+ ---
689
+
690
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
691
+
692
+ **Slash command: `/review` or `/tribunal-full`**
693
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
694
+
695
+ ### ❌ Forbidden AI Tropes
696
+
697
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
698
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
699
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
700
+
701
+ ### ✅ Pre-Flight Self-Audit
702
+
703
+ Review these questions before confirming output:
704
+ ```
705
+ ✅ Did I rely ONLY on real, verified tools and methods?
706
+ ✅ Is this solution appropriately scoped to the user's constraints?
707
+ ✅ Did I handle potential failure modes and edge cases?
708
+ ✅ Have I avoided generic boilerplate that doesn't add value?
709
+ ```
710
+
711
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
712
+
713
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
714
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
715
+ - ✅ **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.
@@ -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.
@@ -212,3 +212,45 @@ Review these questions before confirming output:
212
212
 
213
213
  ## VBC Protocol (Verification-Before-Completion)
214
214
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
215
+
216
+
217
+ ---
218
+
219
+ ## 🤖 LLM-Specific Traps
220
+
221
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
222
+
223
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
224
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
225
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
226
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
227
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
228
+
229
+ ---
230
+
231
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
232
+
233
+ **Slash command: `/review` or `/tribunal-full`**
234
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
235
+
236
+ ### ❌ Forbidden AI Tropes
237
+
238
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
239
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
240
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
241
+
242
+ ### ✅ Pre-Flight Self-Audit
243
+
244
+ Review these questions before confirming output:
245
+ ```
246
+ ✅ Did I rely ONLY on real, verified tools and methods?
247
+ ✅ Is this solution appropriately scoped to the user's constraints?
248
+ ✅ Did I handle potential failure modes and edge cases?
249
+ ✅ Have I avoided generic boilerplate that doesn't add value?
250
+ ```
251
+
252
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
253
+
254
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
255
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
256
+ - ✅ **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.
@@ -229,3 +229,45 @@ Review these questions before confirming output:
229
229
 
230
230
  ## VBC Protocol (Verification-Before-Completion)
231
231
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
232
+
233
+
234
+ ---
235
+
236
+ ## 🤖 LLM-Specific Traps
237
+
238
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
239
+
240
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
241
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
242
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
243
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
244
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
245
+
246
+ ---
247
+
248
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
249
+
250
+ **Slash command: `/review` or `/tribunal-full`**
251
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
252
+
253
+ ### ❌ Forbidden AI Tropes
254
+
255
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
256
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
257
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
258
+
259
+ ### ✅ Pre-Flight Self-Audit
260
+
261
+ Review these questions before confirming output:
262
+ ```
263
+ ✅ Did I rely ONLY on real, verified tools and methods?
264
+ ✅ Is this solution appropriately scoped to the user's constraints?
265
+ ✅ Did I handle potential failure modes and edge cases?
266
+ ✅ Have I avoided generic boilerplate that doesn't add value?
267
+ ```
268
+
269
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
270
+
271
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
272
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
273
+ - ✅ **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.
@@ -84,3 +84,45 @@ Review these questions before confirming output:
84
84
 
85
85
  ## VBC Protocol (Verification-Before-Completion)
86
86
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
87
+
88
+
89
+ ---
90
+
91
+ ## 🤖 LLM-Specific Traps
92
+
93
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
94
+
95
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
96
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
97
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
98
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
99
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
100
+
101
+ ---
102
+
103
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
104
+
105
+ **Slash command: `/review` or `/tribunal-full`**
106
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
107
+
108
+ ### ❌ Forbidden AI Tropes
109
+
110
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
111
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
112
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
113
+
114
+ ### ✅ Pre-Flight Self-Audit
115
+
116
+ Review these questions before confirming output:
117
+ ```
118
+ ✅ Did I rely ONLY on real, verified tools and methods?
119
+ ✅ Is this solution appropriately scoped to the user's constraints?
120
+ ✅ Did I handle potential failure modes and edge cases?
121
+ ✅ Have I avoided generic boilerplate that doesn't add value?
122
+ ```
123
+
124
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
125
+
126
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
127
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
128
+ - ✅ **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.
@@ -627,3 +627,45 @@ Review these questions before confirming output:
627
627
 
628
628
  ## VBC Protocol (Verification-Before-Completion)
629
629
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
630
+
631
+
632
+ ---
633
+
634
+ ## 🤖 LLM-Specific Traps
635
+
636
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
637
+
638
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
639
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
640
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
641
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
642
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
643
+
644
+ ---
645
+
646
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
647
+
648
+ **Slash command: `/review` or `/tribunal-full`**
649
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
650
+
651
+ ### ❌ Forbidden AI Tropes
652
+
653
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
654
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
655
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
656
+
657
+ ### ✅ Pre-Flight Self-Audit
658
+
659
+ Review these questions before confirming output:
660
+ ```
661
+ ✅ Did I rely ONLY on real, verified tools and methods?
662
+ ✅ Is this solution appropriately scoped to the user's constraints?
663
+ ✅ Did I handle potential failure modes and edge cases?
664
+ ✅ Have I avoided generic boilerplate that doesn't add value?
665
+ ```
666
+
667
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
668
+
669
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
670
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
671
+ - ✅ **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.
@@ -95,3 +95,45 @@ Review these questions before confirming output:
95
95
 
96
96
  ## VBC Protocol (Verification-Before-Completion)
97
97
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
98
+
99
+
100
+ ---
101
+
102
+ ## 🤖 LLM-Specific Traps
103
+
104
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
105
+
106
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
107
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
108
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
109
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
110
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
111
+
112
+ ---
113
+
114
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
115
+
116
+ **Slash command: `/review` or `/tribunal-full`**
117
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
118
+
119
+ ### ❌ Forbidden AI Tropes
120
+
121
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
122
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
123
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
124
+
125
+ ### ✅ Pre-Flight Self-Audit
126
+
127
+ Review these questions before confirming output:
128
+ ```
129
+ ✅ Did I rely ONLY on real, verified tools and methods?
130
+ ✅ Is this solution appropriately scoped to the user's constraints?
131
+ ✅ Did I handle potential failure modes and edge cases?
132
+ ✅ Have I avoided generic boilerplate that doesn't add value?
133
+ ```
134
+
135
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
136
+
137
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
138
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
139
+ - ✅ **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.
@@ -199,3 +199,45 @@ Review these questions before confirming output:
199
199
 
200
200
  ## VBC Protocol (Verification-Before-Completion)
201
201
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
202
+
203
+
204
+ ---
205
+
206
+ ## 🤖 LLM-Specific Traps
207
+
208
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
209
+
210
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
211
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
212
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
213
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
214
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
215
+
216
+ ---
217
+
218
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
219
+
220
+ **Slash command: `/review` or `/tribunal-full`**
221
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
222
+
223
+ ### ❌ Forbidden AI Tropes
224
+
225
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
226
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
227
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
228
+
229
+ ### ✅ Pre-Flight Self-Audit
230
+
231
+ Review these questions before confirming output:
232
+ ```
233
+ ✅ Did I rely ONLY on real, verified tools and methods?
234
+ ✅ Is this solution appropriately scoped to the user's constraints?
235
+ ✅ Did I handle potential failure modes and edge cases?
236
+ ✅ Have I avoided generic boilerplate that doesn't add value?
237
+ ```
238
+
239
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
240
+
241
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
242
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
243
+ - ✅ **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.
@@ -564,3 +564,45 @@ Review these questions before confirming output:
564
564
 
565
565
  ## VBC Protocol (Verification-Before-Completion)
566
566
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
567
+
568
+
569
+ ---
570
+
571
+ ## 🤖 LLM-Specific Traps
572
+
573
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
574
+
575
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
576
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
577
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
578
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
579
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
580
+
581
+ ---
582
+
583
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
584
+
585
+ **Slash command: `/review` or `/tribunal-full`**
586
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
587
+
588
+ ### ❌ Forbidden AI Tropes
589
+
590
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
591
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
592
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
593
+
594
+ ### ✅ Pre-Flight Self-Audit
595
+
596
+ Review these questions before confirming output:
597
+ ```
598
+ ✅ Did I rely ONLY on real, verified tools and methods?
599
+ ✅ Is this solution appropriately scoped to the user's constraints?
600
+ ✅ Did I handle potential failure modes and edge cases?
601
+ ✅ Have I avoided generic boilerplate that doesn't add value?
602
+ ```
603
+
604
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
605
+
606
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
607
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
608
+ - ✅ **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.
@@ -159,3 +159,45 @@ Review these questions before confirming output:
159
159
 
160
160
  ## VBC Protocol (Verification-Before-Completion)
161
161
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
162
+
163
+
164
+ ---
165
+
166
+ ## 🤖 LLM-Specific Traps
167
+
168
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
169
+
170
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
171
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
172
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
173
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
174
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
175
+
176
+ ---
177
+
178
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
179
+
180
+ **Slash command: `/review` or `/tribunal-full`**
181
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
182
+
183
+ ### ❌ Forbidden AI Tropes
184
+
185
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
186
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
187
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
188
+
189
+ ### ✅ Pre-Flight Self-Audit
190
+
191
+ Review these questions before confirming output:
192
+ ```
193
+ ✅ Did I rely ONLY on real, verified tools and methods?
194
+ ✅ Is this solution appropriately scoped to the user's constraints?
195
+ ✅ Did I handle potential failure modes and edge cases?
196
+ ✅ Have I avoided generic boilerplate that doesn't add value?
197
+ ```
198
+
199
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
200
+
201
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
202
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
203
+ - ✅ **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.