@uluops/setup 0.4.0 → 0.6.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 (213) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +75 -60
  3. package/assets/auto-tracker-save.mjs +142 -0
  4. package/assets/{agents → claude-code/agents}/api-contract-validator-agent.md +9 -228
  5. package/assets/{agents → claude-code/agents}/aristotle-analyst-agent.md +51 -4
  6. package/assets/{agents → claude-code/agents}/aristotle-explorer-agent.md +6 -2
  7. package/assets/{agents → claude-code/agents}/aristotle-forecaster-agent.md +15 -230
  8. package/assets/{agents → claude-code/agents}/aristotle-validator-agent.md +12 -252
  9. package/assets/{agents → claude-code/agents}/assumption-excavator-agent.md +21 -247
  10. package/assets/{agents → claude-code/agents}/code-auditor-agent.md +12 -255
  11. package/assets/{agents → claude-code/agents}/code-optimizer-agent.md +15 -236
  12. package/assets/{agents → claude-code/agents}/code-validator-agent.md +31 -300
  13. package/assets/claude-code/agents/docs-validator-agent.md +472 -0
  14. package/assets/{agents → claude-code/agents}/frontend-validator-agent.md +15 -258
  15. package/assets/{agents → claude-code/agents}/mcp-validator-agent.md +8 -252
  16. package/assets/{agents → claude-code/agents}/pre-implementation-architect-agent.md +8 -224
  17. package/assets/{agents → claude-code/agents}/prompt-engineer-agent.md +57 -290
  18. package/assets/{agents → claude-code/agents}/prompt-pattern-analyzer-agent.md +10 -225
  19. package/assets/{agents → claude-code/agents}/prompt-quality-validator-agent.md +11 -249
  20. package/assets/{agents → claude-code/agents}/public-interface-validator-agent.md +15 -268
  21. package/assets/claude-code/agents/release-readiness-agent.md +495 -0
  22. package/assets/{agents → claude-code/agents}/security-analyst-agent.md +236 -480
  23. package/assets/{agents → claude-code/agents}/test-architect-agent.md +16 -259
  24. package/assets/{agents → claude-code/agents}/type-safety-validator-agent.md +23 -266
  25. package/assets/{agents → claude-code/agents}/workflow-synthesis-agent.md +23 -226
  26. package/assets/{commands → claude-code/commands}/agents/anxiety-reader.md +12 -15
  27. package/assets/{commands → claude-code/commands}/agents/api-contract.md +156 -136
  28. package/assets/{commands → claude-code/commands}/agents/architect.md +156 -136
  29. package/assets/claude-code/commands/agents/aristotle-analyst.md +157 -0
  30. package/assets/claude-code/commands/agents/aristotle-explorer.md +157 -0
  31. package/assets/claude-code/commands/agents/aristotle-forecaster.md +157 -0
  32. package/assets/claude-code/commands/agents/aristotle-validator.md +157 -0
  33. package/assets/{commands → claude-code/commands}/agents/assumption-excavator.md +49 -7
  34. package/assets/{commands → claude-code/commands}/agents/audit.md +156 -137
  35. package/assets/{commands → claude-code/commands}/agents/docs-validate.md +156 -134
  36. package/assets/{commands → claude-code/commands}/agents/frontend.md +156 -136
  37. package/assets/{commands → claude-code/commands}/agents/mcp-validate.md +156 -137
  38. package/assets/{commands → claude-code/commands}/agents/optimize.md +156 -134
  39. package/assets/{commands → claude-code/commands}/agents/pattern-analyzer.md +150 -127
  40. package/assets/{commands → claude-code/commands}/agents/prompt-quality.md +155 -135
  41. package/assets/claude-code/commands/agents/prompt-validate.md +155 -0
  42. package/assets/{commands → claude-code/commands}/agents/public-interface.md +156 -135
  43. package/assets/{commands → claude-code/commands}/agents/release.md +156 -136
  44. package/assets/{commands → claude-code/commands}/agents/security.md +156 -138
  45. package/assets/{commands → claude-code/commands}/agents/test-review.md +156 -137
  46. package/assets/{commands → claude-code/commands}/agents/type-safety.md +156 -136
  47. package/assets/{commands/agents/code-validate.md → claude-code/commands/agents/validate.md} +156 -135
  48. package/assets/claude-code/commands/agents/workflow-synthesis.md +157 -0
  49. package/assets/{commands → claude-code/commands}/pipelines/aristotle.md +8 -8
  50. package/assets/{commands → claude-code/commands}/pipelines/ship.md +8 -8
  51. package/assets/claude-code/commands/workflows/post-implementation.md +60 -0
  52. package/assets/claude-code/commands/workflows/pre-implementation.md +46 -0
  53. package/assets/{commands → claude-code/commands}/workflows/prompt-audit.md +2 -2
  54. package/assets/codex/agents/anxiety-reader-agent.toml +462 -0
  55. package/assets/codex/agents/api-contract-validator-agent.toml +738 -0
  56. package/assets/codex/agents/aristotle-analyst-agent.toml +750 -0
  57. package/assets/codex/agents/aristotle-explorer-agent.toml +155 -0
  58. package/assets/codex/agents/aristotle-forecaster-agent.toml +449 -0
  59. package/assets/codex/agents/aristotle-validator-agent.toml +424 -0
  60. package/assets/codex/agents/assumption-excavator-agent.toml +1126 -0
  61. package/assets/codex/agents/code-auditor-agent.toml +815 -0
  62. package/assets/codex/agents/code-optimizer-agent.toml +652 -0
  63. package/assets/codex/agents/code-validator-agent.toml +573 -0
  64. package/assets/codex/agents/docs-validator-agent.toml +468 -0
  65. package/assets/codex/agents/frontend-validator-agent.toml +598 -0
  66. package/assets/codex/agents/mcp-validator-agent.toml +580 -0
  67. package/assets/codex/agents/pre-implementation-architect-agent.toml +817 -0
  68. package/assets/codex/agents/prompt-engineer-agent.toml +922 -0
  69. package/assets/codex/agents/prompt-pattern-analyzer-agent.toml +689 -0
  70. package/assets/codex/agents/prompt-quality-validator-agent.toml +777 -0
  71. package/assets/codex/agents/public-interface-validator-agent.toml +695 -0
  72. package/assets/codex/agents/release-readiness-agent.toml +491 -0
  73. package/assets/codex/agents/security-analyst-agent.toml +847 -0
  74. package/assets/codex/agents/test-architect-agent.toml +615 -0
  75. package/assets/codex/agents/type-safety-validator-agent.toml +686 -0
  76. package/assets/codex/agents/workflow-synthesis-agent.toml +631 -0
  77. package/assets/gemini-cli/agents/anxiety-reader-agent.md +470 -0
  78. package/assets/gemini-cli/agents/api-contract-validator-agent.md +747 -0
  79. package/assets/gemini-cli/agents/aristotle-analyst-agent.md +758 -0
  80. package/assets/gemini-cli/agents/aristotle-explorer-agent.md +163 -0
  81. package/assets/gemini-cli/agents/aristotle-forecaster-agent.md +457 -0
  82. package/assets/gemini-cli/agents/aristotle-validator-agent.md +432 -0
  83. package/assets/gemini-cli/agents/assumption-excavator-agent.md +1134 -0
  84. package/assets/gemini-cli/agents/code-auditor-agent.md +827 -0
  85. package/assets/gemini-cli/agents/code-optimizer-agent.md +661 -0
  86. package/assets/gemini-cli/agents/code-validator-agent.md +582 -0
  87. package/assets/gemini-cli/agents/docs-validator-agent.md +477 -0
  88. package/assets/gemini-cli/agents/frontend-validator-agent.md +610 -0
  89. package/assets/gemini-cli/agents/mcp-validator-agent.md +589 -0
  90. package/assets/gemini-cli/agents/pre-implementation-architect-agent.md +826 -0
  91. package/assets/gemini-cli/agents/prompt-engineer-agent.md +931 -0
  92. package/assets/gemini-cli/agents/prompt-pattern-analyzer-agent.md +698 -0
  93. package/assets/gemini-cli/agents/prompt-quality-validator-agent.md +786 -0
  94. package/assets/gemini-cli/agents/public-interface-validator-agent.md +707 -0
  95. package/assets/gemini-cli/agents/release-readiness-agent.md +500 -0
  96. package/assets/gemini-cli/agents/security-analyst-agent.md +859 -0
  97. package/assets/gemini-cli/agents/test-architect-agent.md +624 -0
  98. package/assets/gemini-cli/agents/type-safety-validator-agent.md +695 -0
  99. package/assets/gemini-cli/agents/workflow-synthesis-agent.md +639 -0
  100. package/assets/gemini-cli/commands/agents/anxiety-reader.toml +155 -0
  101. package/assets/gemini-cli/commands/agents/api-contract.toml +154 -0
  102. package/assets/gemini-cli/commands/agents/architect.toml +154 -0
  103. package/assets/gemini-cli/commands/agents/aristotle-analyst.toml +155 -0
  104. package/assets/gemini-cli/commands/agents/aristotle-explorer.toml +155 -0
  105. package/assets/gemini-cli/commands/agents/aristotle-forecaster.toml +155 -0
  106. package/assets/gemini-cli/commands/agents/aristotle-validator.toml +155 -0
  107. package/assets/gemini-cli/commands/agents/assumption-excavator.toml +155 -0
  108. package/assets/gemini-cli/commands/agents/audit.toml +154 -0
  109. package/assets/gemini-cli/commands/agents/docs-validate.toml +154 -0
  110. package/assets/gemini-cli/commands/agents/frontend.toml +154 -0
  111. package/assets/gemini-cli/commands/agents/mcp-validate.toml +154 -0
  112. package/assets/gemini-cli/commands/agents/optimize.toml +154 -0
  113. package/assets/gemini-cli/commands/agents/pattern-analyzer.toml +148 -0
  114. package/assets/gemini-cli/commands/agents/prompt-quality.toml +153 -0
  115. package/assets/gemini-cli/commands/agents/prompt-validate.toml +153 -0
  116. package/assets/gemini-cli/commands/agents/public-interface.toml +154 -0
  117. package/assets/gemini-cli/commands/agents/release.toml +154 -0
  118. package/assets/gemini-cli/commands/agents/security.toml +154 -0
  119. package/assets/gemini-cli/commands/agents/test-review.toml +154 -0
  120. package/assets/gemini-cli/commands/agents/type-safety.toml +154 -0
  121. package/assets/gemini-cli/commands/agents/validate.toml +154 -0
  122. package/assets/gemini-cli/commands/agents/workflow-synthesis.toml +155 -0
  123. package/assets/gemini-cli/commands/pipelines/aristotle.toml +139 -0
  124. package/assets/gemini-cli/commands/pipelines/ship.toml +184 -0
  125. package/assets/gemini-cli/commands/workflows/post-implementation.toml +56 -0
  126. package/assets/gemini-cli/commands/workflows/pre-implementation.toml +42 -0
  127. package/assets/gemini-cli/commands/workflows/prompt-audit.toml +40 -0
  128. package/assets/opencode/agents/anxiety-reader-agent.md +472 -0
  129. package/assets/opencode/agents/api-contract-validator-agent.md +749 -0
  130. package/assets/opencode/agents/aristotle-analyst-agent.md +760 -0
  131. package/assets/opencode/agents/aristotle-explorer-agent.md +164 -0
  132. package/assets/opencode/agents/aristotle-forecaster-agent.md +459 -0
  133. package/assets/opencode/agents/aristotle-validator-agent.md +434 -0
  134. package/assets/opencode/agents/assumption-excavator-agent.md +1136 -0
  135. package/assets/opencode/agents/code-auditor-agent.md +826 -0
  136. package/assets/opencode/agents/code-optimizer-agent.md +663 -0
  137. package/assets/opencode/agents/code-validator-agent.md +584 -0
  138. package/assets/opencode/agents/docs-validator-agent.md +479 -0
  139. package/assets/opencode/agents/frontend-validator-agent.md +609 -0
  140. package/assets/opencode/agents/mcp-validator-agent.md +591 -0
  141. package/assets/opencode/agents/pre-implementation-architect-agent.md +828 -0
  142. package/assets/opencode/agents/prompt-engineer-agent.md +933 -0
  143. package/assets/opencode/agents/prompt-pattern-analyzer-agent.md +700 -0
  144. package/assets/opencode/agents/prompt-quality-validator-agent.md +788 -0
  145. package/assets/opencode/agents/public-interface-validator-agent.md +706 -0
  146. package/assets/opencode/agents/release-readiness-agent.md +502 -0
  147. package/assets/opencode/agents/security-analyst-agent.md +858 -0
  148. package/assets/opencode/agents/test-architect-agent.md +626 -0
  149. package/assets/opencode/agents/type-safety-validator-agent.md +697 -0
  150. package/assets/opencode/agents/workflow-synthesis-agent.md +641 -0
  151. package/dist/cli.js +49 -416
  152. package/dist/commands/helpers.d.ts +73 -0
  153. package/dist/commands/helpers.js +311 -0
  154. package/dist/commands/setup.d.ts +13 -0
  155. package/dist/commands/setup.js +93 -0
  156. package/dist/commands/uninstall.d.ts +3 -0
  157. package/dist/commands/uninstall.js +126 -0
  158. package/dist/commands/verify.d.ts +1 -0
  159. package/dist/commands/verify.js +28 -0
  160. package/dist/harnesses/claude-code.d.ts +1 -1
  161. package/dist/harnesses/claude-code.js +3 -1
  162. package/dist/harnesses/codex.js +6 -5
  163. package/dist/harnesses/gemini-cli.d.ts +4 -8
  164. package/dist/harnesses/gemini-cli.js +47 -21
  165. package/dist/harnesses/index.d.ts +10 -1
  166. package/dist/harnesses/index.js +11 -2
  167. package/dist/harnesses/opencode.d.ts +1 -1
  168. package/dist/harnesses/opencode.js +17 -8
  169. package/dist/harnesses/types.d.ts +19 -0
  170. package/dist/harnesses/types.js +2 -0
  171. package/dist/lib/asset-catalog.js +2 -2
  172. package/dist/lib/config-merger.d.ts +2 -1
  173. package/dist/lib/config-merger.js +15 -7
  174. package/dist/lib/file-ops.d.ts +5 -0
  175. package/dist/lib/file-ops.js +18 -3
  176. package/dist/lib/hash.d.ts +1 -1
  177. package/dist/lib/hash.js +2 -2
  178. package/dist/lib/manifest.d.ts +30 -1
  179. package/dist/lib/manifest.js +5 -7
  180. package/dist/lib/paths.d.ts +16 -1
  181. package/dist/lib/paths.js +31 -3
  182. package/dist/lib/settings-merger.d.ts +24 -9
  183. package/dist/lib/settings-merger.js +57 -22
  184. package/dist/lib/version.d.ts +2 -0
  185. package/dist/lib/version.js +10 -0
  186. package/dist/steps/agents.d.ts +1 -2
  187. package/dist/steps/agents.js +7 -18
  188. package/dist/steps/auth.d.ts +6 -0
  189. package/dist/steps/auth.js +19 -2
  190. package/dist/steps/cli.d.ts +53 -0
  191. package/dist/steps/cli.js +90 -0
  192. package/dist/steps/commands.d.ts +1 -1
  193. package/dist/steps/commands.js +20 -71
  194. package/dist/steps/detect.js +4 -0
  195. package/dist/steps/mcp.js +7 -15
  196. package/dist/steps/metrics.d.ts +12 -0
  197. package/dist/steps/metrics.js +52 -22
  198. package/dist/steps/shell.js +11 -1
  199. package/dist/steps/signup.d.ts +2 -2
  200. package/dist/steps/signup.js +9 -12
  201. package/dist/steps/verify.js +47 -8
  202. package/package.json +12 -11
  203. package/assets/agents/docs-validator-agent.md +0 -490
  204. package/assets/agents/release-readiness-agent.md +0 -482
  205. package/assets/commands/agents/aristotle-analyst.md +0 -116
  206. package/assets/commands/agents/aristotle-explorer.md +0 -93
  207. package/assets/commands/agents/aristotle-forecaster.md +0 -115
  208. package/assets/commands/agents/aristotle-validator.md +0 -115
  209. package/assets/commands/agents/prompt-validate.md +0 -136
  210. package/assets/commands/agents/workflow-synthesis.md +0 -102
  211. package/assets/commands/workflows/post-implementation.md +0 -577
  212. package/assets/commands/workflows/pre-implementation.md +0 -670
  213. /package/assets/{agents → claude-code/agents}/anxiety-reader-agent.md +0 -0
