@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,100 +0,0 @@
1
- # Maintainer Release Evidence
2
-
3
- Use this checklist when shipping `@appsforgood/next-supabase-kit` releases. It aligns kit maintainer practice with the **Strong** tier in `QUALITY_GATES.md`: council sessions record workflow, decision, risk, next handoff, required outputs, and evidence.
4
-
5
- For loop patterns and safe automation limits, see [LOOP_CODING.md](LOOP_CODING.md). For publish steps, see [PUBLISH.md](PUBLISH.md).
6
-
7
- ## When To Open A Session
8
-
9
- Start `agent-kit session` (or a `COUNCIL.md` entry) when the release includes any of:
10
-
11
- - CLI or install behavior changes
12
- - New or changed IDE adapter surfaces (Cursor, Codex, Claude, Copilot, Antigravity)
13
- - Audit, roster, schema, or Agent Studio contract changes
14
- - Security-sensitive dependency or publish pipeline changes
15
- - Multi-agent work spanning Planner → Architect → QA
16
-
17
- Skip a formal session only for typo-only doc fixes with no behavioral impact.
18
-
19
- ## Bootstrap Maintainer Dogfood
20
-
21
- Maintainers run the kit locally on BaseRepo without committing the overlay:
22
-
23
- ```bash
24
- npm run dogfood:init
25
- node dist/index.js adapter validate cursor
26
- node dist/index.js adapter validate codex
27
- ```
28
-
29
- Generated paths (`.agent-kit/`, `.cursor/`, `.codex/`, root council docs from init) are **gitignored**. Kit source stays in `templates/`, `assistant-adapters/`, and tracked root docs such as `DOCS.md` and `SPEC.md`.
30
-
31
- ## Release Session Workflow
32
-
33
- ```bash
34
- agent-kit session start --workflow release --request "Release vX.Y.Z"
35
- agent-kit session decision --agent planner --decision "..." --risk "..." --next "lead-architect" --evidence "..."
36
- agent-kit session verify --command "npm run release:check" --result pass --notes "..."
37
- agent-kit session verify --command "npm run smoke:audit-gate" --result pass
38
- agent-kit session output changelog --status complete --evidence "CHANGELOG.md#X.Y.Z"
39
- agent-kit session output test-evidence --status complete --evidence "vitest + smokes green"
40
- agent-kit session output publish-evidence --status complete --evidence "npm run publish:verify or GitHub Release vX.Y.Z"
41
- agent-kit session render
42
- ```
43
-
44
- After publish, append a short evidence block to [DOGFOOD.md](DOGFOOD.md) (public-safe, no local paths).
45
-
46
- ## COUNCIL.md Mirror Template
47
-
48
- When Agent Studio CLI is unavailable, paste this block into root `COUNCIL.md` (maintainer overlay, gitignored) or into the PR description:
49
-
50
- ```md
51
- ## YYYY-MM-DD - Release vX.Y.Z
52
-
53
- - Workflow: release
54
- - Status: complete
55
- - Request: Ship @appsforgood/next-supabase-kit@X.Y.Z
56
- - Affected layers: CLI, install, adapters, docs, CI, deployment
57
-
58
- ### Required Outputs
59
-
60
- | Output | Status | Evidence |
61
- | --- | --- | --- |
62
- | Phased checklist | Complete | ROADMAP / PR scope |
63
- | Architecture decision | Complete/N/A | DECISIONS.md or PR note |
64
- | Security review | Complete | Dependency audit in release:check; no secret in adapters |
65
- | Test evidence | Complete | npm run release:check; npm run smoke:audit-gate |
66
- | Adapter validation | Complete | npm run adapter:validate (all IDE templates) |
67
- | Docs impact | Complete | CHANGELOG.md, DOCS.md, PUBLISH.md if process changed |
68
- | Publish verification | Complete | npm run publish:verify or Release workflow green |
69
-
70
- ### Handoffs
71
-
72
- | Agent | Decision | Risk | Next Handoff | Evidence |
73
- | --- | --- | --- | --- | --- |
74
- | Planner | Release scope approved | Missed breaking change | Lead Architect / QA | PR + CHANGELOG |
75
- | QA Engineer | release:check green | Residual flake | Documentation Maintainer | CI logs |
76
- | Documentation Maintainer | CHANGELOG + DOGFOOD updated | Stale public evidence | Deployment/Observability | DOGFOOD.md entry |
77
-
78
- ### Verification
79
-
80
- | Command Or Review | Result | Notes |
81
- | --- | --- | --- |
82
- | npm run release:check | Pass | Includes adapter:validate |
83
- | npm run smoke:audit-gate | Pass | baseline-setup, 0 failures |
84
- | npm run publish:verify | Pass/Skipped | Required after registry publish |
85
- ```
86
-
87
- ## Pre-Merge Gate (BaseRepo)
88
-
89
- Every release PR must pass:
90
-
91
- 1. `npm run release:check` (tests, build, package validate, smokes, **adapter validate all**, audit, pack dry-run)
92
- 2. `npm run smoke:audit-gate`
93
- 3. CHANGELOG section for the target version
94
- 4. Session render or COUNCIL mirror with verification table filled in
95
-
96
- ## Post-Publish
97
-
98
- 1. Run `npm run publish:verify` after registry propagation (or confirm Release workflow verification).
99
- 2. Update `DOGFOOD.md` with publish verification snapshot (no machine paths).
100
- 3. Mark release items in `ROADMAP.md`.
@@ -1,83 +0,0 @@
1
- # Repository Settings
2
-
3
- This file records the GitHub settings that must be applied outside git for the repository to operate as a public best-practice package.
4
-
5
- ## Branch Protection
6
-
7
- Protect `main` with:
8
-
9
- - Require a pull request before merging.
10
- - Require at least one approval.
11
- - Require review from CODEOWNERS for owned paths.
12
- - Dismiss stale approvals when new commits are pushed.
13
- - Require conversation resolution before merge.
14
- - Require branches to be up to date before merge.
15
- - Require linear history.
16
- - Do not allow force pushes.
17
- - Do not allow deletions.
18
- - Restrict bypasses to maintainers only.
19
-
20
- Optional status checks, only after GitHub Actions entitlement is confirmed and the project deliberately chooses hosted CI as required:
21
-
22
- - `Verify package`
23
- - `Review dependency changes`
24
- - `Analyze JavaScript and TypeScript`
25
- - `Scorecard`
26
-
27
- With the default `githubActions.mode: "off"`, configure no required hosted status checks. GitHub billing, spending-limit, or pre-execution failures cannot be recovered inside workflow YAML and must not block commit/push or ordinary phase progression. Preserve equivalent local test, audit, dependency, and security evidence in the council session.
28
-
29
- ## Release Environment
30
-
31
- Create environment `npm-publish` with:
32
-
33
- - Required reviewers enabled.
34
- - Prevent self-review enabled where available.
35
- - Deployment branches restricted to `main`.
36
- - No npm package-write token secrets. Automated publication must fail closed when Trusted Publishing is unavailable.
37
- - Required reviewers should protect manual non-dry-run dispatches without preventing the normal version-PR merge path.
38
-
39
- Under **Actions > General > Workflow permissions**, allow GitHub Actions to create pull requests. The version workflow has job-scoped `contents: write` and `pull-requests: write` permissions and uses that setting only to open or update the Changesets version PR.
40
-
41
- Create this npm Trusted Publisher for each of these package names:
42
-
43
- - `@appsforgood/next-supabase-kit`
44
- - `@appsforgood/agent-kit-runtime`
45
-
46
- Each trusted publisher must match:
47
-
48
- - Provider: GitHub Actions
49
- - Repository: `lukey662/agentsandskills`
50
- - Workflow: `release.yml`
51
- - Environment: `npm-publish`
52
- - Allowed action: `npm publish`
53
-
54
- ## Security Settings
55
-
56
- Enable:
57
-
58
- - Private vulnerability reporting.
59
- - GitHub Security Advisories.
60
- - Dependabot alerts.
61
- - Dependabot security updates.
62
- - Code scanning alerts.
63
- - Secret scanning where available.
64
- - Push protection for detected secrets where available.
65
-
66
- ## Issues, Discussions, And Labels
67
-
68
- Enable issues. Enable discussions when maintainers want support questions outside the issue queue.
69
-
70
- Create labels from `.github/labels.yml`. Required label families:
71
-
72
- - Type: `bug`, `enhancement`, `research`, `documentation`, `security`, `dependencies`
73
- - Area: `area: cli`, `area: agents`, `area: frontend`, `area: supabase`, `area: research`, `area: release`, `area: repo-health`
74
- - Status: `needs-triage`, `blocked`, `good first issue`, `help wanted`
75
- - Risk: `risk: security`, `risk: breaking-change`
76
-
77
- ## GitHub Pages
78
-
79
- Enable GitHub Pages with source "Deploy from a branch", branch `main`, folder `/docs`. The minimal docs site lives at `docs/index.md` with the `jekyll-theme-minimal` theme configured in `docs/_config.yml`. Update `docs/index.md` when the CLI surface, readiness levels, or quick-start commands change.
80
-
81
- ## Review Cadence
82
-
83
- Review these settings before every public release and after any workflow, release, permission, package, or security-policy change.
@@ -1,26 +0,0 @@
1
- # Research Citation Policy
2
-
3
- This project uses public repository research to identify reusable setup patterns for agents, skills, documentation, security, testing, and frontend quality.
4
-
5
- ## Public Package Policy
6
-
7
- - Publish generalized summaries, promoted decisions, and methodology.
8
- - Do not publish third-party source code copied from researched repositories.
9
- - Do not imply endorsement by repository owners, maintainers, vendors, or design-system teams.
10
- - Do not present popularity as proof of quality.
11
- - Treat scanned repositories as untrusted input.
12
-
13
- ## Included Public Research Artifacts
14
-
15
- The npm package may include:
16
-
17
- - `research/scan-config.json`
18
- - `research/scan-plan.md`
19
- - `research/summaries/*`
20
- - `research/proposed-updates.md`
21
-
22
- Detailed per-repo findings, candidate lists, and raw scan outputs should stay out of the public package unless they receive separate citation and legal review.
23
-
24
- ## How Findings Become Guidance
25
-
26
- Research findings are promoted only as generalized practices with a clear rationale. The kit should explain why a pattern is useful without copying implementation details from the source repository.
package/SUPPLY_CHAIN.md DELETED
@@ -1,57 +0,0 @@
1
- # Supply Chain Security
2
-
3
- The root kit and optional runtime are intended for public npm distribution. Release integrity is part of the product, not an optional operations detail.
4
-
5
- ## Publish Identity
6
-
7
- - Public packages: `@appsforgood/next-supabase-kit` and `@appsforgood/agent-kit-runtime`.
8
- - Publish path: GitHub Actions release workflow through npm Trusted Publishing.
9
- - Authentication: short-lived GitHub OIDC identity only; automated publishing has no npm token fallback.
10
- - Environment: `npm-publish`.
11
- - Each npm package must have its own Trusted Publisher scoped to repository `lukey662/agentsandskills`, workflow `release.yml`, environment `npm-publish`, and allowed action `npm publish`.
12
-
13
- The workflow removes inherited npm token variables, supplies a token-free npm configuration, and requires the GitHub OIDC request context before publishing. A missing or incorrect package-level Trusted Publisher fails closed instead of switching authentication modes. Successful publication carries npm provenance tied to that workflow identity.
14
-
15
- The release workflow creates separate root/runtime tarballs and package-rooted CycloneDX SBOMs, uploads them as release evidence, and attests each SBOM against its exact tarball. Runtime publishes before root when both are new. Both public packages are verified before the matching GitHub release, so a partial npm publish cannot create an apparently successful source release.
16
-
17
- ## Release Gates
18
-
19
- Before publish:
20
-
21
- - `npm ci`
22
- - `npm run release:check`
23
- - Public release review
24
-
25
- `npm run release:check` validates JSON assets, typechecks both workspaces, tests, builds both packages, runs install smoke, runs dependency audit, validates SBOM generation, and performs root/runtime package dry runs. The install smoke also inspects packaged public files for forbidden private-package text.
26
-
27
- `npm run sbom:check` validates that the lockfile-derived CycloneDX SBOM can be generated, includes runtime dependencies, and has no unresolved required dependency links. Optional platform-specific dependency links may be skipped when npm records optional package edges that are not present for the current install target.
28
-
29
- After publish:
30
-
31
- - `npm view @appsforgood/next-supabase-kit@<version> version`
32
- - `npm view @appsforgood/agent-kit-runtime@<version> version`
33
- - Clean install and import of `@appsforgood/agent-kit-runtime`
34
- - Clean install of both packages followed by root `doctor`, `init`, `audit --json` with zero failures, and `orchestrate validate --json`
35
-
36
- The release workflow and `npm run publish:verify` both use `scripts/post-publish-verify.mjs` for this post-publish verification path.
37
-
38
- ## Repository Automation
39
-
40
- - Local `npm run release:check` is the default package verification and supply-chain gate.
41
- - Hosted CI may mirror package verification on push and pull request when Actions entitlement is deliberately enabled.
42
- - Dependency Review can block pull requests that introduce moderate or worse known vulnerabilities when hosted Actions is available; otherwise review `npm audit` and lockfile changes locally.
43
- - Dependabot proposes npm and GitHub Actions updates; workflow actions remain pinned to immutable commit SHAs with reviewed version comments.
44
- - CodeQL scans JavaScript/TypeScript code.
45
- - OpenSSF Scorecard publishes repository security posture as code-scanning evidence.
46
- - CODEOWNERS identifies default review ownership for source, templates, schemas, and workflows.
47
- - Release artifacts include an attested CycloneDX SBOM for the npm tarball.
48
-
49
- ## Maintainer Rules
50
-
51
- - Do not use npm publish tokens for automation. Maintainer-local OTP publishing is an explicit recovery operation, not a workflow fallback.
52
- - Do not publish from unreviewed branches or untrusted workflow changes.
53
- - Treat workflow edits as release-risk changes requiring security and maintainer review.
54
- - Keep package-write token secrets absent from repository and environment configuration.
55
- - Keep package contents free of secrets, private downstream data, and copied third-party source.
56
- - Keep SBOM generation and attestation in the shared release path; do not publish an unattested tarball when the workflow is available.
57
- - Keep `allowScripts` approvals version-pinned to reviewed required native/build packages. Explicitly deny optional package scripts that are not needed.
@@ -1,13 +0,0 @@
1
- # Deployment/Observability Engineer Agent
2
-
3
- ## Purpose
4
-
5
- Own release safety, environment configuration, migrations, logs, monitoring, and rollback.
6
-
7
- ## Responsibilities
8
-
9
- - Verify env vars and server-only secrets.
10
- - Confirm migration and deploy order.
11
- - Ensure production errors are observable.
12
- - Define smoke checks after deployment.
13
- - Document rollback steps.
@@ -1,17 +0,0 @@
1
- # Documentation Maintainer Agent
2
-
3
- ## Purpose
4
-
5
- Keep living docs accurate enough for another engineer or agent to continue safely.
6
-
7
- ## Responsibilities
8
-
9
- - Update `SPEC.md` after functional changes.
10
- - Update `DECISIONS.md` for meaningful tradeoffs.
11
- - Update `DOCS.md` for workflows and setup.
12
- - Update `COUNCIL.md` for meaningful handoff evidence.
13
- - Update `QUALITY_GATES.md`, `DESIGN.md`, `STYLE_GUIDE.md`, `SECURITY.md`, `TESTING.md`, `DEPLOYMENT.md`, and `UPGRADE.md` when standards change.
14
-
15
- ## Rule
16
-
17
- Docs and council evidence are part of the implementation surface, not optional cleanup.
@@ -1,22 +0,0 @@
1
- # Frontend Design Lead Agent
2
-
3
- ## Purpose
4
-
5
- Prevent generic AI-looking UI by owning content-first creative direction, design-system quality, visual QA, accessibility, and screenshot acceptance.
6
-
7
- ## Responsibilities
8
-
9
- - Require brand/content intake before visual implementation starts.
10
- - Produce or review at least two distinct creative directions before one is selected.
11
- - Require reference-set evidence, anti-references, source-safety notes, and a design critique verdict for significant frontend work.
12
- - Require a frontend distinctiveness benchmark for significant frontend work: first-screen proof, content fingerprint, reference benchmark, asset provenance, state proof, and visual QA proof.
13
- - Score significant frontend work with the product-quality rubric before acceptance.
14
- - Review information architecture, visual hierarchy, density, responsive behavior, imagery, copy, and component states.
15
- - Reject default AI-site tropes: purple-blue gradients, vague SaaS copy, fake analytics, and card soup.
16
- - Require real workflow screens, real content or asset assumptions, and meaningful empty/error/loading states.
17
- - Require visual QA evidence for important responsive screens and reusable component states.
18
- - Use provider-neutral design briefs for Stitch, Claude, Figma, or human design review.
19
-
20
- ## Quality Bar
21
-
22
- The first screen should communicate the actual product, content, object, workflow, or task. A frontend change is not accepted until `DESIGN.md`, reference-led critique, distinctiveness benchmark, creative-direction rationale, frontend product-quality scorecard, desktop/mobile screenshot evidence, and visual QA coverage are sufficient for the change risk.
@@ -1,25 +0,0 @@
1
- # Lead Architect Agent
2
-
3
- ## Purpose
4
-
5
- Own architecture, affected-layer mapping, tradeoffs, and final delivery direction.
6
-
7
- ## Responsibilities
8
-
9
- - Confirm existing behavior before changing it.
10
- - Map changes across data, business logic, presentation, auth, deployment, and docs.
11
- - Verify the requested maturity target in `QUALITY_GATES.md` is realistic for the scope.
12
- - Choose the right boundary for logic: SQL/RLS, Route Handler, Server Action, Server Component, Client Component, or shared library.
13
- - Keep implementation scoped and preserve behavioral contracts.
14
- - Record architecture handoff decisions, risks, and evidence in `COUNCIL.md` for meaningful core changes.
15
- - Record major decisions in `DECISIONS.md`.
16
-
17
- ## Review Questions
18
-
19
- - What existing capability must be preserved?
20
- - Is this baseline, strong, or best-practice work, and what evidence proves that level?
21
- - Which layers are affected?
22
- - What security boundary changes?
23
- - What test evidence proves the change works?
24
- - What council-session evidence should survive beyond the chat?
25
- - Which docs need updating?
@@ -1,20 +0,0 @@
1
- # Marketing Copy Lead Agent
2
-
3
- ## Purpose
4
-
5
- Own positioning, value proposition, conversion copy, product voice, and UX copy so public-facing pages and SaaS flows do not rely on generic marketing filler.
6
-
7
- ## Responsibilities
8
-
9
- - Ask discovery questions before writing final copy when audience, offer, outcome, differentiator, proof, or conversion goal is unclear.
10
- - Maintain `MESSAGING.md` as the positioning, value proposition, voice, and copy-evidence contract.
11
- - Define the primary audience, their pain, desired outcome, current alternatives, and buying or adoption trigger.
12
- - Turn product facts into specific headlines, CTAs, onboarding copy, empty states, pricing copy, and supporting page sections.
13
- - Require proof points, examples, constraints, and objection handling before making strong claims.
14
- - Reject vague SaaS copy, inflated AI claims, unsupported superlatives, and copy that could fit any competitor.
15
- - Handoff copy direction to Frontend Design Lead so layout, hierarchy, imagery, and interaction tone support the message.
16
- - Handoff implemented copy to QA and Docs when claims, workflows, onboarding, or public pages change.
17
-
18
- ## Quality Bar
19
-
20
- Copy is not accepted until it explains who the product is for, what problem it solves, why this approach is different, what proof supports the claim, what action the user should take, and what assumptions still need validation.
@@ -1,20 +0,0 @@
1
- # Next.js Engineer Agent
2
-
3
- ## Purpose
4
-
5
- Own App Router implementation, rendering boundaries, data loading, forms, and UI state.
6
-
7
- ## Responsibilities
8
-
9
- - Prefer Server Components unless browser state or events require Client Components.
10
- - Keep user-specific data out of shared caches.
11
- - Avoid exposing secrets to the client.
12
- - Add loading, error, empty, and success states.
13
- - Keep route handlers and server actions thin and validated.
14
-
15
- ## Deliverables
16
-
17
- - Working UI and route behavior.
18
- - Clear server/client boundaries.
19
- - Tests or documented test gaps.
20
- - Updated docs for changed workflows.
package/agents/planner.md DELETED
@@ -1,20 +0,0 @@
1
- # Planner Agent
2
-
3
- ## Purpose
4
-
5
- Own planning, scope breakdown, sequencing, and council routing before implementation starts.
6
-
7
- ## Responsibilities
8
-
9
- - Convert user intent into phased, checkable work.
10
- - Identify whether a request is planning-only, frontend-only, security-sensitive, or a core change.
11
- - Select the matching workflow from `.agent-kit/agent-roster.json` when available.
12
- - Classify meaningful work against `QUALITY_GATES.md` as baseline, strong, or best-practice.
13
- - Route core changes to Lead Architect before implementation.
14
- - Name required agent handoffs and acceptance evidence.
15
- - Start or update `COUNCIL.md` for meaningful multi-agent work.
16
- - Keep the roadmap updated when a task changes delivery status.
17
-
18
- ## Required Handoff
19
-
20
- Planning is complete only when the next owning agent, maturity target, affected layers, preserved behavior, risks, verification steps, and council evidence path are explicit.
@@ -1,19 +0,0 @@
1
- # QA Engineer Agent
2
-
3
- ## Purpose
4
-
5
- Own tests, regression coverage, smoke checks, and acceptance evidence.
6
-
7
- ## Responsibilities
8
-
9
- - Add unit tests for core logic.
10
- - Add regression tests for preserved behavior.
11
- - Add Playwright smoke tests for critical paths.
12
- - Add visual regression or screenshot evidence for high-risk UI changes.
13
- - Prioritize auth, data mutations, admin flows, and edge cases.
14
- - Compare evidence against the target level in `QUALITY_GATES.md`.
15
- - Report test gaps explicitly.
16
-
17
- ## Acceptance Evidence
18
-
19
- Include commands run, results, failed checks, and residual risks.
@@ -1,13 +0,0 @@
1
- # Research Analyst Agent
2
-
3
- ## Purpose
4
-
5
- Own open-source repo research and conversion of evidence into reusable kit improvements.
6
-
7
- ## Responsibilities
8
-
9
- - Select active, relevant repositories.
10
- - Separate popular patterns from good patterns.
11
- - Identify practices to adopt, avoid, or investigate.
12
- - Never copy third-party code.
13
- - Convert repeated findings into proposed template, skill, or checklist updates.
@@ -1,16 +0,0 @@
1
- # Security Reviewer Agent
2
-
3
- ## Purpose
4
-
5
- Review implementation against OWASP Top 10 and project-specific auth/data boundaries.
6
-
7
- ## Responsibilities
8
-
9
- - Check broken access control, IDOR, injection, SSRF, misconfiguration, vulnerable dependencies, and unsafe secrets.
10
- - Verify inputs are validated and outputs are safely rendered.
11
- - Ensure errors are explicit without leaking internals.
12
- - Require RLS or equivalent data-boundary enforcement.
13
-
14
- ## Output
15
-
16
- Lead with findings, severity, affected file or behavior, exploit path, and remediation.
@@ -1,19 +0,0 @@
1
- # Supabase/Postgres Engineer Agent
2
-
3
- ## Purpose
4
-
5
- Own Supabase Auth, SSR clients, schema, migrations, RLS, Storage policies, SQL functions, and indexes.
6
-
7
- ## Responsibilities
8
-
9
- - Enforce authorization through RLS for user-owned and tenant-owned data.
10
- - Keep service-role keys server-only.
11
- - Validate migration order and rollback risk.
12
- - Use constraints and indexes to protect integrity and performance.
13
- - Document policy assumptions.
14
-
15
- ## Required Review
16
-
17
- - Can a user access another user's data by changing an ID?
18
- - Are policies present for select, insert, update, and delete as needed?
19
- - Does every privileged operation use the least privilege possible?
@@ -1,16 +0,0 @@
1
- name = "accessibility-pass"
2
- description = "Run a WCAG 2.1 AA-oriented UI pass for semantics, keyboard flow, focus, labels, contrast, and motion."
3
-
4
- prompt = """
5
- Run the accessibility pass workflow.
6
-
7
- Canonical sources: DESIGN.md, STYLE_GUIDE.md, TESTING.md, QUALITY_GATES.md, .agent-kit/agent-roster.json, .agent-kit/skills/ui-improvement-harness.md, .agent-kit/skills/accessibility-wcag.md, .agent-kit/checklists/ui-detectors.md, .agent-kit/checklists/ui-acceptance-rubric.md, and .agent-kit/prompts/ui-command-index.md.
8
-
9
- Workflow:
10
- 1. Check semantics, headings, landmarks, forms, labels, tables, buttons, and ARIA use.
11
- 2. Check keyboard navigation, visible focus, tab order, escape/close behavior, and skip path when applicable.
12
- 3. Check contrast, reduced motion, error association, touch targets, and status announcements.
13
- 4. Keep accessibility checks separate from visual-only approval.
14
-
15
- Required outputs: accessibility findings by severity, fixes made or proposed, skipped checks, test evidence, remaining risks.
16
- """
@@ -1,16 +0,0 @@
1
- name = "audit"
2
- description = "Run the Agent Kit maturity audit and convert findings into concrete follow-up work."
3
-
4
- prompt = """
5
- Run the Agent Kit audit workflow.
6
-
7
- Canonical sources: QUALITY_GATES.md, AGENTS.md, .agent-kit/agent-roster.json, SPEC.md, SECURITY.md, TESTING.md, DEPLOYMENT.md, and ASSISTANT_ADAPTERS.md.
8
-
9
- Workflow:
10
- 1. Run `agent-kit audit --json`.
11
- 2. Classify failures before warnings.
12
- 3. Map each finding to the responsible council role.
13
- 4. Record remediation tasks and evidence with `agent-kit session output` when a session is active.
14
-
15
- Required outputs: readiness level, failures, warnings, owner/council role, remediation order, verification command.
16
- """
@@ -1,18 +0,0 @@
1
- name = "browser-qa"
2
- description = "Run a live browser QA loop with desktop, mobile, state, and authenticated screen evidence."
3
-
4
- prompt = """
5
- Run the live browser QA workflow.
6
-
7
- Canonical sources: DESIGN.md, STYLE_GUIDE.md, TESTING.md, QUALITY_GATES.md, .agent-kit/agent-roster.json, .agent-kit/skills/ui-improvement-harness.md, .agent-kit/checklists/ui-detectors.md, .agent-kit/checklists/ui-acceptance-rubric.md, .agent-kit/prompts/screenshot-review.md, .agent-kit/prompts/visual-qa-plan.md, and .agent-kit/prompts/ui-command-index.md.
8
-
9
- Workflow:
10
- 1. Start or identify the dev/preview server and target routes.
11
- 2. Open the target with required auth, role, tenant, and data state.
12
- 3. Capture desktop and mobile screenshots.
13
- 4. Run detector, screenshot critique, accessibility pass, and responsive cleanup.
14
- 5. Apply scoped fixes and repeat until no blockers remain and major findings are fixed or documented.
15
- 6. Record evidence with agent-kit session output when Agent Studio is in use.
16
-
17
- Required outputs: route, auth state, commands run, screenshots, detector results, fixes, final verdict.
18
- """
@@ -1,16 +0,0 @@
1
- name = "copy"
2
- description = "Route public-facing and conversion-facing copy through messaging and proof gates."
3
-
4
- prompt = """
5
- Run the marketing-copy workflow.
6
-
7
- Canonical sources: MESSAGING.md, DESIGN.md, QUALITY_GATES.md, .agent-kit/agent-roster.json, .agent-kit/skills/positioning-messaging.md, and .agent-kit/skills/conversion-copywriting.md.
8
-
9
- Workflow:
10
- 1. Start with Marketing Copy Lead for public-facing, onboarding, pricing, CTA, landing, empty-state, or conversion-facing copy.
11
- 2. Confirm audience, pain, outcome, differentiator, proof, objections, voice, and conversion goal.
12
- 3. Mark unsupported claims as assumptions.
13
- 4. Handoff accepted copy to Frontend Design Lead for hierarchy and layout fit.
14
-
15
- Required outputs: audience, problem/pain/outcome, value proposition, proof, objections, voice/tone, CTA hierarchy, risky-claim review.
16
- """
@@ -1,16 +0,0 @@
1
- name = "distinctiveness-pass"
2
- description = "Check that UI is product-specific, source-safe, and not generic SaaS or AI-site styling."
3
-
4
- prompt = """
5
- Run the visual distinctiveness pass workflow.
6
-
7
- Canonical sources: DESIGN.md, STYLE_GUIDE.md, MESSAGING.md, QUALITY_GATES.md, .agent-kit/agent-roster.json, .agent-kit/skills/ui-improvement-harness.md, .agent-kit/skills/frontend-distinctiveness-benchmark.md, .agent-kit/checklists/ui-detectors.md, .agent-kit/checklists/ui-acceptance-rubric.md, and .agent-kit/prompts/ui-command-index.md.
8
-
9
- Workflow:
10
- 1. Compare the first viewport to product category, audience, workflow, and content fingerprint.
11
- 2. Confirm references were translated into lessons without copying source layouts, copy, assets, or brand marks.
12
- 3. Identify fake metrics, vague claims, abstract filler, interchangeable card stacks, and generic visual tropes.
13
- 4. Re-score distinctiveness and product quality where significant UI work is involved.
14
-
15
- Required outputs: product-specific evidence, generic-risk findings, source-safety notes, required changes, final distinctiveness verdict.
16
- """
@@ -1,18 +0,0 @@
1
- name = "frontend"
2
- description = "Route frontend work through content-first design, accessibility, and visual QA gates."
3
-
4
- prompt = """
5
- Run the frontend-change workflow.
6
-
7
- Canonical sources: DESIGN.md, STYLE_GUIDE.md, MESSAGING.md, QUALITY_GATES.md, .agent-kit/agent-roster.json, .agent-kit/design-briefs/, .agent-kit/prompts/screenshot-review.md, .agent-kit/prompts/ui-command-index.md, .agent-kit/checklists/ui-detectors.md, .agent-kit/checklists/ui-acceptance-rubric.md, .agent-kit/skills/frontend-design-system.md, and .agent-kit/skills/ui-improvement-harness.md.
8
-
9
- Workflow:
10
- 1. Start with Frontend Design Lead before implementation.
11
- 2. Confirm brand/content intake, user needs, real content, creative direction, references, anti-references, and source-safety notes.
12
- 3. Require distinctiveness benchmark and product-quality scorecard for significant UI.
13
- 4. Apply the UI improvement command index when auditing, polishing, cleaning layout, reviewing screenshots, or running browser QA.
14
- 5. Preserve WCAG 2.1 AA, keyboard flow, responsive states, and loading/error/empty/success states.
15
- 6. Record UI detector findings, visual QA, and accessibility evidence with `agent-kit session output`.
16
-
17
- Required outputs: design direction, reference evidence, product-specific UI rationale, UI detector findings, state coverage, accessibility checks, desktop/mobile visual QA, authenticated screen evidence when applicable.
18
- """
@@ -1,16 +0,0 @@
1
- name = "handoff"
2
- description = "Record durable Agent Studio handoff evidence between council roles."
3
-
4
- prompt = """
5
- Run the Agent Kit handoff workflow.
6
-
7
- Canonical sources: COUNCIL.md, .agent-kit/council-sessions/, .agent-kit/schemas/session-event.schema.json, AGENT_ROSTER.md, and .agent-kit/agent-roster.json.
8
-
9
- Workflow:
10
- 1. Identify source agent, target agent, decision, risk, and evidence.
11
- 2. Use `agent-kit session handoff --from <agent> --to <agent> --decision <decision> --risk <risk> --evidence <evidence>`.
12
- 3. Mark required outputs with `agent-kit session output`.
13
- 4. Run `agent-kit session render`.
14
-
15
- Required outputs: source agent, target agent, decision, risk, evidence path, required-output status, rendered session path.
16
- """
@@ -1,16 +0,0 @@
1
- name = "layout-cleanup"
2
- description = "Clean crowded layouts, weak hierarchy, card nesting, overflow, and inconsistent spacing."
3
-
4
- prompt = """
5
- Run the layout cleanup workflow.
6
-
7
- Canonical sources: DESIGN.md, STYLE_GUIDE.md, TESTING.md, QUALITY_GATES.md, .agent-kit/agent-roster.json, .agent-kit/skills/ui-improvement-harness.md, .agent-kit/checklists/ui-detectors.md, .agent-kit/checklists/ui-acceptance-rubric.md, and .agent-kit/prompts/ui-command-index.md.
8
-
9
- Workflow:
10
- 1. Identify primary task, secondary tasks, content hierarchy, and target viewport range.
11
- 2. Remove unnecessary nesting, repeated surfaces, card-within-card patterns, arbitrary dividers, and workflow-obscuring decoration.
12
- 3. Normalize spacing, grouping, alignment, heading scale, and responsive containers.
13
- 4. Verify text fit, truncation, overlap, and horizontal overflow on desktop and mobile.
14
-
15
- Required outputs: layout findings, cleanup actions, preserved workflow, desktop/mobile evidence, remaining layout risks.
16
- """