tribunal-kit 5.8.4 → 6.0.0

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 (322) hide show
  1. package/.agent/ARCHITECTURE.md +219 -215
  2. package/.agent/agents/accessibility-reviewer.md +66 -151
  3. package/.agent/agents/ai-code-reviewer.md +22 -2
  4. package/.agent/agents/anti-pattern-reviewer.md +99 -0
  5. package/.agent/agents/api-architect.md +19 -2
  6. package/.agent/agents/backend-specialist.md +25 -3
  7. package/.agent/agents/cloud-engineer.md +21 -0
  8. package/.agent/agents/code-archaeologist.md +20 -3
  9. package/.agent/agents/complexity-reviewer.md +22 -2
  10. package/.agent/agents/database-architect.md +24 -3
  11. package/.agent/agents/db-latency-auditor.md +22 -2
  12. package/.agent/agents/debugger.md +19 -3
  13. package/.agent/agents/dependency-reviewer.md +19 -2
  14. package/.agent/agents/devops-engineer.md +24 -3
  15. package/.agent/agents/documentation-writer.md +21 -3
  16. package/.agent/agents/explorer-agent.md +21 -3
  17. package/.agent/agents/frontend-reviewer.md +19 -3
  18. package/.agent/agents/frontend-specialist.md +72 -224
  19. package/.agent/agents/game-developer.md +22 -3
  20. package/.agent/agents/interaction-reviewer.md +118 -0
  21. package/.agent/agents/logic-reviewer.md +18 -3
  22. package/.agent/agents/minimalist-reviewer.md +98 -0
  23. package/.agent/agents/mobile-developer.md +21 -3
  24. package/.agent/agents/mobile-reviewer.md +22 -2
  25. package/.agent/agents/orchestrator.md +19 -3
  26. package/.agent/agents/penetration-tester.md +22 -3
  27. package/.agent/agents/performance-optimizer.md +21 -3
  28. package/.agent/agents/performance-reviewer.md +2 -0
  29. package/.agent/agents/precedence-reviewer.md +19 -5
  30. package/.agent/agents/product-manager.md +20 -3
  31. package/.agent/agents/product-owner.md +22 -1
  32. package/.agent/agents/product-reviewer.md +98 -0
  33. package/.agent/agents/project-planner.md +19 -3
  34. package/.agent/agents/qa-automation-engineer.md +24 -3
  35. package/.agent/agents/resilience-reviewer.md +21 -2
  36. package/.agent/agents/schema-reviewer.md +21 -2
  37. package/.agent/agents/security-auditor.md +7 -1
  38. package/.agent/agents/seo-specialist.md +18 -3
  39. package/.agent/agents/sql-reviewer.md +22 -2
  40. package/.agent/agents/supervisor-agent.md +22 -3
  41. package/.agent/agents/swarm-worker-registry.md +7 -0
  42. package/.agent/agents/system-architect.md +19 -0
  43. package/.agent/agents/test-coverage-reviewer.md +22 -2
  44. package/.agent/agents/test-engineer.md +21 -2
  45. package/.agent/agents/throughput-optimizer.md +22 -2
  46. package/.agent/agents/type-safety-reviewer.md +21 -2
  47. package/.agent/agents/ui-ux-auditor.md +44 -242
  48. package/.agent/agents/ui-visual-auditor.md +99 -0
  49. package/.agent/agents/ux-reviewer.md +104 -0
  50. package/.agent/agents/visual-reviewer.md +98 -0
  51. package/.agent/agents/vitals-reviewer.md +23 -2
  52. package/.agent/history/README.md +53 -0
  53. package/.agent/history/case-law/cases/template-case.json +19 -0
  54. package/.agent/history/integrity_manifest.json +131 -33
  55. package/.agent/history/memory/.memory.idx +1581 -1
  56. package/.agent/history/memory/MEMORY.md +105 -1
  57. package/.agent/routing_index.json +272 -690
  58. package/.agent/rules/GEMINI.md +10 -12
  59. package/.agent/rules/GEMINI_PLANNER.md +84 -0
  60. package/.agent/scripts/_utils.js +28 -7
  61. package/.agent/scripts/case_law_manager.js +2 -0
  62. package/.agent/scripts/context_broker.js +152 -19
  63. package/.agent/scripts/guardrail_engine.js +60 -5
  64. package/.agent/scripts/impact_classifier.js +167 -0
  65. package/.agent/scripts/integrity_manifest.js +10 -4
  66. package/.agent/scripts/marathon_harness.js +10 -1
  67. package/.agent/scripts/minimal_change_engine.js +437 -0
  68. package/.agent/scripts/pipeline_engine.js +856 -0
  69. package/.agent/scripts/skill_evolution.js +36 -21
  70. package/.agent/scripts/socratic_gate_policy.js +60 -0
  71. package/.agent/scripts/swarm_dispatcher.js +65 -6
  72. package/.agent/scripts/token_budget_broker.js +52 -0
  73. package/.agent/scripts/verify_all.js +13 -0
  74. package/.agent/scripts/visual_audit.js +92 -0
  75. package/.agent/skills/12-principles-of-animation/SKILL.md +19 -10
  76. package/.agent/skills/60fps-animation/SKILL.md +19 -10
  77. package/.agent/skills/accessible-animation/SKILL.md +19 -10
  78. package/.agent/skills/adapt/SKILL.md +19 -10
  79. package/.agent/skills/advanced-rag-pipelines/SKILL.md +21 -3
  80. package/.agent/skills/agent-organizer/SKILL.md +21 -7
  81. package/.agent/skills/agentic-patterns/SKILL.md +19 -7
  82. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +21 -7
  83. package/.agent/skills/animation-on-scroll/SKILL.md +19 -10
  84. package/.agent/skills/animation-systems/SKILL.md +19 -10
  85. package/.agent/skills/antfu-conventions/SKILL.md +21 -10
  86. package/.agent/skills/api-patterns/SKILL.md +21 -7
  87. package/.agent/skills/api-patterns/scripts/__pycache__/api_validator.cpython-311.pyc +0 -0
  88. package/.agent/skills/api-security-auditor/SKILL.md +21 -7
  89. package/.agent/skills/app-builder/SKILL.md +21 -7
  90. package/.agent/skills/apple-design/SKILL.md +19 -10
  91. package/.agent/skills/architecture/SKILL.md +21 -7
  92. package/.agent/skills/audit-and-fix/SKILL.md +19 -10
  93. package/.agent/skills/authentication-best-practices/SKILL.md +21 -7
  94. package/.agent/skills/backend-security-expert/SKILL.md +21 -7
  95. package/.agent/skills/baseline-ui/SKILL.md +19 -10
  96. package/.agent/skills/bash-linux/SKILL.md +21 -7
  97. package/.agent/skills/behavioral-modes/SKILL.md +19 -7
  98. package/.agent/skills/better-colors/SKILL.md +31 -14
  99. package/.agent/skills/better-ui/SKILL.md +19 -10
  100. package/.agent/skills/bolder/SKILL.md +19 -10
  101. package/.agent/skills/brainstorming/SKILL.md +17 -7
  102. package/.agent/skills/browser-native-ai/SKILL.md +19 -3
  103. package/.agent/skills/build-primitive/SKILL.md +19 -10
  104. package/.agent/skills/building-native-ui/SKILL.md +21 -7
  105. package/.agent/skills/cicd-pro/SKILL.md +21 -10
  106. package/.agent/skills/clarify/SKILL.md +19 -10
  107. package/.agent/skills/clean-code/SKILL.md +21 -7
  108. package/.agent/skills/cloud-architect/SKILL.md +21 -10
  109. package/.agent/skills/cobejs/SKILL.md +19 -10
  110. package/.agent/skills/code-review-checklist/SKILL.md +21 -7
  111. package/.agent/skills/codebase-design/SKILL.md +21 -10
  112. package/.agent/skills/colorize/SKILL.md +19 -10
  113. package/.agent/skills/compact-landing/SKILL.md +19 -10
  114. package/.agent/skills/company-logos/SKILL.md +19 -10
  115. package/.agent/skills/config-validator/SKILL.md +21 -7
  116. package/.agent/skills/containerization-pro/SKILL.md +21 -10
  117. package/.agent/skills/create-design-md/SKILL.md +19 -10
  118. package/.agent/skills/critique/SKILL.md +19 -10
  119. package/.agent/skills/csharp-developer/SKILL.md +21 -7
  120. package/.agent/skills/data-validation-schemas/SKILL.md +21 -7
  121. package/.agent/skills/database-design/SKILL.md +21 -7
  122. package/.agent/skills/database-design/scripts/__pycache__/schema_validator.cpython-311.pyc +0 -0
  123. package/.agent/skills/delight/SKILL.md +19 -10
  124. package/.agent/skills/deployment-procedures/SKILL.md +21 -7
  125. package/.agent/skills/design-lab/SKILL.md +21 -10
  126. package/.agent/skills/devops-engineer/SKILL.md +21 -7
  127. package/.agent/skills/devops-incident-responder/SKILL.md +21 -7
  128. package/.agent/skills/diagnosing-bugs/SKILL.md +21 -10
  129. package/.agent/skills/distill/SKILL.md +19 -10
  130. package/.agent/skills/documentation-templates/SKILL.md +21 -7
  131. package/.agent/skills/domain-modeling/SKILL.md +21 -10
  132. package/.agent/skills/edge-computing/SKILL.md +21 -7
  133. package/.agent/skills/emil-design-eng/SKILL.md +19 -10
  134. package/.agent/skills/error-resilience/SKILL.md +21 -7
  135. package/.agent/skills/extract-design-system/SKILL.md +21 -7
  136. package/.agent/skills/fabel-protocol/SKILL.md +19 -2
  137. package/.agent/skills/fixing-accessibility/SKILL.md +25 -14
  138. package/.agent/skills/fixing-metadata/SKILL.md +19 -10
  139. package/.agent/skills/fixing-motion-performance/SKILL.md +19 -10
  140. package/.agent/skills/framer-motion-expert/SKILL.md +19 -6
  141. package/.agent/skills/frontend-design/SKILL.md +66 -204
  142. package/.agent/skills/frontend-design/scripts/__pycache__/accessibility_checker.cpython-311.pyc +0 -0
  143. package/.agent/skills/frontend-design/scripts/__pycache__/ux_audit.cpython-311.pyc +0 -0
  144. package/.agent/skills/frontend-security-expert/SKILL.md +21 -7
  145. package/.agent/skills/game-design-expert/SKILL.md +21 -7
  146. package/.agent/skills/game-engineering-expert/SKILL.md +21 -7
  147. package/.agent/skills/generative-ui-expert/SKILL.md +19 -3
  148. package/.agent/skills/geo-fundamentals/SKILL.md +21 -7
  149. package/.agent/skills/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-311.pyc +0 -0
  150. package/.agent/skills/git-pro/SKILL.md +21 -10
  151. package/.agent/skills/github-operations/SKILL.md +21 -7
  152. package/.agent/skills/gpt-taste/SKILL.md +19 -10
  153. package/.agent/skills/gsap-core/SKILL.md +21 -4
  154. package/.agent/skills/gsap-frameworks/SKILL.md +21 -4
  155. package/.agent/skills/gsap-performance/SKILL.md +20 -5
  156. package/.agent/skills/gsap-plugins/SKILL.md +20 -5
  157. package/.agent/skills/gsap-react/SKILL.md +20 -5
  158. package/.agent/skills/gsap-scrolltrigger/SKILL.md +21 -4
  159. package/.agent/skills/gsap-timeline/SKILL.md +20 -5
  160. package/.agent/skills/gsap-utils/SKILL.md +20 -5
  161. package/.agent/skills/harden/SKILL.md +19 -10
  162. package/.agent/skills/harness-protocol/SKILL.md +20 -4
  163. package/.agent/skills/i18n-localization/SKILL.md +21 -7
  164. package/.agent/skills/i18n-localization/scripts/__pycache__/i18n_checker.cpython-311.pyc +0 -0
  165. package/.agent/skills/impeccable/SKILL.md +21 -10
  166. package/.agent/skills/improve-codebase-architecture/SKILL.md +21 -10
  167. package/.agent/skills/improve-ui/SKILL.md +19 -10
  168. package/.agent/skills/intelligent-routing/SKILL.md +19 -7
  169. package/.agent/skills/knowledge-graph/SKILL.md +20 -4
  170. package/.agent/skills/landing-page/SKILL.md +20 -10
  171. package/.agent/skills/lint-and-validate/SKILL.md +21 -7
  172. package/.agent/skills/lint-and-validate/scripts/__pycache__/lint_runner.cpython-311.pyc +0 -0
  173. package/.agent/skills/lint-and-validate/scripts/__pycache__/type_coverage.cpython-311.pyc +0 -0
  174. package/.agent/skills/llm-engineering/SKILL.md +21 -7
  175. package/.agent/skills/local-first/SKILL.md +21 -7
  176. package/.agent/skills/local-first-architecture/SKILL.md +19 -10
  177. package/.agent/skills/lottie-animation/SKILL.md +19 -10
  178. package/.agent/skills/marquee-loop/SKILL.md +19 -10
  179. package/.agent/skills/masked-reveal/SKILL.md +19 -10
  180. package/.agent/skills/mcp-builder/SKILL.md +21 -7
  181. package/.agent/skills/micro-interaction/SKILL.md +19 -10
  182. package/.agent/skills/mobile-design/SKILL.md +21 -6
  183. package/.agent/skills/mobile-design/scripts/__pycache__/mobile_audit.cpython-311.pyc +0 -0
  184. package/.agent/skills/monorepo-management/SKILL.md +21 -7
  185. package/.agent/skills/morphing-icons/SKILL.md +19 -10
  186. package/.agent/skills/motion-engineering/SKILL.md +86 -171
  187. package/.agent/skills/nextjs-react-expert/SKILL.md +19 -7
  188. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/convert_rules.cpython-311.pyc +0 -0
  189. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/react_performance_checker.cpython-311.pyc +0 -0
  190. package/.agent/skills/nodejs-best-practices/SKILL.md +21 -7
  191. package/.agent/skills/observability/SKILL.md +21 -7
  192. package/.agent/skills/page-transition-animation/SKILL.md +19 -10
  193. package/.agent/skills/parallel-agents/SKILL.md +23 -7
  194. package/.agent/skills/performance-profiling/SKILL.md +21 -7
  195. package/.agent/skills/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-311.pyc +0 -0
  196. package/.agent/skills/plan-writing/SKILL.md +21 -7
  197. package/.agent/skills/platform-engineer/SKILL.md +21 -7
  198. package/.agent/skills/playwright-best-practices/SKILL.md +21 -7
  199. package/.agent/skills/polish/SKILL.md +19 -10
  200. package/.agent/skills/powershell-windows/SKILL.md +21 -7
  201. package/.agent/skills/pricing-page/SKILL.md +19 -10
  202. package/.agent/skills/product-aware-heuristics/SKILL.md +358 -0
  203. package/.agent/skills/progressive-blur/SKILL.md +19 -10
  204. package/.agent/skills/project-idioms/SKILL.md +20 -8
  205. package/.agent/skills/python-patterns/SKILL.md +21 -7
  206. package/.agent/skills/python-pro/SKILL.md +21 -6
  207. package/.agent/skills/quieter/SKILL.md +19 -10
  208. package/.agent/skills/react-doctor/SKILL.md +19 -10
  209. package/.agent/skills/react-specialist/SKILL.md +19 -6
  210. package/.agent/skills/readme-builder/SKILL.md +21 -7
  211. package/.agent/skills/realtime-patterns/SKILL.md +21 -7
  212. package/.agent/skills/red-team-tactics/SKILL.md +21 -7
  213. package/.agent/skills/redesign-skill/SKILL.md +19 -10
  214. package/.agent/skills/review-animations/SKILL.md +21 -10
  215. package/.agent/skills/rust-pro/SKILL.md +21 -7
  216. package/.agent/skills/seo-fundamentals/SKILL.md +21 -7
  217. package/.agent/skills/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-311.pyc +0 -0
  218. package/.agent/skills/server-management/SKILL.md +21 -7
  219. package/.agent/skills/shadcn-ui-expert/SKILL.md +21 -7
  220. package/.agent/skills/shape/SKILL.md +19 -10
  221. package/.agent/skills/skill-creator/SKILL.md +21 -7
  222. package/.agent/skills/soft-skill/SKILL.md +19 -10
  223. package/.agent/skills/sounds-on-the-web/SKILL.md +19 -10
  224. package/.agent/skills/sql-pro/SKILL.md +21 -7
  225. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +21 -7
  226. package/.agent/skills/svg-animation/SKILL.md +19 -10
  227. package/.agent/skills/swiftui-expert/SKILL.md +21 -7
  228. package/.agent/skills/swiss-design/SKILL.md +19 -10
  229. package/.agent/skills/system-design-pro/SKILL.md +21 -9
  230. package/.agent/skills/systematic-debugging/SKILL.md +21 -7
  231. package/.agent/skills/tailwind-patterns/SKILL.md +21 -7
  232. package/.agent/skills/taste-skill/SKILL.md +19 -10
  233. package/.agent/skills/tdd-workflow/SKILL.md +21 -10
  234. package/.agent/skills/test-result-analyzer/SKILL.md +18 -6
  235. package/.agent/skills/testing-patterns/SKILL.md +21 -7
  236. package/.agent/skills/testing-patterns/scripts/__pycache__/test_runner.cpython-311.pyc +0 -0
  237. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +21 -10
  238. package/.agent/skills/thinking-protocol/SKILL.md +20 -8
  239. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +19 -10
  240. package/.agent/skills/transitions-dev/SKILL.md +19 -10
  241. package/.agent/skills/trend-researcher/SKILL.md +17 -6
  242. package/.agent/skills/typescript-advanced/SKILL.md +21 -7
  243. package/.agent/skills/typeset/SKILL.md +19 -10
  244. package/.agent/skills/ui-reasoning-engine/SKILL.md +154 -0
  245. package/.agent/skills/ui-skill-packs/SKILL.md +77 -0
  246. package/.agent/skills/ui-skills-root/SKILL.md +21 -9
  247. package/.agent/skills/ui-ux-pro-max/SKILL.md +62 -583
  248. package/.agent/skills/ui-ux-researcher/SKILL.md +17 -6
  249. package/.agent/skills/vue-expert/SKILL.md +19 -6
  250. package/.agent/skills/vulnerability-scanner/SKILL.md +21 -7
  251. package/.agent/skills/vulnerability-scanner/scripts/__pycache__/security_scan.cpython-311.pyc +0 -0
  252. package/.agent/skills/web-accessibility-auditor/SKILL.md +21 -7
  253. package/.agent/skills/web-design-guidelines/SKILL.md +32 -206
  254. package/.agent/skills/web-quality-audit/SKILL.md +19 -10
  255. package/.agent/skills/webapp-testing/SKILL.md +21 -7
  256. package/.agent/skills/webapp-testing/scripts/__pycache__/playwright_runner.cpython-311.pyc +0 -0
  257. package/.agent/skills/webgpu-performance/SKILL.md +19 -3
  258. package/.agent/skills/whimsy-injector/SKILL.md +20 -10
  259. package/.agent/skills/workflow-optimizer/SKILL.md +16 -6
  260. package/.agent/templates/DESIGN.md +292 -0
  261. package/.agent/templates/design-tokens.json +137 -0
  262. package/.agent/workflows/acf.md +13 -6
  263. package/.agent/workflows/api-tester.md +15 -8
  264. package/.agent/workflows/audit.md +19 -8
  265. package/.agent/workflows/brainstorm.md +14 -9
  266. package/.agent/workflows/changelog.md +14 -8
  267. package/.agent/workflows/create.md +16 -8
  268. package/.agent/workflows/debug.md +15 -10
  269. package/.agent/workflows/deploy.md +16 -8
  270. package/.agent/workflows/enhance.md +15 -10
  271. package/.agent/workflows/fix.md +15 -8
  272. package/.agent/workflows/generate.md +17 -11
  273. package/.agent/workflows/marathon.md +15 -8
  274. package/.agent/workflows/migrate.md +16 -8
  275. package/.agent/workflows/minimal.md +94 -0
  276. package/.agent/workflows/orchestrate.md +15 -8
  277. package/.agent/workflows/performance-benchmarker.md +15 -8
  278. package/.agent/workflows/pipeline.md +155 -0
  279. package/.agent/workflows/plan.md +14 -10
  280. package/.agent/workflows/preview.md +14 -7
  281. package/.agent/workflows/refactor.md +16 -8
  282. package/.agent/workflows/review-ai.md +15 -7
  283. package/.agent/workflows/review.md +15 -7
  284. package/.agent/workflows/session.md +14 -7
  285. package/.agent/workflows/status.md +13 -7
  286. package/.agent/workflows/strengthen-skills.md +15 -6
  287. package/.agent/workflows/super-prompt.md +19 -10
  288. package/.agent/workflows/swarm.md +15 -7
  289. package/.agent/workflows/test.md +15 -8
  290. package/.agent/workflows/tribunal-backend.md +16 -9
  291. package/.agent/workflows/tribunal-database.md +15 -8
  292. package/.agent/workflows/tribunal-frontend.md +26 -11
  293. package/.agent/workflows/tribunal-full.md +29 -14
  294. package/.agent/workflows/tribunal-mobile.md +15 -8
  295. package/.agent/workflows/tribunal-performance.md +15 -8
  296. package/.agent/workflows/tribunal-speed.md +16 -9
  297. package/.agent/workflows/tribunal-ui.md +82 -0
  298. package/.agent/workflows/ui-ux-pro-max.md +51 -107
  299. package/CONTRIBUTING.md +2 -2
  300. package/README.md +5 -5
  301. package/bin/mcp-server.js +126 -76
  302. package/bin/wrapper.js +67 -31
  303. package/dist/cli.js +39 -1
  304. package/dist/commands/compile.js +7 -0
  305. package/dist/commands/context.js +8 -3
  306. package/dist/commands/graph.js +8 -2
  307. package/dist/commands/init.js +37 -2
  308. package/dist/commands/memory.js +119 -68
  309. package/dist/commands/minimal.js +71 -0
  310. package/dist/commands/native.js +228 -0
  311. package/dist/commands/optimize.js +15 -5
  312. package/dist/commands/validate.js +67 -0
  313. package/dist/esm/index.mjs +26 -32
  314. package/dist/mcp/server.js +4 -138
  315. package/dist/utils/fs.js +10 -4
  316. package/dist/utils/helpers.js +10 -1
  317. package/dist/utils/version.js +9 -2
  318. package/mcp_config.json +10 -1
  319. package/package.json +19 -15
  320. package/scripts/benchmark.js +58 -0
  321. package/scripts/sync-version.js +129 -76
  322. package/scripts/visual_audit.js +126 -0