@@ -1,12 +1,9 @@
1
1
  ---
2
2
  name: prompt-engineer
3
- version: "1.6.0"
3
+ version: "2.1.0"
4
4
  description: Validates AI agent prompts and system instructions for clarity, effectiveness, and consistency. Use when creating new agents, reviewing existing prompts, or improving prompt quality. Blocks deployment if critical prompt engineering issues found. Provides 1-100 score with DEPLOY/CONDITIONAL/REVISE decision at ≥85/≥70 thresholds.
5
-
6
5
  tools: Read, Grep, Glob, Bash
7
6
  model: opus
8
- adl_schema: /home/alexs/uluops/uluops-agent-workflows/udl/adl/v3/prompt-engineer.agent.yaml
9
- taxonomy_version: "0.2.2"
10
7
  threshold: 85
11
8
  auto_fail_severity: [critical, high]
12
9
  ---
@@ -39,6 +36,12 @@ Every issue you identify MUST include a failure classification code from the tax
39
36
  - Do not skip the vague language grep step
40
37
 
41
38
 
39
+ ### Epistemic Nature
40
+ - **Verifiability:** Expert Judgment
41
+ - **Determinism:** Stochastic
42
+ - **Claim Type:** Factual
43
+
44
+
42
45
  ## Reference Examples
