@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,21 +0,0 @@
1
- # Content App Design Brief
2
-
3
- Use this brief for publishing tools, editorial systems, knowledge bases, newsletters, and media products.
4
-
5
- ## Product Signals
6
-
7
- - First screen should show the reading, editing, curation, or review workflow.
8
- - Avoid generic blog landing pages unless the request is a public marketing surface.
9
- - Make authorship, freshness, source, status, and editorial workflow visible.
10
-
11
- ## Required States
12
-
13
- - Draft, scheduled, published, archived, review-needed, empty, loading, error, and success states.
14
- - Reader preferences, search, filtering, and mobile reading layout.
15
- - Source attribution and unavailable-media fallbacks.
16
-
17
- ## Design Direction
18
-
19
- - Typography and spacing carry the design; do not over-rely on cards.
20
- - Support scanning with summaries, metadata, sectioning, and predictable hierarchy.
21
- - Tokens must define body text, display text, captions, links, code, and focus states.
@@ -1,25 +0,0 @@
1
- # Ecommerce Design Brief
2
-
3
- Use when designing storefronts, product detail pages, carts, checkout flows, merchandising tools, subscriptions, or order-management screens.
4
-
5
- ## First Screen
6
-
7
- Show real product/category inventory, price or availability context, and the next buying or management action. Do not open with generic lifestyle marketing unless the request is explicitly a campaign page.
8
-
9
- ## Required Inputs
10
-
11
- - Product categories, product attributes, variants, inventory, and fulfillment constraints.
12
- - Buyer goal: browse, compare, buy, reorder, subscribe, gift, or manage orders.
13
- - Trust signals: returns, shipping, warranty, reviews, security, stock, seller credibility.
14
- - Asset rules for product photography, thumbnails, swatches, badges, and empty inventory.
15
-
16
- ## Avoid
17
-
18
- - Fake bestseller metrics.
19
- - Generic ecommerce grid with placeholder products.
20
- - Decorative hero sections that hide product inspection.
21
- - Checkout or cart states without error, unavailable, quantity, tax, shipping, and payment edge cases.
22
-
23
- ## Required States
24
-
25
- Loading, empty category, no search results, variant unavailable, out of stock, price changed, cart error, payment error, order success, return/refund state, mobile product inspection.
@@ -1,25 +0,0 @@
1
- # Education Or Course Design Brief
2
-
3
- Use when designing learning platforms, course pages, lesson players, cohort dashboards, school tools, tutorials, docs learning paths, or assessment flows.
4
-
5
- ## First Screen
6
-
7
- Show the learner's current path, next lesson, progress, assessment, or decision. Do not default to a generic inspirational landing page.
8
-
9
- ## Required Inputs
10
-
11
- - Learner level, goal, prior knowledge, and constraints.
12
- - Course structure: modules, lessons, exercises, assessments, resources, cohorts, deadlines.
13
- - Content types: text, video, code, quiz, project, downloadable material, instructor notes.
14
- - Success measures: completion, mastery, certification, practice, feedback, community support.
15
-
16
- ## Avoid
17
-
18
- - Progress bars without meaningful next action.
19
- - Generic course cards with no prerequisites or outcomes.
20
- - Overly decorative dashboards that obscure learning state.
21
- - Accessibility gaps in video, code, quizzes, or keyboard navigation.
22
-
23
- ## Required States
24
-
25
- Not started, in progress, blocked, overdue, completed, failed assessment, feedback pending, offline or slow media, mobile lesson view.
@@ -1,21 +0,0 @@
1
- # Marketplace Design Brief
2
-
3
- Use this brief for two-sided marketplaces, listings, booking flows, buyer portals, and seller dashboards.
4
-
5
- ## Product Signals
6
-
7
- - First screen should expose searchable supply, buyer intent, or seller fulfillment work.
8
- - Avoid fake metrics and placeholder listings.
9
- - Make trust, availability, pricing, location, eligibility, and next action clear.
10
-
11
- ## Required States
12
-
13
- - No results, filtered results, unavailable item, pending approval, sold/booked, dispute, loading, error, and success states.
14
- - Buyer and seller role differences.
15
- - Mobile search, compare, save, and contact flows.
16
-
17
- ## Design Direction
18
-
19
- - Use visual assets that reveal the actual product, place, or listing condition.
20
- - Prioritize comparison, sorting, saved items, trust signals, and clear transaction steps.
21
- - Tokens must include status colors for availability, verification, warnings, and completion.
@@ -1,25 +0,0 @@
1
- # Portfolio Or Venue Design Brief
2
-
3
- Use when designing portfolios, personal sites, studios, restaurants, hotels, venues, galleries, agencies, clinics, real-estate showcases, or object/place-focused pages.
4
-
5
- ## First Screen
6
-
7
- The person, place, brand, work, or object must be immediately visible through specific imagery, identity, or proof of work. Do not make the first screen a generic slogan with abstract decoration.
8
-
9
- ## Required Inputs
10
-
11
- - The thing being showcased: person, venue, product, project, place, or service.
12
- - Real assets: photos, case studies, menus, rooms, locations, artifacts, testimonials, availability, or press.
13
- - Visitor intent: book, enquire, inspect, compare, visit, hire, buy, or read.
14
- - Brand tone and sensory details: material, atmosphere, pace, craft, audience, locality.
15
-
16
- ## Avoid
17
-
18
- - Generic agency cards.
19
- - Dark blurred background photos that hide the actual subject.
20
- - Fake logos, fake awards, or vague testimonials.
21
- - Hero sections that do not reveal the real work or place.
22
-
23
- ## Required States
24
-
25
- Image loading, missing asset, enquiry error, booking unavailable, mobile gallery, map/location fallback, long-name wrapping, accessibility for media and carousels.
@@ -1,21 +0,0 @@
1
- # SaaS Design Brief
2
-
3
- Use this brief for subscription products, team workspaces, account portals, and workflow SaaS.
4
-
5
- ## Product Signals
6
-
7
- - First screen should show the core job: pipeline, inbox, workspace, editor, report, or operational queue.
8
- - Avoid generic hero-first pages unless the request is explicitly marketing.
9
- - Make plan, billing, team, permission, and usage states easy to scan.
10
-
11
- ## Required States
12
-
13
- - Trial, active, past due, canceled, and upgrade-required account states.
14
- - Empty workspace, no data yet, loading, error, disabled, and success states.
15
- - Mobile layout for the primary repeated workflow, not just the settings screen.
16
-
17
- ## Design Direction
18
-
19
- - Use restrained density, predictable navigation, and domain-specific labels.
20
- - Prefer tables, split panes, timelines, and command surfaces over decorative cards.
21
- - Tokens must define semantic status colors, spacing density, radius, and focus states.
@@ -1,21 +0,0 @@
1
- # Tool Design Brief
2
-
3
- Use this brief for calculators, generators, editors, workflow tools, dashboards, and focused utilities.
4
-
5
- ## Product Signals
6
-
7
- - First screen should be the usable tool, not a landing page explaining the tool.
8
- - Primary controls, current result, and next action should be visible without scrolling on common viewports.
9
- - Avoid decorative wrappers around the actual work surface.
10
-
11
- ## Required States
12
-
13
- - Ready, dirty, validating, loading, empty, error, disabled, success, export-ready, and mobile states.
14
- - Keyboard access for repeated actions.
15
- - Clear undo, reset, save, copy, download, and share behavior where relevant.
16
-
17
- ## Design Direction
18
-
19
- - Favor stable dimensions, direct manipulation, compact controls, and strong feedback.
20
- - Use icons for repeated tool actions when a familiar icon exists.
21
- - Tokens must cover control size, focus rings, surface contrast, and responsive constraints.
@@ -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,171 +0,0 @@
1
- {
2
- "schemaVersion": 1,
3
- "id": "next-supabase-default-model-routing",
4
- "stack": "next-supabase",
5
- "reviewedAt": "2026-06-03",
6
- "reviewCadence": "Review quarterly or whenever the active IDE/model provider changes model availability.",
7
- "principle": "Select model depth by agent responsibility. Keep role behavior in the roster and skills; keep tool-specific model names in dated adapter setup notes.",
8
- "profiles": [
9
- {
10
- "id": "fast-targeted",
11
- "label": "Fast Targeted",
12
- "intent": "Use for narrow edits, doc cleanup, simple command interpretation, and low-risk repeated checks.",
13
- "reasoningEffort": "low",
14
- "contextWindow": "medium",
15
- "latency": "low",
16
- "cost": "low",
17
- "preferredFor": ["docs-maintainer", "deployment-observability-engineer"]
18
- },
19
- {
20
- "id": "balanced-reasoning",
21
- "label": "Balanced Reasoning",
22
- "intent": "Use for planning, normal implementation, review synthesis, and tasks where speed and judgment both matter.",
23
- "reasoningEffort": "medium",
24
- "contextWindow": "large",
25
- "latency": "medium",
26
- "cost": "medium",
27
- "preferredFor": ["planner", "nextjs-engineer", "qa-engineer"]
28
- },
29
- {
30
- "id": "coding-large-context",
31
- "label": "Coding Large Context",
32
- "intent": "Use for multi-file Next.js implementation, Server Component boundaries, form flows, and repo-wide code changes.",
33
- "reasoningEffort": "medium",
34
- "contextWindow": "large",
35
- "latency": "medium",
36
- "cost": "medium",
37
- "preferredFor": ["nextjs-engineer"]
38
- },
39
- {
40
- "id": "deep-reasoning-large-context",
41
- "label": "Deep Reasoning Large Context",
42
- "intent": "Use for architecture, cross-layer changes, migrations, security-sensitive work, and ambiguous decisions with high blast radius.",
43
- "reasoningEffort": "high",
44
- "contextWindow": "very-large",
45
- "latency": "high",
46
- "cost": "high",
47
- "preferredFor": ["lead-architect", "security-reviewer", "supabase-postgres-engineer"]
48
- },
49
- {
50
- "id": "creative-vision-large-context",
51
- "label": "Creative Vision Large Context",
52
- "intent": "Use for frontend creative direction, screenshot critique, content-first design, distinctiveness benchmarking, and product-quality review.",
53
- "reasoningEffort": "high",
54
- "contextWindow": "large",
55
- "latency": "medium",
56
- "cost": "medium",
57
- "preferredFor": ["frontend-design-lead", "marketing-copy-lead"]
58
- }
59
- ],
60
- "agentRoutes": [
61
- {
62
- "agentId": "planner",
63
- "profileId": "balanced-reasoning",
64
- "defaultEffort": "medium",
65
- "escalationProfileId": "deep-reasoning-large-context",
66
- "notes": "Escalate when the plan changes architecture, auth, data model, release workflow, or public package behavior."
67
- },
68
- {
69
- "agentId": "lead-architect",
70
- "profileId": "deep-reasoning-large-context",
71
- "defaultEffort": "high",
72
- "notes": "Use for core-change council review and cross-layer decisions."
73
- },
74
- {
75
- "agentId": "supabase-postgres-engineer",
76
- "profileId": "deep-reasoning-large-context",
77
- "defaultEffort": "high",
78
- "notes": "Use high reasoning for schema, RLS, migration ordering, rollback, and authorization boundaries."
79
- },
80
- {
81
- "agentId": "nextjs-engineer",
82
- "profileId": "coding-large-context",
83
- "defaultEffort": "medium",
84
- "escalationProfileId": "deep-reasoning-large-context",
85
- "notes": "Escalate when server/client boundaries, caching, auth, or data mutation behavior is uncertain."
86
- },
87
- {
88
- "agentId": "frontend-design-lead",
89
- "profileId": "creative-vision-large-context",
90
- "defaultEffort": "high",
91
- "notes": "Use with screenshots, reference sets, content inventory, and product-specific design evidence."
92
- },
93
- {
94
- "agentId": "marketing-copy-lead",
95
- "profileId": "creative-vision-large-context",
96
- "defaultEffort": "high",
97
- "escalationProfileId": "deep-reasoning-large-context",
98
- "notes": "Use for positioning, value proposition, conversion copy, voice/tone, proof review, and public-facing copy handoff."
99
- },
100
- {
101
- "agentId": "security-reviewer",
102
- "profileId": "deep-reasoning-large-context",
103
- "defaultEffort": "high",
104
- "notes": "Use high reasoning for OWASP, IDOR, SSRF, injection, broken auth, dependency, secret, and release-risk review."
105
- },
106
- {
107
- "agentId": "qa-engineer",
108
- "profileId": "balanced-reasoning",
109
- "defaultEffort": "medium",
110
- "escalationProfileId": "deep-reasoning-large-context",
111
- "notes": "Escalate for flaky tests, concurrency, auth flows, visual regression, or hard-to-reproduce bugs."
112
- },
113
- {
114
- "agentId": "docs-maintainer",
115
- "profileId": "fast-targeted",
116
- "defaultEffort": "low",
117
- "escalationProfileId": "balanced-reasoning",
118
- "notes": "Use balanced reasoning when docs encode decisions, migration order, or security-sensitive setup."
119
- },
120
- {
121
- "agentId": "deployment-observability-engineer",
122
- "profileId": "fast-targeted",
123
- "defaultEffort": "low",
124
- "escalationProfileId": "balanced-reasoning",
125
- "notes": "Escalate for release gates, rollback paths, env var review, logs, or production incidents."
126
- }
127
- ],
128
- "toolSurfaces": [
129
- {
130
- "tool": "Codex",
131
- "instructionSurface": "AGENTS.md, .codex/config.toml, and optional .codex/agents/*.toml custom agents",
132
- "modelSelection": "Default model in config.toml, temporary /model or --model selection, and optional custom-agent model/model_reasoning_effort fields",
133
- "enforcement": "partial",
134
- "adapter": ".agent-kit/assistant-adapters/model-selection/codex-config.example.toml"
135
- },
136
- {
137
- "tool": "Claude Code",
138
- "instructionSurface": "CLAUDE.md and .claude/agents/*.md project subagents",
139
- "modelSelection": "Subagent frontmatter can document or select model where supported by the installed Claude Code version",
140
- "enforcement": "partial",
141
- "adapter": ".agent-kit/assistant-adapters/model-selection/claude-code-subagents-with-models.md"
142
- },
143
- {
144
- "tool": "Cursor",
145
- "instructionSurface": ".cursor/rules/*.mdc",
146
- "modelSelection": "Use Cursor model picker or team setting; project rules advise which profile to pick but do not force the picker",
147
- "enforcement": "advisory",
148
- "adapter": ".agent-kit/assistant-adapters/model-selection/cursor-model-selection.mdc"
149
- },
150
- {
151
- "tool": "GitHub Copilot",
152
- "instructionSurface": ".github/copilot-instructions.md and .github/instructions/*.instructions.md",
153
- "modelSelection": "Use Copilot chat or coding-agent model selection where available; repo instructions advise but do not force model selection",
154
- "enforcement": "advisory",
155
- "adapter": ".agent-kit/assistant-adapters/model-selection/github-copilot-model-selection.md"
156
- },
157
- {
158
- "tool": "Antigravity",
159
- "instructionSurface": ".antigravity/agent-kit/plugin.json, .antigravity/agent-kit/commands/*.toml, and .antigravity/runtime-skills/*/SKILL.md",
160
- "modelSelection": "Use Antigravity runtime or workspace model controls where available; native commands advise Agent Kit model profiles but do not force provider selection",
161
- "enforcement": "advisory",
162
- "adapter": ".agent-kit/assistant-adapters/antigravity.md"
163
- }
164
- ],
165
- "updatePolicy": [
166
- "Treat model names as dated recommendations, not permanent product truth.",
167
- "Do not store API keys, tokens, billing data, or private model entitlement notes in model-routing files.",
168
- "When model availability changes, update adapter examples, MODEL_ROUTING.md, DECISIONS.md, and audit tests in the same change.",
169
- "If an IDE cannot enforce per-agent model choice, record that limitation in ASSISTANT_ADAPTERS.md instead of pretending the package can force it."
170
- ]
171
- }
@@ -1,3 +0,0 @@
1
- {
2
- "templates": {}
3
- }