@@ -0,0 +1,292 @@
1
+ # DESIGN.md — Product Design System
2
+
3
+ > **This file is your AI agent's source of truth for premium visual design.**
4
+ > Generated by `tribunal-kit init`. Choose and customize one Visual Direction for your brand.
5
+ > All coding agents MUST read this file before generating any UI code.
6
+
7
+ ---
8
+
9
+ ## 1. Chosen Visual Direction: [Enter Chosen Direction Here]
10
+
11
+ Choose **ONE** direction from the list below to define the brand visual system. Do not mix directions:
12
+
13
+ * **Swiss Precision:** Clean, grid-locked alignment, sans-serif typography, clinical whitespace, no decoration.
14
+ * **Brutalist:** Raw, exposed 1px borders, monospace display fonts, high contrast, sharp corners (`radius: 2px`).
15
+ * **Editorial:** Magazine-inspired layout, large display headings, generous margins, serif headings, single-column reading paths.
16
+ * **Neo-Glassmorphism:** Tinted overlays, high backdrop blur (`blur(20px)`), luminous hairlines, floating modules.
17
+ * **Soft Minimal:** Warm tinted grays (`oklch`), rounded shapes (`radius: 12px`), deep shadows, spacious margins.
18
+ * **Dark Luxury:** Near-black base (`#0A0A0F`), gold/amber accent lines, thin fonts, subtle animations.
19
+ * **Neon Cyberpunk:** Dark base surfaces, highly saturated vivid accents (neon cyan/green), glow effects, sharp geometry.
20
+ * **Retro Analog:** Warm grain overlay, rounded typography, muted color palettes, physical paper-like textures.
21
+
22
+ ---
23
+
24
+ ## 2. Visual Identities CSS Tokens Definition
25
+
26
+ ### 1. Swiss Precision
27
+ ```css
28
+ :root {
29
+ --font-display: "General Sans", sans-serif;
30
+ --font-body: "Satoshi", sans-serif;
31
+ --font-mono: "JetBrains Mono", monospace;
32
+
33
+ /* Surfaces */
34
+ --bg-base: oklch(0.98 0.002 240);
35
+ --bg-surface: oklch(1.00 0 0);
36
+ --bg-surface-raised: oklch(0.95 0.003 240);
37
+
38
+ /* Accents */
39
+ --color-primary: oklch(0.20 0.01 240); /* Minimal black/slate */
40
+ --color-primary-hover: oklch(0.40 0.01 240);
41
+
42
+ /* Spacing Grid */
43
+ --space-xs: 4px;
44
+ --space-sm: 8px;
45
+ --space-md: 16px;
46
+ --space-lg: 24px;
47
+ --space-xl: 32px;
48
+
49
+ /* Radii */
50
+ --radius-sm: 0px;
51
+ --radius-md: 0px;
52
+ --radius-lg: 0px;
53
+
54
+ /* Elevation */
55
+ --shadow-sm: none;
56
+ --shadow-md: none;
57
+ --border-subtle: oklch(90% 0.002 240);
58
+ }
59
+ ```
60
+
61
+ ### 2. Brutalist
62
+ ```css
63
+ :root {
64
+ --font-display: "JetBrains Mono", monospace;
65
+ --font-body: "General Sans", sans-serif;
66
+ --font-mono: "JetBrains Mono", monospace;
67
+
68
+ --bg-base: oklch(1.00 0 0);
69
+ --bg-surface: oklch(1.00 0 0);
70
+ --bg-surface-raised: oklch(0.95 0.005 240);
71
+
72
+ --color-primary: oklch(0.60 0.28 140); /* Acid Green */
73
+ --color-primary-hover: oklch(0.50 0.28 140);
74
+
75
+ --space-xs: 4px;
76
+ --space-sm: 8px;
77
+ --space-md: 16px;
78
+ --space-lg: 24px;
79
+ --space-xl: 32px;
80
+
81
+ --radius-sm: 2px;
82
+ --radius-md: 2px;
83
+ --radius-lg: 2px;
84
+
85
+ --shadow-sm: 2px 2px 0px oklch(10% 0.01 240); /* Hard drop shadows */
86
+ --shadow-md: 4px 4px 0px oklch(10% 0.01 240);
87
+ --border-subtle: 2px solid oklch(10% 0.01 240);
88
+ }
89
+ ```
90
+
91
+ ### 3. Editorial
92
+ ```css
93
+ :root {
94
+ --font-display: "Playfair Display", serif;
95
+ --font-body: "Source Sans 3", sans-serif;
96
+ --font-mono: "Courier New", monospace;
97
+
98
+ --bg-base: oklch(0.97 0.005 60); /* Warm alabaster tint */
99
+ --bg-surface: oklch(0.99 0.002 60);
100
+ --bg-surface-raised: oklch(0.94 0.008 60);
101
+
102
+ --color-primary: oklch(0.35 0.12 25); /* Deep terracotta red */
103
+ --color-primary-hover: oklch(0.25 0.12 25);
104
+
105
+ --space-xs: 6px;
106
+ --space-sm: 12px;
107
+ --space-md: 24px;
108
+ --space-lg: 36px;
109
+ --space-xl: 48px;
110
+
111
+ --radius-sm: 4px;
112
+ --radius-md: 8px;
113
+ --radius-lg: 16px;
114
+
115
+ --shadow-sm: 0 2px 8px oklch(20% 0.01 60 / 0.05);
116
+ --shadow-md: 0 8px 24px oklch(20% 0.01 60 / 0.08);
117
+ --border-subtle: oklch(88% 0.01 60);
118
+ }
119
+ ```
120
+
121
+ ### 4. Neo-Glassmorphism
122
+ ```css
123
+ :root {
124
+ --font-display: "Clash Display", sans-serif;
125
+ --font-body: "Satoshi", sans-serif;
126
+ --font-mono: "JetBrains Mono", monospace;
127
+
128
+ --bg-base: oklch(0.12 0.01 220); /* Deep indigo gradient base */
129
+ --bg-surface: oklch(100% 0 0 / 0.15); /* Translucent glass */
130
+ --bg-surface-raised: oklch(100% 0 0 / 0.25);
131
+
132
+ --color-primary: oklch(0.70 0.22 200); /* Electric cyan */
133
+ --color-primary-hover: oklch(0.60 0.22 200);
134
+
135
+ --space-xs: 4px;
136
+ --space-sm: 8px;
137
+ --space-md: 16px;
138
+ --space-lg: 24px;
139
+ --space-xl: 32px;
140
+
141
+ --radius-sm: 4px;
142
+ --radius-md: 16px;
143
+ --radius-lg: 28px;
144
+
145
+ --shadow-sm: 0 4px 12px oklch(0% 0 0 / 0.15);
146
+ --shadow-md: 0 12px 32px oklch(0% 0 0 / 0.25);
147
+ --border-subtle: 1px solid oklch(100% 0 0 / 0.18); /* Glass hairline glow */
148
+ }
149
+ ```
150
+
151
+ ### 5. Soft Minimal
152
+ ```css
153
+ :root {
154
+ --font-display: "Geist Sans", sans-serif;
155
+ --font-body: "Geist Sans", sans-serif;
156
+ --font-mono: "Geist Mono", monospace;
157
+
158
+ --bg-base: oklch(0.98 0.003 80); /* Warm off-white */
159
+ --bg-surface: oklch(1.00 0 0);
160
+ --bg-surface-raised: oklch(0.96 0.005 80);
161
+
162
+ --color-primary: oklch(0.40 0.06 200); /* Muted graphite slate */
163
+ --color-primary-hover: oklch(0.30 0.06 200);
164
+
165
+ --space-xs: 4px;
166
+ --space-sm: 8px;
167
+ --space-md: 16px;
168
+ --space-lg: 24px;
169
+ --space-xl: 32px;
170
+
171
+ --radius-sm: 6px;
172
+ --radius-md: 12px;
173
+ --radius-lg: 20px;
174
+
175
+ --shadow-sm: 0 2px 4px oklch(0% 0 0 / 0.02);
176
+ --shadow-md: 0 8px 24px oklch(0% 0 0 / 0.04);
177
+ --border-subtle: oklch(93% 0.003 80);
178
+ }
179
+ ```
180
+
181
+ ### 6. Dark Luxury
182
+ ```css
183
+ :root {
184
+ --font-display: "Cabinet Grotesk", sans-serif;
185
+ --font-body: "Satoshi", sans-serif;
186
+ --font-mono: "JetBrains Mono", monospace;
187
+
188
+ --bg-base: oklch(0.08 0.005 250); /* OLED-friendly black */
189
+ --bg-surface: oklch(0.12 0.008 250);
190
+ --bg-surface-raised: oklch(0.16 0.01 250);
191
+
192
+ --color-primary: oklch(0.78 0.12 85); /* Gold/Amber */
193
+ --color-primary-hover: oklch(0.68 0.12 85);
194
+
195
+ --space-xs: 4px;
196
+ --space-sm: 8px;
197
+ --space-md: 16px;
198
+ --space-lg: 24px;
199
+ --space-xl: 32px;
200
+
201
+ --radius-sm: 2px;
202
+ --radius-md: 6px;
203
+ --radius-lg: 12px;
204
+
205
+ --shadow-sm: 0 1px 2px oklch(0% 0 0 / 0.3);
206
+ --shadow-md: 0 4px 16px oklch(0% 0 0 / 0.5);
207
+ --border-subtle: oklch(22% 0.01 250 / 0.5); /* Thin hairline borders */
208
+ }
209
+ ```
210
+
211
+ ### 7. Neon Cyberpunk
212
+ ```css
213
+ :root {
214
+ --font-display: "Space Grotesk", sans-serif;
215
+ --font-body: "General Sans", sans-serif;
216
+ --font-mono: "JetBrains Mono", monospace;
217
+
218
+ --bg-base: oklch(0.05 0.01 280); /* Deep space navy */
219
+ --bg-surface: oklch(0.08 0.015 280);
220
+ --bg-surface-raised: oklch(0.12 0.02 280);
221
+
222
+ --color-primary: oklch(0.75 0.28 160); /* Neon green glow */
223
+ --color-primary-hover: oklch(0.85 0.28 160);
224
+
225
+ --space-xs: 4px;
226
+ --space-sm: 8px;
227
+ --space-md: 16px;
228
+ --space-lg: 24px;
229
+ --space-xl: 32px;
230
+
231
+ --radius-sm: 0px;
232
+ --radius-md: 4px;
233
+ --radius-lg: 8px;
234
+
235
+ --shadow-sm: 0 0 8px oklch(0.75 0.28 160 / 0.2);
236
+ --shadow-md: 0 0 16px oklch(0.75 0.28 160 / 0.4);
237
+ --border-subtle: oklch(20% 0.03 280);
238
+ }
239
+ ```
240
+
241
+ ### 8. Retro Analog
242
+ ```css
243
+ :root {
244
+ --font-display: "Clash Display", sans-serif;
245
+ --font-body: "Switzer", sans-serif;
246
+ --font-mono: "Courier New", monospace;
247
+
248
+ --bg-base: oklch(0.94 0.015 70); /* Warm paper beige */
249
+ --bg-surface: oklch(0.96 0.015 70);
250
+ --bg-surface-raised: oklch(0.91 0.02 70);
251
+
252
+ --color-primary: oklch(0.50 0.18 45); /* Muted rust brown */
253
+ --color-primary-hover: oklch(0.40 0.18 45);
254
+
255
+ --space-xs: 5px;
256
+ --space-sm: 10px;
257
+ --space-md: 20px;
258
+ --space-lg: 30px;
259
+ --space-xl: 40px;
260
+
261
+ --radius-sm: 4px;
262
+ --radius-md: 8px;
263
+ --radius-lg: 16px;
264
+
265
+ --shadow-sm: 1px 1px 2px oklch(20% 0.02 70 / 0.08);
266
+ --shadow-md: 3px 3px 6px oklch(20% 0.02 70 / 0.12);
267
+ --border-subtle: oklch(85% 0.02 70);
268
+ }
269
+ ```
270
+
271
+ ---
272
+
273
+ ## 3. Typographical Scaling (Fluid Type)
274
+
275
+ * Headings must use `clamp()` to scale fluidly with the screen width.
276
+ * Always include `text-wrap: balance` to prevent typographical orphans.
277
+ * Body text line length must be clamped to `65ch` max width.
278
+
279
+ ---
280
+
281
+ ## 4. Spacing Rules & Nested Radii
282
+
283
+ * Maintain the 8px grid alignment.
284
+ * Nested Radius Formula: `outer_radius = inner_radius + padding_inner`.
285
+
286
+ ---
287
+
288
+ ## 5. Interaction States & Transitions
289
+
290
+ All buttons and active controls must define styled properties for:
291
+ * `hover`, `focus-visible`, `active`/`pressed`, and `disabled` states.
292
+ * Use spring easing curves: `cubic-bezier(0.34, 1.56, 0.64, 1)`.
@@ -0,0 +1,137 @@
1
+ {
2
+ "$schema": "https://design-tokens.github.io/community-group/format/",
3
+ "$description": "Tribunal Kit — Adaptive Design Tokens (W3C Format). Complete 8 Visual Identities with Typography and Elevation.",
4
+
5
+ "themes": {
6
+ "swiss": {
7
+ "color": {
8
+ "primary": { "$value": "oklch(0.20 0.01 240)", "$type": "color" },
9
+ "bg-base": { "$value": "oklch(0.98 0.002 240)", "$type": "color" },
10
+ "bg-surface": { "$value": "oklch(1.00 0 0)", "$type": "color" }
11
+ },
12
+ "radius": {
13
+ "sm": { "$value": "0px", "$type": "dimension" },
14
+ "md": { "$value": "0px", "$type": "dimension" }
15
+ },
16
+ "typography": {
17
+ "family-sans": { "$value": "Helvetica Neue, Arial, sans-serif", "$type": "fontFamily" },
18
+ "family-mono": { "$value": "SFMono-Regular, Consolas, monospace", "$type": "fontFamily" }
19
+ }
20
+ },
21
+ "brutalist": {
22
+ "color": {
23
+ "primary": { "$value": "oklch(0.60 0.28 140)", "$type": "color" },
24
+ "bg-base": { "$value": "oklch(1.00 0 0)", "$type": "color" },
25
+ "bg-surface": { "$value": "oklch(1.00 0 0)", "$type": "color" }
26
+ },
27
+ "radius": {
28
+ "sm": { "$value": "2px", "$type": "dimension" },
29
+ "md": { "$value": "2px", "$type": "dimension" }
30
+ },
31
+ "typography": {
32
+ "family-sans": { "$value": "Space Grotesk, Impact, sans-serif", "$type": "fontFamily" },
33
+ "family-mono": { "$value": "Space Mono, Courier New, monospace", "$type": "fontFamily" }
34
+ }
35
+ },
36
+ "editorial": {
37
+ "color": {
38
+ "primary": { "$value": "oklch(0.35 0.12 25)", "$type": "color" },
39
+ "bg-base": { "$value": "oklch(0.97 0.005 60)", "$type": "color" },
40
+ "bg-surface": { "$value": "oklch(0.99 0.002 60)", "$type": "color" }
41
+ },
42
+ "radius": {
43
+ "sm": { "$value": "4px", "$type": "dimension" },
44
+ "md": { "$value": "8px", "$type": "dimension" }
45
+ },
46
+ "typography": {
47
+ "family-serif": { "$value": "Newsreader, Georgia, serif", "$type": "fontFamily" },
48
+ "family-sans": { "$value": "Inter, system-ui, sans-serif", "$type": "fontFamily" }
49
+ }
50
+ },
51
+ "glassmorphism": {
52
+ "color": {
53
+ "primary": { "$value": "oklch(0.70 0.22 200)", "$type": "color" },
54
+ "bg-base": { "$value": "oklch(0.12 0.01 220)", "$type": "color" },
55
+ "bg-surface": { "$value": "oklch(100% 0 0 / 0.15)", "$type": "color" }
56
+ },
57
+ "radius": {
58
+ "sm": { "$value": "4px", "$type": "dimension" },
59
+ "md": { "$value": "16px", "$type": "dimension" }
60
+ },
61
+ "typography": {
62
+ "family-sans": { "$value": "Plus Jakarta Sans, system-ui, sans-serif", "$type": "fontFamily" }
63
+ }
64
+ },
65
+ "soft-minimal": {
66
+ "color": {
67
+ "primary": { "$value": "oklch(0.40 0.06 200)", "$type": "color" },
68
+ "bg-base": { "$value": "oklch(0.98 0.003 80)", "$type": "color" },
69
+ "bg-surface": { "$value": "oklch(1.00 0 0)", "$type": "color" }
70
+ },
71
+ "radius": {
72
+ "sm": { "$value": "6px", "$type": "dimension" },
73
+ "md": { "$value": "12px", "$type": "dimension" }
74
+ },
75
+ "typography": {
76
+ "family-sans": { "$value": "Inter, system-ui, sans-serif", "$type": "fontFamily" }
77
+ }
78
+ },
79
+ "dark-luxury": {
80
+ "color": {
81
+ "primary": { "$value": "oklch(0.78 0.12 85)", "$type": "color" },
82
+ "bg-base": { "$value": "oklch(0.08 0.005 250)", "$type": "color" },
83
+ "bg-surface": { "$value": "oklch(0.12 0.008 250)", "$type": "color" }
84
+ },
85
+ "radius": {
86
+ "sm": { "$value": "2px", "$type": "dimension" },
87
+ "md": { "$value": "6px", "$type": "dimension" }
88
+ },
89
+ "typography": {
90
+ "family-serif": { "$value": "Cormorant Garamond, serif", "$type": "fontFamily" },
91
+ "family-sans": { "$value": "Outfit, system-ui, sans-serif", "$type": "fontFamily" }
92
+ }
93
+ },
94
+ "cyberpunk": {
95
+ "color": {
96
+ "primary": { "$value": "oklch(0.75 0.28 160)", "$type": "color" },
97
+ "bg-base": { "$value": "oklch(0.05 0.01 280)", "$type": "color" },
98
+ "bg-surface": { "$value": "oklch(0.08 0.015 280)", "$type": "color" }
99
+ },
100
+ "radius": {
101
+ "sm": { "$value": "0px", "$type": "dimension" },
102
+ "md": { "$value": "4px", "$type": "dimension" }
103
+ },
104
+ "typography": {
105
+ "family-mono": { "$value": "JetBrains Mono, Fira Code, monospace", "$type": "fontFamily" }
106
+ }
107
+ },
108
+ "retro-analog": {
109
+ "color": {
110
+ "primary": { "$value": "oklch(0.50 0.18 45)", "$type": "color" },
111
+ "bg-base": { "$value": "oklch(0.94 0.015 70)", "$type": "color" },
112
+ "bg-surface": { "$value": "oklch(0.96 0.015 70)", "$type": "color" }
113
+ },
114
+ "radius": {
115
+ "sm": { "$value": "4px", "$type": "dimension" },
116
+ "md": { "$value": "8px", "$type": "dimension" }
117
+ },
118
+ "typography": {
119
+ "family-sans": { "$value": "Courier Prime, Courier, monospace", "$type": "fontFamily" }
120
+ }
121
+ }
122
+ },
123
+
124
+ "spacing": {
125
+ "xs": { "$value": "4px", "$type": "dimension" },
126
+ "sm": { "$value": "8px", "$type": "dimension" },
127
+ "md": { "$value": "16px", "$type": "dimension" },
128
+ "lg": { "$value": "24px", "$type": "dimension" },
129
+ "xl": { "$value": "32px", "$type": "dimension" }
130
+ },
131
+
132
+ "shadow": {
133
+ "sm": { "$value": "0 1px 3px oklch(0 0 0 / 0.08)", "$type": "shadow" },
134
+ "md": { "$value": "0 4px 12px oklch(0 0 0 / 0.12)", "$type": "shadow" },
135
+ "lg": { "$value": "0 12px 32px oklch(0 0 0 / 0.20)", "$type": "shadow" }
136
+ }
137
+ }
@@ -1,5 +1,13 @@
1
1
  ---