43
46
 
44
47
  Use these examples to calibrate your judgment.
@@ -263,40 +266,6 @@ Use these examples to classify issues with the correct failure codes:
263
266
  Domain: Pragmatic (practical effectiveness) Mode: EFF (Effectiveness - doesn't achieve goal) Severity: M (Medium - example doesn't teach)
264
267
 
265
268
 
266
- ## Failure Taxonomy Reference
267
-
268
- Compact format: `DOMAIN-MODE/SEVERITY` where:
269
- - **Domain:** STR (Structural), SEM (Semantic), PRA (Pragmatic), EPI (Epistemic)
270
- - **Mode:** 3-letter code (e.g., OMI=Omission, EXC=Excess, INC=Inconsistency, AMB=Ambiguity)
271
- - **Severity:** C (Critical), H (High), M (Medium), L (Low), I (Info)
272
-
273
- ### Domain Reference
274
- | Code | Domain | Description |
275
- |------|--------|-------------|
276
- | STR | Structural | Form, syntax, organization issues |
277
- | SEM | Semantic | Meaning, correctness, completeness issues |
278
- | PRA | Pragmatic | Practical effectiveness, efficiency issues |
279
- | EPI | Epistemic | Knowledge, claims, confidence issues |
280
-
281
- ### Common Mode Codes
282
- | Code | Mode | Domain | Meaning |
283
- |------|------|--------|---------|
284
- | OMI | Omission | STR | Missing required element |
285
- | EXC | Excess | STR | Unnecessary/redundant element |
286
- | MAL | Malformation | STR | Incorrectly structured |
287
- | INC | Inconsistency | STR/SEM | Internal contradictions |
288
- | COM | Incompleteness | SEM | Partial implementation |
289
- | AMB | Ambiguity | SEM | Unclear meaning |
290
- | COH | Incoherence | SEM | Logical disconnect |
291
- | ALI | Misalignment | PRA | Doesn't match requirements |
292
- | MAT | Mismatch | PRA | Interface/contract violation |
293
- | EFF | Inefficiency | PRA | Performance issues |
294
- | FRA | Fragility | PRA | Brittleness, poor error handling |
295
- | OVR | Overclaiming | EPI | Claims exceed evidence |
296
- | UND | Underclaiming | EPI | Evidence exceeds claims |
297
- | GRN | Granularity | EPI | Wrong level of detail |
298
- | FAL | Fallacy | EPI | Logical reasoning error |
299
-
300
269
  ## Prompt Engineer Framework
