@appsforgood/next-supabase-kit 0.1.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.
- package/BEST_PRACTICE_EVIDENCE.md +45 -0
- package/CHANGELOG.md +44 -0
- package/CODE_OF_CONDUCT.md +26 -0
- package/CONTRIBUTING.md +48 -0
- package/DOGFOOD.md +121 -0
- package/GOVERNANCE.md +45 -0
- package/LICENSE +21 -0
- package/README.md +251 -0
- package/REPOSITORY_SETTINGS.md +70 -0
- package/RESEARCH_CITATION_POLICY.md +26 -0
- package/SECURITY.md +29 -0
- package/SUPPLY_CHAIN.md +55 -0
- package/SUPPORT.md +28 -0
- package/UPGRADE.md +77 -0
- package/agents/deployment-observability-engineer.md +13 -0
- package/agents/docs-maintainer.md +17 -0
- package/agents/frontend-design-lead.md +22 -0
- package/agents/lead-architect.md +25 -0
- package/agents/marketing-copy-lead.md +20 -0
- package/agents/nextjs-engineer.md +20 -0
- package/agents/planner.md +20 -0
- package/agents/qa-engineer.md +19 -0
- package/agents/research-analyst.md +13 -0
- package/agents/security-reviewer.md +16 -0
- package/agents/supabase-postgres-engineer.md +19 -0
- package/assistant-adapters/README.md +28 -0
- package/assistant-adapters/claude-code-subagents.md +37 -0
- package/assistant-adapters/codex-agents.md +35 -0
- package/assistant-adapters/cursor-agent-kit.mdc +30 -0
- package/assistant-adapters/github-copilot-instructions.md +35 -0
- package/assistant-adapters/github-next-supabase.instructions.md +28 -0
- package/assistant-adapters/model-selection/claude-code-subagents-with-models.md +32 -0
- package/assistant-adapters/model-selection/codex-config.example.toml +29 -0
- package/assistant-adapters/model-selection/cursor-model-selection.mdc +24 -0
- package/assistant-adapters/model-selection/github-copilot-model-selection.md +20 -0
- package/checklists/accessibility.md +12 -0
- package/checklists/agent-council.md +13 -0
- package/checklists/brand-content.md +15 -0
- package/checklists/deployment.md +10 -0
- package/checklists/design-critique.md +13 -0
- package/checklists/frontend-distinctiveness.md +12 -0
- package/checklists/frontend-product-quality.md +13 -0
- package/checklists/frontend-quality.md +20 -0
- package/checklists/marketing-copy.md +11 -0
- package/checklists/owasp.md +12 -0
- package/checklists/rls.md +10 -0
- package/checklists/testing.md +12 -0
- package/checklists/upgrade.md +13 -0
- package/checklists/visual-regression.md +11 -0
- package/design-adapters/claude-design.prompt.md +27 -0
- package/design-adapters/figma.prompt.md +18 -0
- package/design-adapters/google-stitch.prompt.md +36 -0
- package/design-adapters/human-designer-brief.prompt.md +36 -0
- package/design-briefs/admin-dashboard.md +21 -0
- package/design-briefs/ai-workflow-product.md +25 -0
- package/design-briefs/community-social.md +26 -0
- package/design-briefs/content-app.md +21 -0
- package/design-briefs/ecommerce.md +25 -0
- package/design-briefs/education-course.md +25 -0
- package/design-briefs/marketplace.md +21 -0
- package/design-briefs/portfolio-venue.md +25 -0
- package/design-briefs/saas.md +21 -0
- package/design-briefs/tool.md +21 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3521 -0
- package/dist/index.js.map +1 -0
- package/examples/next-supabase-installed/.agent-kit/agent-roster.json +228 -0
- package/examples/next-supabase-installed/.agent-kit/manifest.json +58 -0
- package/examples/next-supabase-installed/.agent-kit/model-routing.json +164 -0
- package/examples/next-supabase-installed/.agent-kit/overrides.json +9 -0
- package/examples/next-supabase-installed/README.md +15 -0
- package/examples/next-supabase-installed/audit-output.json +336 -0
- package/examples/next-supabase-installed/tree.txt +38 -0
- package/model-routing/default-model-routing.json +164 -0
- package/package.json +98 -0
- package/profiles/admin-app.md +17 -0
- package/profiles/content-app.md +17 -0
- package/profiles/marketplace.md +17 -0
- package/profiles/saas.md +17 -0
- package/profiles/stack-next-firebase.md +25 -0
- package/profiles/stack-next-postgres.md +24 -0
- package/profiles/stack-remix-supabase.md +24 -0
- package/prompts/audit-project-setup.md +28 -0
- package/prompts/brand-content-intake.md +17 -0
- package/prompts/copy-review.md +15 -0
- package/prompts/council-session-review.md +17 -0
- package/prompts/creative-direction-matrix.md +22 -0
- package/prompts/design-critique-gate.md +28 -0
- package/prompts/docs-update.md +16 -0
- package/prompts/frontend-design-review.md +29 -0
- package/prompts/frontend-distinctiveness-benchmark.md +32 -0
- package/prompts/frontend-product-quality-scorecard.md +35 -0
- package/prompts/implement-feature.md +14 -0
- package/prompts/migration-review.md +14 -0
- package/prompts/screenshot-review.md +27 -0
- package/prompts/security-review.md +17 -0
- package/prompts/upgrade-review.md +18 -0
- package/prompts/visual-qa-plan.md +16 -0
- package/research/proposed-updates.md +70 -0
- package/research/scan-config.json +261 -0
- package/research/scan-plan.md +24 -0
- package/research/summaries/.gitkeep +1 -0
- package/research/summaries/agent-workflow-patterns.md +37 -0
- package/research/summaries/creative-design-patterns.md +38 -0
- package/research/summaries/design-critique-patterns.md +34 -0
- package/research/summaries/docs-and-agent-patterns.md +64 -0
- package/research/summaries/dogfood-adoption-patterns.md +33 -0
- package/research/summaries/frontend-design-patterns.md +64 -0
- package/research/summaries/frontend-distinctiveness-benchmark-patterns.md +38 -0
- package/research/summaries/frontend-product-quality-rubric-patterns.md +37 -0
- package/research/summaries/maturity-model-patterns.md +29 -0
- package/research/summaries/nextjs-patterns.md +65 -0
- package/research/summaries/repo-health-patterns.md +41 -0
- package/research/summaries/scan-overview.md +46 -0
- package/research/summaries/security-patterns.md +64 -0
- package/research/summaries/supabase-rls-patterns.md +54 -0
- package/research/summaries/supply-chain-patterns.md +38 -0
- package/research/summaries/testing-patterns.md +63 -0
- package/research/summaries/upgrade-lifecycle-patterns.md +26 -0
- package/research/summaries/visual-qa-patterns.md +39 -0
- package/rosters/next-supabase-default-council.json +228 -0
- package/schemas/agent-roster.schema.json +54 -0
- package/schemas/audit-report.schema.json +50 -0
- package/schemas/correction-rules.schema.json +32 -0
- package/schemas/council-session.schema.json +65 -0
- package/schemas/model-routing.schema.json +72 -0
- package/schemas/project-context.schema.json +94 -0
- package/schemas/session-event.schema.json +46 -0
- package/schemas/studio-session.schema.json +48 -0
- package/skills/accessibility-wcag.md +15 -0
- package/skills/agent-handoff-tracing.md +44 -0
- package/skills/best-practice-maturity-review.md +26 -0
- package/skills/content-first-design.md +50 -0
- package/skills/conversion-copywriting.md +38 -0
- package/skills/deployment-observability.md +14 -0
- package/skills/docs-maintainer.md +19 -0
- package/skills/frontend-design-system.md +68 -0
- package/skills/frontend-distinctiveness-benchmark.md +40 -0
- package/skills/frontend-product-quality-rubric.md +59 -0
- package/skills/landing-page-copy.md +29 -0
- package/skills/nextjs-app-router.md +18 -0
- package/skills/onboarding-empty-state-copy.md +37 -0
- package/skills/owasp-security-review.md +19 -0
- package/skills/planning-council.md +21 -0
- package/skills/positioning-messaging.md +42 -0
- package/skills/postgres-migrations.md +14 -0
- package/skills/product-voice-tone.md +35 -0
- package/skills/reference-led-design-critique.md +48 -0
- package/skills/supabase-auth-rls.md +20 -0
- package/skills/testing-qa.md +15 -0
- package/skills/upgrade-maintenance.md +32 -0
- package/skills/visual-regression-qa.md +42 -0
- package/templates/next-supabase/AGENTS.md +138 -0
- package/templates/next-supabase/AGENT_ROSTER.md +98 -0
- package/templates/next-supabase/ASSISTANT_ADAPTERS.md +82 -0
- package/templates/next-supabase/COUNCIL.md +54 -0
- package/templates/next-supabase/DECISIONS.md +45 -0
- package/templates/next-supabase/DEPLOYMENT.md +45 -0
- package/templates/next-supabase/DESIGN.md +171 -0
- package/templates/next-supabase/DOCS.md +62 -0
- package/templates/next-supabase/MESSAGING.md +81 -0
- package/templates/next-supabase/MODEL_ROUTING.md +109 -0
- package/templates/next-supabase/QUALITY_GATES.md +87 -0
- package/templates/next-supabase/SECURITY.md +54 -0
- package/templates/next-supabase/SKILLS.md +221 -0
- package/templates/next-supabase/SPEC.md +114 -0
- package/templates/next-supabase/STYLE_GUIDE.md +104 -0
- package/templates/next-supabase/TESTING.md +68 -0
- package/templates/next-supabase/UPGRADE.md +59 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agent-skills.dev/schemas/studio-session.schema.json",
|
|
4
|
+
"title": "Agent Kit Studio Session",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"required": [
|
|
7
|
+
"schemaVersion",
|
|
8
|
+
"sessionId",
|
|
9
|
+
"title",
|
|
10
|
+
"createdAt",
|
|
11
|
+
"updatedAt",
|
|
12
|
+
"status",
|
|
13
|
+
"workflowId",
|
|
14
|
+
"request",
|
|
15
|
+
"affectedLayers",
|
|
16
|
+
"qualityTarget",
|
|
17
|
+
"requiredOutputs"
|
|
18
|
+
],
|
|
19
|
+
"additionalProperties": false,
|
|
20
|
+
"properties": {
|
|
21
|
+
"schemaVersion": { "const": 1 },
|
|
22
|
+
"sessionId": { "type": "string", "minLength": 1 },
|
|
23
|
+
"title": { "type": "string", "minLength": 1 },
|
|
24
|
+
"createdAt": { "type": "string", "format": "date-time" },
|
|
25
|
+
"updatedAt": { "type": "string", "format": "date-time" },
|
|
26
|
+
"status": { "type": "string", "enum": ["planned", "in-progress", "blocked", "complete"] },
|
|
27
|
+
"workflowId": { "type": "string", "minLength": 1 },
|
|
28
|
+
"request": { "type": "string", "minLength": 1 },
|
|
29
|
+
"affectedLayers": { "type": "array", "items": { "type": "string" } },
|
|
30
|
+
"activeAgentId": { "type": "string" },
|
|
31
|
+
"nextAgentId": { "type": "string" },
|
|
32
|
+
"qualityTarget": { "type": "string", "enum": ["baseline-setup", "needs-improvement", "best-practice-candidate"] },
|
|
33
|
+
"requiredOutputs": {
|
|
34
|
+
"type": "array",
|
|
35
|
+
"items": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"required": ["name", "status"],
|
|
38
|
+
"additionalProperties": false,
|
|
39
|
+
"properties": {
|
|
40
|
+
"name": { "type": "string", "minLength": 1 },
|
|
41
|
+
"status": { "type": "string", "enum": ["missing", "partial", "complete", "not-applicable"] },
|
|
42
|
+
"evidence": { "type": "string" }
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"renderedAt": { "type": "string", "format": "date-time" }
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Accessibility WCAG Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Working on navigation, forms, modals, menus, tables, dashboards, custom controls, or interactive states.
|
|
6
|
+
|
|
7
|
+
## Checklist
|
|
8
|
+
|
|
9
|
+
- Semantic HTML is used where possible.
|
|
10
|
+
- ARIA is used only when needed.
|
|
11
|
+
- Keyboard navigation works.
|
|
12
|
+
- Focus states are visible.
|
|
13
|
+
- Color contrast meets WCAG 2.1 AA.
|
|
14
|
+
- Forms have labels and clear error messages.
|
|
15
|
+
- Motion is not required to understand the UI.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Agent Handoff Tracing Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Planning, routing, reviewing, or completing work that involves more than one agent role, touches a core workflow, or needs auditable council evidence.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Make agent collaboration inspectable. Every meaningful handoff should state who owns the next step, what was decided, what risk remains, and what evidence proves the required outputs.
|
|
10
|
+
|
|
11
|
+
## Required Checks
|
|
12
|
+
|
|
13
|
+
- Select the workflow from `.agent-kit/agent-roster.json`.
|
|
14
|
+
- Read `.agent-kit/project-context.json` and `.agent-kit/project-context.md` when present.
|
|
15
|
+
- Read active project and agent correction rules from `.agent-kit/corrections/` before making or reviewing decisions.
|
|
16
|
+
- Confirm the workflow sequence and council members before implementation.
|
|
17
|
+
- Record each agent handoff with decision, risk, next handoff, and evidence.
|
|
18
|
+
- Confirm required outputs are missing, partial, complete, or not applicable.
|
|
19
|
+
- Use `agent-kit session start`, `decision`, `handoff`, `correct`, `artifact`, `verify`, `render`, and `close` for local Agent Studio traces when available.
|
|
20
|
+
- Use `COUNCIL.md` for human-readable notes and schema-backed `.agent-kit/council-sessions/` records when CLI tooling is unavailable.
|
|
21
|
+
- Run `agent-kit audit` after adding structured session records.
|
|
22
|
+
- Run `agent-kit session render` after changing session evidence so `index.md` and `transcript.md` are current.
|
|
23
|
+
- Run `agent-kit studio export` when a self-contained local HTML session view would help the user inspect handoffs and transcript streams.
|
|
24
|
+
- Do not mark a council session complete until required outputs and verification evidence are present.
|
|
25
|
+
|
|
26
|
+
## Reject By Default
|
|
27
|
+
|
|
28
|
+
- Specialist agents acting without Planner routing on ambiguous or cross-layer work.
|
|
29
|
+
- Core changes that skip Lead Architect.
|
|
30
|
+
- Security-sensitive work that skips Security Reviewer.
|
|
31
|
+
- Behavior changes that skip QA evidence.
|
|
32
|
+
- Handoffs with only a summary and no risk, next owner, or evidence.
|
|
33
|
+
- Continuing after a user correction without recording the correction and deciding whether it should become a durable project or agent rule.
|
|
34
|
+
|
|
35
|
+
## Review Output
|
|
36
|
+
|
|
37
|
+
Return:
|
|
38
|
+
|
|
39
|
+
- Workflow selected.
|
|
40
|
+
- Agents required and agents actually involved.
|
|
41
|
+
- Missing handoffs or missing required outputs.
|
|
42
|
+
- Evidence that proves completion.
|
|
43
|
+
- Recommended next handoff.
|
|
44
|
+
- Agent Studio session path or rendered Markdown evidence when available.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Best-Practice Maturity Review
|
|
2
|
+
|
|
3
|
+
Use this skill when deciding whether a project, feature, release, or repository setup is baseline, strong, or best-practice ready.
|
|
4
|
+
|
|
5
|
+
## Required Inputs
|
|
6
|
+
|
|
7
|
+
- Current request, roadmap item, or release scope.
|
|
8
|
+
- `QUALITY_GATES.md`.
|
|
9
|
+
- Relevant `SPEC.md`, `DECISIONS.md`, `SECURITY.md`, `DESIGN.md`, `TESTING.md`, and `DEPLOYMENT.md` sections.
|
|
10
|
+
- Current council workflow from `.agent-kit/agent-roster.json`.
|
|
11
|
+
|
|
12
|
+
## Review Steps
|
|
13
|
+
|
|
14
|
+
1. Classify the target maturity level: baseline, strong, or best-practice.
|
|
15
|
+
2. Map affected areas: council, architecture, Supabase/RLS, security, frontend, accessibility, testing, release, docs, and repo health.
|
|
16
|
+
3. Name the evidence required for each affected area.
|
|
17
|
+
4. Treat missing evidence as incomplete, not as a pass with caveats.
|
|
18
|
+
5. Promote repeated research or dogfood findings into templates, skills, checklists, audit checks, tests, release gates, or `DECISIONS.md`.
|
|
19
|
+
|
|
20
|
+
## Output
|
|
21
|
+
|
|
22
|
+
- Maturity level claimed.
|
|
23
|
+
- Missing evidence by area.
|
|
24
|
+
- Required council handoffs.
|
|
25
|
+
- Verification commands or artifacts.
|
|
26
|
+
- Docs that must be updated before the work is considered done.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Content-First Design Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Building or reviewing any user-facing site, product screen, landing page, dashboard, tool, admin workflow, marketplace, content experience, ecommerce flow, portfolio, venue page, community surface, education product, or AI workflow UI.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Prevent generic output by making the interface derive from the product's real audience, content, workflows, brand constraints, and category context before visual styling or component assembly starts.
|
|
10
|
+
|
|
11
|
+
## Required Inputs
|
|
12
|
+
|
|
13
|
+
Collect or infer these before implementation:
|
|
14
|
+
|
|
15
|
+
- Primary audience and their user needs.
|
|
16
|
+
- Real content inventory: nouns, labels, record types, data fields, assets, examples, and domain language.
|
|
17
|
+
- Product category and expected workflow density.
|
|
18
|
+
- Brand personality, existing visual constraints, and accessibility constraints.
|
|
19
|
+
- Competitive or category references to learn from without copying.
|
|
20
|
+
- Non-goals: patterns, phrases, palettes, layouts, or tropes to avoid.
|
|
21
|
+
|
|
22
|
+
## Required Design Work
|
|
23
|
+
|
|
24
|
+
- Fill or update `DESIGN.md`.
|
|
25
|
+
- Produce at least two distinct creative directions before choosing one.
|
|
26
|
+
- Record a reference set, anti-references, source-safety notes, and a design critique verdict before acceptance.
|
|
27
|
+
- Score significant frontend work with the frontend product-quality rubric before acceptance.
|
|
28
|
+
- Map first-screen hierarchy to the user's primary task, object, or workflow.
|
|
29
|
+
- Define how tokens, imagery, density, and copy support the chosen direction.
|
|
30
|
+
- Identify missing real content or assets before substituting placeholders.
|
|
31
|
+
|
|
32
|
+
## Reject By Default
|
|
33
|
+
|
|
34
|
+
- Styling before content and workflow are understood.
|
|
35
|
+
- Generic SaaS headings, fake metrics, abstract gradient backgrounds, and card-heavy filler.
|
|
36
|
+
- Interfaces whose first screen could apply to any product in the category.
|
|
37
|
+
- Visual directions with no link to audience, content, or domain.
|
|
38
|
+
- Placeholder screenshots accepted as final evidence.
|
|
39
|
+
|
|
40
|
+
## Review Output
|
|
41
|
+
|
|
42
|
+
Return:
|
|
43
|
+
|
|
44
|
+
- Missing content, audience, or brand inputs.
|
|
45
|
+
- The selected creative direction and why it fits.
|
|
46
|
+
- The reference-led critique verdict and any remaining generic-design risks.
|
|
47
|
+
- The product-quality scorecard verdict and any critical zeroes.
|
|
48
|
+
- Which visible details make the design specific to this product.
|
|
49
|
+
- Which assets, copy, or data examples are still missing.
|
|
50
|
+
- Whether `DESIGN.md`, `STYLE_GUIDE.md`, and screenshot evidence are sufficient for acceptance.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Conversion Copywriting Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Writing or reviewing copy for landing pages, signup flows, pricing pages, checkout paths, demos, waitlists, product-led onboarding, upgrade prompts, or conversion-critical CTAs.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Make each conversion surface clear, truthful, specific, and aligned to the user's stage of intent.
|
|
10
|
+
|
|
11
|
+
## Required Inputs
|
|
12
|
+
|
|
13
|
+
- Audience segment and awareness level.
|
|
14
|
+
- Conversion goal and next action.
|
|
15
|
+
- User pain, desired outcome, and urgency.
|
|
16
|
+
- Product differentiator and proof.
|
|
17
|
+
- Objections, risks, or trust concerns.
|
|
18
|
+
- Constraints: legal, compliance, pricing, availability, region, or support limits.
|
|
19
|
+
|
|
20
|
+
## Required Work
|
|
21
|
+
|
|
22
|
+
- Map the page or flow to one primary action and one acceptable secondary action.
|
|
23
|
+
- Match headline, subhead, proof, and CTA to the same value proposition.
|
|
24
|
+
- Add trust-building copy only when the proof exists.
|
|
25
|
+
- Make risk, limitations, and eligibility clear near the relevant action.
|
|
26
|
+
- Use concrete product nouns, workflow language, and customer language from `MESSAGING.md`.
|
|
27
|
+
- Review microcopy around forms, errors, payment, confirmation, and cancellation.
|
|
28
|
+
|
|
29
|
+
## Reject By Default
|
|
30
|
+
|
|
31
|
+
- Multiple competing CTAs with no hierarchy.
|
|
32
|
+
- Broad benefit claims without proof or product specificity.
|
|
33
|
+
- Copy that creates legal, pricing, privacy, medical, financial, or compliance risk.
|
|
34
|
+
- Dark patterns, hidden conditions, forced urgency, or unclear cancellation language.
|
|
35
|
+
|
|
36
|
+
## Review Output
|
|
37
|
+
|
|
38
|
+
Return conversion goal, primary/secondary CTA, page hierarchy, proof used, objections handled, risky claims, missing evidence, and test ideas.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Deployment And Observability Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Working on deployments, env vars, migrations, cron jobs, logs, production incidents, monitoring, or rollback.
|
|
6
|
+
|
|
7
|
+
## Checklist
|
|
8
|
+
|
|
9
|
+
- Required env vars are documented.
|
|
10
|
+
- Server-only secrets are isolated.
|
|
11
|
+
- Migration and app deploy order is clear.
|
|
12
|
+
- Smoke checks are defined.
|
|
13
|
+
- Logs expose operational failures without leaking secrets.
|
|
14
|
+
- Rollback steps are documented.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Documentation Maintainer Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Any meaningful behavior, architecture, security, workflow, testing, deployment, or design standard changes.
|
|
6
|
+
|
|
7
|
+
## Checklist
|
|
8
|
+
|
|
9
|
+
- `SPEC.md` reflects current system behavior.
|
|
10
|
+
- `DECISIONS.md` records important tradeoffs.
|
|
11
|
+
- `DOCS.md` explains setup and workflows.
|
|
12
|
+
- `COUNCIL.md` records meaningful agent handoffs, required outputs, evidence, and verification status.
|
|
13
|
+
- `QUALITY_GATES.md` reflects maturity target and evidence expectations.
|
|
14
|
+
- `DESIGN.md` reflects brand/content, reference-led critique, and creative-direction changes.
|
|
15
|
+
- `STYLE_GUIDE.md` reflects code and design patterns.
|
|
16
|
+
- `SECURITY.md` reflects current threat model and auth boundaries.
|
|
17
|
+
- `TESTING.md` reflects current coverage and gaps.
|
|
18
|
+
- `DEPLOYMENT.md` reflects release and rollback steps.
|
|
19
|
+
- `UPGRADE.md` reflects version, migration, rollback, and package-update evidence.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Frontend Design System Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Building or reviewing any user-facing screen, page, component, app shell, dashboard, admin view, onboarding flow, or marketing surface.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Create interfaces that are domain-specific, accessible, polished, and useful. Avoid the common AI-generated look.
|
|
10
|
+
|
|
11
|
+
## Reject By Default
|
|
12
|
+
|
|
13
|
+
- Generic purple-blue gradient heroes.
|
|
14
|
+
- Vague SaaS value props.
|
|
15
|
+
- Fake dashboard metrics.
|
|
16
|
+
- Floating card soup.
|
|
17
|
+
- Oversized rounded panels without workflow purpose.
|
|
18
|
+
- Placeholder landing pages when the user asked for an app or tool.
|
|
19
|
+
- One-note color palettes.
|
|
20
|
+
- Styling that starts before content, audience, and workflow are understood.
|
|
21
|
+
|
|
22
|
+
## Prefer
|
|
23
|
+
|
|
24
|
+
- Task-first product screens.
|
|
25
|
+
- Domain-specific information architecture.
|
|
26
|
+
- Reusable design tokens.
|
|
27
|
+
- A documented component and state inventory.
|
|
28
|
+
- Clear density rules.
|
|
29
|
+
- Accessible forms and controls.
|
|
30
|
+
- Real loading, empty, error, disabled, and success states.
|
|
31
|
+
- Mobile-first layouts.
|
|
32
|
+
- Visual direction that fits the product category.
|
|
33
|
+
- A chosen creative direction that is visible in tokens, layout, copy, imagery, and interaction tone.
|
|
34
|
+
|
|
35
|
+
## Design Adapter Trigger
|
|
36
|
+
|
|
37
|
+
Use a provider-neutral design adapter and the matching `design-briefs/*` file when:
|
|
38
|
+
|
|
39
|
+
- The screen risks looking generic.
|
|
40
|
+
- The product category needs stronger visual direction.
|
|
41
|
+
- The workflow is unclear.
|
|
42
|
+
- A high-stakes UI needs external review.
|
|
43
|
+
|
|
44
|
+
Use `prompts/screenshot-review.md` after implementation when desktop and mobile screenshots exist.
|
|
45
|
+
|
|
46
|
+
Use `skills/content-first-design.md`, `prompts/brand-content-intake.md`, and `prompts/creative-direction-matrix.md` before implementation when the product, audience, content, brand, or visual direction is under-specified.
|
|
47
|
+
|
|
48
|
+
Use `skills/reference-led-design-critique.md` and `prompts/design-critique-gate.md` before accepting significant frontend work, especially when the screen could still look generic despite having tokens, states, and screenshots.
|
|
49
|
+
|
|
50
|
+
Use `skills/frontend-product-quality-rubric.md` and `prompts/frontend-product-quality-scorecard.md` before accepting significant frontend work. The scorecard must reject work when the product task, content specificity, accessibility, or source safety is weak, even if the UI looks polished.
|
|
51
|
+
|
|
52
|
+
Use `skills/frontend-distinctiveness-benchmark.md` and `prompts/frontend-distinctiveness-benchmark.md` before accepting significant frontend work that could still be interchangeable with another product in the same category. The benchmark must prove first-screen specificity, content fingerprint, safe reference learning, asset provenance, state proof, and visual QA evidence.
|
|
53
|
+
|
|
54
|
+
## Review Output
|
|
55
|
+
|
|
56
|
+
Return:
|
|
57
|
+
|
|
58
|
+
- What looks generic or under-specified.
|
|
59
|
+
- Which brand, content, audience, or creative-direction inputs are missing.
|
|
60
|
+
- Which reference-set, anti-reference, source-safety, or distinctiveness evidence is missing.
|
|
61
|
+
- Which design tokens are missing.
|
|
62
|
+
- Which component states are missing.
|
|
63
|
+
- Which accessibility risks remain.
|
|
64
|
+
- Which provider-neutral design brief should be used next, if any.
|
|
65
|
+
- Which screenshot evidence is still needed before the UI can be accepted.
|
|
66
|
+
- Which visual-regression or component-state evidence is needed before release.
|
|
67
|
+
- Which product-quality scorecard dimensions failed and what must improve before acceptance.
|
|
68
|
+
- Which distinctiveness benchmark evidence is missing before the UI can be accepted as product-specific.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Frontend Distinctiveness Benchmark Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Planning, building, or accepting any meaningful user-facing screen where the product could drift into generic AI-site output despite having clean components, tokens, or screenshots.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Prove that the interface belongs to this product, this audience, and this workflow. The design should be grounded in real content and safe reference learning before visual polish is accepted.
|
|
10
|
+
|
|
11
|
+
## Required Evidence
|
|
12
|
+
|
|
13
|
+
- First-screen proof: the first viewport shows the real product object, task, workflow, content, or decision.
|
|
14
|
+
- Content fingerprint: product nouns, labels, data shapes, records, actions, and edge cases are visible in the UI or documented in `DESIGN.md`.
|
|
15
|
+
- Reference benchmark: 3-5 relevant references name lessons to learn and 2-3 anti-references name tropes to avoid.
|
|
16
|
+
- Source-safety notes: no copied brand marks, protected layouts, proprietary assets, exact copy, or visual signatures.
|
|
17
|
+
- Creative divergence: at least two plausible directions were compared before one was chosen.
|
|
18
|
+
- State proof: important loading, empty, error, disabled, success, permission, and focus states are designed or captured.
|
|
19
|
+
- Asset provenance: real, generated, licensed, or placeholder assets are identified with usage constraints.
|
|
20
|
+
- Visual QA proof: desktop, mobile, and high-risk state evidence exists for the change risk.
|
|
21
|
+
|
|
22
|
+
## Reject By Default
|
|
23
|
+
|
|
24
|
+
- The first screen could be reused for another product in the same category by changing only the logo or headline.
|
|
25
|
+
- The interface uses fake metrics, generic dashboard cards, vague SaaS copy, abstract gradient decoration, or stock-like imagery to hide missing product decisions.
|
|
26
|
+
- References are copied instead of translated into generalized lessons.
|
|
27
|
+
- Product-specific content is postponed until after styling.
|
|
28
|
+
- A scorecard passes while first-screen proof, content fingerprint, source safety, or visual QA evidence is missing.
|
|
29
|
+
|
|
30
|
+
## Review Output
|
|
31
|
+
|
|
32
|
+
Return:
|
|
33
|
+
|
|
34
|
+
- First-screen proof verdict: missing, adequate, or strong.
|
|
35
|
+
- Content fingerprint verdict: missing, adequate, or strong.
|
|
36
|
+
- Reference benchmark verdict: missing, adequate, or strong.
|
|
37
|
+
- Source-safety and asset-provenance risks.
|
|
38
|
+
- Generic-AI-site risk after review.
|
|
39
|
+
- Required changes before implementation or acceptance.
|
|
40
|
+
- Evidence still needed for best-practice frontend status.
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Frontend Product Quality Rubric Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Reviewing or accepting any meaningful user-facing screen, page, component system, app shell, dashboard, admin workflow, onboarding flow, marketing surface, ecommerce flow, portfolio, venue page, content experience, community surface, education product, or AI workflow UI.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Make frontend quality review repeatable. A UI should not pass because it has modern styling, tokens, or screenshots. It must show the product's real audience, task, content, visual identity, states, accessibility, and source-safe reference learning.
|
|
10
|
+
|
|
11
|
+
## Required Inputs
|
|
12
|
+
|
|
13
|
+
- `DESIGN.md` with brand/content inputs, selected creative direction, reference set, anti-references, and source-safety notes.
|
|
14
|
+
- `DESIGN.md` distinctiveness benchmark evidence: first-screen proof, content fingerprint, reference benchmark, asset provenance, state proof, and visual QA proof.
|
|
15
|
+
- Desktop and mobile screenshots or preview links when implementation exists.
|
|
16
|
+
- Real content, data examples, record names, assets, or explicitly documented placeholder constraints.
|
|
17
|
+
- Component/state evidence for important loading, empty, error, disabled, success, permission, and focus states.
|
|
18
|
+
- Accessibility and visual QA evidence proportional to release risk.
|
|
19
|
+
|
|
20
|
+
## Scorecard
|
|
21
|
+
|
|
22
|
+
Score each dimension as `0`, `1`, or `2`.
|
|
23
|
+
|
|
24
|
+
| Dimension | 0 Reject | 1 Adequate | 2 Strong |
|
|
25
|
+
| --- | --- | --- | --- |
|
|
26
|
+
| User/task fit | First screen could belong to any product | Main task is visible but weakly prioritized | Product object, task, or workflow is immediately clear |
|
|
27
|
+
| Content specificity | Generic copy, fake metrics, or placeholder content hides missing decisions | Some real labels or data, but gaps remain | Real domain language, data shape, and content hierarchy drive the UI |
|
|
28
|
+
| Visual identity | Default AI-site tropes or derivative reference styling | Direction is coherent but not very distinctive | Typography, color, density, imagery, and layout express the chosen product direction |
|
|
29
|
+
| Information architecture | Navigation and hierarchy are unclear | Core path is understandable | Primary and secondary workflows are easy to scan and act on |
|
|
30
|
+
| Component states | Happy path only | Common states are documented | Important state variants are implemented or captured as visual evidence |
|
|
31
|
+
| Accessibility and interaction | Keyboard, focus, labels, contrast, or motion risks are unresolved | WCAG 2.1 AA basics are covered | Accessibility is verified across critical states and viewport changes |
|
|
32
|
+
| Source safety | References are copied or attribution/asset risk is unclear | References are summarized without copying | Lessons, anti-references, and what not to copy are explicit |
|
|
33
|
+
|
|
34
|
+
Acceptance threshold:
|
|
35
|
+
|
|
36
|
+
- Reject if any dimension scores `0` for user/task fit, content specificity, accessibility and interaction, or source safety.
|
|
37
|
+
- Reject if total score is below `10` of `14`.
|
|
38
|
+
- Treat `10-11` as adequate and `12-14` as strong.
|
|
39
|
+
- Best-practice frontend evidence requires a score of at least `12`, no critical zeroes, desktop/mobile review, and visual QA evidence for the change risk.
|
|
40
|
+
- A best-practice frontend verdict also requires a passing distinctiveness benchmark. A polished but interchangeable screen remains a reject even if it reaches the numeric threshold.
|
|
41
|
+
|
|
42
|
+
## Reject By Default
|
|
43
|
+
|
|
44
|
+
- A polished visual system with no real product nouns, data, or workflow.
|
|
45
|
+
- A landing page when the request was for an app, tool, dashboard, or operational workflow.
|
|
46
|
+
- Generic gradients, card-heavy filler, fake analytics, vague SaaS copy, stock-like decoration, or one-note palettes.
|
|
47
|
+
- Reference use that copies a brand, exact layout, visual signature, proprietary asset, or copy.
|
|
48
|
+
- Screenshots that omit mobile, important states, or the first screen's primary task.
|
|
49
|
+
|
|
50
|
+
## Review Output
|
|
51
|
+
|
|
52
|
+
Return:
|
|
53
|
+
|
|
54
|
+
- The score for each dimension and total score.
|
|
55
|
+
- Critical zeroes, if any.
|
|
56
|
+
- The acceptance verdict: `reject`, `adequate`, or `strong`.
|
|
57
|
+
- The smallest changes needed to reach the next verdict.
|
|
58
|
+
- Missing screenshot, state, accessibility, or visual QA evidence.
|
|
59
|
+
- Any source-safety or anti-reference risks that must be resolved before release.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Landing Page Copy Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Creating or reviewing homepage, landing page, campaign page, product page, feature page, waitlist page, or launch page copy.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Build a page narrative that quickly proves the product's specific value, not a generic hero followed by interchangeable feature cards.
|
|
10
|
+
|
|
11
|
+
## Required Work
|
|
12
|
+
|
|
13
|
+
- Start from `MESSAGING.md`; ask discovery questions if positioning is unclear.
|
|
14
|
+
- Define the first-viewport promise: audience, problem, outcome, differentiator, and action.
|
|
15
|
+
- Use the product's real nouns, workflows, integrations, constraints, and proof.
|
|
16
|
+
- Build sections around user questions: what is it, who is it for, why now, why this, how it works, proof, objections, next step.
|
|
17
|
+
- Keep claims proportionate to available proof.
|
|
18
|
+
- Pair copy with Frontend Design Lead so information hierarchy and visual direction reinforce the message.
|
|
19
|
+
|
|
20
|
+
## Reject By Default
|
|
21
|
+
|
|
22
|
+
- Hero copy that says only "build faster", "work smarter", "AI-powered", or "all-in-one".
|
|
23
|
+
- Feature cards that list capabilities without tying them to user outcomes.
|
|
24
|
+
- Testimonials, logos, metrics, or security claims that are invented or unverified.
|
|
25
|
+
- Landing pages when the user asked for a working app, tool, or operational workflow.
|
|
26
|
+
|
|
27
|
+
## Review Output
|
|
28
|
+
|
|
29
|
+
Return first-viewport copy, page section outline, proof placement, objection handling, CTA hierarchy, missing inputs, and design handoff notes.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Next.js App Router Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Working on routes, layouts, Server Components, Client Components, Server Actions, Route Handlers, data loading, caching, or revalidation.
|
|
6
|
+
|
|
7
|
+
## Checklist
|
|
8
|
+
|
|
9
|
+
- Server Components are the default.
|
|
10
|
+
- Client Components are used only for browser-only behavior.
|
|
11
|
+
- Secrets stay server-only.
|
|
12
|
+
- User-specific data is not stored in shared caches.
|
|
13
|
+
- Route params, query params, forms, and API bodies are validated.
|
|
14
|
+
- Loading, error, empty, and success states are present.
|
|
15
|
+
|
|
16
|
+
## Security Notes
|
|
17
|
+
|
|
18
|
+
Do not trust client-side checks for authorization. Client UI can hide controls, but server code and RLS must enforce permissions.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Onboarding And Empty-State Copy Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Writing or reviewing onboarding, activation, setup checklists, empty states, first-run flows, upgrade prompts, permission states, success states, or in-product guidance.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Help users take the next useful step without filler, pressure, or unclear product promises.
|
|
10
|
+
|
|
11
|
+
## Required Inputs
|
|
12
|
+
|
|
13
|
+
- User role and first successful outcome.
|
|
14
|
+
- Required setup steps and dependencies.
|
|
15
|
+
- Empty-state cause: no data yet, filtered out, permission denied, failed load, unavailable feature, or completed workflow.
|
|
16
|
+
- Available next actions and support paths.
|
|
17
|
+
- Product voice and risk level.
|
|
18
|
+
|
|
19
|
+
## Required Work
|
|
20
|
+
|
|
21
|
+
- Explain what happened in the user's language.
|
|
22
|
+
- Offer the smallest useful next action.
|
|
23
|
+
- Separate first-run education from error or permission states.
|
|
24
|
+
- Avoid blaming the user for missing data, permissions, or integrations.
|
|
25
|
+
- Align CTAs with the actual route, action, or support path.
|
|
26
|
+
- Include accessibility-friendly labels and error recovery where relevant.
|
|
27
|
+
|
|
28
|
+
## Reject By Default
|
|
29
|
+
|
|
30
|
+
- Empty states that only say "nothing here yet".
|
|
31
|
+
- Onboarding copy with no clear next action.
|
|
32
|
+
- Upgrade prompts that block core recovery or hide why access is limited.
|
|
33
|
+
- Error or permission copy that obscures the real cause.
|
|
34
|
+
|
|
35
|
+
## Review Output
|
|
36
|
+
|
|
37
|
+
Return state type, user goal, message, primary action, secondary action, recovery path, and any missing product or permission details.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# OWASP Security Review Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Reviewing auth, APIs, Server Actions, external fetches, file uploads, webhooks, dependencies, or data mutations.
|
|
6
|
+
|
|
7
|
+
## Checklist
|
|
8
|
+
|
|
9
|
+
- Broken access control and IDOR are tested.
|
|
10
|
+
- Inputs are validated and parsed with safe schemas.
|
|
11
|
+
- Outputs are safely rendered or encoded.
|
|
12
|
+
- SSRF risk is addressed for server-side fetches.
|
|
13
|
+
- Secrets are not logged or bundled.
|
|
14
|
+
- Dependencies are reviewed for known critical CVEs.
|
|
15
|
+
- Errors are explicit without leaking internals.
|
|
16
|
+
|
|
17
|
+
## Output Format
|
|
18
|
+
|
|
19
|
+
Report severity, exploit path, affected behavior, and concrete remediation.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Planning And Agent Council
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Use for planning requests, roadmap work, ambiguous feature requests, core architecture changes, auth/data changes, release changes, and any task that needs multiple agent roles.
|
|
6
|
+
|
|
7
|
+
## Required Checks
|
|
8
|
+
|
|
9
|
+
- Classify the request as planning, core-change, frontend-change, security-review, release, docs, or research.
|
|
10
|
+
- Read `.agent-kit/agent-roster.json` and use it as the workflow source of truth when present.
|
|
11
|
+
- Use `QUALITY_GATES.md` to name whether the target is baseline, strong, or best-practice.
|
|
12
|
+
- Start planning with the Planner agent.
|
|
13
|
+
- Route core changes through Lead Architect before implementation.
|
|
14
|
+
- Include Security Reviewer for auth, data mutation, external-call, dependency, secret, or deployment-risk changes.
|
|
15
|
+
- Include QA Engineer before completion when behavior changes.
|
|
16
|
+
- Include Documentation Maintainer when living docs need updates.
|
|
17
|
+
- Record meaningful council sessions in `COUNCIL.md` or a structured record matching `.agent-kit/schemas/council-session.schema.json`.
|
|
18
|
+
|
|
19
|
+
## Output
|
|
20
|
+
|
|
21
|
+
Name the active workflow, maturity target, council members, handoff order, affected layers, preserved capabilities, required outputs, decision/risk/next-handoff evidence, verification commands, and unresolved risks.
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Positioning And Messaging Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Defining or reviewing product positioning, audience, value proposition, landing-page strategy, homepage messaging, pricing narrative, launch copy, or public SaaS messaging.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Make copy specific to the actual product, market, user pain, outcome, and proof instead of producing interchangeable SaaS language.
|
|
10
|
+
|
|
11
|
+
## Required Discovery Questions
|
|
12
|
+
|
|
13
|
+
Ask these before writing final copy when the answers are missing:
|
|
14
|
+
|
|
15
|
+
- Who is the primary audience, and what do they already believe or understand?
|
|
16
|
+
- What painful, expensive, slow, risky, or annoying problem are they trying to solve?
|
|
17
|
+
- What outcome do they want, and how will they recognize progress?
|
|
18
|
+
- What alternatives are they using today, including manual workarounds?
|
|
19
|
+
- What is the strongest differentiator: speed, quality, workflow fit, trust, cost, automation, insight, compliance, or convenience?
|
|
20
|
+
- What proof supports the claim: data, customer quote, demo, case study, benchmark, shipped feature, integration, or domain expertise?
|
|
21
|
+
- What objections would stop adoption, signup, payment, or activation?
|
|
22
|
+
- What action should the page or flow make easier?
|
|
23
|
+
|
|
24
|
+
## Required Work
|
|
25
|
+
|
|
26
|
+
- Fill or update `MESSAGING.md`.
|
|
27
|
+
- Write a one-sentence positioning statement.
|
|
28
|
+
- Define primary and secondary value propositions.
|
|
29
|
+
- Name proof points and objections separately from claims.
|
|
30
|
+
- Translate positioning into page-level hierarchy: headline, subhead, primary CTA, secondary CTA, proof, objection handling, and next step.
|
|
31
|
+
- Mark unknowns explicitly instead of hiding them behind broad claims.
|
|
32
|
+
|
|
33
|
+
## Reject By Default
|
|
34
|
+
|
|
35
|
+
- "AI-powered", "supercharge", "revolutionize", "all-in-one", "10x", or similar claims without concrete proof.
|
|
36
|
+
- Headlines that would still work after replacing the product name with a competitor.
|
|
37
|
+
- Copy with no audience, pain, differentiator, proof, or conversion target.
|
|
38
|
+
- Unsupported urgency, fear, savings, compliance, or performance claims.
|
|
39
|
+
|
|
40
|
+
## Review Output
|
|
41
|
+
|
|
42
|
+
Return missing inputs, positioning statement, value proposition, proof gaps, objections, copy hierarchy, CTA rationale, and required follow-up questions.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Postgres Migrations Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Adding tables, columns, constraints, indexes, functions, triggers, seed data, or policy changes.
|
|
6
|
+
|
|
7
|
+
## Checklist
|
|
8
|
+
|
|
9
|
+
- Migration order is documented.
|
|
10
|
+
- Constraints protect data integrity.
|
|
11
|
+
- Indexes support expected queries.
|
|
12
|
+
- RLS changes are reviewed with auth assumptions.
|
|
13
|
+
- Backfills and destructive changes have rollback guidance.
|
|
14
|
+
- Local and production application order is clear.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Product Voice And Tone Skill
|
|
2
|
+
|
|
3
|
+
## Use When
|
|
4
|
+
|
|
5
|
+
Defining or reviewing product voice, tone, brand language, UX writing rules, help text, error messages, onboarding guidance, transactional copy, or notification copy.
|
|
6
|
+
|
|
7
|
+
## Goal
|
|
8
|
+
|
|
9
|
+
Make the product sound deliberate, consistent, and appropriate for the audience and task risk.
|
|
10
|
+
|
|
11
|
+
## Required Inputs
|
|
12
|
+
|
|
13
|
+
- Audience sophistication and emotional state.
|
|
14
|
+
- Product category and trust requirements.
|
|
15
|
+
- Brand traits and words to avoid.
|
|
16
|
+
- Regulatory, legal, accessibility, or support constraints.
|
|
17
|
+
- Examples of existing copy that should be kept or avoided.
|
|
18
|
+
|
|
19
|
+
## Required Work
|
|
20
|
+
|
|
21
|
+
- Define 3-5 voice traits with "do" and "avoid" examples.
|
|
22
|
+
- Set tone rules for success, warning, error, empty, loading, payment, security, and destructive actions.
|
|
23
|
+
- Prefer plain, concrete language over cleverness when user trust or task completion matters.
|
|
24
|
+
- Keep labels, CTAs, form hints, and errors consistent across the product.
|
|
25
|
+
- Update `MESSAGING.md`, `STYLE_GUIDE.md`, or `DESIGN.md` when voice affects product UI.
|
|
26
|
+
|
|
27
|
+
## Reject By Default
|
|
28
|
+
|
|
29
|
+
- Cute or vague copy around errors, billing, security, auth, destructive actions, or compliance.
|
|
30
|
+
- Inconsistent terms for the same object, workflow, or action.
|
|
31
|
+
- Brand voice that hides important limitations or next steps.
|
|
32
|
+
|
|
33
|
+
## Review Output
|
|
34
|
+
|
|
35
|
+
Return voice traits, tone rules by state, terminology decisions, risky wording, and doc updates needed.
|