@appsforgood/next-supabase-kit 0.3.0 → 0.4.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 (323) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/README.md +22 -555
  3. package/UPGRADE.md +11 -77
  4. package/USER_GUIDE.md +181 -0
  5. package/agents/app-engineer/agent.md +32 -0
  6. package/agents/copy/agent.md +27 -0
  7. package/agents/design/agent.md +27 -0
  8. package/agents/optional/deploy/agent.md +12 -0
  9. package/agents/optional/docs/agent.md +12 -0
  10. package/agents/optional/lead-architect/agent.md +12 -0
  11. package/agents/optional/research/agent.md +12 -0
  12. package/agents/planner/agent.md +29 -0
  13. package/agents/qa/agent.md +35 -0
  14. package/agents/security/agent.md +28 -0
  15. package/assistant-adapters/cursor-agent-kit.mdc +5 -26
  16. package/catalog.json +20 -0
  17. package/dist/index.js +892 -8251
  18. package/dist/index.js.map +1 -1
  19. package/examples/next-supabase-installed/.agent-kit/config.json +22 -26
  20. package/examples/next-supabase-installed/.agent-kit/manifest.json +78 -222
  21. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/browser-qa.toml +6 -0
  22. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/copy.toml +6 -0
  23. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/frontend.toml +6 -0
  24. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/plan.toml +6 -0
  25. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/security.toml +6 -0
  26. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/ship.toml +6 -0
  27. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/test.toml +6 -0
  28. package/examples/next-supabase-installed/.antigravity/agent-kit/plugin.json +12 -0
  29. package/examples/next-supabase-installed/.antigravity/runtime-skills/accessibility-wcag/SKILL.md +26 -0
  30. package/examples/next-supabase-installed/.antigravity/runtime-skills/browser-qa/SKILL.md +67 -0
  31. package/examples/next-supabase-installed/.antigravity/runtime-skills/frontend-design/SKILL.md +26 -0
  32. package/examples/next-supabase-installed/.antigravity/runtime-skills/nextjs-app-router/SKILL.md +23 -0
  33. package/examples/next-supabase-installed/.antigravity/runtime-skills/owasp-security-review/SKILL.md +23 -0
  34. package/examples/next-supabase-installed/.antigravity/runtime-skills/planning/SKILL.md +25 -0
  35. package/examples/next-supabase-installed/.antigravity/runtime-skills/postgres-migrations/SKILL.md +21 -0
  36. package/examples/next-supabase-installed/.antigravity/runtime-skills/product-copy/SKILL.md +22 -0
  37. package/examples/next-supabase-installed/.antigravity/runtime-skills/ship/SKILL.md +22 -0
  38. package/examples/next-supabase-installed/.antigravity/runtime-skills/supabase-auth-rls/SKILL.md +23 -0
  39. package/examples/next-supabase-installed/.antigravity/runtime-skills/testing-qa/SKILL.md +27 -0
  40. package/examples/next-supabase-installed/.claude/agents/app-engineer.md +32 -0
  41. package/examples/next-supabase-installed/.claude/agents/copy.md +27 -0
  42. package/examples/next-supabase-installed/.claude/agents/design.md +27 -0
  43. package/examples/next-supabase-installed/.claude/agents/planner.md +29 -0
  44. package/examples/next-supabase-installed/.claude/agents/qa.md +35 -0
  45. package/examples/next-supabase-installed/.claude/agents/security.md +28 -0
  46. package/examples/next-supabase-installed/.codex/agents/app-engineer.toml +39 -0
  47. package/examples/next-supabase-installed/.codex/agents/copy.toml +34 -0
  48. package/examples/next-supabase-installed/.codex/agents/design.toml +34 -0
  49. package/examples/next-supabase-installed/.codex/agents/planner.toml +36 -0
  50. package/examples/next-supabase-installed/.codex/agents/qa.toml +42 -0
  51. package/examples/next-supabase-installed/.codex/agents/security.toml +35 -0
  52. package/examples/next-supabase-installed/.cursor/agents/app-engineer.md +32 -0
  53. package/examples/next-supabase-installed/.cursor/agents/copy.md +27 -0
  54. package/examples/next-supabase-installed/.cursor/agents/design.md +27 -0
  55. package/examples/next-supabase-installed/.cursor/agents/planner.md +29 -0
  56. package/examples/next-supabase-installed/.cursor/agents/qa.md +35 -0
  57. package/examples/next-supabase-installed/.cursor/agents/security.md +28 -0
  58. package/examples/next-supabase-installed/.cursor/rules/cursor-agent-kit.mdc +12 -0
  59. package/examples/next-supabase-installed/.cursor/skills/accessibility-wcag/SKILL.md +26 -0
  60. package/examples/next-supabase-installed/.cursor/skills/browser-qa/SKILL.md +67 -0
  61. package/examples/next-supabase-installed/.cursor/skills/frontend-design/SKILL.md +26 -0
  62. package/examples/next-supabase-installed/.cursor/skills/nextjs-app-router/SKILL.md +23 -0
  63. package/examples/next-supabase-installed/.cursor/skills/owasp-security-review/SKILL.md +23 -0
  64. package/examples/next-supabase-installed/.cursor/skills/planning/SKILL.md +25 -0
  65. package/examples/next-supabase-installed/.cursor/skills/postgres-migrations/SKILL.md +21 -0
  66. package/examples/next-supabase-installed/.cursor/skills/product-copy/SKILL.md +22 -0
  67. package/examples/next-supabase-installed/.cursor/skills/ship/SKILL.md +22 -0
  68. package/examples/next-supabase-installed/.cursor/skills/supabase-auth-rls/SKILL.md +23 -0
  69. package/examples/next-supabase-installed/.cursor/skills/testing-qa/SKILL.md +27 -0
  70. package/examples/next-supabase-installed/.github/copilot-instructions.md +23 -0
  71. package/examples/next-supabase-installed/AGENTS.md +30 -0
  72. package/examples/next-supabase-installed/CLAUDE.md +7 -0
  73. package/examples/next-supabase-installed/README.md +2 -14
  74. package/examples/next-supabase-installed/USER_GUIDE.md +181 -0
  75. package/examples/next-supabase-installed/skills/accessibility-wcag/SKILL.md +26 -0
  76. package/examples/next-supabase-installed/skills/browser-qa/SKILL.md +67 -0
  77. package/examples/next-supabase-installed/skills/frontend-design/SKILL.md +26 -0
  78. package/examples/next-supabase-installed/skills/nextjs-app-router/SKILL.md +23 -0
  79. package/examples/next-supabase-installed/skills/owasp-security-review/SKILL.md +23 -0
  80. package/examples/next-supabase-installed/skills/planning/SKILL.md +25 -0
  81. package/examples/next-supabase-installed/skills/postgres-migrations/SKILL.md +21 -0
  82. package/examples/next-supabase-installed/skills/product-copy/SKILL.md +22 -0
  83. package/examples/next-supabase-installed/skills/ship/SKILL.md +22 -0
  84. package/examples/next-supabase-installed/skills/supabase-auth-rls/SKILL.md +23 -0
  85. package/examples/next-supabase-installed/skills/testing-qa/SKILL.md +27 -0
  86. package/examples/next-supabase-installed/tree.txt +57 -42
  87. package/package.json +15 -43
  88. package/research/agent-skill-gap-report.md +128 -0
  89. package/skills/accessibility-wcag/SKILL.md +26 -0
  90. package/skills/browser-qa/SKILL.md +67 -0
  91. package/skills/frontend-design/SKILL.md +26 -0
  92. package/skills/nextjs-app-router/SKILL.md +23 -0
  93. package/skills/optional/debug/SKILL.md +11 -0
  94. package/skills/optional/docs/SKILL.md +10 -0
  95. package/skills/optional/ui-polish/SKILL.md +10 -0
  96. package/skills/optional/upgrade/SKILL.md +10 -0
  97. package/skills/owasp-security-review/SKILL.md +23 -0
  98. package/skills/planning/SKILL.md +25 -0
  99. package/skills/postgres-migrations/SKILL.md +21 -0
  100. package/skills/product-copy/SKILL.md +22 -0
  101. package/skills/ship/SKILL.md +22 -0
  102. package/skills/supabase-auth-rls/SKILL.md +23 -0
  103. package/skills/testing-qa/SKILL.md +27 -0
  104. package/templates/next-supabase/AGENTS.md +19 -129
  105. package/templates/next-supabase/CLAUDE.md +4 -36
  106. package/BEST_PRACTICE_EVIDENCE.md +0 -45
  107. package/DOGFOOD.md +0 -201
  108. package/GOVERNANCE.md +0 -45
  109. package/LOOP_CODING.md +0 -107
  110. package/MAINTAINER_RELEASE.md +0 -100
  111. package/REPOSITORY_SETTINGS.md +0 -83
  112. package/RESEARCH_CITATION_POLICY.md +0 -26
  113. package/SUPPLY_CHAIN.md +0 -57
  114. package/agents/deployment-observability-engineer.md +0 -13
  115. package/agents/docs-maintainer.md +0 -17
  116. package/agents/frontend-design-lead.md +0 -22
  117. package/agents/lead-architect.md +0 -25
  118. package/agents/marketing-copy-lead.md +0 -20
  119. package/agents/nextjs-engineer.md +0 -20
  120. package/agents/planner.md +0 -20
  121. package/agents/qa-engineer.md +0 -19
  122. package/agents/research-analyst.md +0 -13
  123. package/agents/security-reviewer.md +0 -16
  124. package/agents/supabase-postgres-engineer.md +0 -19
  125. package/antigravity/commands/accessibility-pass.toml +0 -16
  126. package/antigravity/commands/audit.toml +0 -16
  127. package/antigravity/commands/browser-qa.toml +0 -18
  128. package/antigravity/commands/copy.toml +0 -16
  129. package/antigravity/commands/distinctiveness-pass.toml +0 -16
  130. package/antigravity/commands/frontend.toml +0 -18
  131. package/antigravity/commands/handoff.toml +0 -16
  132. package/antigravity/commands/layout-cleanup.toml +0 -16
  133. package/antigravity/commands/plan.toml +0 -18
  134. package/antigravity/commands/responsive-cleanup.toml +0 -16
  135. package/antigravity/commands/review.toml +0 -16
  136. package/antigravity/commands/screenshot-critique.toml +0 -16
  137. package/antigravity/commands/security.toml +0 -16
  138. package/antigravity/commands/setup.toml +0 -16
  139. package/antigravity/commands/ship.toml +0 -17
  140. package/antigravity/commands/spec.toml +0 -17
  141. package/antigravity/commands/test.toml +0 -17
  142. package/antigravity/commands/ui-audit.toml +0 -17
  143. package/antigravity/commands/ui-polish.toml +0 -17
  144. package/antigravity/commands/upgrade.toml +0 -17
  145. package/antigravity/plugin.json +0 -70
  146. package/assistant-adapters/antigravity.md +0 -65
  147. package/assistant-adapters/claude-code-subagents.md +0 -38
  148. package/assistant-adapters/codex-agents.md +0 -53
  149. package/assistant-adapters/cursor-frontend.mdc +0 -16
  150. package/assistant-adapters/cursor-planner.mdc +0 -14
  151. package/assistant-adapters/cursor-security.mdc +0 -18
  152. package/assistant-adapters/github-copilot-instructions.md +0 -35
  153. package/assistant-adapters/github-next-supabase.instructions.md +0 -28
  154. package/assistant-adapters/model-selection/claude-code-subagents-with-models.md +0 -32
  155. package/assistant-adapters/model-selection/codex-config.example.toml +0 -32
  156. package/assistant-adapters/model-selection/cursor-model-selection.mdc +0 -24
  157. package/assistant-adapters/model-selection/github-copilot-model-selection.md +0 -20
  158. package/assistant-adapters/orchestrator-runtime.md +0 -39
  159. package/checklists/accessibility.md +0 -12
  160. package/checklists/agent-council.md +0 -13
  161. package/checklists/brand-content.md +0 -15
  162. package/checklists/deployment.md +0 -10
  163. package/checklists/design-critique.md +0 -13
  164. package/checklists/frontend-distinctiveness.md +0 -12
  165. package/checklists/frontend-product-quality.md +0 -13
  166. package/checklists/frontend-quality.md +0 -21
  167. package/checklists/marketing-copy.md +0 -11
  168. package/checklists/owasp.md +0 -12
  169. package/checklists/rls.md +0 -10
  170. package/checklists/testing.md +0 -12
  171. package/checklists/ui-acceptance-rubric.md +0 -58
  172. package/checklists/ui-detectors.md +0 -81
  173. package/checklists/upgrade.md +0 -13
  174. package/checklists/visual-regression.md +0 -11
  175. package/design-adapters/claude-design.prompt.md +0 -27
  176. package/design-adapters/figma.prompt.md +0 -18
  177. package/design-adapters/google-stitch.prompt.md +0 -36
  178. package/design-adapters/human-designer-brief.prompt.md +0 -36
  179. package/design-briefs/admin-dashboard.md +0 -21
  180. package/design-briefs/ai-workflow-product.md +0 -25
  181. package/design-briefs/community-social.md +0 -26
  182. package/design-briefs/content-app.md +0 -21
  183. package/design-briefs/ecommerce.md +0 -25
  184. package/design-briefs/education-course.md +0 -25
  185. package/design-briefs/marketplace.md +0 -21
  186. package/design-briefs/portfolio-venue.md +0 -25
  187. package/design-briefs/saas.md +0 -21
  188. package/design-briefs/tool.md +0 -21
  189. package/examples/next-supabase-installed/.agent-kit/agent-roster.json +0 -267
  190. package/examples/next-supabase-installed/.agent-kit/model-routing.json +0 -171
  191. package/examples/next-supabase-installed/.agent-kit/overrides.json +0 -3
  192. package/examples/next-supabase-installed/audit-output.json +0 -405
  193. package/model-routing/default-model-routing.json +0 -171
  194. package/profiles/admin-app.md +0 -17
  195. package/profiles/content-app.md +0 -17
  196. package/profiles/marketplace.md +0 -17
  197. package/profiles/saas.md +0 -17
  198. package/profiles/stack-next-firebase.md +0 -25
  199. package/profiles/stack-next-postgres.md +0 -24
  200. package/profiles/stack-remix-supabase.md +0 -24
  201. package/prompts/audit-project-setup.md +0 -28
  202. package/prompts/brand-content-intake.md +0 -17
  203. package/prompts/copy-review.md +0 -15
  204. package/prompts/council-session-review.md +0 -17
  205. package/prompts/creative-direction-matrix.md +0 -22
  206. package/prompts/design-critique-gate.md +0 -28
  207. package/prompts/docs-update.md +0 -16
  208. package/prompts/frontend-design-review.md +0 -35
  209. package/prompts/frontend-distinctiveness-benchmark.md +0 -32
  210. package/prompts/frontend-product-quality-scorecard.md +0 -35
  211. package/prompts/implement-feature.md +0 -14
  212. package/prompts/lifecycle-command-index.md +0 -180
  213. package/prompts/migration-review.md +0 -14
  214. package/prompts/screenshot-review.md +0 -28
  215. package/prompts/security-review.md +0 -17
  216. package/prompts/ui-command-index.md +0 -124
  217. package/prompts/upgrade-review.md +0 -18
  218. package/prompts/visual-qa-plan.md +0 -16
  219. package/research/proposed-updates.md +0 -70
  220. package/research/scan-config.json +0 -261
  221. package/research/scan-plan.md +0 -24
  222. package/research/summaries/.gitkeep +0 -1
  223. package/research/summaries/agent-workflow-patterns.md +0 -37
  224. package/research/summaries/agentic-engineering-maturity-levels.md +0 -54
  225. package/research/summaries/creative-design-patterns.md +0 -38
  226. package/research/summaries/design-critique-patterns.md +0 -34
  227. package/research/summaries/docs-and-agent-patterns.md +0 -64
  228. package/research/summaries/dogfood-adoption-patterns.md +0 -33
  229. package/research/summaries/frontend-design-patterns.md +0 -64
  230. package/research/summaries/frontend-distinctiveness-benchmark-patterns.md +0 -38
  231. package/research/summaries/frontend-product-quality-rubric-patterns.md +0 -37
  232. package/research/summaries/maturity-model-patterns.md +0 -29
  233. package/research/summaries/nextjs-patterns.md +0 -65
  234. package/research/summaries/repo-health-patterns.md +0 -41
  235. package/research/summaries/scan-overview.md +0 -46
  236. package/research/summaries/security-patterns.md +0 -64
  237. package/research/summaries/supabase-rls-patterns.md +0 -54
  238. package/research/summaries/supply-chain-patterns.md +0 -38
  239. package/research/summaries/testing-patterns.md +0 -63
  240. package/research/summaries/upgrade-lifecycle-patterns.md +0 -26
  241. package/research/summaries/visual-qa-patterns.md +0 -39
  242. package/rosters/next-supabase-default-council.json +0 -267
  243. package/runtime-skills/README.md +0 -7
  244. package/runtime-skills/accessibility-wcag/SKILL.md +0 -8
  245. package/runtime-skills/agent-handoff-tracing/SKILL.md +0 -8
  246. package/runtime-skills/best-practice-maturity-review/SKILL.md +0 -8
  247. package/runtime-skills/content-first-design/SKILL.md +0 -8
  248. package/runtime-skills/conversion-copywriting/SKILL.md +0 -8
  249. package/runtime-skills/deployment-observability/SKILL.md +0 -8
  250. package/runtime-skills/docs-maintainer/SKILL.md +0 -8
  251. package/runtime-skills/frontend-design-system/SKILL.md +0 -8
  252. package/runtime-skills/frontend-distinctiveness-benchmark/SKILL.md +0 -8
  253. package/runtime-skills/frontend-product-quality-rubric/SKILL.md +0 -8
  254. package/runtime-skills/landing-page-copy/SKILL.md +0 -8
  255. package/runtime-skills/nextjs-app-router/SKILL.md +0 -8
  256. package/runtime-skills/onboarding-empty-state-copy/SKILL.md +0 -8
  257. package/runtime-skills/owasp-security-review/SKILL.md +0 -8
  258. package/runtime-skills/planning-council/SKILL.md +0 -8
  259. package/runtime-skills/positioning-messaging/SKILL.md +0 -8
  260. package/runtime-skills/postgres-migrations/SKILL.md +0 -8
  261. package/runtime-skills/product-voice-tone/SKILL.md +0 -8
  262. package/runtime-skills/reference-led-design-critique/SKILL.md +0 -8
  263. package/runtime-skills/supabase-auth-rls/SKILL.md +0 -8
  264. package/runtime-skills/testing-qa/SKILL.md +0 -8
  265. package/runtime-skills/ui-improvement-harness/SKILL.md +0 -12
  266. package/runtime-skills/upgrade-maintenance/SKILL.md +0 -8
  267. package/runtime-skills/visual-regression-qa/SKILL.md +0 -8
  268. package/schemas/agent-roster.schema.json +0 -54
  269. package/schemas/agentic-level.schema.json +0 -47
  270. package/schemas/audit-report-v2.schema.json +0 -71
  271. package/schemas/audit-report.schema.json +0 -50
  272. package/schemas/correction-rules.schema.json +0 -32
  273. package/schemas/council-session.schema.json +0 -65
  274. package/schemas/model-routing.schema.json +0 -72
  275. package/schemas/onboarding-state.schema.json +0 -36
  276. package/schemas/orchestrator.schema.json +0 -167
  277. package/schemas/project-context.schema.json +0 -94
  278. package/schemas/runtime-event.schema.json +0 -66
  279. package/schemas/runtime-run.schema.json +0 -58
  280. package/schemas/session-event.schema.json +0 -48
  281. package/schemas/studio-session.schema.json +0 -48
  282. package/skills/accessibility-wcag.md +0 -15
  283. package/skills/agent-handoff-tracing.md +0 -44
  284. package/skills/best-practice-maturity-review.md +0 -26
  285. package/skills/content-first-design.md +0 -50
  286. package/skills/conversion-copywriting.md +0 -38
  287. package/skills/deployment-observability.md +0 -14
  288. package/skills/docs-maintainer.md +0 -19
  289. package/skills/frontend-design-system.md +0 -68
  290. package/skills/frontend-distinctiveness-benchmark.md +0 -40
  291. package/skills/frontend-product-quality-rubric.md +0 -59
  292. package/skills/landing-page-copy.md +0 -29
  293. package/skills/nextjs-app-router.md +0 -18
  294. package/skills/onboarding-empty-state-copy.md +0 -37
  295. package/skills/owasp-security-review.md +0 -19
  296. package/skills/planning-council.md +0 -21
  297. package/skills/positioning-messaging.md +0 -42
  298. package/skills/postgres-migrations.md +0 -14
  299. package/skills/product-voice-tone.md +0 -35
  300. package/skills/reference-led-design-critique.md +0 -48
  301. package/skills/supabase-auth-rls.md +0 -20
  302. package/skills/testing-qa.md +0 -15
  303. package/skills/ui-improvement-harness.md +0 -96
  304. package/skills/upgrade-maintenance.md +0 -32
  305. package/skills/visual-regression-qa.md +0 -42
  306. package/templates/next-supabase/.agent-kit/orchestrator.json +0 -48
  307. package/templates/next-supabase/.agent-kit/runtime/gitignore.template +0 -2
  308. package/templates/next-supabase/.github/workflows/agent-kit-audit.yml +0 -34
  309. package/templates/next-supabase/AGENT_ROSTER.md +0 -101
  310. package/templates/next-supabase/ASSISTANT_ADAPTERS.md +0 -146
  311. package/templates/next-supabase/COUNCIL.md +0 -54
  312. package/templates/next-supabase/DECISIONS.md +0 -87
  313. package/templates/next-supabase/DEPLOYMENT.md +0 -51
  314. package/templates/next-supabase/DESIGN.md +0 -180
  315. package/templates/next-supabase/DOCS.md +0 -80
  316. package/templates/next-supabase/LOOP_CODING.md +0 -98
  317. package/templates/next-supabase/MESSAGING.md +0 -81
  318. package/templates/next-supabase/MODEL_ROUTING.md +0 -130
  319. package/templates/next-supabase/QUALITY_GATES.md +0 -98
  320. package/templates/next-supabase/SKILLS.md +0 -235
  321. package/templates/next-supabase/SPEC.md +0 -122
  322. package/templates/next-supabase/STYLE_GUIDE.md +0 -121
  323. package/templates/next-supabase/TESTING.md +0 -107