2
2
  description: Distills human-written markdown documents into highly structured Agent Context Format (.acf) YAML files to minimize token usage and hallucination.
3
+ tools: Read, Grep, Glob, Bash, Edit, Write
4
+ version: 3.0.0
5
+ last-updated: 2026-07-30
6
+ required-skills:
7
+ - clean-code
8
+ - documentation-templates
9
+ scripts-binding:
10
+ - .agent/scripts/lint_runner.js
3
11
  ---
4
12
 
5
13
  # /acf — Agent Context Format Distiller
@@ -8,13 +16,12 @@ $ARGUMENTS
8
16
 
9
17
  ---
10
18
 
11
- ## $CONTEXT_REQUIRED
19
+ ## Mandatory Pre-Flight Context Inspection
12
20
 
13
- ```
14
- Read BEFORE distilling:
15
- Target markdown file The document to compress into ACF
16
- context/ directory listing Check for existing ACF files to avoid duplicates
17
- ```
21
+ Before distilling markdown specs into `.acf` YAML files, you MUST inspect:
22
+ 1. Target Document Source → Read source `.md` specification (PRD, design spec, or architecture doc)
23
+ 2. Existing Context Registry (`context/*.acf`) Check target directory to prevent duplicate context creation
24
+ 3. YAML Schema Strictness Validate output against ACF schema (rules, constraints, tech-stack, boundaries) before writing to disk
18
25
 