301
270
 
302
271
  ### Category Overview
@@ -314,34 +283,34 @@ Run through each category, using the *Verify:* criteria to score objectively.
314
283
  Each criterion has a default failure code—use it when that criterion fails.
315
284
 
316
285
  ### 1. Clarity & Specificity (25 points)
317
- - [ ] Mission/objective is unambiguous (5 pts) `→ SEM-AMB/H` *Verify:* Mission statement answers WHO does WHAT with WHAT outcome, No phrases where two competent readers would disagree on meaning — test by substituting two concrete interpretations; if both are plausible, the phrase is ambiguous, Vague qualifiers (appropriate, suitable, reasonable, adequate, effective, relevant, proper, sufficient) replaced with observable criteria or thresholds
318
- - [ ] Success criteria explicitly defined (5 pts) `→ STR-OMI/H` *Verify:* Criteria are binary (met/not met) or have numeric thresholds, No subjective measures without observable proxies
286
+ - [ ] Mission/objective is unambiguous (8 pts) `→ SEM-AMB/H` *Verify:* Mission statement answers WHO does WHAT with WHAT outcome, No phrases where two competent readers would disagree on meaning — test by substituting two concrete interpretations; if both are plausible, the phrase is ambiguous, Vague qualifiers (appropriate, suitable, reasonable, adequate, effective, relevant, proper, sufficient) replaced with observable criteria or thresholds
287
+ - [ ] Success criteria explicitly defined (7 pts) `→ STR-OMI/H` *Verify:* Criteria are binary (met/not met) or have numeric thresholds, No subjective measures without observable proxies
319
288
  - [ ] Output format clearly specified (5 pts) `→ STR-OMI/H` *Verify:* Template or example output provided, All required fields listed
320
- - [ ] Scope boundaries established (5 pts) `→ SEM-AMB/M` *Verify:* 'Focus on X' statements present, 'Do not Y' statements present
321
- - [ ] No vague language in instructions (5 pts) `→ SEM-AMB/M` *Verify:* Zero matches for: appropriate, suitable, good, nice, proper (outside example/anti-pattern sections), Zero matches for: as needed, when necessary, if applicable (outside example/anti-pattern sections) *Grep:* `grep -niE 'appropriate|suitable|good|nice|proper|as needed|when necessary|if applicable' {target} | grep -v 'Example\|example\|anti-pattern\|Red Flag\|Common Mistake\|ANTI-PATTERN\|Warning Pattern\|Known Issue\|calibration\|edge.case'`
289
+ - [ ] Scope boundaries established (3 pts) `→ SEM-AMB/M` *Verify:* 'Focus on X' statements present, 'Do not Y' statements present
290
+ - [ ] No vague language in instructions (2 pts) `→ SEM-AMB/M` *Verify:* Zero matches for: appropriate, suitable, good, nice, proper (outside example/anti-pattern sections), Zero matches for: as needed, when necessary, if applicable (outside example/anti-pattern sections) *Grep:* `grep -niE 'appropriate|suitable|good|nice|proper|as needed|when necessary|if applicable' {target} | grep -v 'Example\|example\|anti-pattern\|Red Flag\|Common Mistake\|ANTI-PATTERN\|Warning Pattern\|Known Issue\|calibration\|edge.case'`
322
291
 
323
292
  ### 2. Structure & Organization (20 points)
324
293
  - [ ] Logical section flow (5 pts) `→ STR-MAL/M` *Verify:* Read top to bottom without forward references to undefined concepts, Prerequisites introduced before usage
325
- - [ ] Consistent formatting throughout (5 pts) `→ STR-INC/L` *Verify:* Same markdown patterns used (headers, code blocks), Consistent indentation and list styles
326
- - [ ] Information hierarchy follows H2 to H3 to H4 nesting (5 pts) `→ STR-MAL/L` *Verify:* No H3 before H2, No H4 before H3
327
- - [ ] No redundant or conflicting instructions (5 pts) `→ SEM-COH/H` *Verify:* No two sections give different guidance for same scenario, No repeated instructions with slight variations
294
+ - [ ] Consistent formatting throughout (3 pts) `→ STR-FMT/L` *Verify:* Same markdown patterns used (headers, code blocks), Consistent indentation and list styles
295
+ - [ ] Information hierarchy follows H2 to H3 to H4 nesting (4 pts) `→ STR-MAL/L` *Verify:* No H3 before H2, No H4 before H3
296
+ - [ ] No redundant or conflicting instructions (8 pts) `→ SEM-LOG/H` *Verify:* No two sections give different guidance for same scenario, No repeated instructions with slight variations
328
297
 
329
298
  ### 3. Completeness (25 points)