@@ -1,94 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://agent-skills.dev/schemas/project-context.schema.json",
4
- "title": "Agent Kit Project Context",
5
- "type": "object",
6
- "required": [
7
- "schemaVersion",
8
- "projectName",
9
- "productSummary",
10
- "productCategory",
11
- "primaryAudience",
12
- "primaryWorkflows",
13
- "businessCriticalBehavior",
14
- "architecture",
15
- "dataSensitivity",
16
- "authModel",
17
- "tenantModel",
18
- "integrations",
19
- "uiDirection",
20
- "messaging",
21
- "qualityTarget",
22
- "knownConstraints",
23
- "openQuestions",
24
- "evidence",
25
- "lastReviewedAt",
26
- "owners"
27
- ],
28
- "additionalProperties": false,
29
- "properties": {
30
- "schemaVersion": { "const": 1 },
31
- "projectName": { "type": "string" },
32
- "productSummary": { "type": "string" },
33
- "productCategory": { "type": "string" },
34
- "primaryAudience": { "type": "string" },
35
- "primaryWorkflows": { "type": "array", "items": { "type": "string" } },
36
- "businessCriticalBehavior": { "type": "array", "items": { "type": "string" } },
37
- "architecture": {
38
- "type": "object",
39
- "required": ["scripts", "frameworks", "uiLibraries", "hasSupabase", "supabaseSignals", "testTools", "envExampleKeys", "deployment"],
40
- "additionalProperties": false,
41
- "properties": {
42
- "packageManager": { "type": "string" },
43
- "scripts": { "type": "array", "items": { "type": "string" } },
44
- "frameworks": { "type": "array", "items": { "type": "string" } },
45
- "uiLibraries": { "type": "array", "items": { "type": "string" } },
46
- "hasSupabase": { "type": "boolean" },
47
- "supabaseSignals": { "type": "array", "items": { "type": "string" } },
48
- "testTools": { "type": "array", "items": { "type": "string" } },
49
- "envExampleKeys": { "type": "array", "items": { "type": "string" } },
50
- "deployment": { "type": "array", "items": { "type": "string" } }
51
- }
52
- },
53
- "dataSensitivity": { "type": "array", "items": { "type": "string" } },
54
- "authModel": { "type": "string" },
55
- "tenantModel": { "type": "string" },
56
- "integrations": { "type": "array", "items": { "type": "string" } },
57
- "uiDirection": {
58
- "type": "object",
59
- "required": ["preferred", "avoid"],
60
- "additionalProperties": false,
61
- "properties": {
62
- "preferred": { "type": "string" },
63
- "avoid": { "type": "string" }
64
- }
65
- },
66
- "messaging": {
67
- "type": "object",
68
- "required": ["valueProposition", "proof", "objections"],
69
- "additionalProperties": false,
70
- "properties": {
71
- "valueProposition": { "type": "string" },
72
- "proof": { "type": "array", "items": { "type": "string" } },
73
- "objections": { "type": "array", "items": { "type": "string" } }
74
- }
75
- },
76
- "qualityTarget": { "type": "string", "enum": ["baseline-setup", "needs-improvement", "best-practice-candidate"] },
77
- "knownConstraints": { "type": "array", "items": { "type": "string" } },
78
- "openQuestions": { "type": "array", "items": { "type": "string" } },
79
- "evidence": {
80
- "type": "array",
81
- "items": {
82
- "type": "object",
83
- "required": ["source", "note"],
84
- "additionalProperties": false,
85
- "properties": {
86
- "source": { "type": "string", "minLength": 1 },
87
- "note": { "type": "string", "minLength": 1 }
88
- }
89
- }
90
- },
91
- "lastReviewedAt": { "type": "string", "format": "date-time" },
92
- "owners": { "type": "array", "items": { "type": "string" } }
93
- }
94
- }
@@ -1,66 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://agent-skills.dev/schemas/runtime-event.schema.json",
4
- "title": "Agent Kit Runtime Event",
5
- "type": "object",
6
- "required": ["schemaVersion", "eventId", "sequence", "runId", "createdAt", "type"],
7
- "additionalProperties": false,
8
- "properties": {
9
- "schemaVersion": { "const": 1 },
10
- "eventId": { "type": "string", "minLength": 1 },
11
- "sequence": { "type": "integer", "minimum": 1 },
12
- "runId": { "type": "string", "minLength": 1 },
13
- "createdAt": { "type": "string", "format": "date-time" },
14
- "type": {
15
- "enum": [
16
- "run_started",
17
- "run_status_changed",
18
- "agent_started",
19
- "agent_completed",
20
- "handoff",
21
- "approval_requested",
22
- "approval_decided",
23
- "tool_started",
24
- "tool_completed",
25
- "provider_selected",
26
- "artifact",
27
- "verification",
28
- "run_error",
29
- "run_completed"
30
- ]
31
- },
32
- "agentId": { "type": "string", "minLength": 1 },
33
- "text": { "type": "string" },
34
- "status": { "enum": ["planned", "running", "awaiting-approval", "blocked", "cancelled", "failed", "complete"] },
35
- "approval": {
36
- "oneOf": [
37
- {
38
- "type": "object",
39
- "required": ["approvalId", "runId", "risk", "title", "detail", "requestedAt"],
40
- "additionalProperties": false,
41
- "properties": {
42
- "approvalId": { "type": "string", "minLength": 1 },
43
- "runId": { "type": "string", "minLength": 1 },
44
- "risk": { "enum": ["plan", "write", "network", "secret", "destructive", "host-mutation", "final-commit"] },
45
- "title": { "type": "string", "minLength": 1 },
46
- "detail": { "type": "string" },
47
- "requestedAt": { "type": "string", "format": "date-time" }
48
- }
49
- },
50
- {
51
- "type": "object",
52
- "required": ["approvalId", "decision", "decidedAt"],
53
- "additionalProperties": false,
54
- "properties": {
55
- "approvalId": { "type": "string", "minLength": 1 },
56
- "decision": { "enum": ["approve", "reject"] },
57
- "decidedAt": { "type": "string", "format": "date-time" },
58
- "actor": { "type": "string", "minLength": 1 },
59
- "note": { "type": "string" }
60
- }
61
- }
62
- ]
63
- },
64
- "data": { "type": "object", "additionalProperties": true }
65
- }
66
- }
@@ -1,58 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://agent-skills.dev/schemas/runtime-run.schema.json",
4
- "title": "Agent Kit Runtime Run",
5
- "type": "object",
6
- "required": ["schemaVersion", "runId", "workflowId", "goal", "status", "createdAt", "updatedAt", "sourceRoot", "baseCommit", "results"],
7
- "additionalProperties": false,
8
- "properties": {
9
- "schemaVersion": { "const": 1 },
10
- "runId": { "type": "string", "pattern": "^[a-zA-Z0-9_-]+$" },
11
- "workflowId": { "type": "string", "minLength": 1 },
12
- "goal": { "type": "string", "minLength": 1 },
13
- "status": { "$ref": "#/$defs/status" },
14
- "createdAt": { "type": "string", "format": "date-time" },
15
- "updatedAt": { "type": "string", "format": "date-time" },
16
- "sourceRoot": { "type": "string", "minLength": 1 },
17
- "baseCommit": { "type": "string", "minLength": 1 },
18
- "worktreePath": { "type": "string", "minLength": 1 },
19
- "branchName": { "type": "string", "minLength": 1 },
20
- "activeAgentId": { "type": "string", "minLength": 1 },
21
- "pendingApproval": { "$ref": "#/$defs/approvalRequest" },
22
- "commit": { "type": "string", "minLength": 1 },
23
- "changed": { "type": "string" },
24
- "results": { "type": "array", "items": { "$ref": "#/$defs/agentResult" } },
25
- "error": { "type": "string" }
26
- },
27
- "$defs": {
28
- "status": { "enum": ["planned", "running", "awaiting-approval", "blocked", "cancelled", "failed", "complete"] },
29
- "risk": { "enum": ["plan", "write", "network", "secret", "destructive", "host-mutation", "final-commit"] },
30
- "approvalRequest": {
31
- "type": "object",
32
- "required": ["approvalId", "runId", "risk", "title", "detail", "requestedAt"],
33
- "additionalProperties": false,
34
- "properties": {
35
- "approvalId": { "type": "string", "minLength": 1 },
36
- "runId": { "type": "string", "minLength": 1 },
37
- "risk": { "$ref": "#/$defs/risk" },
38
- "title": { "type": "string", "minLength": 1 },
39
- "detail": { "type": "string" },
40
- "requestedAt": { "type": "string", "format": "date-time" }
41
- }
42
- },
43
- "agentResult": {
44
- "type": "object",
45
- "required": ["agentId", "summary", "decision", "risk", "artifacts", "verification"],
46
- "additionalProperties": false,
47
- "properties": {
48
- "agentId": { "type": "string", "minLength": 1 },
49
- "summary": { "type": "string" },
50
- "decision": { "type": "string" },
51
- "risk": { "type": "string" },
52
- "artifacts": { "type": "array", "items": { "type": "string" } },
53
- "verification": { "type": "array", "items": { "type": "string" } },
54
- "requestedHandoff": { "type": "string", "minLength": 1 }
55
- }
56
- }
57
- }
58
- }
@@ -1,48 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://agent-skills.dev/schemas/session-event.schema.json",
4
- "title": "Agent Kit Session Event",
5
- "type": "object",
6
- "required": ["type", "createdAt"],
7
- "additionalProperties": false,
8
- "properties": {
9
- "eventId": { "type": "string", "format": "uuid" },
10
- "sequence": { "type": "integer", "minimum": 1 },
11
- "type": {
12
- "type": "string",
13
- "enum": [
14
- "session_started",
15
- "project_context_loaded",
16
- "agent_message",
17
- "agent_decision",
18
- "handoff",
19
- "human_correction",
20
- "correction_promoted",
21
- "artifact_recorded",
22
- "command_recorded",
23
- "verification_recorded",
24
- "open_question",
25
- "required_output_updated",
26
- "session_status_changed",
27
- "session_rendered"
28
- ]
29
- },
30
- "createdAt": { "type": "string", "format": "date-time" },
31
- "agentId": { "type": "string", "minLength": 1 },
32
- "fromAgentId": { "type": "string", "minLength": 1 },
33
- "toAgentId": { "type": "string", "minLength": 1 },
34
- "text": { "type": "string" },
35
- "decision": { "type": "string" },
36
- "risk": { "type": "string" },
37
- "evidence": { "type": "array", "items": { "type": "string" } },
38
- "scope": { "type": "string", "enum": ["session", "project", "agent", "upstream-proposal"] },
39
- "correctionId": { "type": "string", "minLength": 1 },
40
- "artifactPath": { "type": "string", "minLength": 1 },
41
- "command": { "type": "string", "minLength": 1 },
42
- "result": { "type": "string", "enum": ["pass", "fail", "skipped"] },
43
- "outputName": { "type": "string", "minLength": 1 },
44
- "outputStatus": { "type": "string", "enum": ["missing", "partial", "complete", "not-applicable"] },
45
- "status": { "type": "string", "enum": ["planned", "in-progress", "blocked", "complete"] },
46
- "notes": { "type": "string" }
47
- }
48
- }
@@ -1,48 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://agent-skills.dev/schemas/studio-session.schema.json",
4
- "title": "Agent Kit Studio Session",
5
- "type": "object",
6
- "required": [
7
- "schemaVersion",
8
- "sessionId",
9
- "title",
10
- "createdAt",
11
- "updatedAt",
12
- "status",
13
- "workflowId",
14
- "request",
15
- "affectedLayers",
16
- "qualityTarget",
17
- "requiredOutputs"
18
- ],
19
- "additionalProperties": false,
20
- "properties": {
21
- "schemaVersion": { "const": 1 },
22
- "sessionId": { "type": "string", "minLength": 1 },
23
- "title": { "type": "string", "minLength": 1 },
24
- "createdAt": { "type": "string", "format": "date-time" },
25
- "updatedAt": { "type": "string", "format": "date-time" },
26
- "status": { "type": "string", "enum": ["planned", "in-progress", "blocked", "complete"] },
27
- "workflowId": { "type": "string", "minLength": 1 },
28
- "request": { "type": "string", "minLength": 1 },
29
- "affectedLayers": { "type": "array", "items": { "type": "string" } },
30
- "activeAgentId": { "type": "string" },
31
- "nextAgentId": { "type": "string" },
32
- "qualityTarget": { "type": "string", "enum": ["baseline-setup", "needs-improvement", "best-practice-candidate"] },
33
- "requiredOutputs": {
34
- "type": "array",
35
- "items": {
36
- "type": "object",
37
- "required": ["name", "status"],
38
- "additionalProperties": false,
39
- "properties": {
40
- "name": { "type": "string", "minLength": 1 },
41
- "status": { "type": "string", "enum": ["missing", "partial", "complete", "not-applicable"] },
42
- "evidence": { "type": "string" }
43
- }
44
- }
45
- },
46
- "renderedAt": { "type": "string", "format": "date-time" }
47
- }
48
- }
@@ -1,15 +0,0 @@
1
- # Accessibility WCAG Skill
2
-
3
- ## Use When
4
-
5
- Working on navigation, forms, modals, menus, tables, dashboards, custom controls, or interactive states.
6
-
7
- ## Checklist
8
-
9
- - Semantic HTML is used where possible.
10
- - ARIA is used only when needed.
11
- - Keyboard navigation works.
12
- - Focus states are visible.
13
- - Color contrast meets WCAG 2.1 AA.
14
- - Forms have labels and clear error messages.
15
- - Motion is not required to understand the UI.
@@ -1,44 +0,0 @@
1
- # Agent Handoff Tracing Skill
2
-
3
- ## Use When
4
-
5
- Planning, routing, reviewing, or completing work that involves more than one agent role, touches a core workflow, or needs auditable council evidence.
6
-
7
- ## Goal
8
-
9
- Make agent collaboration inspectable. Every meaningful handoff should state who owns the next step, what was decided, what risk remains, and what evidence proves the required outputs.
10
-
11
- ## Required Checks
12
-
13
- - Select the workflow from `.agent-kit/agent-roster.json`.
14
- - Read `.agent-kit/project-context.json` and `.agent-kit/project-context.md` when present.
15
- - Read active project and agent correction rules from `.agent-kit/corrections/` before making or reviewing decisions.
16
- - Confirm the workflow sequence and council members before implementation.
17
- - Record each agent handoff with decision, risk, next handoff, and evidence.
18
- - Confirm required outputs are missing, partial, complete, or not applicable.
19
- - Use `agent-kit session start`, `decision`, `handoff`, `correct`, `artifact`, `verify`, `render`, and `close` for local Agent Studio traces when available.
20
- - Use `COUNCIL.md` for human-readable notes and schema-backed `.agent-kit/council-sessions/` records when CLI tooling is unavailable.
21
- - Run `agent-kit audit` after adding structured session records.
22
- - Run `agent-kit session render` after changing session evidence so `index.md` and `transcript.md` are current.
23
- - Run `agent-kit studio export` when a self-contained local HTML session view would help the user inspect handoffs and transcript streams.
24
- - Do not mark a council session complete until required outputs and verification evidence are present.
25
-
26
- ## Reject By Default
27
-
28
- - Specialist agents acting without Planner routing on ambiguous or cross-layer work.
29
- - Core changes that skip Lead Architect.
30
- - Security-sensitive work that skips Security Reviewer.
31
- - Behavior changes that skip QA evidence.
32
- - Handoffs with only a summary and no risk, next owner, or evidence.
33
- - Continuing after a user correction without recording the correction and deciding whether it should become a durable project or agent rule.
34
-
35
- ## Review Output
36
-
37
- Return:
38
-
39
- - Workflow selected.
40
- - Agents required and agents actually involved.
41
- - Missing handoffs or missing required outputs.
42
- - Evidence that proves completion.
43
- - Recommended next handoff.
44
- - Agent Studio session path or rendered Markdown evidence when available.
@@ -1,26 +0,0 @@
1
- # Best-Practice Maturity Review
2
-
3
- Use this skill when deciding whether a project, feature, release, or repository setup is baseline, strong, or best-practice ready.
4
-
5
- ## Required Inputs
6
-
7
- - Current request, roadmap item, or release scope.
8
- - `QUALITY_GATES.md`.
9
- - Relevant `SPEC.md`, `DECISIONS.md`, `SECURITY.md`, `DESIGN.md`, `TESTING.md`, and `DEPLOYMENT.md` sections.
10
- - Current council workflow from `.agent-kit/agent-roster.json`.
11
-
12
- ## Review Steps
13
-
14
- 1. Classify the target maturity level: baseline, strong, or best-practice.
15
- 2. Map affected areas: council, architecture, Supabase/RLS, security, frontend, accessibility, testing, release, docs, and repo health.
16
- 3. Name the evidence required for each affected area.
17
- 4. Treat missing evidence as incomplete, not as a pass with caveats.
18
- 5. Promote repeated research or dogfood findings into templates, skills, checklists, audit checks, tests, release gates, or `DECISIONS.md`.
19
-
20
- ## Output
21
-
22
- - Maturity level claimed.
23
- - Missing evidence by area.
24
- - Required council handoffs.
25
- - Verification commands or artifacts.
26
- - Docs that must be updated before the work is considered done.
@@ -1,50 +0,0 @@
1
- # Content-First Design Skill
2
-
3
- ## Use When
4
-
5
- Building or reviewing any user-facing site, product screen, landing page, dashboard, tool, admin workflow, marketplace, content experience, ecommerce flow, portfolio, venue page, community surface, education product, or AI workflow UI.
6
-
7
- ## Goal
8
-
9
- Prevent generic output by making the interface derive from the product's real audience, content, workflows, brand constraints, and category context before visual styling or component assembly starts.
10
-
11
- ## Required Inputs
12
-
13
- Collect or infer these before implementation:
14
-
15
- - Primary audience and their user needs.
16
- - Real content inventory: nouns, labels, record types, data fields, assets, examples, and domain language.
17
- - Product category and expected workflow density.
18
- - Brand personality, existing visual constraints, and accessibility constraints.
19
- - Competitive or category references to learn from without copying.
20
- - Non-goals: patterns, phrases, palettes, layouts, or tropes to avoid.
21
-
22
- ## Required Design Work
23
-
24
- - Fill or update `DESIGN.md`.
25
- - Produce at least two distinct creative directions before choosing one.
26
- - Record a reference set, anti-references, source-safety notes, and a design critique verdict before acceptance.
27
- - Score significant frontend work with the frontend product-quality rubric before acceptance.
28
- - Map first-screen hierarchy to the user's primary task, object, or workflow.
29
- - Define how tokens, imagery, density, and copy support the chosen direction.
30
- - Identify missing real content or assets before substituting placeholders.
31
-
32
- ## Reject By Default
33
-
34
- - Styling before content and workflow are understood.
35
- - Generic SaaS headings, fake metrics, abstract gradient backgrounds, and card-heavy filler.
36
- - Interfaces whose first screen could apply to any product in the category.
37
- - Visual directions with no link to audience, content, or domain.
38
- - Placeholder screenshots accepted as final evidence.
39
-
40
- ## Review Output
41
-
42
- Return:
43
-
44
- - Missing content, audience, or brand inputs.
45
- - The selected creative direction and why it fits.
46
- - The reference-led critique verdict and any remaining generic-design risks.
47
- - The product-quality scorecard verdict and any critical zeroes.
48
- - Which visible details make the design specific to this product.
49
- - Which assets, copy, or data examples are still missing.
50
- - Whether `DESIGN.md`, `STYLE_GUIDE.md`, and screenshot evidence are sufficient for acceptance.
@@ -1,38 +0,0 @@
1
- # Conversion Copywriting Skill
2
-
3
- ## Use When
4
-
5
- Writing or reviewing copy for landing pages, signup flows, pricing pages, checkout paths, demos, waitlists, product-led onboarding, upgrade prompts, or conversion-critical CTAs.
6
-
7
- ## Goal
8
-
9
- Make each conversion surface clear, truthful, specific, and aligned to the user's stage of intent.
10
-
11
- ## Required Inputs
12
-
13
- - Audience segment and awareness level.
14
- - Conversion goal and next action.
15
- - User pain, desired outcome, and urgency.
16
- - Product differentiator and proof.
17
- - Objections, risks, or trust concerns.
18
- - Constraints: legal, compliance, pricing, availability, region, or support limits.
19
-
20
- ## Required Work
21
-
22
- - Map the page or flow to one primary action and one acceptable secondary action.
23
- - Match headline, subhead, proof, and CTA to the same value proposition.
24
- - Add trust-building copy only when the proof exists.
25
- - Make risk, limitations, and eligibility clear near the relevant action.
26
- - Use concrete product nouns, workflow language, and customer language from `MESSAGING.md`.
27
- - Review microcopy around forms, errors, payment, confirmation, and cancellation.
28
-
29
- ## Reject By Default
30
-
31
- - Multiple competing CTAs with no hierarchy.
32
- - Broad benefit claims without proof or product specificity.
33
- - Copy that creates legal, pricing, privacy, medical, financial, or compliance risk.
34
- - Dark patterns, hidden conditions, forced urgency, or unclear cancellation language.
35
-
36
- ## Review Output
37
-
38
- Return conversion goal, primary/secondary CTA, page hierarchy, proof used, objections handled, risky claims, missing evidence, and test ideas.
@@ -1,14 +0,0 @@
1
- # Deployment And Observability Skill
2
-
3
- ## Use When
4
-
5
- Working on deployments, env vars, migrations, cron jobs, logs, production incidents, monitoring, or rollback.
6
-
7
- ## Checklist
8
-
9
- - Required env vars are documented.
10
- - Server-only secrets are isolated.
11
- - Migration and app deploy order is clear.
12
- - Smoke checks are defined.
13
- - Logs expose operational failures without leaking secrets.
14
- - Rollback steps are documented.
@@ -1,19 +0,0 @@
1
- # Documentation Maintainer Skill
2
-
3
- ## Use When
4
-
5
- Any meaningful behavior, architecture, security, workflow, testing, deployment, or design standard changes.
6
-
7
- ## Checklist
8
-
9
- - `SPEC.md` reflects current system behavior.
10
- - `DECISIONS.md` records important tradeoffs.
11
- - `DOCS.md` explains setup and workflows.
12
- - `COUNCIL.md` records meaningful agent handoffs, required outputs, evidence, and verification status.
13
- - `QUALITY_GATES.md` reflects maturity target and evidence expectations.
14
- - `DESIGN.md` reflects brand/content, reference-led critique, and creative-direction changes.
15
- - `STYLE_GUIDE.md` reflects code and design patterns.
16
- - `SECURITY.md` reflects current threat model and auth boundaries.
17
- - `TESTING.md` reflects current coverage and gaps.
18
- - `DEPLOYMENT.md` reflects release and rollback steps.
19
- - `UPGRADE.md` reflects version, migration, rollback, and package-update evidence.
@@ -1,68 +0,0 @@
1
- # Frontend Design System Skill
2
-
3
- ## Use When
4
-
5
- Building or reviewing any user-facing screen, page, component, app shell, dashboard, admin view, onboarding flow, or marketing surface.
6
-
7
- ## Goal
8
-
9
- Create interfaces that are domain-specific, accessible, polished, and useful. Avoid the common AI-generated look.
10
-
11
- ## Reject By Default
12
-
13
- - Generic purple-blue gradient heroes.
14
- - Vague SaaS value props.
15
- - Fake dashboard metrics.
16
- - Floating card soup.
17
- - Oversized rounded panels without workflow purpose.
18
- - Placeholder landing pages when the user asked for an app or tool.
19
- - One-note color palettes.
20
- - Styling that starts before content, audience, and workflow are understood.
21
-
22
- ## Prefer
23
-
24
- - Task-first product screens.
25
- - Domain-specific information architecture.
26
- - Reusable design tokens.
27
- - A documented component and state inventory.
28
- - Clear density rules.
29
- - Accessible forms and controls.
30
- - Real loading, empty, error, disabled, and success states.
31
- - Mobile-first layouts.
32
- - Visual direction that fits the product category.
33
- - A chosen creative direction that is visible in tokens, layout, copy, imagery, and interaction tone.
34
-
35
- ## Design Adapter Trigger
36
-
37
- Use a provider-neutral design adapter and the matching `design-briefs/*` file when:
38
-
39
- - The screen risks looking generic.
40
- - The product category needs stronger visual direction.
41
- - The workflow is unclear.
42
- - A high-stakes UI needs external review.
43
-
44
- Use `prompts/screenshot-review.md` after implementation when desktop and mobile screenshots exist.
45
-
46
- Use `skills/content-first-design.md`, `prompts/brand-content-intake.md`, and `prompts/creative-direction-matrix.md` before implementation when the product, audience, content, brand, or visual direction is under-specified.
47
-
48
- Use `skills/reference-led-design-critique.md` and `prompts/design-critique-gate.md` before accepting significant frontend work, especially when the screen could still look generic despite having tokens, states, and screenshots.
49
-
50
- Use `skills/frontend-product-quality-rubric.md` and `prompts/frontend-product-quality-scorecard.md` before accepting significant frontend work. The scorecard must reject work when the product task, content specificity, accessibility, or source safety is weak, even if the UI looks polished.
51
-
52
- Use `skills/frontend-distinctiveness-benchmark.md` and `prompts/frontend-distinctiveness-benchmark.md` before accepting significant frontend work that could still be interchangeable with another product in the same category. The benchmark must prove first-screen specificity, content fingerprint, safe reference learning, asset provenance, state proof, and visual QA evidence.
53
-
54
- ## Review Output
55
-
56
- Return:
57
-
58
- - What looks generic or under-specified.
59
- - Which brand, content, audience, or creative-direction inputs are missing.
60
- - Which reference-set, anti-reference, source-safety, or distinctiveness evidence is missing.
61
- - Which design tokens are missing.
62
- - Which component states are missing.
63
- - Which accessibility risks remain.
64
- - Which provider-neutral design brief should be used next, if any.
65
- - Which screenshot evidence is still needed before the UI can be accepted.
66
- - Which visual-regression or component-state evidence is needed before release.
67
- - Which product-quality scorecard dimensions failed and what must improve before acceptance.
68
- - Which distinctiveness benchmark evidence is missing before the UI can be accepted as product-specific.
@@ -1,40 +0,0 @@
1
- # Frontend Distinctiveness Benchmark Skill
2
-
3
- ## Use When
4
-
5
- Planning, building, or accepting any meaningful user-facing screen where the product could drift into generic AI-site output despite having clean components, tokens, or screenshots.
6
-
7
- ## Goal
8
-
9
- Prove that the interface belongs to this product, this audience, and this workflow. The design should be grounded in real content and safe reference learning before visual polish is accepted.
10
-
11
- ## Required Evidence
12
-
13
- - First-screen proof: the first viewport shows the real product object, task, workflow, content, or decision.
14
- - Content fingerprint: product nouns, labels, data shapes, records, actions, and edge cases are visible in the UI or documented in `DESIGN.md`.
15
- - Reference benchmark: 3-5 relevant references name lessons to learn and 2-3 anti-references name tropes to avoid.
16
- - Source-safety notes: no copied brand marks, protected layouts, proprietary assets, exact copy, or visual signatures.
17
- - Creative divergence: at least two plausible directions were compared before one was chosen.
18
- - State proof: important loading, empty, error, disabled, success, permission, and focus states are designed or captured.
19
- - Asset provenance: real, generated, licensed, or placeholder assets are identified with usage constraints.
20
- - Visual QA proof: desktop, mobile, and high-risk state evidence exists for the change risk.
21
-
22
- ## Reject By Default
23
-
24
- - The first screen could be reused for another product in the same category by changing only the logo or headline.
25
- - The interface uses fake metrics, generic dashboard cards, vague SaaS copy, abstract gradient decoration, or stock-like imagery to hide missing product decisions.
26
- - References are copied instead of translated into generalized lessons.
27
- - Product-specific content is postponed until after styling.
28
- - A scorecard passes while first-screen proof, content fingerprint, source safety, or visual QA evidence is missing.
29
-
30
- ## Review Output
31
-
32
- Return:
33
-
34
- - First-screen proof verdict: missing, adequate, or strong.
35
- - Content fingerprint verdict: missing, adequate, or strong.
36
- - Reference benchmark verdict: missing, adequate, or strong.
37
- - Source-safety and asset-provenance risks.
38
- - Generic-AI-site risk after review.
39
- - Required changes before implementation or acceptance.
40
- - Evidence still needed for best-practice frontend status.