19
26
  ---
20
27
 
@@ -1,6 +1,15 @@
1
1
  ---
2
2
  description: Automated multi-stage API endpoint testing. Generates and runs auth-aware request sequences (login → use token → test CRUD → verify errors). Reports response codes, schema mismatches, and unexpected data.
3
- required-skills: testing-patterns, api-patterns
3
+ tools: Read, Grep, Glob, Bash, Edit, Write
4
+ version: 3.0.0
5
+ last-updated: 2026-07-30
6
+ required-skills:
7
+ - testing-patterns
8
+ - api-patterns
9
+ - backend-security-expert
10
+ scripts-binding:
11
+ - .agent/scripts/test_runner.js
12
+ - .agent/scripts/security_scan.js
4
13
  ---
5
14
 
6
15
  # /api-tester — Automated API Testing
@@ -9,14 +18,12 @@ $ARGUMENTS
9
18
 
10
19
  ---
11
20
 
12
- ## $CONTEXT_REQUIRED
21
+ ## Mandatory Pre-Flight Context Inspection
13
22
 
14
- ```
15
- Read BEFORE testing:
16
- Target endpoint files Understand the expected parameters and auth needs
17
- package.json Check testing frameworks available
18
- □ .env.example / .env.test → Check for test database or mock API URLs
19
- ```
23
+ Before running automated API endpoint tests or auth-aware request sequences, you MUST inspect:
24
+ 1. Target Route Definition & Data Schemas → Inspect route parameters, body validation schemas (Zod/Pydantic), and auth middleware
25
+ 2. Test Server URL & Credentials (`.env.test`) Verify base URL and test token environment variables
26
+ 3. Multi-Stage Request Sequence Enforce sequential execution: Auth Login → Token Capture → CRUD Operations → Error Edge Case Verification
20
27
 
