@appsforgood/next-supabase-kit 0.3.0 → 0.4.1

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 (329) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +22 -555
  3. package/UPGRADE.md +18 -73
  4. package/USER_GUIDE.html +808 -0
  5. package/USER_GUIDE.md +183 -0
  6. package/agents/app-engineer/agent.md +34 -0
  7. package/agents/copy/agent.md +40 -0
  8. package/agents/design/agent.md +33 -0
  9. package/agents/optional/deploy/agent.md +18 -0
  10. package/agents/optional/docs/agent.md +16 -0
  11. package/agents/optional/lead-architect/agent.md +20 -0
  12. package/agents/optional/research/agent.md +16 -0
  13. package/agents/planner/agent.md +37 -0
  14. package/agents/qa/agent.md +37 -0
  15. package/agents/security/agent.md +30 -0
  16. package/assistant-adapters/cursor-agent-kit.mdc +5 -26
  17. package/catalog.json +21 -0
  18. package/dist/index.js +931 -8227
  19. package/dist/index.js.map +1 -1
  20. package/examples/next-supabase-installed/.agent-kit/config.json +23 -26
  21. package/examples/next-supabase-installed/.agent-kit/manifest.json +83 -222
  22. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/browser-qa.toml +6 -0
  23. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/copy.toml +6 -0
  24. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/frontend.toml +6 -0
  25. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/plan.toml +6 -0
  26. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/security.toml +6 -0
  27. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/ship.toml +6 -0
  28. package/examples/next-supabase-installed/.antigravity/agent-kit/commands/test.toml +6 -0
  29. package/examples/next-supabase-installed/.antigravity/agent-kit/plugin.json +12 -0
  30. package/examples/next-supabase-installed/.antigravity/runtime-skills/accessibility-wcag/SKILL.md +26 -0
  31. package/examples/next-supabase-installed/.antigravity/runtime-skills/browser-qa/SKILL.md +67 -0
  32. package/examples/next-supabase-installed/.antigravity/runtime-skills/deslop/SKILL.md +62 -0
  33. package/examples/next-supabase-installed/.antigravity/runtime-skills/frontend-design/SKILL.md +107 -0
  34. package/examples/next-supabase-installed/.antigravity/runtime-skills/nextjs-app-router/SKILL.md +23 -0
  35. package/examples/next-supabase-installed/.antigravity/runtime-skills/owasp-security-review/SKILL.md +23 -0
  36. package/examples/next-supabase-installed/.antigravity/runtime-skills/planning/SKILL.md +25 -0
  37. package/examples/next-supabase-installed/.antigravity/runtime-skills/postgres-migrations/SKILL.md +21 -0
  38. package/examples/next-supabase-installed/.antigravity/runtime-skills/product-copy/SKILL.md +54 -0
  39. package/examples/next-supabase-installed/.antigravity/runtime-skills/ship/SKILL.md +22 -0
  40. package/examples/next-supabase-installed/.antigravity/runtime-skills/supabase-auth-rls/SKILL.md +23 -0
  41. package/examples/next-supabase-installed/.antigravity/runtime-skills/testing-qa/SKILL.md +27 -0
  42. package/examples/next-supabase-installed/.claude/agents/app-engineer.md +34 -0
  43. package/examples/next-supabase-installed/.claude/agents/copy.md +40 -0
  44. package/examples/next-supabase-installed/.claude/agents/design.md +33 -0
  45. package/examples/next-supabase-installed/.claude/agents/planner.md +37 -0
  46. package/examples/next-supabase-installed/.claude/agents/qa.md +37 -0
  47. package/examples/next-supabase-installed/.claude/agents/security.md +30 -0
  48. package/examples/next-supabase-installed/.codex/agents/app-engineer.toml +41 -0
  49. package/examples/next-supabase-installed/.codex/agents/copy.toml +47 -0
  50. package/examples/next-supabase-installed/.codex/agents/design.toml +40 -0
  51. package/examples/next-supabase-installed/.codex/agents/planner.toml +44 -0
  52. package/examples/next-supabase-installed/.codex/agents/qa.toml +44 -0
  53. package/examples/next-supabase-installed/.codex/agents/security.toml +37 -0
  54. package/examples/next-supabase-installed/.cursor/agents/app-engineer.md +34 -0
  55. package/examples/next-supabase-installed/.cursor/agents/copy.md +40 -0
  56. package/examples/next-supabase-installed/.cursor/agents/design.md +33 -0
  57. package/examples/next-supabase-installed/.cursor/agents/planner.md +37 -0
  58. package/examples/next-supabase-installed/.cursor/agents/qa.md +37 -0
  59. package/examples/next-supabase-installed/.cursor/agents/security.md +30 -0
  60. package/examples/next-supabase-installed/.cursor/rules/cursor-agent-kit.mdc +12 -0
  61. package/examples/next-supabase-installed/.cursor/skills/accessibility-wcag/SKILL.md +26 -0
  62. package/examples/next-supabase-installed/.cursor/skills/browser-qa/SKILL.md +67 -0
  63. package/examples/next-supabase-installed/.cursor/skills/deslop/SKILL.md +62 -0
  64. package/examples/next-supabase-installed/.cursor/skills/frontend-design/SKILL.md +107 -0
  65. package/examples/next-supabase-installed/.cursor/skills/nextjs-app-router/SKILL.md +23 -0
  66. package/examples/next-supabase-installed/.cursor/skills/owasp-security-review/SKILL.md +23 -0
  67. package/examples/next-supabase-installed/.cursor/skills/planning/SKILL.md +25 -0
  68. package/examples/next-supabase-installed/.cursor/skills/postgres-migrations/SKILL.md +21 -0
  69. package/examples/next-supabase-installed/.cursor/skills/product-copy/SKILL.md +54 -0
  70. package/examples/next-supabase-installed/.cursor/skills/ship/SKILL.md +22 -0
  71. package/examples/next-supabase-installed/.cursor/skills/supabase-auth-rls/SKILL.md +23 -0
  72. package/examples/next-supabase-installed/.cursor/skills/testing-qa/SKILL.md +27 -0
  73. package/examples/next-supabase-installed/.github/copilot-instructions.md +23 -0
  74. package/examples/next-supabase-installed/AGENTS.md +30 -0
  75. package/examples/next-supabase-installed/CLAUDE.md +7 -0
  76. package/examples/next-supabase-installed/README.md +2 -14
  77. package/examples/next-supabase-installed/USER_GUIDE.html +808 -0
  78. package/examples/next-supabase-installed/USER_GUIDE.md +183 -0
  79. package/examples/next-supabase-installed/skills/accessibility-wcag/SKILL.md +26 -0
  80. package/examples/next-supabase-installed/skills/browser-qa/SKILL.md +67 -0
  81. package/examples/next-supabase-installed/skills/deslop/SKILL.md +62 -0
  82. package/examples/next-supabase-installed/skills/frontend-design/SKILL.md +107 -0
  83. package/examples/next-supabase-installed/skills/nextjs-app-router/SKILL.md +23 -0
  84. package/examples/next-supabase-installed/skills/owasp-security-review/SKILL.md +23 -0
  85. package/examples/next-supabase-installed/skills/planning/SKILL.md +25 -0
  86. package/examples/next-supabase-installed/skills/postgres-migrations/SKILL.md +21 -0
  87. package/examples/next-supabase-installed/skills/product-copy/SKILL.md +54 -0
  88. package/examples/next-supabase-installed/skills/ship/SKILL.md +22 -0
  89. package/examples/next-supabase-installed/skills/supabase-auth-rls/SKILL.md +23 -0
  90. package/examples/next-supabase-installed/skills/testing-qa/SKILL.md +27 -0
  91. package/examples/next-supabase-installed/tree.txt +60 -42
  92. package/package.json +20 -46
  93. package/research/agent-skill-gap-report.md +133 -0
  94. package/skills/accessibility-wcag/SKILL.md +26 -0
  95. package/skills/browser-qa/SKILL.md +67 -0
  96. package/skills/deslop/SKILL.md +62 -0
  97. package/skills/frontend-design/SKILL.md +107 -0
  98. package/skills/nextjs-app-router/SKILL.md +23 -0
  99. package/skills/optional/debug/SKILL.md +11 -0
  100. package/skills/optional/docs/SKILL.md +10 -0
  101. package/skills/optional/ui-polish/SKILL.md +10 -0
  102. package/skills/optional/upgrade/SKILL.md +10 -0
  103. package/skills/owasp-security-review/SKILL.md +23 -0
  104. package/skills/planning/SKILL.md +25 -0
  105. package/skills/postgres-migrations/SKILL.md +21 -0
  106. package/skills/product-copy/SKILL.md +54 -0
  107. package/skills/ship/SKILL.md +22 -0
  108. package/skills/supabase-auth-rls/SKILL.md +23 -0
  109. package/skills/testing-qa/SKILL.md +27 -0
  110. package/templates/next-supabase/AGENTS.md +19 -129
  111. package/templates/next-supabase/CLAUDE.md +4 -36
  112. package/BEST_PRACTICE_EVIDENCE.md +0 -45
  113. package/DOGFOOD.md +0 -201
  114. package/GOVERNANCE.md +0 -45
  115. package/LOOP_CODING.md +0 -107
  116. package/MAINTAINER_RELEASE.md +0 -100
  117. package/REPOSITORY_SETTINGS.md +0 -83
  118. package/RESEARCH_CITATION_POLICY.md +0 -26
  119. package/SUPPLY_CHAIN.md +0 -57
  120. package/agents/deployment-observability-engineer.md +0 -13
  121. package/agents/docs-maintainer.md +0 -17
  122. package/agents/frontend-design-lead.md +0 -22
  123. package/agents/lead-architect.md +0 -25
  124. package/agents/marketing-copy-lead.md +0 -20
  125. package/agents/nextjs-engineer.md +0 -20
  126. package/agents/planner.md +0 -20
  127. package/agents/qa-engineer.md +0 -19
  128. package/agents/research-analyst.md +0 -13
  129. package/agents/security-reviewer.md +0 -16
  130. package/agents/supabase-postgres-engineer.md +0 -19
  131. package/antigravity/commands/accessibility-pass.toml +0 -16
  132. package/antigravity/commands/audit.toml +0 -16
  133. package/antigravity/commands/browser-qa.toml +0 -18
  134. package/antigravity/commands/copy.toml +0 -16
  135. package/antigravity/commands/distinctiveness-pass.toml +0 -16
  136. package/antigravity/commands/frontend.toml +0 -18
  137. package/antigravity/commands/handoff.toml +0 -16
  138. package/antigravity/commands/layout-cleanup.toml +0 -16
  139. package/antigravity/commands/plan.toml +0 -18
  140. package/antigravity/commands/responsive-cleanup.toml +0 -16
  141. package/antigravity/commands/review.toml +0 -16
  142. package/antigravity/commands/screenshot-critique.toml +0 -16
  143. package/antigravity/commands/security.toml +0 -16
  144. package/antigravity/commands/setup.toml +0 -16
  145. package/antigravity/commands/ship.toml +0 -17
  146. package/antigravity/commands/spec.toml +0 -17
  147. package/antigravity/commands/test.toml +0 -17
  148. package/antigravity/commands/ui-audit.toml +0 -17
  149. package/antigravity/commands/ui-polish.toml +0 -17
  150. package/antigravity/commands/upgrade.toml +0 -17
  151. package/antigravity/plugin.json +0 -70
  152. package/assistant-adapters/antigravity.md +0 -65
  153. package/assistant-adapters/claude-code-subagents.md +0 -38
  154. package/assistant-adapters/codex-agents.md +0 -53
  155. package/assistant-adapters/cursor-frontend.mdc +0 -16
  156. package/assistant-adapters/cursor-planner.mdc +0 -14
  157. package/assistant-adapters/cursor-security.mdc +0 -18
  158. package/assistant-adapters/github-copilot-instructions.md +0 -35
  159. package/assistant-adapters/github-next-supabase.instructions.md +0 -28
  160. package/assistant-adapters/model-selection/claude-code-subagents-with-models.md +0 -32
  161. package/assistant-adapters/model-selection/codex-config.example.toml +0 -32
  162. package/assistant-adapters/model-selection/cursor-model-selection.mdc +0 -24
  163. package/assistant-adapters/model-selection/github-copilot-model-selection.md +0 -20
  164. package/assistant-adapters/orchestrator-runtime.md +0 -39
  165. package/checklists/accessibility.md +0 -12
  166. package/checklists/agent-council.md +0 -13
  167. package/checklists/brand-content.md +0 -15
  168. package/checklists/deployment.md +0 -10
  169. package/checklists/design-critique.md +0 -13
  170. package/checklists/frontend-distinctiveness.md +0 -12
  171. package/checklists/frontend-product-quality.md +0 -13
  172. package/checklists/frontend-quality.md +0 -21
  173. package/checklists/marketing-copy.md +0 -11
  174. package/checklists/owasp.md +0 -12
  175. package/checklists/rls.md +0 -10
  176. package/checklists/testing.md +0 -12
  177. package/checklists/ui-acceptance-rubric.md +0 -58
  178. package/checklists/ui-detectors.md +0 -81
  179. package/checklists/upgrade.md +0 -13
  180. package/checklists/visual-regression.md +0 -11
  181. package/design-adapters/claude-design.prompt.md +0 -27
  182. package/design-adapters/figma.prompt.md +0 -18
  183. package/design-adapters/google-stitch.prompt.md +0 -36
  184. package/design-adapters/human-designer-brief.prompt.md +0 -36
  185. package/design-briefs/admin-dashboard.md +0 -21
  186. package/design-briefs/ai-workflow-product.md +0 -25
  187. package/design-briefs/community-social.md +0 -26
  188. package/design-briefs/content-app.md +0 -21
  189. package/design-briefs/ecommerce.md +0 -25
  190. package/design-briefs/education-course.md +0 -25
  191. package/design-briefs/marketplace.md +0 -21
  192. package/design-briefs/portfolio-venue.md +0 -25
  193. package/design-briefs/saas.md +0 -21
  194. package/design-briefs/tool.md +0 -21
  195. package/examples/next-supabase-installed/.agent-kit/agent-roster.json +0 -267
  196. package/examples/next-supabase-installed/.agent-kit/model-routing.json +0 -171
  197. package/examples/next-supabase-installed/.agent-kit/overrides.json +0 -3
  198. package/examples/next-supabase-installed/audit-output.json +0 -405
  199. package/model-routing/default-model-routing.json +0 -171
  200. package/profiles/admin-app.md +0 -17
  201. package/profiles/content-app.md +0 -17
  202. package/profiles/marketplace.md +0 -17
  203. package/profiles/saas.md +0 -17
  204. package/profiles/stack-next-firebase.md +0 -25
  205. package/profiles/stack-next-postgres.md +0 -24
  206. package/profiles/stack-remix-supabase.md +0 -24
  207. package/prompts/audit-project-setup.md +0 -28
  208. package/prompts/brand-content-intake.md +0 -17
  209. package/prompts/copy-review.md +0 -15
  210. package/prompts/council-session-review.md +0 -17
  211. package/prompts/creative-direction-matrix.md +0 -22
  212. package/prompts/design-critique-gate.md +0 -28
  213. package/prompts/docs-update.md +0 -16
  214. package/prompts/frontend-design-review.md +0 -35
  215. package/prompts/frontend-distinctiveness-benchmark.md +0 -32
  216. package/prompts/frontend-product-quality-scorecard.md +0 -35
  217. package/prompts/implement-feature.md +0 -14
  218. package/prompts/lifecycle-command-index.md +0 -180
  219. package/prompts/migration-review.md +0 -14
  220. package/prompts/screenshot-review.md +0 -28
  221. package/prompts/security-review.md +0 -17
  222. package/prompts/ui-command-index.md +0 -124
  223. package/prompts/upgrade-review.md +0 -18
  224. package/prompts/visual-qa-plan.md +0 -16
  225. package/research/proposed-updates.md +0 -70
  226. package/research/scan-config.json +0 -261
  227. package/research/scan-plan.md +0 -24
  228. package/research/summaries/.gitkeep +0 -1
  229. package/research/summaries/agent-workflow-patterns.md +0 -37
  230. package/research/summaries/agentic-engineering-maturity-levels.md +0 -54
  231. package/research/summaries/creative-design-patterns.md +0 -38
  232. package/research/summaries/design-critique-patterns.md +0 -34
  233. package/research/summaries/docs-and-agent-patterns.md +0 -64
  234. package/research/summaries/dogfood-adoption-patterns.md +0 -33
  235. package/research/summaries/frontend-design-patterns.md +0 -64
  236. package/research/summaries/frontend-distinctiveness-benchmark-patterns.md +0 -38
  237. package/research/summaries/frontend-product-quality-rubric-patterns.md +0 -37
  238. package/research/summaries/maturity-model-patterns.md +0 -29
  239. package/research/summaries/nextjs-patterns.md +0 -65
  240. package/research/summaries/repo-health-patterns.md +0 -41
  241. package/research/summaries/scan-overview.md +0 -46
  242. package/research/summaries/security-patterns.md +0 -64
  243. package/research/summaries/supabase-rls-patterns.md +0 -54
  244. package/research/summaries/supply-chain-patterns.md +0 -38
  245. package/research/summaries/testing-patterns.md +0 -63
  246. package/research/summaries/upgrade-lifecycle-patterns.md +0 -26
  247. package/research/summaries/visual-qa-patterns.md +0 -39
  248. package/rosters/next-supabase-default-council.json +0 -267
  249. package/runtime-skills/README.md +0 -7
  250. package/runtime-skills/accessibility-wcag/SKILL.md +0 -8
  251. package/runtime-skills/agent-handoff-tracing/SKILL.md +0 -8
  252. package/runtime-skills/best-practice-maturity-review/SKILL.md +0 -8
  253. package/runtime-skills/content-first-design/SKILL.md +0 -8
  254. package/runtime-skills/conversion-copywriting/SKILL.md +0 -8
  255. package/runtime-skills/deployment-observability/SKILL.md +0 -8
  256. package/runtime-skills/docs-maintainer/SKILL.md +0 -8
  257. package/runtime-skills/frontend-design-system/SKILL.md +0 -8
  258. package/runtime-skills/frontend-distinctiveness-benchmark/SKILL.md +0 -8
  259. package/runtime-skills/frontend-product-quality-rubric/SKILL.md +0 -8
  260. package/runtime-skills/landing-page-copy/SKILL.md +0 -8
  261. package/runtime-skills/nextjs-app-router/SKILL.md +0 -8
  262. package/runtime-skills/onboarding-empty-state-copy/SKILL.md +0 -8
  263. package/runtime-skills/owasp-security-review/SKILL.md +0 -8
  264. package/runtime-skills/planning-council/SKILL.md +0 -8
  265. package/runtime-skills/positioning-messaging/SKILL.md +0 -8
  266. package/runtime-skills/postgres-migrations/SKILL.md +0 -8
  267. package/runtime-skills/product-voice-tone/SKILL.md +0 -8
  268. package/runtime-skills/reference-led-design-critique/SKILL.md +0 -8
  269. package/runtime-skills/supabase-auth-rls/SKILL.md +0 -8
  270. package/runtime-skills/testing-qa/SKILL.md +0 -8
  271. package/runtime-skills/ui-improvement-harness/SKILL.md +0 -12
  272. package/runtime-skills/upgrade-maintenance/SKILL.md +0 -8
  273. package/runtime-skills/visual-regression-qa/SKILL.md +0 -8
  274. package/schemas/agent-roster.schema.json +0 -54
  275. package/schemas/agentic-level.schema.json +0 -47
  276. package/schemas/audit-report-v2.schema.json +0 -71
  277. package/schemas/audit-report.schema.json +0 -50
  278. package/schemas/correction-rules.schema.json +0 -32
  279. package/schemas/council-session.schema.json +0 -65
  280. package/schemas/model-routing.schema.json +0 -72
  281. package/schemas/onboarding-state.schema.json +0 -36
  282. package/schemas/orchestrator.schema.json +0 -167
  283. package/schemas/project-context.schema.json +0 -94
  284. package/schemas/runtime-event.schema.json +0 -66
  285. package/schemas/runtime-run.schema.json +0 -58
  286. package/schemas/session-event.schema.json +0 -48
  287. package/schemas/studio-session.schema.json +0 -48
  288. package/skills/accessibility-wcag.md +0 -15
  289. package/skills/agent-handoff-tracing.md +0 -44
  290. package/skills/best-practice-maturity-review.md +0 -26
  291. package/skills/content-first-design.md +0 -50
  292. package/skills/conversion-copywriting.md +0 -38
  293. package/skills/deployment-observability.md +0 -14
  294. package/skills/docs-maintainer.md +0 -19
  295. package/skills/frontend-design-system.md +0 -68
  296. package/skills/frontend-distinctiveness-benchmark.md +0 -40
  297. package/skills/frontend-product-quality-rubric.md +0 -59
  298. package/skills/landing-page-copy.md +0 -29
  299. package/skills/nextjs-app-router.md +0 -18
  300. package/skills/onboarding-empty-state-copy.md +0 -37
  301. package/skills/owasp-security-review.md +0 -19
  302. package/skills/planning-council.md +0 -21
  303. package/skills/positioning-messaging.md +0 -42
  304. package/skills/postgres-migrations.md +0 -14
  305. package/skills/product-voice-tone.md +0 -35
  306. package/skills/reference-led-design-critique.md +0 -48
  307. package/skills/supabase-auth-rls.md +0 -20
  308. package/skills/testing-qa.md +0 -15
  309. package/skills/ui-improvement-harness.md +0 -96
  310. package/skills/upgrade-maintenance.md +0 -32
  311. package/skills/visual-regression-qa.md +0 -42
  312. package/templates/next-supabase/.agent-kit/orchestrator.json +0 -48
  313. package/templates/next-supabase/.agent-kit/runtime/gitignore.template +0 -2
  314. package/templates/next-supabase/.github/workflows/agent-kit-audit.yml +0 -34
  315. package/templates/next-supabase/AGENT_ROSTER.md +0 -101
  316. package/templates/next-supabase/ASSISTANT_ADAPTERS.md +0 -146
  317. package/templates/next-supabase/COUNCIL.md +0 -54
  318. package/templates/next-supabase/DECISIONS.md +0 -87
  319. package/templates/next-supabase/DEPLOYMENT.md +0 -51
  320. package/templates/next-supabase/DESIGN.md +0 -180
  321. package/templates/next-supabase/DOCS.md +0 -80
  322. package/templates/next-supabase/LOOP_CODING.md +0 -98
  323. package/templates/next-supabase/MESSAGING.md +0 -81
  324. package/templates/next-supabase/MODEL_ROUTING.md +0 -130
  325. package/templates/next-supabase/QUALITY_GATES.md +0 -98
  326. package/templates/next-supabase/SKILLS.md +0 -235
  327. package/templates/next-supabase/SPEC.md +0 -122
  328. package/templates/next-supabase/STYLE_GUIDE.md +0 -121
  329. package/templates/next-supabase/TESTING.md +0 -107
