monomind 2.5.1 → 2.5.3
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/README.md +1 -1
- package/package.json +2 -1
- package/packages/@monomind/cli/.claude/agents/design/design-monodesign.md +6 -6
- package/packages/@monomind/cli/.claude/agents/github/repo-architect.md +3 -3
- package/packages/@monomind/cli/.claude/agents/github/sync-coordinator.md +2 -2
- package/packages/@monomind/cli/.claude/agents/specialists/integration-architect.md +4 -4
- package/packages/@monomind/cli/.claude/commands/github/repo-architect.md +4 -4
- package/packages/@monomind/cli/.claude/commands/github/sync-coordinator.md +2 -2
- package/packages/@monomind/cli/.claude/commands/mastermind/_repeat.md +4 -4
- package/packages/@monomind/cli/.claude/commands/mastermind/approvev1.md +4 -4
- package/packages/@monomind/cli/.claude/commands/mastermind/architect.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/autodev.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/brain.md +2 -2
- package/packages/@monomind/cli/.claude/commands/mastermind/build.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/code-review.md +2 -2
- package/packages/@monomind/cli/.claude/commands/mastermind/content.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/createorg.md +4 -4
- package/packages/@monomind/cli/.claude/commands/mastermind/createtask.md +3 -3
- package/packages/@monomind/cli/.claude/commands/mastermind/debug.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/design.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/do.md +2 -2
- package/packages/@monomind/cli/.claude/commands/mastermind/execute.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/finance.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/finish.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/idea.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/ideate.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/improve.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/marketing.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/master.md +54 -54
- package/packages/@monomind/cli/.claude/commands/mastermind/ops.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/orgs.md +2 -2
- package/packages/@monomind/cli/.claude/commands/mastermind/orgstatus.md +2 -2
- package/packages/@monomind/cli/.claude/commands/mastermind/plan.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/receive-review.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/release.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/research.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/review.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/runorg.md +4 -4
- package/packages/@monomind/cli/.claude/commands/mastermind/runorgv1.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/sales.md +6 -6
- package/packages/@monomind/cli/.claude/commands/mastermind/skill-builder.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/stoporg.md +3 -3
- package/packages/@monomind/cli/.claude/commands/mastermind/taskdev.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/tdd.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/techport.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/verify.md +5 -5
- package/packages/@monomind/cli/.claude/commands/mastermind/worktree.md +5 -5
- package/packages/@monomind/cli/.claude/helpers/control-start.cjs +30 -0
- package/packages/@monomind/cli/.claude/helpers/event-logger.cjs +2 -2
- package/packages/@monomind/cli/.claude/helpers/extras-registry.json +1 -1
- package/packages/@monomind/cli/.claude/helpers/handlers/agent-start-handler.cjs +2 -2
- package/packages/@monomind/cli/.claude/helpers/handlers/edit-handler.cjs +2 -2
- package/packages/@monomind/cli/.claude/helpers/handlers/gates-handler.cjs +1 -1
- package/packages/@monomind/cli/.claude/helpers/handlers/route-handler.cjs +1 -1
- package/packages/@monomind/cli/.claude/helpers/handlers/session-handler.cjs +1 -1
- package/packages/@monomind/cli/.claude/helpers/handlers/session-restore-handler.cjs +11 -11
- package/packages/@monomind/cli/.claude/helpers/handlers/task-handler.cjs +2 -2
- package/packages/@monomind/cli/.claude/helpers/hook-handler.cjs +8 -8
- package/packages/@monomind/cli/.claude/helpers/utils/monograph.cjs +44 -12
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/access.md → mastermind-access/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/activity.md → mastermind-activity/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/adapter-manager.md → mastermind-adapter-manager/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/adapters.md → mastermind-adapters/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/agent-detail.md → mastermind-agent-detail/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/agents.md → mastermind-agents/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/approval-detail.md → mastermind-approval-detail/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/approvev1.md → mastermind-approvev1/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/architect.md → mastermind-architect/SKILL.md} +7 -7
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/autodev.md → mastermind-autodev/SKILL.md} +10 -10
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/backup.md → mastermind-backup/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/bootstrap.md → mastermind-bootstrap/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/budgets.md → mastermind-budgets/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/build.md → mastermind-build/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/companies.md → mastermind-companies/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/content.md → mastermind-content/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/costs.md → mastermind-costs/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/createorg.md → mastermind-createorg/SKILL.md} +3 -3
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/debug.md → mastermind-debug/SKILL.md} +4 -4
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_delegation.md → mastermind-delegation/SKILL.md} +1 -1
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/design.md → mastermind-design/SKILL.md} +9 -9
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/diagnose.md → mastermind-diagnose/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/env.md → mastermind-env/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/environments.md → mastermind-environments/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/execute.md → mastermind-execute/SKILL.md} +10 -10
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/export.md → mastermind-export/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/finance.md → mastermind-finance/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/goal-detail.md → mastermind-goal-detail/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/goals.md → mastermind-goals/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/heartbeatv1.md → mastermind-heartbeatv1/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/idea.md → mastermind-idea/SKILL.md} +7 -7
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/import.md → mastermind-import/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/inbox.md → mastermind-inbox/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/instance.md → mastermind-instance/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/instance-settings.md → mastermind-instance-settings/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/invite-landing.md → mastermind-invite-landing/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/invites.md → mastermind-invites/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/issue-detail.md → mastermind-issue-detail/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/issues.md → mastermind-issues/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/join-queue.md → mastermind-join-queue/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/liveness.md → mastermind-liveness/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/marketing.md → mastermind-marketing/SKILL.md} +8 -8
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/memory.md → mastermind-memory/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/monitor.md → mastermind-monitor/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/my-issues.md → mastermind-my-issues/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/new-agent.md → mastermind-new-agent/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/ops.md → mastermind-ops/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/org-chart.md → mastermind-org-chart/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/org-settings.md → mastermind-org-settings/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/orgs.md → mastermind-orgs/SKILL.md} +1 -1
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/orgstatus.md → mastermind-orgstatus/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plan.md → mastermind-plan/SKILL.md} +7 -7
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plan-to-tasks.md → mastermind-plan-to-tasks/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plugin-manager.md → mastermind-plugin-manager/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plugin-settings.md → mastermind-plugin-settings/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plugins.md → mastermind-plugins/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/profile.md → mastermind-profile/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/project-detail.md → mastermind-project-detail/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/project-workspace.md → mastermind-project-workspace/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/projects.md → mastermind-projects/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_protocol.md → mastermind-protocol/SKILL.md} +3 -3
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/release.md → mastermind-release/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_repeat.md → mastermind-repeat/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/research.md → mastermind-research/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/review.md → mastermind-review/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/routine-detail.md → mastermind-routine-detail/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/routines.md → mastermind-routines/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/runorgv1.md → mastermind-runorgv1/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/sales.md → mastermind-sales/SKILL.md} +5 -5
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/search.md → mastermind-search/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/secrets.md → mastermind-secrets/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/skill-builder.md → mastermind-skill-builder/SKILL.md} +16 -14
- package/packages/@monomind/cli/.claude/skills/mastermind-skills/{skills.md → SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/stoporg.md → mastermind-stoporg/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/taskdev.md → mastermind-taskdev/SKILL.md} +6 -6
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/implementer-prompt.md +1 -1
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/tasks.md → mastermind-tasks/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/tdd.md → mastermind-tdd/SKILL.md} +4 -4
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/techport.md → mastermind-techport/SKILL.md} +6 -6
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/threads.md → mastermind-threads/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/tree-control.md → mastermind-tree-control/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/verify.md → mastermind-verify/SKILL.md} +1 -1
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/wiki.md → mastermind-wiki/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/workspace-detail.md → mastermind-workspace-detail/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/{mastermind-skills/workspaces.md → mastermind-workspaces/SKILL.md} +2 -2
- package/packages/@monomind/cli/.claude/skills/monodesign/SKILL.md +114 -190
- package/packages/@monomind/cli/.claude/skills/monodesign/adapt.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/agents/monodesign-asset-producer.md +4 -4
- package/packages/@monomind/cli/.claude/skills/monodesign/agents/monodesign-manual-edit-applier.md +103 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/audit.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/craft.md +2 -2
- package/packages/@monomind/cli/.claude/skills/monodesign/critique.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/init.md +30 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/layout.md +36 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/live.md +19 -44
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/adapt.md +122 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/adapt.native.md +58 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/android.md +40 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/animate.md +39 -11
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/antipatterns-catalog.md +67 -16
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/audit.md +5 -3
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/audit.native.md +139 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/bolder.md +71 -64
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/brand.md +12 -18
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/clarify.md +114 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/codex.md +4 -6
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/colorize.md +108 -5
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/craft.md +70 -143
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/critique.md +635 -68
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/delight.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/distill.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/document.md +24 -22
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/extract.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/hooks.md +22 -29
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/init.md +221 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/interaction-design.md +0 -6
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/ios.md +45 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/layout.md +57 -13
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/live.md +159 -71
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/overdrive.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/personas.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/polish.md +16 -8
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/pre-delivery-checklist.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/product.md +1 -3
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/quieter.md +1 -1
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/shape.md +27 -13
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/teach.md +6 -152
- package/packages/@monomind/cli/.claude/skills/monodesign/reference/typeset.md +180 -3
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/command-metadata.json +94 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/context-signals.mjs +260 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/context.mjs +1061 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/critique-storage.mjs +416 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detect-csp.mjs +198 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detect.mjs +33 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/browser/injected/index.mjs +1962 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/cli/main.mjs +321 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/design-system.mjs +814 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/detect-antipatterns-browser.js +5601 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/detect-antipatterns.mjs +50 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/browser/detect-url.mjs +259 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/browser/drivers.mjs +258 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/regex/detect-text.mjs +636 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/static-html/css-cascade.mjs +1015 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/static-html/detect-html.mjs +253 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/visual/screenshot-contrast.mjs +198 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/findings.mjs +12 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/fix/css-regions.mjs +181 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/fix/fixers.mjs +373 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/fix/index.mjs +426 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/node/file-system.mjs +198 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/profile/profiler.mjs +166 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/registry/antipatterns.mjs +563 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/rules/checks.mjs +2995 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/color.mjs +124 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/constants.mjs +101 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/fonts.mjs +30 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/inline-ignores.mjs +148 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/page.mjs +7 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook-admin.mjs +661 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook-before-edit.mjs +516 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook-lib.mjs +1776 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook.mjs +61 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/design-parser.mjs +842 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/is-generated.mjs +69 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/monodesign-config.mjs +640 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/monodesign-paths.mjs +129 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/provider.mjs +4 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/target-args.mjs +42 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/browser-script-parts.mjs +50 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/completion.mjs +19 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/event-validation.mjs +137 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/insert-ui.mjs +458 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/manual-apply.mjs +939 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/manual-edit-routes.mjs +357 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/manual-edits-buffer.mjs +152 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/session-store.mjs +293 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/svelte-component.mjs +826 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/sveltekit-adapter.mjs +274 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/ui-core.mjs +180 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/vocabulary.mjs +36 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-accept.mjs +812 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-browser-dom.js +146 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-browser-session.js +123 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-browser.js +11240 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-commit-manual-edits.mjs +1241 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-complete.mjs +75 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-copy-edit-agent.mjs +683 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-discard-manual-edits.mjs +51 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-inject.mjs +583 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-insert.mjs +272 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-manual-edit-evidence.mjs +363 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-poll.mjs +384 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-resume.mjs +94 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-server.mjs +1137 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-status.mjs +61 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-target.mjs +30 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-wrap.mjs +894 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live.mjs +297 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/modern-screenshot.umd.js +14 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/palette.mjs +633 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/scripts/pin.mjs +221 -0
- package/packages/@monomind/cli/.claude/skills/monodesign/teach.md +7 -58
- package/packages/@monomind/cli/README.md +1 -1
- package/packages/@monomind/cli/dist/src/commands/design-detect.d.ts +7 -1
- package/packages/@monomind/cli/dist/src/commands/design-detect.js +131 -38
- package/packages/@monomind/cli/dist/src/commands/design-palette.d.ts +0 -1
- package/packages/@monomind/cli/dist/src/commands/design-palette.js +2 -3
- package/packages/@monomind/cli/dist/src/commands/doc.js +72 -15
- package/packages/@monomind/cli/dist/src/commands/doctor-project-checks.d.ts +5 -1
- package/packages/@monomind/cli/dist/src/commands/doctor-project-checks.js +24 -1
- package/packages/@monomind/cli/dist/src/commands/doctor.js +3 -3
- package/packages/@monomind/cli/dist/src/commands/hooks-workers.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/commands/hooks-workers.js +8 -8
- package/packages/@monomind/cli/dist/src/commands/init.js +2 -2
- package/packages/@monomind/cli/dist/src/commands/org.js +109 -9
- package/packages/@monomind/cli/dist/src/index.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/index.js +3 -3
- package/packages/@monomind/cli/dist/src/init/claudemd-generator.js +5 -5
- package/packages/@monomind/cli/dist/src/init/executor.js +17 -6
- package/packages/@monomind/cli/dist/src/knowledge/document-pipeline.d.ts +2 -0
- package/packages/@monomind/cli/dist/src/knowledge/document-pipeline.js +4 -1
- package/packages/@monomind/cli/dist/src/mcp-server.js +2 -2
- package/packages/@monomind/cli/dist/src/mcp-tools/hooks-intelligence.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/hooks-intelligence.js +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/hooks-routing.js +2 -2
- package/packages/@monomind/cli/dist/src/mcp-tools/hooks-tools.js +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/knowledge-tools.js +38 -7
- package/packages/@monomind/cli/dist/src/mcp-tools/memory-tools.d.ts +8 -3
- package/packages/@monomind/cli/dist/src/mcp-tools/memory-tools.js +193 -31
- package/packages/@monomind/cli/dist/src/memory/memory-bridge.d.ts +33 -0
- package/packages/@monomind/cli/dist/src/memory/memory-bridge.js +166 -17
- package/packages/@monomind/cli/dist/src/memory/memory-kg.d.ts +186 -0
- package/packages/@monomind/cli/dist/src/memory/memory-kg.js +450 -0
- package/packages/@monomind/cli/dist/src/memory/query-router.d.ts +44 -0
- package/packages/@monomind/cli/dist/src/memory/query-router.js +113 -0
- package/packages/@monomind/cli/dist/src/orgrt/daemon.d.ts +18 -0
- package/packages/@monomind/cli/dist/src/orgrt/daemon.js +249 -12
- package/packages/@monomind/cli/dist/src/orgrt/migrate.js +7 -0
- package/packages/@monomind/cli/dist/src/orgrt/policy.js +7 -0
- package/packages/@monomind/cli/dist/src/orgrt/session.d.ts +24 -1
- package/packages/@monomind/cli/dist/src/orgrt/session.js +18 -3
- package/packages/@monomind/cli/dist/src/orgrt/templates.d.ts +1 -0
- package/packages/@monomind/cli/dist/src/orgrt/templates.js +9 -4
- package/packages/@monomind/cli/dist/src/orgrt/types.d.ts +15 -0
- package/packages/@monomind/cli/dist/src/orgrt/types.js +2 -0
- package/packages/@monomind/cli/dist/src/routing/embed-worker.js +1 -1
- package/packages/@monomind/cli/dist/src/routing/llm-caller.js +1 -1
- package/packages/@monomind/cli/dist/src/routing/route-layer-factory.js +1 -1
- package/packages/@monomind/cli/dist/src/ui/dashboard.html +176 -26
- package/packages/@monomind/cli/dist/src/ui/orgs.html +24 -0
- package/packages/@monomind/cli/dist/src/ui/server.mjs +162 -12
- package/packages/@monomind/cli/dist/src/update/checker.js +3 -3
- package/packages/@monomind/cli/package.json +8 -6
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_agent-select.md → mastermind-agent-select/SKILL.md} +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/finish.md → mastermind-finish/SKILL.md} +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_intake.md → mastermind-intake/SKILL.md} +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-marketing}/references/copywriting-frameworks.md +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-marketing}/references/persuasion-psychology.md +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/monotask.md → mastermind-monotask/SKILL.md} +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/receive-review.md → mastermind-receive-review/SKILL.md} +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/runorg.md → mastermind-runorg/SKILL.md} +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/code-quality-reviewer-prompt.md +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/final-reviewer-prompt.md +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/spec-reviewer-prompt.md +0 -0
- /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/worktree.md → mastermind-worktree/SKILL.md} +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<!-- Synced from
|
|
1
|
+
<!-- Synced from the monodesign v3.2.1 registry. Source of truth: cli/engine/registry/antipatterns.mjs -->
|
|
2
2
|
# Antipatterns Catalog
|
|
3
3
|
|
|
4
|
-
All
|
|
4
|
+
All 51 known design antipatterns with detection rules and remediation. These are what `monomind design detect` checks. Run this on any HTML/CSS target before presenting work.
|
|
5
5
|
|
|
6
6
|
## Categories
|
|
7
7
|
|
|
8
|
-
These are the two categories the `
|
|
8
|
+
These are the two categories the `monomind design detect` engine uses:
|
|
9
9
|
|
|
10
10
|
- **slop** — AI tells that signal lack of intentional design (27 patterns)
|
|
11
|
-
- **quality** — Design principle violations including contrast, motion, readability, and semantic structure (
|
|
11
|
+
- **quality** — Design principle violations including contrast, motion, readability, and semantic structure (24 patterns)
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
@@ -37,6 +37,14 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
37
37
|
**Why it's wrong:** Bounce easing is a 2013 trend that reads as playful-in-a-bad-way on professional interfaces. It also tends to cause layout shift.
|
|
38
38
|
**Fix:** Use expo-out (`cubic-bezier(0.16, 1, 0.3, 1)`) for snappy exits, quint-out for softer landings. No overshoot.
|
|
39
39
|
|
|
40
|
+
### `codex-grid-background` — Decorative grid-line background
|
|
41
|
+
|
|
42
|
+
**Detect**: A two-axis grid drawn with hairline `linear-gradient` layers (`1px, transparent 1px` on both axes) used as surface decoration. Opt-in via `--gpt` (gated off by default).
|
|
43
|
+
|
|
44
|
+
**Why it's wrong**: A decorative hairline grid overlay is a recurring generated-UI signature. It adds visual noise without communicating structure.
|
|
45
|
+
|
|
46
|
+
**Fix**: Reserve grid overlays for actual canvas, map, blueprint, or measurement surfaces; elsewhere use product structure or a plain surface.
|
|
47
|
+
|
|
40
48
|
### `cream-palette` — Cream / beige palette
|
|
41
49
|
|
|
42
50
|
**Detect**: Warm cream or beige page background (`#fdf6e3`, `#faf8f5`, or equivalent warm off-white) with no other distinguishing palette element.
|
|
@@ -58,11 +66,6 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
58
66
|
|
|
59
67
|
**Fix**: Use commas, colons, periods, or parentheses instead. Reserve em-dashes for strong breaks where no other punctuation works.
|
|
60
68
|
|
|
61
|
-
### `everything-centered` — Everything centered
|
|
62
|
-
**Detect:** More than 3 consecutive sections all use `text-align: center` or centered flex/grid layout.
|
|
63
|
-
**Why it's wrong:** Center alignment works for short content (headings, CTAs) but becomes monotonous for long sections. It also reduces readability for multi-line copy.
|
|
64
|
-
**Fix:** Mix alignment. Left-align body copy. Center only headings and CTAs. Alternate center and left-aligned sections.
|
|
65
|
-
|
|
66
69
|
### `extreme-negative-tracking` — Crushed letter spacing
|
|
67
70
|
|
|
68
71
|
**Detect**: `letter-spacing` pulled below `-0.05em` on display or body type.
|
|
@@ -223,6 +226,14 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
223
226
|
**Why it's wrong:** Cramped elements are hard to read, harder to click, and communicate low quality. 8px is the absolute minimum; 16px is the default.
|
|
224
227
|
**Fix:** Minimum 12px padding inside cards. Minimum 10px vertical + 16px horizontal on buttons. Minimum 44×44px touch targets.
|
|
225
228
|
|
|
229
|
+
### `dark-scheme-contrast-blindspot` — Dark-scheme contrast blindspot
|
|
230
|
+
|
|
231
|
+
**Detect** (advisory): The page ships dark styling (a `@media (prefers-color-scheme: dark)` block or a `.dark` / `[data-theme=dark]` scope), but for some selector the dark override changes the background without changing the paired text color — or the reverse — while the light scheme defined both.
|
|
232
|
+
|
|
233
|
+
**Why it's wrong**: A half-updated color pair often collapses to unreadable contrast in dark mode (dark text left on a newly-dark background). It's the most common dark-mode regression and easy to miss because the light scheme looks fine.
|
|
234
|
+
|
|
235
|
+
**Fix**: Override text and background together for the same selector, or verify the inherited half still contrasts against the changed half. Prefer semantic tokens (`--fg` / `--bg`) that flip as a pair.
|
|
236
|
+
|
|
226
237
|
### `design-system-color` — Color outside DESIGN.md
|
|
227
238
|
|
|
228
239
|
**Detect**: A literal color value used in CSS that is not declared in the project's `DESIGN.md` palette or its tonal ramps.
|
|
@@ -239,6 +250,14 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
239
250
|
|
|
240
251
|
**Fix**: Use the documented type system or update `DESIGN.md` if this is an intentional brand addition. Never silently add a typeface without updating the system.
|
|
241
252
|
|
|
253
|
+
### `design-system-font-size` — Font size outside DESIGN.md
|
|
254
|
+
|
|
255
|
+
**Detect**: A literal `font-size` used in CSS that is off the type ramp documented in the project's `DESIGN.md` typography section.
|
|
256
|
+
|
|
257
|
+
**Why it's wrong**: Off-ramp font sizes are type-system drift. Each undeclared size step erodes the typographic scale and makes the hierarchy inconsistent.
|
|
258
|
+
|
|
259
|
+
**Fix**: Use a documented size step or update the design system if the new step is intentional.
|
|
260
|
+
|
|
242
261
|
### `design-system-radius` — Radius outside DESIGN.md
|
|
243
262
|
|
|
244
263
|
**Detect**: A `border-radius` value used in CSS that is not in the project's `DESIGN.md` rounded-corner scale.
|
|
@@ -252,6 +271,22 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
252
271
|
**Why it's wrong:** Gray text on colored backgrounds almost always fails WCAG contrast requirements and looks muddy.
|
|
253
272
|
**Fix:** Use white or the appropriate neutral from the color ramp. Never use a generic gray on a tinted background.
|
|
254
273
|
|
|
274
|
+
### `hover-only-affordance` — Functionality gated behind hover only
|
|
275
|
+
|
|
276
|
+
**Detect**: An element is hidden by default (`display: none`, `visibility: hidden`, or `opacity: 0`) and revealed only via a `:hover` rule on an ancestor, with no matching `:focus`, `:focus-within`, or `:active` rule.
|
|
277
|
+
|
|
278
|
+
**Why it's wrong**: Hover doesn't exist on touch devices and can't be reached by keyboard. Anything gated behind hover alone is invisible and unusable for a large share of users.
|
|
279
|
+
|
|
280
|
+
**Fix**: Mirror every hover reveal with a `:focus-within` (or `:active`) rule targeting the same element, so the affordance is reachable without a pointer.
|
|
281
|
+
|
|
282
|
+
### `image-missing-dimensions` — Image without reserved dimensions
|
|
283
|
+
|
|
284
|
+
**Detect**: An `<img>` ships without both `width` and `height` attributes and without a CSS `aspect-ratio` or explicit height.
|
|
285
|
+
|
|
286
|
+
**Why it's wrong**: The browser can't reserve space before the image loads, so surrounding content jumps when it arrives — cumulative layout shift (CLS), a Core Web Vitals failure and a jarring experience.
|
|
287
|
+
|
|
288
|
+
**Fix**: Set `width` and `height` attributes (the browser derives the aspect ratio), or give the image a CSS `aspect-ratio`. Either reserves the box before load.
|
|
289
|
+
|
|
255
290
|
### `justified-text` — Justified text
|
|
256
291
|
**Detect:** `text-align: justify` on paragraph elements.
|
|
257
292
|
**Why it's wrong:** CSS text justification creates uneven word spacing (rivers of white) because browsers don't hyphenate automatically. It reads as broken on web.
|
|
@@ -270,18 +305,29 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
270
305
|
### `low-contrast` — Low contrast text
|
|
271
306
|
**Detect:** Text color does not achieve 4.5:1 contrast ratio against its background for normal text, or 3:1 for large text (18px+ regular or 14px+ bold), as measured by the WCAG relative luminance formula.
|
|
272
307
|
**Why it's wrong:** Low contrast text fails WCAG AA requirements and creates genuine barriers for users with low vision, in bright ambient light, or on low-quality displays.
|
|
273
|
-
**Fix:** Increase the contrast between text and background. Use white or a high-lightness neutral on dark backgrounds; use Deep Graphite (`oklch(10% 0 0)`) or Soft Charcoal (`oklch(25% 0 0)`) on light ones. Tool: check with `
|
|
308
|
+
**Fix:** Increase the contrast between text and background. Use white or a high-lightness neutral on dark backgrounds; use Deep Graphite (`oklch(10% 0 0)`) or Soft Charcoal (`oklch(25% 0 0)`) on light ones. Tool: check with `monomind design detect` or the WebAIM contrast checker.
|
|
274
309
|
|
|
275
|
-
### `
|
|
276
|
-
|
|
277
|
-
**
|
|
278
|
-
|
|
310
|
+
### `missing-focus-visible` — Suppressed focus outline with no replacement
|
|
311
|
+
|
|
312
|
+
**Detect**: An interactive element (link, button, input, `[role=button]`) removes its focus outline (`outline: none` / `0`), but the stylesheet never provides a `:focus-visible` or `:focus` replacement.
|
|
313
|
+
|
|
314
|
+
**Why it's wrong**: Removing the outline with no substitute strands keyboard users — there's no visible indication of where focus is. It's one of the most common and most damaging accessibility regressions.
|
|
315
|
+
|
|
316
|
+
**Fix**: Remove the suppression, or pair it with a visible `:focus-visible` ring — an `outline`, `box-shadow`, or `border` that clearly marks the focused control.
|
|
279
317
|
|
|
280
318
|
### `skipped-heading` — Skipped heading level
|
|
281
319
|
**Detect:** An `h3` or deeper element that is not preceded by an `h2` in the same section, or an `h2` not preceded by an `h1`.
|
|
282
320
|
**Why it's wrong:** Skipped headings break screen reader navigation and document outline semantics.
|
|
283
321
|
**Fix:** Maintain sequential heading hierarchy. If you need the visual size of `h3` without the `h2` parent, use a `h2` with class-based styling.
|
|
284
322
|
|
|
323
|
+
### `small-touch-target` — Touch target below 44px
|
|
324
|
+
|
|
325
|
+
**Detect**: A clickable control (`button`, link, clickable `input`, `[role=button]`) renders smaller than 44×44px on one or both axes. Inline text links inside prose are exempt.
|
|
326
|
+
|
|
327
|
+
**Why it's wrong**: Fingers are imprecise. Targets below ~44×44px (the WCAG 2.5.5 / platform HIG minimum) are missed and mis-tapped, especially on mobile and for users with motor impairments.
|
|
328
|
+
|
|
329
|
+
**Fix**: Give standalone controls at least 44×44px of hit area via `padding` or `min-width` / `min-height`. Spacing between adjacent targets helps too.
|
|
330
|
+
|
|
285
331
|
### `text-overflow` — Content overflowing its container
|
|
286
332
|
|
|
287
333
|
**Detect**: Content renders wider than its container — `scrollWidth > clientWidth` on any non-scroll element, or a horizontal scrollbar appears on the page.
|
|
@@ -317,8 +363,8 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
317
363
|
| `bounce-easing` | slop | expo-out curve |
|
|
318
364
|
| `cream-palette` | slop | Deliberate palette, not default warm off-white |
|
|
319
365
|
| `dark-glow` | slop | Shadow lift + border |
|
|
366
|
+
| `codex-grid-background` | slop | Grid overlays only on canvas/map surfaces |
|
|
320
367
|
| `em-dash-overuse` | slop | Commas, colons, periods instead |
|
|
321
|
-
| `everything-centered` | slop | Mix alignment |
|
|
322
368
|
| `extreme-negative-tracking` | slop | No tighter than -0.03em |
|
|
323
369
|
| `flat-type-hierarchy` | slop | 1.25× scale minimum |
|
|
324
370
|
| `gpt-thin-border-wide-shadow` | slop | Border or shadow — not both |
|
|
@@ -343,16 +389,21 @@ These are the two categories the `impeccable detect` engine uses:
|
|
|
343
389
|
| `broken-image` | quality | Real image or remove tag |
|
|
344
390
|
| `clipped-overflow-container` | quality | Portal or visible overflow |
|
|
345
391
|
| `cramped-padding` | quality | 16px minimum |
|
|
392
|
+
| `dark-scheme-contrast-blindspot` | quality | Flip text + background as a pair |
|
|
346
393
|
| `design-system-color` | quality | Use palette token or update DESIGN.md |
|
|
347
394
|
| `design-system-font` | quality | Use type system or update DESIGN.md |
|
|
395
|
+
| `design-system-font-size` | quality | Use type-ramp step or update DESIGN.md |
|
|
348
396
|
| `design-system-radius` | quality | Use radius token or update DESIGN.md |
|
|
349
397
|
| `gray-on-color` | quality | White or appropriate ramp tone |
|
|
398
|
+
| `hover-only-affordance` | quality | Mirror hover with :focus-within |
|
|
399
|
+
| `image-missing-dimensions` | quality | width/height attrs or aspect-ratio |
|
|
350
400
|
| `justified-text` | quality | text-align: left |
|
|
351
401
|
| `layout-transition` | quality | transform + opacity only |
|
|
352
402
|
| `line-length` | quality | max-width: 65ch |
|
|
353
403
|
| `low-contrast` | quality | 4.5:1 normal, 3:1 large text |
|
|
354
|
-
| `
|
|
404
|
+
| `missing-focus-visible` | quality | Add a :focus-visible ring |
|
|
355
405
|
| `skipped-heading` | quality | Sequential h1→h2→h3 |
|
|
406
|
+
| `small-touch-target` | quality | 44×44px minimum hit area |
|
|
356
407
|
| `text-overflow` | quality | overflow-wrap + constrained widths |
|
|
357
408
|
| `tight-leading` | quality | line-height: 1.6 |
|
|
358
409
|
| `tiny-text` | quality | 16px minimum body |
|
|
@@ -2,6 +2,8 @@ Run systematic **technical** quality checks and generate a comprehensive report.
|
|
|
2
2
|
|
|
3
3
|
This is a code-level audit, not a design critique. Check what's measurable and verifiable in the implementation.
|
|
4
4
|
|
|
5
|
+
**Web only.** Native platforms (`ios` / `android` / `adaptive`) route to [audit.native.md](audit.native.md) instead; if the project is native, switch to it now.
|
|
6
|
+
|
|
5
7
|
## Diagnostic Scan
|
|
6
8
|
|
|
7
9
|
Run comprehensive checks across 5 dimensions. Score each dimension 0-4 using the criteria below.
|
|
@@ -52,7 +54,7 @@ Run comprehensive checks across 5 dimensions. Score each dimension 0-4 using the
|
|
|
52
54
|
|
|
53
55
|
### 5. Anti-Patterns (CRITICAL)
|
|
54
56
|
|
|
55
|
-
Check against ALL the **DON'T** guidelines from the parent
|
|
57
|
+
Check against ALL the **DON'T** guidelines from the parent monodesign skill (already loaded in this context). Look for AI slop tells (AI color palette, gradient text, glassmorphism, hero metrics, card grids, generic fonts) and general design anti-patterns (gray on color, nested cards, bounce easing, redundant copy).
|
|
56
58
|
|
|
57
59
|
**Score 0-4**: 0=AI slop gallery (5+ tells), 1=Heavy AI aesthetic (3-4 tells), 2=Some tells (1-2 noticeable), 3=Mostly clean (subtle issues only), 4=No AI tells (distinctive, intentional design)
|
|
58
60
|
|
|
@@ -95,7 +97,7 @@ For each issue, document:
|
|
|
95
97
|
- **Impact**: How it affects users
|
|
96
98
|
- **WCAG/Standard**: Which standard it violates (if applicable)
|
|
97
99
|
- **Recommendation**: How to fix it
|
|
98
|
-
- **Suggested command**: Which command to use (prefer: craft,
|
|
100
|
+
- **Suggested command**: Which command to use (prefer: /monodesign craft, /monodesign init, /monodesign document, /monodesign extract, /monodesign live, /monodesign adapt, /monodesign animate, /monodesign audit, /monodesign bolder, /monodesign clarify, /monodesign colorize, /monodesign critique, /monodesign delight, /monodesign distill, /monodesign harden, /monodesign onboard, /monodesign layout, /monodesign optimize, /monodesign overdrive, /monodesign polish, /monodesign quieter, /monodesign shape, /monodesign typeset)
|
|
99
101
|
|
|
100
102
|
### Patterns & Systemic Issues
|
|
101
103
|
|
|
@@ -114,7 +116,7 @@ List recommended commands in priority order (P0 first, then P1, then P2):
|
|
|
114
116
|
1. **[P?] `/command-name`**: Brief description (specific context from audit findings)
|
|
115
117
|
2. **[P?] `/command-name`**: Brief description (specific context)
|
|
116
118
|
|
|
117
|
-
**Rules**: Only recommend commands from: craft,
|
|
119
|
+
**Rules**: Only recommend commands from: /monodesign craft, /monodesign init, /monodesign document, /monodesign extract, /monodesign live, /monodesign adapt, /monodesign animate, /monodesign audit, /monodesign bolder, /monodesign clarify, /monodesign colorize, /monodesign critique, /monodesign delight, /monodesign distill, /monodesign harden, /monodesign onboard, /monodesign layout, /monodesign optimize, /monodesign overdrive, /monodesign polish, /monodesign quieter, /monodesign shape, /monodesign typeset. Map findings to the most appropriate command. End with `/monodesign polish` as the final step if any fixes were recommended.
|
|
118
120
|
|
|
119
121
|
After presenting the summary, tell the user:
|
|
120
122
|
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
Run systematic **technical** quality checks on a native app (`ios` / `android` / `adaptive`) and generate a comprehensive report. Don't fix issues; document them for other commands to address.
|
|
2
|
+
|
|
3
|
+
This is a code-level audit, not a design critique. Audit from source (SwiftUI / UIKit / Compose / React Native / Flutter); no browser tooling or `detect.mjs` applies. Score against the platform reference(s): [ios.md](ios.md) / [android.md](android.md), both for `adaptive`. Read them before scoring if Setup hasn't already. The report skeleton mirrors [audit.md](audit.md); keep the two in sync when changing it.
|
|
4
|
+
|
|
5
|
+
## Diagnostic Scan
|
|
6
|
+
|
|
7
|
+
Run comprehensive checks across 5 dimensions. Score each dimension 0-4 using the criteria below.
|
|
8
|
+
|
|
9
|
+
### 1. Accessibility (VoiceOver / TalkBack)
|
|
10
|
+
|
|
11
|
+
**Check for**:
|
|
12
|
+
- **Missing labels**: interactive elements without accessibility labels, traits/roles, or state announcements
|
|
13
|
+
- **Reading and focus order**: illogical traversal, unreachable controls, focus lost on navigation
|
|
14
|
+
- **Text scaling**: fixed point sizes defeating Dynamic Type (iOS) or px instead of sp (Android); layouts that clip or overlap at large sizes
|
|
15
|
+
- **Touch targets**: below 44 pt (iOS) / 48 dp (Android), or crammed without spacing
|
|
16
|
+
- **Reduce Motion ignored**: parallax and large slides with no crossfade alternative
|
|
17
|
+
- **Contrast**: text failing contrast in either appearance, light or dark
|
|
18
|
+
|
|
19
|
+
**Score 0-4**: 0=Screen reader unusable, 1=Major gaps (unlabeled controls, no scaling), 2=Partial (labels exist, order or scaling breaks), 3=Good (minor gaps), 4=Excellent (labeled, ordered, scales cleanly, Reduce Motion honored)
|
|
20
|
+
|
|
21
|
+
### 2. Performance
|
|
22
|
+
|
|
23
|
+
**Check for**:
|
|
24
|
+
- **Slow startup**: heavy work on launch before first frame
|
|
25
|
+
- **Unvirtualized lists**: long content without FlatList / LazyColumn / List recycling
|
|
26
|
+
- **Main-thread jank**: synchronous work in scroll or gesture paths, dropped frames on 60/120 Hz
|
|
27
|
+
- **Wasted rendering**: unnecessary re-renders (React Native) or recompositions (Compose); missing memoization/keys
|
|
28
|
+
- **Image handling**: full-size images decoded for thumbnails, no caching
|
|
29
|
+
- **App weight**: bloated JS bundle or binary, unused dependencies
|
|
30
|
+
|
|
31
|
+
**Score 0-4**: 0=Janky everywhere, 1=Major problems (unvirtualized lists, slow launch), 2=Partial, 3=Good (minor improvements possible), 4=Excellent (fast launch, smooth scroll, lean)
|
|
32
|
+
|
|
33
|
+
### 3. Appearance & Theming
|
|
34
|
+
|
|
35
|
+
**Check for**:
|
|
36
|
+
- **Hard-coded colors**: raw hex instead of semantic system colors (iOS) / Material color roles (Android) / design tokens
|
|
37
|
+
- **Broken dark appearance**: missing dark variants, poor contrast in dark, quick inverts
|
|
38
|
+
- **Dynamic Color** (Android 12+): no static fallback scheme, or ignored where it fits
|
|
39
|
+
- **Off-platform materials**: hand-rolled blur/glassmorphism instead of system materials or tonal elevation
|
|
40
|
+
|
|
41
|
+
**Score 0-4**: 0=Hard-coded everything, 1=Minimal tokens, 2=Partial (tokens exist, inconsistently used), 3=Good (minor hard-coded values), 4=Excellent (semantic throughout, both appearances first-class)
|
|
42
|
+
|
|
43
|
+
### 4. Platform Conformance (CRITICAL)
|
|
44
|
+
|
|
45
|
+
Score against the loaded platform reference(s), including their slop tests. **Check for**:
|
|
46
|
+
- **Broken system gestures**: edge-swipe back disabled (iOS), predictive Back hijacked (Android)
|
|
47
|
+
- **Inset violations**: content under the notch, Dynamic Island, home indicator, status bar, or keyboard
|
|
48
|
+
- **Off-platform navigation**: custom global nav, overloaded tab bars, iOS patterns on Android or vice versa
|
|
49
|
+
- **Web-shaped controls**: HTML-style buttons, custom toggles, hover-dependent affordances
|
|
50
|
+
- **Icon drift**: mixed icon sets instead of SF Symbols / Material Symbols
|
|
51
|
+
- **AI tells**: the shared absolute bans still apply (AI palette, gradient text, hero metrics)
|
|
52
|
+
|
|
53
|
+
**Score 0-4**: 0=Web port (nothing native), 1=Heavy violations (3-4 kinds), 2=Some (1-2 noticeable), 3=Mostly conformant (subtle issues), 4=Fully native (a fluent user trusts every screen)
|
|
54
|
+
|
|
55
|
+
### 5. Adaptivity
|
|
56
|
+
|
|
57
|
+
**Check for**:
|
|
58
|
+
- **Stretched phone layouts**: tablet/iPad rendering a scaled-up phone UI instead of using size classes / window size classes
|
|
59
|
+
- **Orientation breakage**: landscape clipping, ignored, or locked without reason
|
|
60
|
+
- **Keyboard/IME handling**: inputs hidden behind the keyboard, no inset adjustment
|
|
61
|
+
- **Multitasking**: iPad Split View / Android multi-window breaking layout
|
|
62
|
+
- **Foldables**: hinge-unaware layouts on posture change (Android)
|
|
63
|
+
|
|
64
|
+
**Score 0-4**: 0=One screen size only, 1=Major breakage (landscape or tablet broken), 2=Partial, 3=Good (minor edge cases), 4=Excellent (adapts across sizes, orientations, and windowing)
|
|
65
|
+
|
|
66
|
+
## Generate Report
|
|
67
|
+
|
|
68
|
+
### Audit Health Score
|
|
69
|
+
|
|
70
|
+
| # | Dimension | Score | Key Finding |
|
|
71
|
+
|---|-----------|-------|-------------|
|
|
72
|
+
| 1 | Accessibility | ? | [most critical issue or "--"] |
|
|
73
|
+
| 2 | Performance | ? | |
|
|
74
|
+
| 3 | Appearance & Theming | ? | |
|
|
75
|
+
| 4 | Platform Conformance | ? | |
|
|
76
|
+
| 5 | Adaptivity | ? | |
|
|
77
|
+
| **Total** | | **??/20** | **[Rating band]** |
|
|
78
|
+
|
|
79
|
+
**Rating bands**: 18-20 Excellent (minor polish), 14-17 Good (address weak dimensions), 10-13 Acceptable (significant work needed), 6-9 Poor (major overhaul), 0-5 Critical (fundamental issues)
|
|
80
|
+
|
|
81
|
+
### Platform Conformance Verdict
|
|
82
|
+
**Start here.** Pass/fail: does this read as a native app or a ported website? List specific violations. Be brutally honest.
|
|
83
|
+
|
|
84
|
+
### Executive Summary
|
|
85
|
+
- Audit Health Score: **??/20** ([rating band])
|
|
86
|
+
- Total issues found (count by severity: P0/P1/P2/P3)
|
|
87
|
+
- Top 3-5 critical issues
|
|
88
|
+
- Recommended next steps
|
|
89
|
+
|
|
90
|
+
### Detailed Findings by Severity
|
|
91
|
+
|
|
92
|
+
Tag every issue with **P0-P3 severity**:
|
|
93
|
+
- **P0 Blocking**: Prevents task completion. Fix immediately
|
|
94
|
+
- **P1 Major**: Significant difficulty or platform-guideline violation. Fix before release
|
|
95
|
+
- **P2 Minor**: Annoyance, workaround exists. Fix in next pass
|
|
96
|
+
- **P3 Polish**: Nice-to-fix, no real user impact. Fix if time permits
|
|
97
|
+
|
|
98
|
+
For each issue, document:
|
|
99
|
+
- **[P?] Issue name**
|
|
100
|
+
- **Location**: Screen, file, line
|
|
101
|
+
- **Category**: Accessibility / Performance / Theming / Conformance / Adaptivity
|
|
102
|
+
- **Impact**: How it affects users
|
|
103
|
+
- **Guideline**: The HIG / Material rule it violates (if applicable)
|
|
104
|
+
- **Recommendation**: How to fix it
|
|
105
|
+
- **Suggested command**: Which command to use (prefer: /monodesign craft, /monodesign init, /monodesign document, /monodesign extract, /monodesign live, /monodesign adapt, /monodesign animate, /monodesign audit, /monodesign bolder, /monodesign clarify, /monodesign colorize, /monodesign critique, /monodesign delight, /monodesign distill, /monodesign harden, /monodesign onboard, /monodesign layout, /monodesign optimize, /monodesign overdrive, /monodesign polish, /monodesign quieter, /monodesign shape, /monodesign typeset)
|
|
106
|
+
|
|
107
|
+
### Patterns & Systemic Issues
|
|
108
|
+
|
|
109
|
+
Identify recurring problems that indicate systemic gaps rather than one-off mistakes:
|
|
110
|
+
- "Hard-coded colors appear in 15+ screens, should use semantic colors"
|
|
111
|
+
- "Touch targets consistently below 44 pt throughout the tab bar and list rows"
|
|
112
|
+
|
|
113
|
+
### Positive Findings
|
|
114
|
+
|
|
115
|
+
Note what's working well: good practices to maintain and replicate.
|
|
116
|
+
|
|
117
|
+
## Recommended Actions
|
|
118
|
+
|
|
119
|
+
List recommended commands in priority order (P0 first, then P1, then P2):
|
|
120
|
+
|
|
121
|
+
1. **[P?] `/command-name`**: Brief description (specific context from audit findings)
|
|
122
|
+
2. **[P?] `/command-name`**: Brief description (specific context)
|
|
123
|
+
|
|
124
|
+
**Rules**: Only recommend commands from: /monodesign craft, /monodesign init, /monodesign document, /monodesign extract, /monodesign live, /monodesign adapt, /monodesign animate, /monodesign audit, /monodesign bolder, /monodesign clarify, /monodesign colorize, /monodesign critique, /monodesign delight, /monodesign distill, /monodesign harden, /monodesign onboard, /monodesign layout, /monodesign optimize, /monodesign overdrive, /monodesign polish, /monodesign quieter, /monodesign shape, /monodesign typeset. Map findings to the most appropriate command. End with `/monodesign polish` as the final step if any fixes were recommended.
|
|
125
|
+
|
|
126
|
+
After presenting the summary, tell the user:
|
|
127
|
+
|
|
128
|
+
> You can ask me to run these one at a time, all at once, or in any order you prefer.
|
|
129
|
+
>
|
|
130
|
+
> Re-run `/monodesign audit` after fixes to see your score improve.
|
|
131
|
+
|
|
132
|
+
**IMPORTANT**: Be thorough but actionable. Too many P3 issues creates noise. Focus on what actually matters.
|
|
133
|
+
|
|
134
|
+
**NEVER**:
|
|
135
|
+
- Report issues without explaining impact (why does this matter?)
|
|
136
|
+
- Provide generic recommendations (be specific and actionable)
|
|
137
|
+
- Skip positive findings (celebrate what works)
|
|
138
|
+
- Forget to prioritize (everything can't be P0)
|
|
139
|
+
- Report false positives without verification
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
When asked for "bolder," AI defaults to the same tired tricks: cyan/purple gradients, glassmorphism, neon accents on dark backgrounds, gradient text on metrics. These are the opposite of bold. Reject them first, then increase visual impact
|
|
1
|
+
When asked for "bolder," AI defaults to the same tired tricks: cyan/purple gradients, glassmorphism, neon accents on dark backgrounds, gradient text on metrics. These are the opposite of bold. Reject them first, then increase visual impact by making the existing design language more decisive, specific, and committed.
|
|
2
2
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
## Register
|
|
6
6
|
|
|
7
|
-
Brand: "bolder" means distinctive.
|
|
7
|
+
Brand: "bolder" means distinctive. Express a stronger point of view through hierarchy, pacing, proportion, copy, evidence, and one committed visual idea.
|
|
8
8
|
|
|
9
|
-
Product: "bolder" rarely means theatrics; those undermine trust. It means stronger hierarchy, clearer weight contrast,
|
|
9
|
+
Product: "bolder" rarely means theatrics; those undermine trust. It means stronger hierarchy, clearer weight contrast, sharper information density, and more decisive prioritization. The amplification is in clarity, not drama.
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
@@ -15,98 +15,105 @@ Product: "bolder" rarely means theatrics; those undermine trust. It means strong
|
|
|
15
15
|
Analyze what makes the design feel too safe or boring:
|
|
16
16
|
|
|
17
17
|
1. **Identify weakness sources**:
|
|
18
|
-
- **Generic choices**:
|
|
19
|
-
- **Timid scale**: Everything is medium-sized with no
|
|
20
|
-
- **Low contrast**:
|
|
21
|
-
- **Static**:
|
|
22
|
-
- **Predictable**:
|
|
23
|
-
- **Flat hierarchy**: Nothing stands out or commands attention
|
|
18
|
+
- **Generic choices**: The page could belong to any product in the category.
|
|
19
|
+
- **Timid scale**: Everything is medium-sized with no clear lead.
|
|
20
|
+
- **Low contrast**: Important and supporting elements have similar visual weight.
|
|
21
|
+
- **Static**: The surface has no meaningful moment of emphasis.
|
|
22
|
+
- **Predictable**: The composition follows a default pattern without a point of view.
|
|
23
|
+
- **Flat hierarchy**: Nothing stands out or commands attention.
|
|
24
24
|
|
|
25
25
|
2. **Understand the context**:
|
|
26
|
-
- What
|
|
27
|
-
- What
|
|
28
|
-
- Who
|
|
29
|
-
- What
|
|
26
|
+
- What is the brand personality?
|
|
27
|
+
- What is the purpose of this surface?
|
|
28
|
+
- Who is the audience?
|
|
29
|
+
- What design system, tokens, components, and visual conventions already exist?
|
|
30
30
|
|
|
31
|
-
If any of these are unclear from the codebase,
|
|
31
|
+
If any of these are unclear from the codebase, STOP and call the AskUserQuestion tool to clarify.
|
|
32
32
|
|
|
33
|
-
**CRITICAL**: "Bolder"
|
|
33
|
+
**CRITICAL**: "Bolder" does not mean chaotic or garish. It means distinctive, memorable, and confident. Think intentional drama, not random noise.
|
|
34
34
|
|
|
35
|
-
**WARNING - AI SLOP TRAP**: Review ALL the DON'T guidelines from the parent
|
|
35
|
+
**WARNING - AI SLOP TRAP**: Review ALL the DON'T guidelines from the parent monodesign skill (already loaded in this context) before proceeding. Bold means distinctive, not "more effects."
|
|
36
|
+
|
|
37
|
+
## Design-System Lock
|
|
38
|
+
|
|
39
|
+
If the project has `DESIGN.md`, tokens, theme variables, or established component styles, treat that system as the boundary. Make the existing language stronger before adding new language.
|
|
40
|
+
|
|
41
|
+
Do not invent new colors, gradients, radii, shadows, fonts, decorative backgrounds, or effects just because the request says "bolder." A bolder pass should usually change emphasis, proportion, rhythm, density, contrast, copy, artifact specificity, and layout relationships while staying inside the documented system.
|
|
42
|
+
|
|
43
|
+
If the existing system is genuinely too limited to express the bolder direction, stop and ask the user before expanding it. Name the exact additions, the role each would play, and why the current system cannot do the job. If the user approves expansion, update the design system or tokens alongside the implementation.
|
|
36
44
|
|
|
37
45
|
## Plan Amplification
|
|
38
46
|
|
|
39
47
|
Create a strategy to increase impact while maintaining coherence:
|
|
40
48
|
|
|
41
|
-
- **Focal point**:
|
|
42
|
-
- **
|
|
43
|
-
- **Risk budget**:
|
|
44
|
-
- **Hierarchy amplification**:
|
|
49
|
+
- **Focal point**: Pick one thing the viewer should remember, then make the rest support it.
|
|
50
|
+
- **System levers**: Identify which existing tokens, components, layout patterns, and copy structures can carry more weight.
|
|
51
|
+
- **Risk budget**: Decide how far the surface can push while still feeling like the same product or brand.
|
|
52
|
+
- **Hierarchy amplification**: Increase contrast between primary, secondary, and tertiary content instead of making every element louder.
|
|
45
53
|
|
|
46
54
|
**IMPORTANT**: Bold design must still be usable. Impact without function is just decoration.
|
|
47
55
|
|
|
48
56
|
## Amplify the Design
|
|
49
57
|
|
|
50
|
-
Systematically increase impact
|
|
58
|
+
Systematically increase impact through intention, not a menu of effects:
|
|
51
59
|
|
|
52
60
|
### Typography Amplification
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
### Color
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
-
|
|
75
|
-
- **Background treatments**: Mesh patterns, noise textures, geometric patterns, intentional gradients (not purple-to-blue)
|
|
76
|
-
- **Texture & depth**: Grain, halftone, duotone, layered elements. NOT glassmorphism (it's overused AI slop)
|
|
77
|
-
- **Borders & frames**: Thick borders, decorative frames, custom shapes (not rounded rectangles with colored border on one side)
|
|
78
|
-
- **Custom elements**: Illustrative elements, custom icons, decorative details that reinforce brand
|
|
61
|
+
- Strengthen the existing type hierarchy before changing typefaces.
|
|
62
|
+
- Make important text meaningfully more dominant, and make supporting text quieter.
|
|
63
|
+
- Use weight, measure, spacing, and line breaks to sharpen the point of view.
|
|
64
|
+
- Add or replace fonts only after user-approved design-system expansion.
|
|
65
|
+
|
|
66
|
+
### Color Amplification
|
|
67
|
+
- Use the existing palette more decisively before adding colors.
|
|
68
|
+
- Shift the proportion, placement, and contrast of documented colors to clarify meaning.
|
|
69
|
+
- Treat any new color, gradient, or tint ramp as a design-system expansion that requires user approval.
|
|
70
|
+
- Keep color tied to hierarchy, state, or brand meaning; do not use it as surface decoration.
|
|
71
|
+
|
|
72
|
+
### Spatial Amplification
|
|
73
|
+
- Change proportion, density, alignment, and sequencing so the composition has a stronger point of view.
|
|
74
|
+
- Create clearer contrast between dense evidence and open breathing room.
|
|
75
|
+
- Let layout express priority and narrative order before adding ornament.
|
|
76
|
+
- Preserve responsive behavior and avoid text overflow at every breakpoint.
|
|
77
|
+
|
|
78
|
+
### Surface Amplification
|
|
79
|
+
- Use existing surface, border, radius, and shadow rules more deliberately.
|
|
80
|
+
- Remove timid half-measures: either give an element a clear role or simplify it.
|
|
81
|
+
- Add texture, depth, illustration, or decorative treatments only when already established by the system or explicitly approved.
|
|
82
|
+
- Make real product artifacts, imagery, data, or copy carry attention before reaching for effects.
|
|
79
83
|
|
|
80
84
|
### Motion & Animation
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
- **
|
|
85
|
+
- Design one meaningful moment of emphasis when motion genuinely supports the point.
|
|
86
|
+
- Make interaction feedback feel more decisive without becoming distracting.
|
|
87
|
+
- Keep transitions smooth and intentional.
|
|
88
|
+
- **Bolder != scroll-fade-rise on every section.** That's the saturated AI default, the opposite of bold.
|
|
85
89
|
|
|
86
90
|
### Composition Boldness
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
+
- Make the dominant idea unmistakable.
|
|
92
|
+
- Use layout tension, sequencing, contrast, and restraint to create a stronger read.
|
|
93
|
+
- Let the page's structure communicate priority before adding decorative layers.
|
|
94
|
+
- If every element is louder, the composition is not bolder; it is flatter.
|
|
91
95
|
|
|
92
96
|
**NEVER**:
|
|
93
|
-
- Add
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
97
|
+
- Add undocumented design-system primitives without user approval
|
|
98
|
+
- Add effects randomly without purpose
|
|
99
|
+
- Hide weak hierarchy behind decoration
|
|
100
|
+
- Sacrifice readability for aesthetics
|
|
101
|
+
- Make everything bold; contrast is the point
|
|
102
|
+
- Ignore accessibility
|
|
103
|
+
- Overwhelm with motion
|
|
104
|
+
- Copy trendy aesthetics blindly
|
|
99
105
|
|
|
100
106
|
## Verify Quality
|
|
101
107
|
|
|
102
108
|
Ensure amplification maintains usability and coherence:
|
|
103
109
|
|
|
110
|
+
- **System-faithful**: Did the pass make the existing design language stronger before adding anything new?
|
|
111
|
+
- **No undocumented drift**: Are new colors, gradients, shadows, radii, fonts, and effects either absent or explicitly approved and documented?
|
|
104
112
|
- **NOT AI slop**: Does this look like every other AI-generated "bold" design? If yes, start over.
|
|
105
113
|
- **Still functional**: Can users accomplish tasks without distraction?
|
|
106
114
|
- **Coherent**: Does everything feel intentional and unified?
|
|
107
|
-
- **Memorable**: Will users remember this experience?
|
|
108
|
-
- **Performant**:
|
|
109
|
-
- **Accessible**: Does it still meet accessibility standards?
|
|
115
|
+
- **Memorable**: Will users remember this experience for the intended reason?
|
|
116
|
+
- **Performant and accessible**: Does the result stay fast, readable, responsive, and WCAG-conscious?
|
|
110
117
|
|
|
111
118
|
**The test**: If you showed this to someone and said "AI made this bolder," would they believe you immediately? If yes, you've failed. Bold means distinctive, not "more AI effects."
|
|
112
119
|
|