21
28
  ---
22
29
 
@@ -1,6 +1,19 @@
1
1
  ---
2
2
  description: Full project audit combining security scan, lint, schema validation, test coverage, dependency analysis, and bundle analysis. Runs all scripts in priority order. Human review required before applying any fixes.
3
- required-skills: vulnerability-scanner, clean-code
3
+ tools: Read, Grep, Glob, Bash, Edit, Write
4
+ version: 3.0.0
5
+ last-updated: 2026-07-30
6
+ required-skills:
7
+ - vulnerability-scanner
8
+ - clean-code
9
+ - code-review-checklist
10
+ scripts-binding:
11
+ - .agent/scripts/security_scan.js
12
+ - .agent/scripts/dependency_analyzer.js
13
+ - .agent/scripts/lint_runner.js
14
+ - .agent/scripts/schema_validator.js
15
+ - .agent/scripts/test_runner.js
16
+ - .agent/scripts/bundle_analyzer.js
4
17
  ---
5
18
 
6
19
  # /audit — Complete Project Health Assessment
@@ -9,14 +22,12 @@ $ARGUMENTS
9
22
 
10
23
  ---
11
24
 
12
- ## $CONTEXT_REQUIRED
25
+ ## Mandatory Pre-Flight Context Inspection
13
26
 