@@ -1,63 +0,0 @@
1
- # Testing Patterns
2
-
3
- Generated from 55 relevant repository findings.
4
-
5
- ## Focus Areas
6
- - testing
7
-
8
- ## Aggregate Evidence
9
- - Average normalized focus score: 0.44
10
- - Repositories considered: 55
11
-
12
- ## Strongest Repositories For This Topic
13
- - triggerdotdev/trigger.dev (production-saas) - focus score 5, total 32/45
14
- - vercel/next.js (official-nextjs) - focus score 5, total 30/45
15
- - vercel/ai (official-nextjs) - focus score 5, total 29/45
16
- - thedaviddias/souls-directory (testing-docs-agents) - focus score 5, total 29/45
17
- - dubinc/dub (production-saas) - focus score 5, total 27/45
18
- - documenso/documenso (production-saas) - focus score 5, total 27/45
19
- - vercel/examples (official-nextjs) - focus score 5, total 26/45
20
- - microsoft/skills (testing-docs-agents) - focus score 5, total 26/45
21
- - boxyhq/saas-starter-kit (production-saas) - focus score 5, total 25/45
22
- - zero-one-group/monorepo (testing-docs-agents) - focus score 5, total 22/45
23
- - ixartz/Next-js-Boilerplate (testing-docs-agents) - focus score 5, total 21/45
24
- - ixartz/SaaS-Boilerplate (production-saas) - focus score 5, total 19/45
25
-
26
- ## Repeated Strengths
27
- - Frontend implementation shows reusable components, states, and design-system signals. (22)
28
- - Test setup includes meaningful automated and browser-level coverage. (18)
29
- - Documentation is strong enough for external contributors or agents to onboard. (15)
30
- - Security posture is explicit through docs, validation, CI, or review tooling. (14)
31
-
32
- ## Repeated Gaps
33
- - Supabase RLS/Auth practices are not clearly discoverable. (55)
34
- - Agent handoff and AI-workflow instructions are not mature. (38)
35
- - Accessibility signals are weak or absent. (37)
36
- - Security expectations are implicit or incomplete. (31)
37
-
38
- ## Source Findings
39
- - research/findings/boxyhq__saas-starter-kit.md
40
- - research/findings/connectrpc__examples-es.md
41
- - research/findings/documenso__documenso.md
42
- - research/findings/dubinc__dub.md
43
- - research/findings/ixartz__Next-js-Boilerplate.md
44
- - research/findings/ixartz__SaaS-Boilerplate.md
45
- - research/findings/microsoft__skills.md
46
- - research/findings/thedaviddias__souls-directory.md
47
- - research/findings/triggerdotdev__trigger.dev.md
48
- - research/findings/vercel__ai.md
49
- - research/findings/vercel__examples.md
50
- - research/findings/vercel__next.js.md
51
- - research/findings/vercel__swr.md
52
- - research/findings/zero-one-group__monorepo.md
53
- - research/findings/formbricks__formbricks.md
54
- - research/findings/kaje94__menufic.md
55
- - research/findings/vercel__chatbot.md
56
- - research/findings/wasp-lang__open-saas.md
57
- - research/findings/Piebald-AI__tweakcc.md
58
- - research/findings/antiwork__shortest.md
59
- - research/findings/brocoders__extensive-react-boilerplate.md
60
- - research/findings/keyshade-xyz__keyshade.md
61
- - research/findings/vercel__next-devtools-mcp.md
62
- - research/findings/zenstackhq__zenstack.md
63
- - research/findings/LubomirGeorgiev__cloudflare-workers-nextjs-saas-template.md
@@ -1,26 +0,0 @@
1
- # Upgrade Lifecycle Patterns
2
-
3
- Generated from a focused follow-up pass on upgrade and migration practices in high-signal framework and tooling projects.
4
-
5
- ## Why This Pass Was Needed
6
-
7
- The kit is intended to be reused like an installable package. Initial install, audit, and release gates are not enough unless existing projects can safely adopt future template, agent, schema, and workflow updates.
8
-
9
- ## Generalized Practices
10
-
11
- - Keep a visible upgrade guide with preflight, diff, update, verification, and rollback steps.
12
- - Separate initial installation from upgrade review.
13
- - Provide dry-run or diff flows before changing project-owned files.
14
- - Treat framework upgrades, codemods, schema migrations, and generated types as explicit review items.
15
- - Require rollback notes and owner/date evidence before claiming an upgrade is complete.
16
- - Keep local overrides documented so a package update does not silently erase project-specific decisions.
17
-
18
- ## Promoted Updates
19
-
20
- - Added root `UPGRADE.md` for package maintainers.
21
- - Added installed `templates/next-supabase/UPGRADE.md` for downstream projects.
22
- - Added `skills/upgrade-maintenance.md`, `checklists/upgrade.md`, and `prompts/upgrade-review.md`.
23
- - Added audit coverage for upgrade lifecycle evidence.
24
- - Added tests so upgrade guidance cannot be removed from public package readiness.
25
-
26
- Do not copy source, policy wording, or brand systems from reviewed repositories or documentation. Adopt only generalized practices with clear rationale.
@@ -1,39 +0,0 @@
1
- # Visual QA And Regression Patterns
2
-
3
- Generated from a focused follow-up review of visual testing and component-state practices after the content-first design hardening pass.
4
-
5
- ## Why This Pass Was Needed
6
-
7
- The kit required desktop/mobile screenshots and screenshot review, but a best-practice repo also needs a repeatable strategy for visual state coverage, baseline approval, and visual regression when UI risk is high.
8
-
9
- ## Focused Sources Reviewed
10
-
11
- - `storybookjs/storybook`: stories act as reusable UI state cases for render, interaction, accessibility, and visual tests.
12
- - `storybookjs/test-runner`: turns stories into executable tests and supports CI execution against built Storybooks.
13
- - `storybookjs/design-system`: uses Storybook for component docs and visual QA infrastructure for a shared design system.
14
- - `chromaui/chromatic-cli` and Chromatic docs: visual testing for Storybook, responsive viewports, PR checks, and baseline review.
15
- - `argos-ci/argos`: open-source visual testing platform with Playwright, Cypress, and Storybook integrations.
16
- - `oblador/loki`: open-source visual regression testing for Storybook.
17
- - Playwright visual comparison docs: `toHaveScreenshot()` and committed baselines, with cautions about deterministic environments.
18
-
19
- ## Repeated Patterns To Adopt
20
-
21
- - Treat stories or screenshot cases as visual state specifications.
22
- - Capture both reusable component states and critical workflow screens.
23
- - Cover at least one mobile/narrow viewport and one desktop viewport.
24
- - Stabilize dynamic content before comparing pixels.
25
- - Review baseline updates as intentional product changes.
26
- - Keep semantic, accessibility, keyboard, auth, and data tests separate from visual comparisons.
27
- - Choose the smallest reliable visual QA tier instead of forcing heavy tooling onto every project.
28
-
29
- ## Promoted Updates
30
-
31
- - Add Visual Regression QA skill.
32
- - Add visual-regression checklist.
33
- - Add visual QA planning prompt.
34
- - Update `TESTING.md` with baseline, strong, and mature visual QA tiers.
35
- - Require visual QA evidence in frontend workflow outputs.
36
- - Add audit warnings when testing docs omit visual QA or visual-regression evidence.
37
- - Update research scanner terms to look for Storybook, `toHaveScreenshot`, Chromatic, Argos, Loki, and visual-regression signals.
38
-
39
- Do not adopt a third-party SaaS as a required default. The kit should stay provider-neutral and support manual screenshots, Playwright, Storybook, Chromatic, Argos, Loki, or equivalent evidence depending on project risk.
@@ -1,267 +0,0 @@
1
- {
2
- "schemaVersion": 1,
3
- "id": "next-supabase-default-council",
4
- "stack": "next-supabase",
5
- "required": true,
6
- "defaultWorkflow": "planning",
7
- "principle": "Planner routes work by default; Lead Architect convenes council for core changes before implementation.",
8
- "agents": [
9
- {
10
- "id": "planner",
11
- "name": "Planner",
12
- "file": ".agent-kit/agents/planner.md",
13
- "defaultFor": ["planning", "roadmap", "scope", "ambiguous-request", "handoff"],
14
- "skills": ["planning-council", "best-practice-maturity-review", "agent-handoff-tracing", "docs-maintainer", "upgrade-maintenance"],
15
- "handsOffTo": ["lead-architect", "frontend-design-lead", "qa-engineer", "docs-maintainer"]
16
- },
17
- {
18
- "id": "lead-architect",
19
- "name": "Lead Architect",
20
- "file": ".agent-kit/agents/lead-architect.md",
21
- "defaultFor": ["core-change", "architecture", "cross-layer-change", "technical-decision"],
22
- "skills": [
23
- "planning-council",
24
- "best-practice-maturity-review",
25
- "agent-handoff-tracing",
26
- "nextjs-app-router",
27
- "supabase-auth-rls",
28
- "postgres-migrations",
29
- "owasp-security-review",
30
- "upgrade-maintenance"
31
- ],
32
- "handsOffTo": ["supabase-postgres-engineer", "nextjs-engineer", "security-reviewer", "qa-engineer", "docs-maintainer"]
33
- },
34
- {
35
- "id": "supabase-postgres-engineer",
36
- "name": "Supabase/Postgres Engineer",
37
- "file": ".agent-kit/agents/supabase-postgres-engineer.md",
38
- "defaultFor": ["schema", "migration", "rls", "auth", "storage", "sql"],
39
- "skills": ["supabase-auth-rls", "postgres-migrations", "owasp-security-review"],
40
- "handsOffTo": ["security-reviewer", "qa-engineer", "docs-maintainer", "deployment-observability-engineer"]
41
- },
42
- {
43
- "id": "nextjs-engineer",
44
- "name": "Next.js Engineer",
45
- "file": ".agent-kit/agents/nextjs-engineer.md",
46
- "defaultFor": ["app-router", "server-components", "route-handler", "server-action", "forms", "ui-state"],
47
- "skills": ["nextjs-app-router", "content-first-design", "frontend-design-system", "accessibility-wcag", "testing-qa"],
48
- "handsOffTo": ["frontend-design-lead", "security-reviewer", "qa-engineer", "docs-maintainer"]
49
- },
50
- {
51
- "id": "frontend-design-lead",
52
- "name": "Frontend Design Lead",
53
- "file": ".agent-kit/agents/frontend-design-lead.md",
54
- "defaultFor": [
55
- "brand-content-intake",
56
- "creative-direction",
57
- "reference-led-critique",
58
- "distinctiveness-benchmark",
59
- "product-quality-scorecard",
60
- "visual-design",
61
- "component-system",
62
- "visual-regression",
63
- "accessibility",
64
- "anti-generic-ui",
65
- "screenshot-review"
66
- ],
67
- "skills": [
68
- "content-first-design",
69
- "reference-led-design-critique",
70
- "frontend-distinctiveness-benchmark",
71
- "frontend-product-quality-rubric",
72
- "frontend-design-system",
73
- "ui-improvement-harness",
74
- "visual-regression-qa",
75
- "accessibility-wcag"
76
- ],
77
- "handsOffTo": ["marketing-copy-lead", "nextjs-engineer", "qa-engineer", "docs-maintainer"]
78
- },
79
- {
80
- "id": "marketing-copy-lead",
81
- "name": "Marketing Copy Lead",
82
- "file": ".agent-kit/agents/marketing-copy-lead.md",
83
- "defaultFor": [
84
- "copy",
85
- "copywriting",
86
- "marketing",
87
- "positioning",
88
- "messaging",
89
- "value-proposition",
90
- "landing-page-copy",
91
- "headline",
92
- "cta",
93
- "conversion",
94
- "onboarding-copy",
95
- "empty-state-copy",
96
- "voice-tone",
97
- "pricing-copy"
98
- ],
99
- "skills": ["positioning-messaging", "conversion-copywriting", "landing-page-copy", "product-voice-tone", "onboarding-empty-state-copy"],
100
- "handsOffTo": ["frontend-design-lead", "nextjs-engineer", "qa-engineer", "docs-maintainer"]
101
- },
102
- {
103
- "id": "security-reviewer",
104
- "name": "Security Reviewer",
105
- "file": ".agent-kit/agents/security-reviewer.md",
106
- "defaultFor": ["security-review", "auth-boundary", "data-mutation", "external-call", "dependency", "secret"],
107
- "skills": ["owasp-security-review", "supabase-auth-rls", "postgres-migrations"],
108
- "handsOffTo": ["lead-architect", "qa-engineer", "docs-maintainer", "deployment-observability-engineer"]
109
- },
110
- {
111
- "id": "qa-engineer",
112
- "name": "QA Engineer",
113
- "file": ".agent-kit/agents/qa-engineer.md",
114
- "defaultFor": ["testing", "regression", "smoke", "acceptance-evidence", "test", "review", "code-review"],
115
- "skills": ["testing-qa", "best-practice-maturity-review", "visual-regression-qa", "accessibility-wcag"],
116
- "handsOffTo": ["docs-maintainer", "deployment-observability-engineer"]
117
- },
118
- {
119
- "id": "docs-maintainer",
120
- "name": "Documentation Maintainer",
121
- "file": ".agent-kit/agents/docs-maintainer.md",
122
- "defaultFor": ["docs", "decisions", "spec", "style-guide", "roadmap", "upgrade-evidence"],
123
- "skills": ["docs-maintainer", "planning-council", "best-practice-maturity-review", "agent-handoff-tracing", "upgrade-maintenance"],
124
- "handsOffTo": ["deployment-observability-engineer"]
125
- },
126
- {
127
- "id": "deployment-observability-engineer",
128
- "name": "Deployment/Observability Engineer",
129
- "file": ".agent-kit/agents/deployment-observability-engineer.md",
130
- "defaultFor": ["release", "deployment", "environment", "logs", "rollback", "monitoring"],
131
- "skills": ["deployment-observability", "testing-qa", "upgrade-maintenance"],
132
- "handsOffTo": ["qa-engineer", "docs-maintainer"]
133
- }
134
- ],
135
- "workflows": [
136
- {
137
- "id": "planning",
138
- "triggers": ["plan", "roadmap", "phase", "scope", "spec", "specification", "acceptance criteria", "what should we do", "break this down"],
139
- "sequence": ["planner", "lead-architect", "qa-engineer", "docs-maintainer"],
140
- "council": ["planner", "lead-architect"],
141
- "requiredOutputs": ["phased checklist", "maturity target", "affected layers", "preserved capabilities", "verification plan", "docs impact"]
142
- },
143
- {
144
- "id": "core-change",
145
- "triggers": [
146
- "schema",
147
- "auth",
148
- "rls",
149
- "api",
150
- "route handler",
151
- "server action",
152
- "dependency",
153
- "upgrade",
154
- "release workflow",
155
- "package behavior",
156
- "cross-layer"
157
- ],
158
- "sequence": [
159
- "planner",
160
- "lead-architect",
161
- "supabase-postgres-engineer",
162
- "nextjs-engineer",
163
- "security-reviewer",
164
- "qa-engineer",
165
- "docs-maintainer",
166
- "deployment-observability-engineer"
167
- ],
168
- "council": ["lead-architect", "security-reviewer", "qa-engineer", "docs-maintainer"],
169
- "requiredOutputs": [
170
- "architecture decision",
171
- "maturity evidence",
172
- "security review",
173
- "test evidence",
174
- "doc updates",
175
- "upgrade evidence when applicable",
176
- "release or rollback notes"
177
- ]
178
- },
179
- {
180
- "id": "frontend-change",
181
- "triggers": ["screen", "component", "layout", "design", "responsive", "accessibility", "screenshot", "ui audit", "ui polish", "browser qa"],
182
- "sequence": ["planner", "frontend-design-lead", "marketing-copy-lead", "nextjs-engineer", "qa-engineer", "docs-maintainer"],
183
- "council": ["frontend-design-lead", "marketing-copy-lead", "qa-engineer"],
184
- "requiredOutputs": [
185
- "brand/content intake",
186
- "copy/value-proposition brief when public-facing or conversion-facing",
187
- "creative-direction rationale",
188
- "reference-set evidence",
189
- "distinctiveness benchmark",
190
- "design critique verdict",
191
- "frontend product-quality scorecard",
192
- "domain-specific UI rationale",
193
- "UI detector findings and severity",
194
- "UI command workflow applied when polishing or auditing",
195
- "visual QA evidence",
196
- "state coverage",
197
- "accessibility checks",
198
- "desktop/mobile verification",
199
- "authenticated screen evidence when applicable"
200
- ]
201
- },
202
- {
203
- "id": "marketing-copy",
204
- "triggers": [
205
- "copy",
206
- "copywriting",
207
- "marketing",
208
- "positioning",
209
- "messaging",
210
- "value prop",
211
- "value proposition",
212
- "landing page",
213
- "headline",
214
- "cta",
215
- "conversion",
216
- "onboarding",
217
- "empty state",
218
- "pricing"
219
- ],
220
- "sequence": ["planner", "marketing-copy-lead", "frontend-design-lead", "qa-engineer", "docs-maintainer"],
221
- "council": ["marketing-copy-lead", "frontend-design-lead"],
222
- "requiredOutputs": [
223
- "discovery questions answered or explicitly marked unknown",
224
- "audience and segment assumptions",
225
- "problem, pain, desired outcome, and value proposition",
226
- "differentiators, proof points, objections, and counter-messaging",
227
- "voice/tone guidance",
228
- "page or flow copy inventory",
229
- "CTA and conversion hypothesis",
230
- "handoff notes for design and implementation"
231
- ]
232
- },
233
- {
234
- "id": "testing",
235
- "triggers": ["test", "tests", "unit test", "regression test", "smoke test", "playwright", "acceptance test"],
236
- "sequence": ["qa-engineer", "docs-maintainer"],
237
- "council": ["qa-engineer"],
238
- "requiredOutputs": ["test plan", "commands run", "pass/fail summary", "coverage gaps", "skipped-test rationale"]
239
- },
240
- {
241
- "id": "code-review",
242
- "triggers": ["review", "code review", "pre-merge", "pr review", "merge review"],
243
- "sequence": ["qa-engineer", "security-reviewer", "docs-maintainer"],
244
- "council": ["qa-engineer", "security-reviewer"],
245
- "requiredOutputs": ["reviewed scope", "findings by severity", "required fixes", "security notes when applicable", "merge recommendation"]
246
- },
247
- {
248
- "id": "security-review",
249
- "triggers": ["security", "owasp", "secret", "token", "permission", "ssrf", "idor", "dependency"],
250
- "sequence": ["planner", "security-reviewer", "lead-architect", "qa-engineer", "docs-maintainer"],
251
- "council": ["security-reviewer", "lead-architect"],
252
- "requiredOutputs": ["finding severity", "attack path", "mitigation", "verification evidence"]
253
- }
254
- ],
255
- "handoffRules": [
256
- "Each agent must state its decision, risk, and required next handoff before passing work on.",
257
- "Planner must classify meaningful work against QUALITY_GATES.md as baseline, strong, or best-practice before completion is claimed.",
258
- "Meaningful multi-agent work must record council-session evidence in COUNCIL.md or a structured record that follows .agent-kit/schemas/council-session.schema.json.",
259
- "Planner starts planning and ambiguous requests by default.",
260
- "Lead Architect must review core changes before implementation.",
261
- "Frontend Design Lead must record reference-set evidence, anti-references, a design critique verdict, a distinctiveness benchmark, a frontend product-quality scorecard, UI detector severity findings, and desktop/mobile screenshot evidence before accepting significant frontend work.",
262
- "Marketing Copy Lead must ask discovery questions and record audience, pain, outcome, value proposition, proof, objections, voice/tone, and conversion goal before accepting public-facing or conversion-facing copy.",
263
- "Security Reviewer must review auth, data mutation, external-call, dependency, secret, and release-risk changes.",
264
- "QA Engineer must verify behavior changes before completion.",
265
- "Documentation Maintainer must update living markdown when behavior, architecture, release, or standards change."
266
- ]
267
- }
@@ -1,7 +0,0 @@
1
- # Runtime Skills
2
-
3
- These portable `SKILL.md` wrappers are for runtimes that discover skills by directory.
4
-
5
- Canonical skill content remains in `skills/*.md` and installed project copies under `.agent-kit/skills/*.md`. Runtime wrappers must point back to the canonical skill file instead of forking the workflow.
6
-
7
- When a canonical skill changes, update the matching wrapper description only if the trigger behavior changes.
@@ -1,8 +0,0 @@
1
- ---
2
- name: accessibility-wcag
3
- description: Use for WCAG 2.1 AA review of forms, navigation, modals, menus, tables, dashboards, and custom interactions.
4
- ---
5
-
6
- Canonical workflow: read `skills/accessibility-wcag.md` or `.agent-kit/skills/accessibility-wcag.md`.
7
-
8
- Apply semantic HTML first, ARIA only when needed, keyboard navigation, focus states, and WCAG 2.1 AA color contrast. Record accessibility evidence with `agent-kit session output` when the work changes user-facing UI.
@@ -1,8 +0,0 @@
1
- ---
2
- name: agent-handoff-tracing
3
- description: Use for meaningful multi-agent work where decisions, risks, handoffs, outputs, and verification must survive the chat.
4
- ---
5
-
6
- Canonical workflow: read `skills/agent-handoff-tracing.md` or `.agent-kit/skills/agent-handoff-tracing.md`.
7
-
8
- Select the roster workflow, read project context and corrections, record decisions/handoffs/required outputs with `agent-kit session ...`, then run `agent-kit session render`.
@@ -1,8 +0,0 @@
1
- ---
2
- name: best-practice-maturity-review
3
- description: Use for setup audits, release readiness, dogfood reviews, roadmap checkpoints, and best-practice maturity claims.
4
- ---
5
-
6
- Canonical workflow: read `skills/best-practice-maturity-review.md` or `.agent-kit/skills/best-practice-maturity-review.md`.
7
-
8
- Use `QUALITY_GATES.md` to name the target level and require evidence for each affected area. Treat missing evidence as incomplete, not as a passing caveat.
@@ -1,8 +0,0 @@
1
- ---
2
- name: content-first-design
3
- description: Use before designing or changing user-facing product screens, dashboards, tools, marketplaces, content experiences, or AI workflow UIs.
4
- ---
5
-
6
- Canonical workflow: read `skills/content-first-design.md` or `.agent-kit/skills/content-first-design.md`.
7
-
8
- Capture audience, user needs, product category, content inventory, brand constraints, creative options, and non-goals before implementation starts.
@@ -1,8 +0,0 @@
1
- ---
2
- name: conversion-copywriting
3
- description: Use for public-facing or conversion-facing headlines, CTAs, onboarding, pricing, landing pages, and UX copy.
4
- ---
5
-
6
- Canonical workflow: read `skills/conversion-copywriting.md` or `.agent-kit/skills/conversion-copywriting.md`.
7
-
8
- Use `MESSAGING.md` for audience, pain, desired outcome, proof, objections, voice, and conversion goal. Mark unsupported claims as assumptions.
@@ -1,8 +0,0 @@
1
- ---
2
- name: deployment-observability
3
- description: Use for release readiness, environment variables, migration order, logs, monitoring, rollback, and post-release verification.
4
- ---
5
-
6
- Canonical workflow: read `skills/deployment-observability.md` or `.agent-kit/skills/deployment-observability.md`.
7
-
8
- Confirm deployment prerequisites, observable failures, release order, verification commands, and rollback guidance before shipping.
@@ -1,8 +0,0 @@
1
- ---
2
- name: docs-maintainer
3
- description: Use after significant architecture, behavior, release, security, adapter, or workflow changes that affect living docs.
4
- ---
5
-
6
- Canonical workflow: read `skills/docs-maintainer.md` or `.agent-kit/skills/docs-maintainer.md`.
7
-
8
- Update `SPEC.md`, `DECISIONS.md`, `DOCS.md`, `QUALITY_GATES.md`, `TESTING.md`, `UPGRADE.md`, and related docs so another engineer or agent can continue safely.
@@ -1,8 +0,0 @@
1
- ---
2
- name: frontend-design-system
3
- description: Use for user-facing screens and components that need design tokens, component states, responsiveness, accessibility, and anti-generic UI review.
4
- ---
5
-
6
- Canonical workflow: read `skills/frontend-design-system.md` or `.agent-kit/skills/frontend-design-system.md`.
7
-
8
- Require real content, task-first hierarchy, component states, accessibility, mobile behavior, and visual QA evidence before accepting significant frontend work.
@@ -1,8 +0,0 @@
1
- ---
2
- name: frontend-distinctiveness-benchmark
3
- description: Use when significant frontend work risks looking interchangeable with a generic AI-generated product.
4
- ---
5
-
6
- Canonical workflow: read `skills/frontend-distinctiveness-benchmark.md` or `.agent-kit/skills/frontend-distinctiveness-benchmark.md`.
7
-
8
- Prove first-screen specificity, product nouns, data shapes, real actions, source-safe references, asset provenance, important states, and desktop/mobile evidence.
@@ -1,8 +0,0 @@
1
- ---
2
- name: frontend-product-quality-rubric
3
- description: Use to score significant frontend work for user fit, content specificity, visual identity, IA, states, accessibility, and source safety.
4
- ---
5
-
6
- Canonical workflow: read `skills/frontend-product-quality-rubric.md` or `.agent-kit/skills/frontend-product-quality-rubric.md`.
7
-
8
- Reject critical zeroes, require at least `10/14` for acceptance, and require higher evidence for best-practice frontend claims.
@@ -1,8 +0,0 @@
1
- ---
2
- name: landing-page-copy
3
- description: Use for landing-page headlines, subheads, proof, objections, CTAs, and conversion copy.
4
- ---
5
-
6
- Canonical workflow: read `skills/landing-page-copy.md` or `.agent-kit/skills/landing-page-copy.md`.
7
-
8
- Tie copy to audience, problem, outcome, differentiator, proof, objections, and one clear primary CTA. Avoid generic SaaS claims.
@@ -1,8 +0,0 @@
1
- ---
2
- name: nextjs-app-router
3
- description: Use for Next.js App Router, Server Components, Client Components, Route Handlers, Server Actions, caching, forms, and metadata.
4
- ---
5
-
6
- Canonical workflow: read `skills/nextjs-app-router.md` or `.agent-kit/skills/nextjs-app-router.md`.
7
-
8
- Keep server/client boundaries explicit, preserve auth context, protect secrets from client bundles, and handle loading, error, empty, and success states.
@@ -1,8 +0,0 @@
1
- ---
2
- name: onboarding-empty-state-copy
3
- description: Use for onboarding copy, first-run states, empty states, setup prompts, and guided user flows.
4
- ---
5
-
6
- Canonical workflow: read `skills/onboarding-empty-state-copy.md` or `.agent-kit/skills/onboarding-empty-state-copy.md`.
7
-
8
- Use product-specific nouns and actions, reduce cognitive load, avoid unsupported claims, and align copy with `MESSAGING.md`.
@@ -1,8 +0,0 @@
1
- ---
2
- name: owasp-security-review
3
- description: Use for auth, API routes, Server Actions, external fetches, file uploads, webhooks, dependencies, and data mutations.
4
- ---
5
-
6
- Canonical workflow: read `skills/owasp-security-review.md` or `.agent-kit/skills/owasp-security-review.md`.
7
-
8
- Review broken access control, IDOR, injection, SSRF, misconfiguration, vulnerable dependencies, secret handling, validation, encoding, and safe errors.
@@ -1,8 +0,0 @@
1
- ---
2
- name: planning-council
3
- description: Use for planning, roadmaps, ambiguous feature requests, core architecture changes, auth/data work, release work, and multi-agent routing.
4
- ---
5
-
6
- Canonical workflow: read `skills/planning-council.md` or `.agent-kit/skills/planning-council.md`.
7
-
8
- Classify the request, select the roster workflow, name the maturity target, map affected layers, preserve contracts, assign handoffs, and record evidence.
@@ -1,8 +0,0 @@
1
- ---
2
- name: positioning-messaging
3
- description: Use for audience, pain, outcome, alternatives, differentiator, proof, objections, voice, and conversion strategy.
4
- ---
5
-
6
- Canonical workflow: read `skills/positioning-messaging.md` or `.agent-kit/skills/positioning-messaging.md`.
7
-
8
- Update `MESSAGING.md`, ask only high-impact discovery questions, and connect every public claim to real proof or an explicit assumption.
@@ -1,8 +0,0 @@
1
- ---
2
- name: postgres-migrations
3
- description: Use for schema changes, constraints, indexes, SQL functions, triggers, seed data, data migrations, and rollback planning.
4
- ---
5
-
6
- Canonical workflow: read `skills/postgres-migrations.md` or `.agent-kit/skills/postgres-migrations.md`.
7
-
8
- Order migrations, protect integrity with constraints, add indexes for access patterns, and document rollback or retry guidance.
@@ -1,8 +0,0 @@
1
- ---
2
- name: product-voice-tone
3
- description: Use for product voice, tone, microcopy, onboarding language, CTA style, and consistent UX copy.
4
- ---
5
-
6
- Canonical workflow: read `skills/product-voice-tone.md` or `.agent-kit/skills/product-voice-tone.md`.
7
-
8
- Keep voice grounded in product facts, audience needs, proof, objections, and `MESSAGING.md`; avoid generic AI-looking language.
@@ -1,8 +0,0 @@
1
- ---
2
- name: reference-led-design-critique
3
- description: Use before accepting significant frontend work that needs references, anti-references, source safety, and design critique.
4
- ---
5
-
6
- Canonical workflow: read `skills/reference-led-design-critique.md` or `.agent-kit/skills/reference-led-design-critique.md`.
7
-
8
- Use references for lessons without copying protected source design, brand identity, copy, or assets. Record critique verdict and required changes.
@@ -1,8 +0,0 @@
1
- ---
2
- name: supabase-auth-rls
3
- description: Use for Supabase Auth, SSR clients, sessions, middleware, RLS policies, Storage policies, and service-role usage.
4
- ---
5
-
6
- Canonical workflow: read `skills/supabase-auth-rls.md` or `.agent-kit/skills/supabase-auth-rls.md`.
7
-
8
- Enforce authorization in RLS, keep service-role keys server-only, test session refresh and redirects, and prevent IDOR at the SQL boundary.
@@ -1,8 +0,0 @@
1
- ---
2
- name: testing-qa
3
- description: Use for unit tests, regression tests, smoke checks, Playwright coverage, visual QA, and acceptance evidence.
4
- ---
5
-
6
- Canonical workflow: read `skills/testing-qa.md` or `.agent-kit/skills/testing-qa.md`.
7
-
8
- Cover core logic, preserved behavior, critical paths, auth/data mutations, network failures, empty/error states, and explicitly document gaps.
@@ -1,12 +0,0 @@
1
- ---
2
- name: ui-improvement-harness
3
- description: Use when running repeatable UI audit, polish, layout cleanup, responsive cleanup, accessibility, screenshot critique, visual distinctiveness, or live browser QA workflows.
4
- ---
5
-
6
- # UI Improvement Harness Runtime Skill
7
-
8
- Canonical workflow: `skills/ui-improvement-harness.md`.
9
-
10
- Installed-project canonical workflow: `.agent-kit/skills/ui-improvement-harness.md`.
11
-
12
- Use the canonical skill before accepting meaningful UI polish, audit, screenshot review, or browser iteration work. Runtime wrappers must not fork the detector, rubric, or command policy.
@@ -1,8 +0,0 @@
1
- ---
2
- name: upgrade-maintenance
3
- description: Use for Agent Kit, Next.js, Supabase, UI library, testing tool, release workflow, adapter, and dependency upgrades.
4
- ---
5
-
6
- Canonical workflow: read `skills/upgrade-maintenance.md` or `.agent-kit/skills/upgrade-maintenance.md`.
7
-
8
- Run `agent-kit diff`, preserve overrides, review conflicts, check release notes/migrations/codemods, run audit, and record rollback evidence.