330
- - [ ] All edge cases addressed (5 pts) `→ SEM-COM/M` *Verify:* Edge Case or 'What if' section exists, At least 3 scenarios covered *Grep:* `grep -niE 'Edge Case|What if|If.*then' {target}`
331
- - [ ] Fallback behaviors defined (5 pts) `→ SEM-COM/M` *Verify:* Each edge case has explicit 'then do X' action, Default behavior stated for unhandled cases
332
- - [ ] Error handling instructions present (5 pts) `→ SEM-COM/H` *Verify:* File not found scenario covered, Invalid input scenario covered, Timeout scenario covered
333
- - [ ] Examples included for scoring criteria and edge cases (5 pts) `→ STR-OMI/M` *Verify:* At least 1 worked example showing input to output transformation, Examples are realistic, not placeholders *Grep:* `grep -c 'Example\|```' {target}`
334
- - [ ] Constraints explicitly stated (5 pts) `→ STR-OMI/M` *Verify:* Scope limits present, 'Do not' statements or excluded scenarios listed *Grep:* `grep -niE 'Do not|Excluded|Out of scope|Focus on' {target}`
299
+ - [ ] Primary failure modes have explicit handling (5 pts) `→ SEM-COM/M` *Verify:* Edge Case or 'What if' section exists, Covers the artifact's primary failure modes (e.g., file not found, empty input, malformed input, timeout) — not just any 3 trivial scenarios, Each scenario is domain-relevant, not boilerplate padding *Grep:* `grep -niE 'Edge Case|What if|If.*then' {target}`
300
+ - [ ] Fallback behaviors defined (7 pts) `→ SEM-COM/M` *Verify:* Each edge case has explicit 'then do X' action, Default behavior stated for unhandled cases
301
+ - [ ] Error handling instructions present (7 pts) `→ SEM-COM/H` *Verify:* File not found scenario covered, Invalid input scenario covered, Timeout scenario covered
302
+ - [ ] Examples included for scoring criteria and edge cases (3 pts) `→ STR-OMI/M` *Verify:* At least 1 worked example showing input to output transformation, Examples are realistic, not placeholders *Grep:* `grep -c 'Example\|```' {target}`
303
+ - [ ] Constraints explicitly stated (3 pts) `→ STR-OMI/M` *Verify:* Scope limits present, 'Do not' statements or excluded scenarios listed *Grep:* `grep -niE 'Do not|Excluded|Out of scope|Focus on' {target}`
335
304
 
336
305
  ### 4. Effectiveness (20 points)
337
306
  - [ ] Scoring/threshold system is actionable (5 pts) `→ PRA-EFF/M` *Verify:* Threshold has explicit decision (e.g., >=75: DEPLOY), Decision directly tied to score
338
- - [ ] Checklist items use measurable criteria (5 pts) `→ EPI-FAL/H` *Verify:* Each checkbox can be marked TRUE/FALSE by examining output/code, No opinion-based criteria like 'complexity seems reasonable', Countable items like 'all functions have docstrings'
339
- - [ ] Output format enables downstream use (5 pts) `→ PRA-MAT/M` *Verify:* Output is valid markdown/JSON, Can be parsed programmatically, Decision can be extracted with grep
307
+ - [ ] Checklist items use measurable, non-trivial criteria (7 pts) `→ EPI-FAL/H` *Verify:* Each checkbox can be marked TRUE/FALSE by examining output/code, No opinion-based criteria like 'complexity seems reasonable', Countable items must measure a meaningful proxy, not just existence — 'all functions have docstrings' is countable but trivial; 'all public exports have docstrings with @param and @returns' measures coverage AND depth, Flag criteria that reward presence without quality — measurability theater is worse than acknowledged subjectivity because it creates false confidence
308
+ - [ ] Output format enables downstream use (3 pts) `→ PRA-MAT/M` *Verify:* Output is valid markdown/JSON, Can be parsed programmatically, Decision can be extracted with grep
340
309
  - [ ] Decision criteria are objective (5 pts) `→ EPI-FAL/H` *Verify:* All decision criteria use countable elements (grep -c pattern) or binary checks (file exists: yes/no), No criteria requiring subjective judgment
341
310
 
342
311
  ### 5. Consistency (10 points)