14
- ```
15
- Read BEFORE auditing:
16
- □ package.json → Identify all configured scripts and dependencies
17
- Config files tsconfig.json, eslint.config.js, jest.config.js
18
- □ .agent/scripts/ → Check which audit scripts exist and are executable
19
- ```
27
+ Before triggering a full project audit, you MUST inspect:
28
+ 1. Workspace Package Manifest (`package.json`) → Verify installed test frameworks, linters, and dependencies
29
+ 2. Executable Scripts Inventory (`.agent/scripts/`) → Verify presence of `security_scan.js`, `lint_runner.js`, and `test_runner.js`
30
+ 3. Pipeline Execution Constraints Confirm fixed execution order (Security → Dependencies → Type Check → Lint → Schema → Tests → Bundle) and HALT rules on critical CVE findings
20
31
 
21
32
  ---
22
33
 
@@ -1,6 +1,14 @@
1
1
  ---
2
2
  description: Structured brainstorming for projects and features. Uses Socratic questioning to explore multiple options before committing to an approach. No implementation during this phase — only exploration.
3
- required-skills: brainstorming
3
+ tools: Read, Grep, Glob, Bash, Edit, Write
4
+ version: 3.0.0
5
+ last-updated: 2026-07-30
6
+ required-skills:
7
+ - brainstorming
8
+ - shape
9
+ - project-planner
10
+ scripts-binding:
11
+ - .agent/scripts/verify_all.js
4
12
  ---
5
13
 
6
14
  # /brainstorm — Structured Idea Exploration
@@ -9,15 +17,12 @@ $ARGUMENTS
9
17
 
10
18
  ---
11
19
 
12
- ## $CONTEXT_REQUIRED
20
+ ## Mandatory Pre-Flight Context Inspection
13
21
 
14
- ```
15
- Read BEFORE generating any options:
16
- package.json → Understand existing stack constraints
17
- tsconfig.json Understand language/framework version
18
- □ Project root listing → Understand project structure and scale
19
- □ .agent/skills/brainstorming/SKILL.md → Load domain question banks
20
- ```
22
+ Before generating options or conducting Socratic architectural exploration, you MUST inspect:
23
+ 1. Technology Stack Manifest (`package.json`, `tsconfig.json`) → Confirm existing language/framework versions and active library boundaries
24
+ 2. Workspace File Layout → Understand current module scale and project structure before proposing architectural shifts
25
+ 3. Pure Exploration Constraint Enforce zero code edits or file creation during brainstorm phase; restrict output to options, tradeoffs, and recommendations
21
26
 
22
27
  ---
23
28
 
@@ -1,6 +1,14 @@
1
1
  ---
2
2
  description: Auto-generate changelogs from git history. Categorizes commits by type (feat/fix/chore/breaking) and follows Keep a Changelog format. Requires conventional commit messages for accurate categorization.