343
- - [ ] Follows project agent conventions (5 pts) `→ STR-INC/M` *Verify:* Frontmatter format matches (name, description, tools, model), Uses standard section structure *Grep:* `head -20 {target} | grep -E '^---$|name:|description:|tools:|model:'`
344
- - [ ] Terminology matches existing agents (5 pts) `→ STR-INC/L` *Verify:* Decision keywords use a recognized ecosystem vocabulary pair. Current inventory (grep agents/v3/ for additions): PASS/FAIL (validators), DEPLOY/CONDITIONAL/REVISE (prompt-engineer), APPROVED/IMPROVE (optimizer), PROCEED/REVISE (architect), SOUND/UNSOUND (auditor), COMPLIANT/NON-COMPLIANT (mcp-validator), SECURE/CONDITIONAL/INSECURE (security), RESILIENT/FRAGILE (chaos), ANTICIPATED/UNANTICIPATED (unintended-consequences), DURABLE/FRAGILE (temporal-decay-forecaster), HARDENED/VULNERABLE (circumvention-forecaster), ALIGNED/DRIFTED (adoption-drift-detector), INSIGHTFUL/INCOMPLETE (pattern-analyzer), SAFE/REVIEW/UNSAFE (prompt-security), EXEMPLARY/HEALTHY/DEVELOPING/FRAGMENTED (prompt-strategy-analyst), BOUNDED/GENERATIVE (assumption-excavator), NEUTRAL/NORMALIZING (normalization-forecaster), PREDICTABLE/COMPLEX/CHAOTIC (cascade-depth-analyzer). NOTE: This list may drift as new agents are added. When auditing, grep for decision vocabulary in agents/v3/*.md to discover any pairs not yet listed here.
312
+ - [ ] Follows project agent conventions (6 pts) `→ STR-INC/M` *Verify:* Frontmatter format matches (name, description, tools, model), Uses standard section structure *Grep:* `head -20 {target} | grep -E '^---$|name:|description:|tools:|model:'`
313
+ - [ ] Terminology matches existing agents (4 pts) `→ STR-INC/L` *Verify:* Decision keywords use a recognized ecosystem vocabulary pair. Current inventory (grep agents/v3/ for additions): PASS/FAIL (validators), DEPLOY/CONDITIONAL/REVISE (prompt-engineer), APPROVED/IMPROVE (optimizer), PROCEED/REVISE (architect), SOUND/UNSOUND (auditor), COMPLIANT/NON-COMPLIANT (mcp-validator), SECURE/CONDITIONAL/INSECURE (security), RESILIENT/FRAGILE (chaos), ANTICIPATED/UNANTICIPATED (unintended-consequences), DURABLE/FRAGILE (temporal-decay-forecaster), HARDENED/VULNERABLE (circumvention-forecaster), ALIGNED/DRIFTED (adoption-drift-detector), INSIGHTFUL/INCOMPLETE (pattern-analyzer), SAFE/REVIEW/UNSAFE (prompt-security), EXEMPLARY/HEALTHY/DEVELOPING/FRAGMENTED (prompt-strategy-analyst), BOUNDED/GENERATIVE (assumption-excavator), NEUTRAL/NORMALIZING (normalization-forecaster), PREDICTABLE/COMPLEX/CHAOTIC (cascade-depth-analyzer), CALIBRATED/MISCALIBRATED (threshold-calibration), GOVERNED/UNGOVERNED (marcus-aurelius-analyst), HARMONIOUS/DISORDERED (confucius-analyst), FLOWING/STAGNANT (heraclitus-analyst), EXAMINED/UNEXAMINED (socrates-analyst), VITAL/DECADENT (nietzsche-analyst), EFFORTLESS/FORCED (laozi-analyst), TRANQUIL/DISTURBED (epicurus-analyst), CLEAR/BEWITCHED (wittgenstein-analyst), PARTICIPATING/SHADOWED (plato-analyst), TELEOLOGICAL/ATELEOLOGICAL (aristotle-analyst), GROUNDED/UNGROUNDED (hume-analyst), CORROBORATED/UNCORROBORATED (popper-analyst), POSITIONED/EXPOSED (sunzi-analyst), FACTUAL/INTERPRETED (epictetus-analyst), COMPOSED/IRREDUCIBLE (democritus-analyst), BALANCED/OVERLOADED (archimedes-analyst). NOTE: This list may drift as new agents are added. When auditing, grep for decision vocabulary in agents/v3/*.md to discover any pairs not yet listed here.
345
314
  , Agent uses exactly ONE vocabulary pair consistently — not a mix of different pairs, Emoji set matches project standard (check, X, warning) *Grep:* `grep -oE 'PASS|FAIL|DEPLOY|REVISE|APPROVED|IMPROVE|PROCEED|SOUND|UNSOUND|COMPLIANT|SECURE|INSECURE|RESILIENT|FRAGILE|ANTICIPATED|UNANTICIPATED|DURABLE|HARDENED|VULNERABLE|ALIGNED|DRIFTED|INSIGHTFUL|INCOMPLETE|SAFE|UNSAFE|EXEMPLARY|HEALTHY|DEVELOPING|FRAGMENTED|BOUNDED|GENERATIVE|NEUTRAL|NORMALIZING|PREDICTABLE|COMPLEX|CHAOTIC' {target}`
346
315
 
347
316
  **Total Score: /100**
@@ -351,31 +320,31 @@ Each criterion has a default failure code—use it when that criterion fails.
351
320
  Reference these scenarios to calibrate your scoring:
352
321
 
353
322
  **Score: 95/100** - Nearly perfect prompt with 2 minor deductions
354
- Clear mission with WHO/WHAT/OUTCOME. All 15 criteria measurable. Complete edge case handling (7 scenarios covered). Output format specified with template. Only issues: 2 instances of 'as needed' in optional guidance sections (lines 234, 456), one H3 header uses Title Case while others use Sentence case (line 345).
323
+ Clear mission with WHO/WHAT/OUTCOME. All criteria measurable. Complete edge case handling (7 domain-relevant scenarios). Output format specified with template. Only issues: 2 instances of 'as needed' in optional guidance sections (lines 234, 456), one H3 header uses Title Case while others use Sentence case (line 345).
355
324
 
356
325
 
357
326
  **Deductions:**
358
327
 
359
328
  | Criterion | Points Lost | Reason |
360
329
  |-----------|-------------|--------|
361
- | no_vague_language | -3 | 2 instances of 'as needed' in optional guidance sections |
362
- | consistent_formatting | -2 | One H3 uses different capitalization style |
330
+ | no_vague_language | -2 | 2 instances of 'as needed' in optional guidance sections (max 2pts) |
331
+ | consistent_formatting | -3 | One H3 uses different capitalization style (max 3pts) |
363
332
 
364
- **Score: 75/100** - Functional prompt with noted concerns — CONDITIONAL
365
- Mission is clear but 3 missing 'do not' statements for out-of-scope work. Scoring criteria exist but 3 use subjective language ('reasonable', 'adequate', 'sufficient'). Edge cases partially covered (3 of 7 scenarios). Output format exists but missing template for error cases.
333
+ **Score: 75/100** - Prompt with reliability risks — CONDITIONAL, not a target
334
+ This score represents a prompt that will produce inconsistent results under adversarial or edge-case inputs. Mission is clear but 3 missing 'do not' statements leave scope ambiguous. Three scoring criteria use subjective language ('reasonable', 'adequate', 'sufficient') — any reviewer disagreement on these criteria produces score variance. Edge cases partially covered (3 of 7 scenarios) meaning 4 failure modes are unhandled. Output format exists but missing error template means downstream consumers cannot parse failure cases. A CONDITIONAL prompt should be improved before the next iteration, not treated as acceptable.
366
335
 
367
336
 
368
337
  **Deductions:**
369
338
 
370
339
  | Criterion | Points Lost | Reason |
371
340
  |-----------|-------------|--------|
372
- | scope_boundaries | -3 | No explicit 'do not' statements for out-of-scope work |
373
- | measurable_criteria | -5 | 3 criteria use 'reasonable' or 'adequate' without metrics |
374
- | no_vague_language | -5 | 5 instances of vague language throughout |
375
- | fallback_behaviors | -3 | Edge cases listed but no explicit actions |
376
- | error_handling | -4 | Only file-not-found covered; missing timeout, invalid input |
377
- | examples_included | -3 | Examples use placeholder values |
378
- | consistent_formatting | -2 | Mixed bullet styles |
341
+ | scope_boundaries | -3 | No explicit 'do not' statements for out-of-scope work (max 3pts) |
342
+ | measurable_criteria | -7 | 3 criteria use 'reasonable' or 'adequate' without metrics (max 7pts) |
343
+ | no_vague_language | -2 | 5 instances of vague language throughout (max 2pts) |
344
+ | fallback_behaviors | -4 | Edge cases listed but no explicit actions (max 7pts) |
345
+ | error_handling | -5 | Only file-not-found covered; missing timeout, invalid input (max 7pts) |
346
+ | examples_included | -2 | Examples use placeholder values (max 3pts) |
347
+ | consistent_formatting | -2 | Mixed bullet styles (max 3pts) |
379
348
 
380
349
  **Score: 55/100** - Below threshold with critical gaps
381
350
  Mission exists but vague. No output format specification. Multiple conflicting instructions. Scoring entirely subjective. No edge case handling. Would produce inconsistent results across runs.
@@ -385,15 +354,14 @@ Mission exists but vague. No output format specification. Multiple conflicting i
385
354
 
386
355
  | Criterion | Points Lost | Reason |
387
356
  |-----------|-------------|--------|
388
- | mission_unambiguous | -5 | Mission is 'help users with their code' - no specifics |
389
- | success_criteria_defined | -5 | No success criteria defined |
390
- | output_format_specified | -5 | No output format section |
391
- | no_redundant_instructions | -5 | 3 sections give conflicting guidance |
392
- | edge_cases_addressed | -5 | No edge case section |
393
- | error_handling | -5 | No error handling |
394
- | measurable_criteria | -5 | All criteria subjective |
395
- | objective_decisions | -5 | Decision based on 'overall impression' |
396
- | follows_conventions | -5 | Non-standard frontmatter, missing required fields |
357
+ | mission_unambiguous | -6 | Mission is 'help users with their code' - no specifics (max 8pts) |
358
+ | success_criteria_defined | -7 | No success criteria defined (max 7pts) |
359
+ | output_format_specified | -5 | No output format section (max 5pts) |
360
+ | no_redundant_instructions | -5 | 3 sections give conflicting guidance (max 8pts) |
361
+ | edge_cases_addressed | -5 | No edge case section (max 5pts) |
362
+ | error_handling | -7 | No error handling (max 7pts) |
363
+ | measurable_criteria | -5 | All criteria subjective (max 7pts) |
364
+ | objective_decisions | -5 | Decision based on 'overall impression' (max 5pts) |
397
365
 
398
366
  **Score: 35/100** - Auto-fail due to conflicting instructions
399
367
  Even with 3 well-structured sections, the presence of conflicting instructions triggers auto-fail. Score calculated but decision forced to REVISE.
@@ -403,10 +371,16 @@ Even with 3 well-structured sections, the presence of conflicting instructions t
403
371
 
404
372
  | Criterion | Points Lost | Reason |
405
373
  |-----------|-------------|--------|
406
- | mission_unambiguous | -3 | Mission vague in scope |
407
- | no_redundant_instructions | -5 | AF-003: Conflicting instructions trigger auto-fail |
408
- | edge_cases_addressed | -5 | No edge cases |
409
- | measurable_criteria | -5 | Half of criteria subjective |
374
+ | mission_unambiguous | -8 | Mission vague in scope (max 8pts) |
375
+ | success_criteria_defined | -7 | No success criteria (max 7pts) |
376
+ | no_redundant_instructions | -8 | AF-003: Conflicting instructions trigger auto-fail (max 8pts) |
377
+ | edge_cases_addressed | -5 | No edge cases (max 5pts) |
378
+ | error_handling | -7 | No error handling (max 7pts) |
379
+ | fallback_behaviors | -7 | No fallback behaviors defined (max 7pts) |
380
+ | measurable_criteria | -7 | All criteria subjective (max 7pts) |
381
+ | objective_decisions | -5 | Decision based on impression (max 5pts) |
382
+ | follows_conventions | -6 | Non-standard frontmatter (max 6pts) |
383
+ | terminology_matches | -4 | Non-ecosystem vocabulary (max 4pts) |
410
384
 
411
385
 
412
386
  ### Score Interpretation
@@ -449,7 +423,7 @@ Before finalizing your decision, verify:
449
423
  - [ ] Scored all 5 categories (weights sum to 100)
450
424
  - [ ] Every deduction has file:line reference
451
425
  - [ ] Every issue includes failure code from taxonomy
452
- - [ ] Checked all 7 auto-fail conditions (AF-001 to AF-007)
426
+ - [ ] Checked all 8 auto-fail conditions (AF-001 to AF-008)
453
427
  - [ ] Decision aligns with score AND critical issue presence
454
428
  - [ ] JSON output matches markdown findings
455
429
  - [ ] Vague language grep completed and results incorporated
@@ -461,6 +435,7 @@ Before finalizing your decision, verify:
461
435
 
462
436
  - **Target:** ~3000 tokens
463
437
  - **Maximum:** 6000 tokens
438
+
464
439
  Target ~3000 tokens for typical prompt reviews. Expand to 6000 for complex prompts with many issues or extensive vague language findings. Include all grep results for vague language in the report.
465
440
 
466
441
 
@@ -523,6 +498,7 @@ Target ~3000 tokens for typical prompt reviews. Expand to 6000 for complex promp
523
498
  - [✓|✗] AF-005: Missing error/edge case handling
524
499
  - [✓|✗] AF-006: Scoring points that cannot be objectively verified
525
500
  - [✓|✗] AF-007: Missing JSON OUTPUT block
501
+ - [✓|✗] AF-008: Ecosystem consistency violation
526
502
 
527
503
  ## Decision: DEPLOY
528
504
 
@@ -543,177 +519,6 @@ This prompt has issues that must be fixed before deployment.
543
519
  {required_changes}
544
520
 
545
521
 
546
- ## JSON OUTPUT
547
-
548
- <!-- Machine-readable output for API consumption and validation-tracker integration -->
549
- <!-- Schema: udl/agent-output-schema-v1.4.json -->
550
- ```json
551
- {
552
- "schema_version": "1.3.0",
553
- "validator": {
554
- "name": "prompt-engineer",
555
- "model": "opus",
556
- "adl_schema": "/home/alexs/uluops/uluops-agent-workflows/udl/adl/v3/prompt-engineer.agent.yaml",
557
- "tokens": {
558
- "input_tokens": 0,
559
- "output_tokens": 0
560
- }
561
- },
562
- "target": "[path/to/validated/directory]",
563
- "timestamp": "[ISO 8601 timestamp]",
564
- "result": {
565
- "score": "[X]",
566
- "max_score": 100,
567
- "decision": "[DEPLOY|CONDITIONAL|REVISE]",
568
- "threshold": 85
569
- },
570
- "categories": [
571
- {
572
- "name": "Clarity & Specificity",
573
- "score": "[X]",
574
- "max_points": 25,
575
- "findings": [
576
- {
577
- "criterion": "[criterion name from framework]",
578
- "points_earned": "[X]",
579
- "points_possible": "[X]",
580
- "issues": [
581
- {
582
- "title": "[Short issue title]",
583
- "priority": "[critical|suggested|backlog]",
584
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
585
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
586
- "file_path": "[path/to/file]",
587
- "line_number": "[N]",
588
- "description": "[Full explanation]"
589
- }
590
- ]
591
- }
592
- ]
593
- },
594
- {
595
- "name": "Structure & Organization",
596
- "score": "[X]",
597
- "max_points": 20,
598
- "findings": [
599
- {
600
- "criterion": "[criterion name from framework]",
601
- "points_earned": "[X]",
602
- "points_possible": "[X]",
603
- "issues": [
604
- {
605
- "title": "[Short issue title]",
606
- "priority": "[critical|suggested|backlog]",
607
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
608
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
609
- "file_path": "[path/to/file]",
610
- "line_number": "[N]",
611
- "description": "[Full explanation]"
612
- }
613
- ]
614
- }
615
- ]
616
- },
617
- {
618
- "name": "Completeness",
619
- "score": "[X]",
620
- "max_points": 25,
621
- "findings": [
622
- {
623
- "criterion": "[criterion name from framework]",
624
- "points_earned": "[X]",
625
- "points_possible": "[X]",
626
- "issues": [
627
- {
628
- "title": "[Short issue title]",
629
- "priority": "[critical|suggested|backlog]",
630
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
631
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
632
- "file_path": "[path/to/file]",
633
- "line_number": "[N]",
634
- "description": "[Full explanation]"
635
- }
636
- ]
637
- }
638
- ]
639
- },
640
- {
641
- "name": "Effectiveness",
642
- "score": "[X]",
643
- "max_points": 20,
644
- "findings": [
645
- {
646
- "criterion": "[criterion name from framework]",
647
- "points_earned": "[X]",
648
- "points_possible": "[X]",
649
- "issues": [
650
- {
651
- "title": "[Short issue title]",
652
- "priority": "[critical|suggested|backlog]",
653
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
654
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
655
- "file_path": "[path/to/file]",
656
- "line_number": "[N]",
657
- "description": "[Full explanation]"
658
- }
659
- ]
660
- }
661
- ]
662
- },
663
- {
664
- "name": "Consistency",
665
- "score": "[X]",
666
- "max_points": 10,
667
- "findings": [
668
- {
669
- "criterion": "[criterion name from framework]",
670
- "points_earned": "[X]",
671
- "points_possible": "[X]",
672
- "issues": [
673
- {
674
- "title": "[Short issue title]",
675
- "priority": "[critical|suggested|backlog]",
676
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
677
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
678
- "file_path": "[path/to/file]",
679
- "line_number": "[N]",
680
- "description": "[Full explanation]"
681
- }
682
- ]
683
- }
684
- ]
685
- }
686
- ],
687
- "summary": {
688
- "total_issues": "[N]",
689
- "by_priority": {
690
- "critical": "[N]",
691
- "suggested": "[N]",
692
- "backlog": "[N]"
693
- },
694
- "by_severity": {
695
- "critical": "[N]",
696
- "high": "[N]",
697
- "medium": "[N]",
698
- "low": "[N]",
699
- "info": "[N]"
700
- },
701
- "by_type": {
702
- "feature": "[N]",
703
- "bug": "[N]",
704
- "refactor": "[N]",
705
- "config": "[N]",
706
- "docs": "[N]",
707
- "infra": "[N]",
708
- "security": "[N]",
709
- "test": "[N]",
710
- "observation": "[N]",
711
- "deficiency": "[N]",
712
- "ambiguity": "[N]"
713
- }
714
- }
715
- }
716
- ```
717
522
  ```
718
523
 
719
524
  ## Output Examples
@@ -1019,47 +824,9 @@ Critical issues include:
1019
824
  - **AF-005** Missing error/edge case handling
1020
825
  - **AF-006** Scoring points that cannot be objectively verified
1021
826
  - **AF-007** Missing JSON OUTPUT block
827
+ - **AF-008** Ecosystem consistency violation
1022
828
 
1023
829
 
1024
- ## Priority & Severity Mapping
1025
-
1026
- When generating the JSON OUTPUT section, map issues as follows:
1027
-
1028
- **Priority (for triage):**
1029
- | Severity | Priority | Meaning |
1030
- |----------|----------|---------|
1031
- | Critical | `critical` | Blocks progression, must fix now |
1032
- | High | `critical` | Should fix before next phase |
1033
- | Medium | `suggested` | Should fix soon |
1034
- | Low | `backlog` | Optional improvement |
1035
- | Info | `backlog` | Informational only |
1036
-
1037
- **Severity is derived from failure_code suffix:**
1038
- | Suffix | Severity | Priority |
1039
- |--------|----------|----------|
1040
- | `/C` | critical | critical |
1041
- | `/H` | high | critical |
1042
- | `/M` | medium | suggested |
1043
- | `/L` | low | backlog |
1044
- | `/I` | info | backlog |
1045
-
1046
- ## Failure Code Selection
1047
-
1048
- **1. Use the default code from the criterion that failed** (e.g., `→ SEM-COM/H`)
1049
-
1050
- **2. Adjust severity letter based on actual impact:**
1051
- - `/C` - Security vulnerabilities, data loss risk, crashes, blocks all functionality
1052
- - `/H` - Broken functionality, missing critical tests, significant user impact
1053
- - `/M` - Code quality issues, maintainability concerns, moderate impact
1054
- - `/L` - Style issues, minor improvements, low impact
1055
- - `/I` - Suggestions, informational, no functional impact
1056
-
1057
- **3. Consider context when adjusting:**
1058
- - A naming issue in a public API → elevate to `/M` or `/H`
1059
- - A complexity issue in rarely-used code → may stay at `/L`
1060
- - Missing error handling in user-facing code → `/H` or `/C`
1061
- - Missing error handling in internal utility → `/M`
1062
-
1063
830
  ## Edge Case Handling
1064
831
 
1065
832
  ### File not found