3
- required-skills: github-operations
3
+ tools: Read, Grep, Glob, Bash, Edit, Write
4
+ version: 3.0.0
5
+ last-updated: 2026-07-30
6
+ required-skills:
7
+ - github-operations
8
+ - git-pro
9
+ - readme-builder
10
+ scripts-binding:
11
+ - .agent/scripts/lint_runner.js
4
12
  ---
5
13
 
6
14
  # /changelog — Git History to Changelog
@@ -9,14 +17,12 @@ $ARGUMENTS
9
17
 
10
18
  ---
11
19
 
12
- ## $CONTEXT_REQUIRED
20
+ ## Mandatory Pre-Flight Context Inspection
13
21
 
14
- ```
15
- Read BEFORE generating changelog:
16
- git log --oneline -20 Verify commit message format
17
- package.json Identify current version
18
- □ CHANGELOG.md (if exists) → Understand existing format/history
19
- ```
22
+ Before generating changelogs or parsing git history, you MUST inspect:
23
+ 1. Git Commit Trajectory (`git log --oneline -30`) → Verify presence of conventional commit tags (`feat:`, `fix:`, `chore:`, `BREAKING CHANGE:`)
24
+ 2. Package Manifest & Version (`package.json`) Retrieve current release version and target release tag
25
+ 3. Keep a Changelog Formatting Standard Enforce categories: Added, Changed, Deprecated, Removed, Fixed, Security
20
26
 
21
27
  ---
22
28
 
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  description: Create new application command. Triggers full stack creation from requirements gathering → stack selection → scaffolding → Tribunal code generation. Everything through the pipeline before writing a single file.
3
- required-skills: app-builder, architecture
3
+ tools: Read, Grep, Glob, Bash, Edit, Write
4
+ version: 3.0.0
5
+ last-updated: 2026-07-30
6
+ required-skills:
7
+ - app-builder
8
+ - architecture
9
+ - project-planner
10
+ scripts-binding:
11
+ - .agent/scripts/auto_preview.js
12
+ - .agent/scripts/verify_all.js
13
+ - .agent/scripts/lint_runner.js
4
14
  ---
5
15
 
6
16
  # /create — Full Application Builder
@@ -9,14 +19,12 @@ $ARGUMENTS
9
19
 
10
20
  ---
11
21
 
12
- ## $CONTEXT_REQUIRED
22
+ ## Mandatory Pre-Flight Context Inspection
13
23
 
14
- ```
15
- Read BEFORE scaffolding:
16
- Current directory listingEnsure target directory is empty or confirm overwrite
17
- .env.example Know available environment variables
18
- □ Node/npm version → Ensure compatibility with chosen stack
19
- ```
24
+ Before scaffolding a new application, you MUST inspect:
25
+ 1. Target Directory State → Confirm directory listing is empty or obtain explicit user confirmation before overwriting existing files
26
+ 2. Runtime & Environment Context Check Node/npm version and inspect `.env.example` if available
27
+ 3. Human Gate Before Disk Modification Enforce explicit approval of Socratic requirements, stack selection, and scaffolding plan before creating any files
20
28
 
21
29
  ---
22
30