@monoes/monomindcli 1.7.0 → 1.9.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/.claude/agents/design/design-monodesign.md +121 -0
- package/.claude/agents/github/issue-tracker.md +12 -12
- package/.claude/agents/github/pr-manager.md +10 -10
- package/.claude/agents/github/release-manager.md +49 -105
- package/.claude/agents/github/repo-architect.md +73 -92
- package/.claude/agents/github/sync-coordinator.md +55 -123
- package/.claude/agents/marketing/marketing-competitive-content.md +155 -0
- package/.claude/agents/marketing/marketing-content-creator.md +13 -0
- package/.claude/agents/marketing/marketing-cro-specialist.md +147 -0
- package/.claude/agents/marketing/marketing-email-specialist.md +90 -0
- package/.claude/agents/marketing/marketing-launch-strategist.md +129 -0
- package/.claude/agents/marketing/marketing-pricing-strategist.md +127 -0
- package/.claude/agents/specialists/integration-architect.md +94 -0
- package/.claude/commands/agents/README.md +4 -0
- package/.claude/commands/agents/agent-capabilities.md +6 -2
- package/.claude/commands/agents/agent-coordination.md +4 -0
- package/.claude/commands/agents/agent-spawning.md +4 -0
- package/.claude/commands/agents/agent-types.md +6 -2
- package/.claude/commands/analysis/README.md +14 -5
- package/.claude/commands/analysis/bottleneck-detect.md +30 -123
- package/.claude/commands/analysis/performance-bottlenecks.md +14 -14
- package/.claude/commands/analysis/performance-report.md +38 -11
- package/.claude/commands/analysis/token-efficiency.md +13 -16
- package/.claude/commands/analysis/token-usage.md +34 -12
- package/.claude/commands/automation/README.md +15 -5
- package/.claude/commands/automation/auto-agent.md +49 -85
- package/.claude/commands/automation/self-healing.md +20 -18
- package/.claude/commands/automation/session-memory.md +28 -29
- package/.claude/commands/automation/smart-agents.md +17 -9
- package/.claude/commands/automation/smart-spawn.md +52 -11
- package/.claude/commands/automation/workflow-select.md +46 -11
- package/.claude/commands/browse.md +5 -0
- package/.claude/commands/coordination/README.md +9 -5
- package/.claude/commands/coordination/agent-spawn.md +53 -9
- package/.claude/commands/coordination/swarm-init.md +39 -42
- package/.claude/commands/coordination/task-orchestrate.md +65 -11
- package/.claude/commands/github/README.md +21 -8
- package/.claude/commands/github/github-modes.md +9 -5
- package/.claude/commands/github/issue-tracker.md +34 -33
- package/.claude/commands/github/pr-manager.md +20 -17
- package/.claude/commands/github/release-manager.md +37 -49
- package/.claude/commands/github/repo-architect.md +39 -41
- package/.claude/commands/github/sync-coordinator.md +45 -49
- package/.claude/commands/hive-mind/README.md +42 -17
- package/.claude/commands/hive-mind/hive-mind-consensus.md +68 -4
- package/.claude/commands/hive-mind/hive-mind-init.md +55 -5
- package/.claude/commands/hive-mind/hive-mind-memory.md +69 -4
- package/.claude/commands/hive-mind/hive-mind-spawn.md +71 -10
- package/.claude/commands/hive-mind/hive-mind-status.md +52 -4
- package/.claude/commands/hive-mind/hive-mind-stop.md +51 -4
- package/.claude/commands/hive-mind/hive-mind.md +74 -14
- package/.claude/commands/hooks/README.md +62 -7
- package/.claude/commands/hooks/overview.md +94 -35
- package/.claude/commands/hooks/post-edit.md +48 -87
- package/.claude/commands/hooks/post-task.md +37 -87
- package/.claude/commands/hooks/pre-edit.md +52 -84
- package/.claude/commands/hooks/pre-task.md +46 -81
- package/.claude/commands/hooks/session-end.md +49 -85
- package/.claude/commands/hooks/setup.md +87 -58
- package/.claude/commands/mastermind/_repeat.md +308 -0
- package/.claude/commands/mastermind/architect.md +49 -0
- package/.claude/commands/mastermind/brain.md +98 -0
- package/.claude/commands/mastermind/build.md +22 -0
- package/.claude/commands/mastermind/content.md +22 -0
- package/.claude/commands/mastermind/createorg.md +94 -0
- package/.claude/commands/mastermind/finance.md +22 -0
- package/.claude/commands/mastermind/idea.md +22 -0
- package/.claude/commands/mastermind/marketing.md +22 -0
- package/.claude/commands/mastermind/master.md +379 -0
- package/.claude/commands/mastermind/ops.md +22 -0
- package/.claude/commands/mastermind/release.md +22 -0
- package/.claude/commands/mastermind/research.md +22 -0
- package/.claude/commands/mastermind/review.md +22 -0
- package/.claude/commands/mastermind/runorg.md +106 -0
- package/.claude/commands/mastermind/sales.md +22 -0
- package/.claude/commands/mastermind/techport.md +17 -0
- package/.claude/commands/memory/README.md +75 -5
- package/.claude/commands/memory/memory-search.md +63 -11
- package/.claude/commands/monitoring/README.md +64 -4
- package/.claude/commands/monitoring/agent-metrics.md +50 -10
- package/.claude/commands/monitoring/agents.md +59 -32
- package/.claude/commands/monitoring/status.md +96 -34
- package/.claude/commands/monograph/README.md +102 -0
- package/.claude/commands/monograph/monograph-build.md +79 -0
- package/.claude/commands/monograph/monograph-search.md +96 -0
- package/.claude/commands/monograph/monograph-stats.md +53 -0
- package/.claude/commands/monograph/monograph-watch.md +63 -0
- package/.claude/commands/monograph/monograph-wiki.md +91 -0
- package/.claude/commands/monomind/createtask.md +277 -0
- package/.claude/commands/{monomind-do.md → monomind/do.md} +22 -9
- package/.claude/commands/monomind/help.md +118 -0
- package/.claude/commands/{monomind-idea.md → monomind/idea.md} +23 -29
- package/.claude/commands/{monomind-improve.md → monomind/improve.md} +24 -30
- package/.claude/commands/monomind/memory.md +230 -0
- package/.claude/commands/monomind/repeat.md +201 -0
- package/.claude/commands/monomind/review.md +313 -0
- package/.claude/commands/monomind/specialagents.md +125 -0
- package/.claude/commands/monomind/swarm.md +161 -0
- package/.claude/commands/monomind/understand.md +148 -0
- package/.claude/commands/optimization/README.md +69 -5
- package/.claude/commands/optimization/auto-topology.md +66 -43
- package/.claude/commands/optimization/parallel-execution.md +65 -39
- package/.claude/commands/optimization/performance-optimize.md +79 -0
- package/.claude/commands/pair/README.md +48 -230
- package/.claude/commands/pair/examples.md +85 -441
- package/.claude/commands/pair/modes.md +77 -303
- package/.claude/commands/pair/session.md +76 -359
- package/.claude/commands/sparc/analyzer.md +9 -26
- package/.claude/commands/sparc/architect.md +8 -25
- package/.claude/commands/sparc/ask.md +27 -68
- package/.claude/commands/sparc/batch-executor.md +8 -25
- package/.claude/commands/sparc/code.md +12 -53
- package/.claude/commands/sparc/coder.md +8 -25
- package/.claude/commands/sparc/debug.md +12 -53
- package/.claude/commands/sparc/debugger.md +8 -25
- package/.claude/commands/sparc/designer.md +8 -25
- package/.claude/commands/sparc/devops.md +16 -57
- package/.claude/commands/sparc/docs-writer.md +12 -53
- package/.claude/commands/sparc/documenter.md +8 -25
- package/.claude/commands/sparc/innovator.md +8 -25
- package/.claude/commands/sparc/integration.md +12 -53
- package/.claude/commands/sparc/mcp.md +12 -53
- package/.claude/commands/sparc/memory-manager.md +28 -25
- package/.claude/commands/sparc/optimizer.md +8 -25
- package/.claude/commands/sparc/orchestrator.md +35 -97
- package/.claude/commands/sparc/post-deployment-monitoring-mode.md +13 -54
- package/.claude/commands/sparc/refinement-optimization-mode.md +13 -54
- package/.claude/commands/sparc/researcher.md +8 -25
- package/.claude/commands/sparc/reviewer.md +8 -25
- package/.claude/commands/sparc/security-review.md +13 -54
- package/.claude/commands/sparc/sparc-modes.md +97 -151
- package/.claude/commands/sparc/sparc.md +16 -56
- package/.claude/commands/sparc/spec-pseudocode.md +13 -54
- package/.claude/commands/sparc/supabase-admin.md +19 -66
- package/.claude/commands/sparc/swarm-coordinator.md +21 -25
- package/.claude/commands/sparc/tdd.md +8 -25
- package/.claude/commands/sparc/tester.md +8 -25
- package/.claude/commands/sparc/tutorial.md +12 -53
- package/.claude/commands/sparc/workflow-manager.md +8 -25
- package/.claude/commands/sparc.md +76 -130
- package/.claude/commands/stream-chain/pipeline.md +72 -77
- package/.claude/commands/stream-chain/run.md +133 -47
- package/.claude/commands/swarm/README.md +37 -12
- package/.claude/commands/swarm/analysis.md +47 -69
- package/.claude/commands/swarm/development.md +45 -69
- package/.claude/commands/swarm/examples.md +77 -142
- package/.claude/commands/swarm/maintenance.md +47 -74
- package/.claude/commands/swarm/optimization.md +54 -87
- package/.claude/commands/swarm/research.md +47 -107
- package/.claude/commands/swarm/swarm-analysis.md +58 -4
- package/.claude/commands/swarm/swarm-background.md +61 -4
- package/.claude/commands/swarm/swarm-modes.md +63 -4
- package/.claude/commands/swarm/swarm-monitor.md +50 -4
- package/.claude/commands/swarm/swarm-status.md +40 -4
- package/.claude/commands/swarm/swarm-strategies.md +73 -5
- package/.claude/commands/swarm/swarm.md +70 -18
- package/.claude/commands/swarm/testing.md +51 -102
- package/.claude/commands/tokens.md +6 -1
- package/.claude/commands/training/README.md +36 -6
- package/.claude/commands/training/model-update.md +68 -15
- package/.claude/commands/training/neural-patterns.md +54 -55
- package/.claude/commands/training/neural-train.md +70 -16
- package/.claude/commands/training/pattern-learn.md +60 -16
- package/.claude/commands/training/specialization.md +78 -49
- package/.claude/commands/truth/start.md +87 -109
- package/.claude/commands/ts.md +7 -2
- package/.claude/commands/verify/check.md +90 -34
- package/.claude/commands/verify/start.md +71 -94
- package/.claude/commands/workflows/README.md +62 -6
- package/.claude/commands/workflows/development.md +69 -61
- package/.claude/commands/workflows/research.md +73 -47
- package/.claude/commands/workflows/workflow-create.md +75 -16
- package/.claude/commands/workflows/workflow-execute.md +94 -16
- package/.claude/commands/workflows/workflow-export.md +81 -16
- package/.claude/helpers/control-start.cjs +91 -0
- package/.claude/helpers/extras-registry.json +4104 -1991
- package/.claude/helpers/graphify-freshen.cjs +44 -13
- package/.claude/helpers/hook-handler.cjs +256 -1
- package/.claude/helpers/loop-tracker.cjs +107 -0
- package/.claude/helpers/router.cjs +48 -68
- package/.claude/helpers/skill-registry.json +89 -104
- package/.claude/helpers/statusline.cjs +33 -2
- package/.claude/skills/.monomind/data/ranked-context.json +5 -0
- package/.claude/skills/.monomind/sessions/current.json +13 -0
- package/.claude/skills/.monomind/sessions/session-1777829336455.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777831614725.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777832095857.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777839814183.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777841847131.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777843309463.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777880867159.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777881884593.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777884090471.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777884808221.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777885672155.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777886852818.json +15 -0
- package/.claude/skills/.monomind/sessions/session-1777896532690.json +15 -0
- package/.claude/skills/agentdb-advanced/SKILL.md +11 -12
- package/.claude/skills/agentdb-learning/SKILL.md +20 -21
- package/.claude/skills/agentdb-memory-patterns/SKILL.md +28 -30
- package/.claude/skills/agentdb-optimization/SKILL.md +11 -12
- package/.claude/skills/agentdb-vector-search/SKILL.md +37 -41
- package/.claude/skills/{v3-integration-deep → agentic-integration}/SKILL.md +20 -13
- package/.claude/skills/agentic-jujutsu/SKILL.md +22 -22
- package/.claude/skills/{v3-cli-modernization → cli-modernization}/SKILL.md +17 -8
- package/.claude/skills/{v3-core-implementation → core-implementation}/SKILL.md +33 -8
- package/.claude/skills/{v3-ddd-architecture → ddd-architecture}/SKILL.md +18 -25
- package/.claude/skills/github-code-review/SKILL.md +82 -83
- package/.claude/skills/github-multi-repo/SKILL.md +42 -46
- package/.claude/skills/github-project-management/SKILL.md +83 -88
- package/.claude/skills/github-release-management/SKILL.md +12 -18
- package/.claude/skills/github-workflow-automation/SKILL.md +70 -74
- package/.claude/skills/hooks-automation/SKILL.md +9 -13
- package/.claude/skills/mastermind/_intake.md +83 -0
- package/.claude/skills/mastermind/_protocol.md +275 -0
- package/.claude/skills/mastermind/architect.md +847 -0
- package/.claude/skills/mastermind/build.md +158 -0
- package/.claude/skills/mastermind/content.md +185 -0
- package/.claude/skills/mastermind/createorg.md +318 -0
- package/.claude/skills/mastermind/finance.md +154 -0
- package/.claude/skills/mastermind/idea.md +158 -0
- package/.claude/skills/mastermind/marketing.md +216 -0
- package/.claude/skills/mastermind/monotask.md +350 -0
- package/.claude/skills/mastermind/ops.md +156 -0
- package/.claude/skills/mastermind/references/copywriting-frameworks.md +181 -0
- package/.claude/skills/mastermind/references/persuasion-psychology.md +158 -0
- package/.claude/skills/mastermind/release.md +156 -0
- package/.claude/skills/mastermind/research.md +156 -0
- package/.claude/skills/mastermind/review.md +157 -0
- package/.claude/skills/mastermind/runorg.md +308 -0
- package/.claude/skills/mastermind/sales.md +158 -0
- package/.claude/skills/mastermind/techport.md +743 -0
- package/.claude/skills/{v3-mcp-optimization → mcp-optimization}/SKILL.md +35 -14
- package/.claude/skills/{v3-memory-unification → memory-unification}/SKILL.md +20 -4
- package/.claude/skills/monodesign/SKILL.md +302 -0
- package/.claude/skills/monodesign/reference/adapt.md +190 -0
- package/.claude/skills/monodesign/reference/animate.md +175 -0
- package/.claude/skills/monodesign/reference/antipatterns-catalog.md +187 -0
- package/.claude/skills/monodesign/reference/audit.md +133 -0
- package/.claude/skills/monodesign/reference/bolder.md +113 -0
- package/.claude/skills/monodesign/reference/brand-workflow.md +180 -0
- package/.claude/skills/monodesign/reference/brand.md +114 -0
- package/.claude/skills/monodesign/reference/clarify.md +174 -0
- package/.claude/skills/monodesign/reference/cognitive-load.md +106 -0
- package/.claude/skills/monodesign/reference/color-and-contrast.md +105 -0
- package/.claude/skills/monodesign/reference/colorize.md +154 -0
- package/.claude/skills/monodesign/reference/component-specs.md +260 -0
- package/.claude/skills/monodesign/reference/component-states.md +274 -0
- package/.claude/skills/monodesign/reference/component-system.md +358 -0
- package/.claude/skills/monodesign/reference/copy-formulas.md +160 -0
- package/.claude/skills/monodesign/reference/craft.md +193 -0
- package/.claude/skills/monodesign/reference/critique.md +213 -0
- package/.claude/skills/monodesign/reference/delight.md +302 -0
- package/.claude/skills/monodesign/reference/design-principles.md +246 -0
- package/.claude/skills/monodesign/reference/distill.md +111 -0
- package/.claude/skills/monodesign/reference/document.md +427 -0
- package/.claude/skills/monodesign/reference/extract.md +69 -0
- package/.claude/skills/monodesign/reference/harden.md +347 -0
- package/.claude/skills/monodesign/reference/heuristics-scoring.md +234 -0
- package/.claude/skills/monodesign/reference/image-prompts.md +118 -0
- package/.claude/skills/monodesign/reference/interaction-design.md +195 -0
- package/.claude/skills/monodesign/reference/layout.md +141 -0
- package/.claude/skills/monodesign/reference/live.md +622 -0
- package/.claude/skills/monodesign/reference/motion-design.md +109 -0
- package/.claude/skills/monodesign/reference/onboard.md +234 -0
- package/.claude/skills/monodesign/reference/optimize.md +258 -0
- package/.claude/skills/monodesign/reference/overdrive.md +130 -0
- package/.claude/skills/monodesign/reference/personas.md +179 -0
- package/.claude/skills/monodesign/reference/polish.md +233 -0
- package/.claude/skills/monodesign/reference/pre-delivery-checklist.md +108 -0
- package/.claude/skills/monodesign/reference/product.md +62 -0
- package/.claude/skills/monodesign/reference/quieter.md +99 -0
- package/.claude/skills/monodesign/reference/responsive-design.md +114 -0
- package/.claude/skills/monodesign/reference/shape.md +151 -0
- package/.claude/skills/monodesign/reference/spatial-design.md +100 -0
- package/.claude/skills/monodesign/reference/teach.md +156 -0
- package/.claude/skills/monodesign/reference/token-architecture.md +222 -0
- package/.claude/skills/monodesign/reference/typeset.md +124 -0
- package/.claude/skills/monodesign/reference/typography.md +159 -0
- package/.claude/skills/monodesign/reference/ux-research.md +143 -0
- package/.claude/skills/monodesign/reference/ux-rules.md +211 -0
- package/.claude/skills/monodesign/reference/ux-writing.md +107 -0
- package/.claude/skills/monomotion/SKILL.md +145 -0
- package/.claude/skills/monomotion/rules/api-control.md +139 -0
- package/.claude/skills/monomotion/rules/effects.md +109 -0
- package/.claude/skills/monomotion/rules/integration.md +140 -0
- package/.claude/skills/monomotion/rules/scroll.md +131 -0
- package/.claude/skills/monomotion/rules/sequencing.md +105 -0
- package/.claude/skills/monomotion/rules/svg.md +101 -0
- package/.claude/skills/monomotion/rules/text.md +119 -0
- package/.claude/skills/pair-programming/SKILL.md +1 -1
- package/.claude/skills/performance-analysis/SKILL.md +3 -3
- package/.claude/skills/{v3-performance-optimization → performance-optimization}/SKILL.md +16 -8
- package/.claude/skills/reasoningbank-agentdb/SKILL.md +17 -19
- package/.claude/skills/reasoningbank-intelligence/SKILL.md +4 -6
- package/.claude/skills/{v3-security-overhaul → security-hardening}/SKILL.md +13 -3
- package/.claude/skills/skill-builder/SKILL.md +19 -19
- package/.claude/skills/sparc-methodology/SKILL.md +55 -211
- package/.claude/skills/stop-slop/SKILL.md +67 -0
- package/.claude/skills/stop-slop/references/examples.md +61 -0
- package/.claude/skills/stop-slop/references/phrases.md +130 -0
- package/.claude/skills/stop-slop/references/structures.md +136 -0
- package/.claude/skills/swarm-advanced/SKILL.md +13 -43
- package/.claude/skills/{v3-swarm-coordination → swarm-coordination}/SKILL.md +39 -21
- package/.claude/skills/swarm-orchestration/SKILL.md +12 -12
- package/.claude/skills/verification-quality/SKILL.md +5 -5
- package/README.md +5 -5
- package/bin/cli.js +78 -13
- package/dist/src/agents/halt-signal.d.ts.map +1 -1
- package/dist/src/agents/halt-signal.js +33 -7
- package/dist/src/agents/halt-signal.js.map +1 -1
- package/dist/src/agents/managed-agent.d.ts.map +1 -1
- package/dist/src/agents/managed-agent.js +5 -2
- package/dist/src/agents/managed-agent.js.map +1 -1
- package/dist/src/agents/prompt-experiment.d.ts +3 -2
- package/dist/src/agents/prompt-experiment.d.ts.map +1 -1
- package/dist/src/agents/prompt-experiment.js +1 -1
- package/dist/src/agents/prompt-experiment.js.map +1 -1
- package/dist/src/agents/prompt-version-manager.d.ts +5 -2
- package/dist/src/agents/prompt-version-manager.d.ts.map +1 -1
- package/dist/src/agents/prompt-version-manager.js +26 -4
- package/dist/src/agents/prompt-version-manager.js.map +1 -1
- package/dist/src/agents/specialization-scorer.d.ts.map +1 -1
- package/dist/src/agents/specialization-scorer.js +17 -9
- package/dist/src/agents/specialization-scorer.js.map +1 -1
- package/dist/src/agents/trigger-scanner.d.ts +5 -3
- package/dist/src/agents/trigger-scanner.d.ts.map +1 -1
- package/dist/src/agents/trigger-scanner.js +58 -10
- package/dist/src/agents/trigger-scanner.js.map +1 -1
- package/dist/src/agents/version-store.d.ts +0 -1
- package/dist/src/agents/version-store.d.ts.map +1 -1
- package/dist/src/agents/version-store.js +44 -21
- package/dist/src/agents/version-store.js.map +1 -1
- package/dist/src/autopilot-state.d.ts.map +1 -1
- package/dist/src/autopilot-state.js +79 -28
- package/dist/src/autopilot-state.js.map +1 -1
- package/dist/src/benchmarks/benchmark-runner.d.ts +7 -2
- package/dist/src/benchmarks/benchmark-runner.d.ts.map +1 -1
- package/dist/src/benchmarks/benchmark-runner.js +20 -8
- package/dist/src/benchmarks/benchmark-runner.js.map +1 -1
- package/dist/src/benchmarks/metric-evaluators.d.ts +2 -1
- package/dist/src/benchmarks/metric-evaluators.d.ts.map +1 -1
- package/dist/src/benchmarks/metric-evaluators.js +25 -2
- package/dist/src/benchmarks/metric-evaluators.js.map +1 -1
- package/dist/src/commands/agent.d.ts.map +1 -1
- package/dist/src/commands/agent.js +6 -4
- package/dist/src/commands/agent.js.map +1 -1
- package/dist/src/commands/appliance-advanced.d.ts.map +1 -1
- package/dist/src/commands/appliance-advanced.js +23 -0
- package/dist/src/commands/appliance-advanced.js.map +1 -1
- package/dist/src/commands/autopilot.d.ts.map +1 -1
- package/dist/src/commands/autopilot.js +3 -3
- package/dist/src/commands/autopilot.js.map +1 -1
- package/dist/src/commands/benchmark.d.ts.map +1 -1
- package/dist/src/commands/benchmark.js +119 -8
- package/dist/src/commands/benchmark.js.map +1 -1
- package/dist/src/commands/claims.d.ts.map +1 -1
- package/dist/src/commands/claims.js +22 -14
- package/dist/src/commands/claims.js.map +1 -1
- package/dist/src/commands/config.d.ts.map +1 -1
- package/dist/src/commands/config.js +32 -0
- package/dist/src/commands/config.js.map +1 -1
- package/dist/src/commands/daemon.d.ts.map +1 -1
- package/dist/src/commands/daemon.js +13 -11
- package/dist/src/commands/daemon.js.map +1 -1
- package/dist/src/commands/deployment.d.ts.map +1 -1
- package/dist/src/commands/deployment.js +21 -2
- package/dist/src/commands/deployment.js.map +1 -1
- package/dist/src/commands/doctor.d.ts.map +1 -1
- package/dist/src/commands/doctor.js +28 -62
- package/dist/src/commands/doctor.js.map +1 -1
- package/dist/src/commands/embeddings.d.ts.map +1 -1
- package/dist/src/commands/embeddings.js +124 -48
- package/dist/src/commands/embeddings.js.map +1 -1
- package/dist/src/commands/hive-mind.d.ts.map +1 -1
- package/dist/src/commands/hive-mind.js +15 -14
- package/dist/src/commands/hive-mind.js.map +1 -1
- package/dist/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +45 -41
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/commands/index.d.ts +2 -0
- package/dist/src/commands/index.d.ts.map +1 -1
- package/dist/src/commands/index.js +20 -7
- package/dist/src/commands/index.js.map +1 -1
- package/dist/src/commands/init.d.ts.map +1 -1
- package/dist/src/commands/init.js +53 -19
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/mcp.d.ts.map +1 -1
- package/dist/src/commands/mcp.js +31 -44
- package/dist/src/commands/mcp.js.map +1 -1
- package/dist/src/commands/memory.d.ts.map +1 -1
- package/dist/src/commands/memory.js +47 -15
- package/dist/src/commands/memory.js.map +1 -1
- package/dist/src/commands/migrate.d.ts.map +1 -1
- package/dist/src/commands/migrate.js +156 -108
- package/dist/src/commands/migrate.js.map +1 -1
- package/dist/src/commands/monograph.d.ts +8 -0
- package/dist/src/commands/monograph.d.ts.map +1 -0
- package/dist/src/commands/monograph.js +526 -0
- package/dist/src/commands/monograph.js.map +1 -0
- package/dist/src/commands/neural.d.ts.map +1 -1
- package/dist/src/commands/neural.js +96 -56
- package/dist/src/commands/neural.js.map +1 -1
- package/dist/src/commands/performance.d.ts.map +1 -1
- package/dist/src/commands/performance.js +30 -8
- package/dist/src/commands/performance.js.map +1 -1
- package/dist/src/commands/plugins.d.ts.map +1 -1
- package/dist/src/commands/plugins.js +13 -37
- package/dist/src/commands/plugins.js.map +1 -1
- package/dist/src/commands/process.d.ts.map +1 -1
- package/dist/src/commands/process.js +25 -2
- package/dist/src/commands/process.js.map +1 -1
- package/dist/src/commands/providers.d.ts.map +1 -1
- package/dist/src/commands/providers.js +37 -5
- package/dist/src/commands/providers.js.map +1 -1
- package/dist/src/commands/replay.js +4 -4
- package/dist/src/commands/replay.js.map +1 -1
- package/dist/src/commands/route.d.ts.map +1 -1
- package/dist/src/commands/route.js +37 -5
- package/dist/src/commands/route.js.map +1 -1
- package/dist/src/commands/ruvector/import.d.ts.map +1 -1
- package/dist/src/commands/ruvector/import.js +12 -2
- package/dist/src/commands/ruvector/import.js.map +1 -1
- package/dist/src/commands/ruvector/init.d.ts.map +1 -1
- package/dist/src/commands/ruvector/init.js +15 -0
- package/dist/src/commands/ruvector/init.js.map +1 -1
- package/dist/src/commands/ruvector/status.d.ts.map +1 -1
- package/dist/src/commands/ruvector/status.js +16 -3
- package/dist/src/commands/ruvector/status.js.map +1 -1
- package/dist/src/commands/security.d.ts.map +1 -1
- package/dist/src/commands/security.js +342 -193
- package/dist/src/commands/security.js.map +1 -1
- package/dist/src/commands/session.d.ts.map +1 -1
- package/dist/src/commands/session.js +51 -8
- package/dist/src/commands/session.js.map +1 -1
- package/dist/src/commands/start.d.ts.map +1 -1
- package/dist/src/commands/start.js +18 -4
- package/dist/src/commands/start.js.map +1 -1
- package/dist/src/commands/swarm.d.ts.map +1 -1
- package/dist/src/commands/swarm.js +47 -36
- package/dist/src/commands/swarm.js.map +1 -1
- package/dist/src/commands/tokens.js +11 -11
- package/dist/src/commands/tokens.js.map +1 -1
- package/dist/src/commands/transfer-store.js +1 -1
- package/dist/src/commands/transfer-store.js.map +1 -1
- package/dist/src/commands/workflow.d.ts.map +1 -1
- package/dist/src/commands/workflow.js +31 -4
- package/dist/src/commands/workflow.js.map +1 -1
- package/dist/src/config-adapter.d.ts +2 -1
- package/dist/src/config-adapter.d.ts.map +1 -1
- package/dist/src/config-adapter.js.map +1 -1
- package/dist/src/consensus/audit-writer.d.ts.map +1 -1
- package/dist/src/consensus/audit-writer.js +46 -13
- package/dist/src/consensus/audit-writer.js.map +1 -1
- package/dist/src/consensus/vote-signer.d.ts +0 -3
- package/dist/src/consensus/vote-signer.d.ts.map +1 -1
- package/dist/src/consensus/vote-signer.js +9 -1
- package/dist/src/consensus/vote-signer.js.map +1 -1
- package/dist/src/dlq/dlq-reader.d.ts +4 -2
- package/dist/src/dlq/dlq-reader.d.ts.map +1 -1
- package/dist/src/dlq/dlq-reader.js +25 -8
- package/dist/src/dlq/dlq-reader.js.map +1 -1
- package/dist/src/dlq/dlq-replayer.d.ts +10 -3
- package/dist/src/dlq/dlq-replayer.d.ts.map +1 -1
- package/dist/src/dlq/dlq-replayer.js +50 -16
- package/dist/src/dlq/dlq-replayer.js.map +1 -1
- package/dist/src/dlq/dlq-writer.d.ts.map +1 -1
- package/dist/src/dlq/dlq-writer.js +27 -5
- package/dist/src/dlq/dlq-writer.js.map +1 -1
- package/dist/src/eval/dataset-manager.d.ts +2 -2
- package/dist/src/eval/dataset-manager.d.ts.map +1 -1
- package/dist/src/eval/dataset-manager.js +26 -16
- package/dist/src/eval/dataset-manager.js.map +1 -1
- package/dist/src/eval/trace-collector.d.ts.map +1 -1
- package/dist/src/eval/trace-collector.js +23 -3
- package/dist/src/eval/trace-collector.js.map +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +12 -10
- package/dist/src/index.js.map +1 -1
- package/dist/src/init/claudemd-generator.js +8 -8
- package/dist/src/init/claudemd-generator.js.map +1 -1
- package/dist/src/init/executor.d.ts.map +1 -1
- package/dist/src/init/executor.js +163 -137
- package/dist/src/init/executor.js.map +1 -1
- package/dist/src/init/helpers-generator.d.ts.map +1 -1
- package/dist/src/init/helpers-generator.js +49 -36
- package/dist/src/init/helpers-generator.js.map +1 -1
- package/dist/src/init/mcp-generator.js +3 -3
- package/dist/src/init/mcp-generator.js.map +1 -1
- package/dist/src/init/settings-generator.d.ts.map +1 -1
- package/dist/src/init/settings-generator.js +10 -3
- package/dist/src/init/settings-generator.js.map +1 -1
- package/dist/src/init/shared-instructions-generator.d.ts.map +1 -1
- package/dist/src/init/shared-instructions-generator.js +18 -3
- package/dist/src/init/shared-instructions-generator.js.map +1 -1
- package/dist/src/init/statusline-generator.d.ts.map +1 -1
- package/dist/src/init/statusline-generator.js +3 -1
- package/dist/src/init/statusline-generator.js.map +1 -1
- package/dist/src/init/types.d.ts +35 -11
- package/dist/src/init/types.d.ts.map +1 -1
- package/dist/src/init/types.js +5 -9
- package/dist/src/init/types.js.map +1 -1
- package/dist/src/interactive/interrupt.d.ts.map +1 -1
- package/dist/src/interactive/interrupt.js +8 -3
- package/dist/src/interactive/interrupt.js.map +1 -1
- package/dist/src/mcp/tool-registry.d.ts.map +1 -1
- package/dist/src/mcp/tool-registry.js +38 -4
- package/dist/src/mcp/tool-registry.js.map +1 -1
- package/dist/src/mcp-client.d.ts.map +1 -1
- package/dist/src/mcp-client.js +15 -6
- package/dist/src/mcp-client.js.map +1 -1
- package/dist/src/mcp-server.d.ts +9 -2
- package/dist/src/mcp-server.d.ts.map +1 -1
- package/dist/src/mcp-server.js +182 -35
- package/dist/src/mcp-server.js.map +1 -1
- package/dist/src/mcp-tools/agent-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/agent-tools.js +66 -34
- package/dist/src/mcp-tools/agent-tools.js.map +1 -1
- package/dist/src/mcp-tools/agentdb-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/agentdb-tools.js +34 -7
- package/dist/src/mcp-tools/agentdb-tools.js.map +1 -1
- package/dist/src/mcp-tools/analyze-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/analyze-tools.js +25 -16
- package/dist/src/mcp-tools/analyze-tools.js.map +1 -1
- package/dist/src/mcp-tools/auto-install.d.ts.map +1 -1
- package/dist/src/mcp-tools/auto-install.js +4 -6
- package/dist/src/mcp-tools/auto-install.js.map +1 -1
- package/dist/src/mcp-tools/autopilot-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/autopilot-tools.js +12 -2
- package/dist/src/mcp-tools/autopilot-tools.js.map +1 -1
- package/dist/src/mcp-tools/browser-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/browser-tools.js +199 -20
- package/dist/src/mcp-tools/browser-tools.js.map +1 -1
- package/dist/src/mcp-tools/claims-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/claims-tools.js +68 -18
- package/dist/src/mcp-tools/claims-tools.js.map +1 -1
- package/dist/src/mcp-tools/config-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/config-tools.js +33 -5
- package/dist/src/mcp-tools/config-tools.js.map +1 -1
- package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/coordination-tools.js +59 -4
- package/dist/src/mcp-tools/coordination-tools.js.map +1 -1
- package/dist/src/mcp-tools/daa-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/daa-tools.js +46 -10
- package/dist/src/mcp-tools/daa-tools.js.map +1 -1
- package/dist/src/mcp-tools/embeddings-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/embeddings-tools.js +46 -5
- package/dist/src/mcp-tools/embeddings-tools.js.map +1 -1
- package/dist/src/mcp-tools/github-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/github-tools.js +29 -16
- package/dist/src/mcp-tools/github-tools.js.map +1 -1
- package/dist/src/mcp-tools/graphify-tools.d.ts +4 -67
- package/dist/src/mcp-tools/graphify-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/graphify-tools.js +40 -1250
- package/dist/src/mcp-tools/graphify-tools.js.map +1 -1
- package/dist/src/mcp-tools/guidance-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/guidance-tools.js +38 -10
- package/dist/src/mcp-tools/guidance-tools.js.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.js +96 -33
- package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.js +70 -37
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
- package/dist/src/mcp-tools/index.d.ts +1 -0
- package/dist/src/mcp-tools/index.d.ts.map +1 -1
- package/dist/src/mcp-tools/index.js +1 -0
- package/dist/src/mcp-tools/index.js.map +1 -1
- package/dist/src/mcp-tools/memory-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/memory-tools.js +29 -13
- package/dist/src/mcp-tools/memory-tools.js.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.d.ts +9 -0
- package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/monograph-tools.js +6306 -0
- package/dist/src/mcp-tools/monograph-tools.js.map +1 -0
- package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/neural-tools.js +121 -37
- package/dist/src/mcp-tools/neural-tools.js.map +1 -1
- package/dist/src/mcp-tools/performance-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/performance-tools.js +21 -8
- package/dist/src/mcp-tools/performance-tools.js.map +1 -1
- package/dist/src/mcp-tools/progress-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/progress-tools.js +10 -8
- package/dist/src/mcp-tools/progress-tools.js.map +1 -1
- package/dist/src/mcp-tools/request-tracker.d.ts.map +1 -1
- package/dist/src/mcp-tools/request-tracker.js +4 -1
- package/dist/src/mcp-tools/request-tracker.js.map +1 -1
- package/dist/src/mcp-tools/ruvllm-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/ruvllm-tools.js +19 -8
- package/dist/src/mcp-tools/ruvllm-tools.js.map +1 -1
- package/dist/src/mcp-tools/session-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/session-tools.js +57 -17
- package/dist/src/mcp-tools/session-tools.js.map +1 -1
- package/dist/src/mcp-tools/swarm-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/swarm-tools.js +35 -17
- package/dist/src/mcp-tools/swarm-tools.js.map +1 -1
- package/dist/src/mcp-tools/system-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/system-tools.js +4 -3
- package/dist/src/mcp-tools/system-tools.js.map +1 -1
- package/dist/src/mcp-tools/task-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/task-tools.js +53 -13
- package/dist/src/mcp-tools/task-tools.js.map +1 -1
- package/dist/src/mcp-tools/terminal-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/terminal-tools.js +63 -14
- package/dist/src/mcp-tools/terminal-tools.js.map +1 -1
- package/dist/src/mcp-tools/transfer-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/transfer-tools.js +21 -16
- package/dist/src/mcp-tools/transfer-tools.js.map +1 -1
- package/dist/src/mcp-tools/workflow-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/workflow-tools.js +92 -23
- package/dist/src/mcp-tools/workflow-tools.js.map +1 -1
- package/dist/src/memory/ewc-consolidation.d.ts.map +1 -1
- package/dist/src/memory/ewc-consolidation.js +41 -10
- package/dist/src/memory/ewc-consolidation.js.map +1 -1
- package/dist/src/memory/intelligence.d.ts +2 -2
- package/dist/src/memory/intelligence.d.ts.map +1 -1
- package/dist/src/memory/intelligence.js +39 -13
- package/dist/src/memory/intelligence.js.map +1 -1
- package/dist/src/memory/memory-bridge.d.ts +1 -0
- package/dist/src/memory/memory-bridge.d.ts.map +1 -1
- package/dist/src/memory/memory-bridge.js +149 -56
- package/dist/src/memory/memory-bridge.js.map +1 -1
- package/dist/src/memory/memory-initializer.d.ts.map +1 -1
- package/dist/src/memory/memory-initializer.js +107 -45
- package/dist/src/memory/memory-initializer.js.map +1 -1
- package/dist/src/memory/sona-optimizer.d.ts +8 -1
- package/dist/src/memory/sona-optimizer.d.ts.map +1 -1
- package/dist/src/memory/sona-optimizer.js +25 -8
- package/dist/src/memory/sona-optimizer.js.map +1 -1
- package/dist/src/observability/replay-reader.d.ts +40 -0
- package/dist/src/observability/replay-reader.d.ts.map +1 -0
- package/dist/src/observability/replay-reader.js +138 -0
- package/dist/src/observability/replay-reader.js.map +1 -0
- package/dist/src/orchestration/routing-modes.d.ts.map +1 -1
- package/dist/src/orchestration/routing-modes.js +35 -5
- package/dist/src/orchestration/routing-modes.js.map +1 -1
- package/dist/src/parser.d.ts +8 -0
- package/dist/src/parser.d.ts.map +1 -1
- package/dist/src/parser.js +48 -14
- package/dist/src/parser.js.map +1 -1
- package/dist/src/plugins/manager.d.ts.map +1 -1
- package/dist/src/plugins/manager.js +112 -19
- package/dist/src/plugins/manager.js.map +1 -1
- package/dist/src/plugins/store/discovery.d.ts +1 -1
- package/dist/src/plugins/store/discovery.d.ts.map +1 -1
- package/dist/src/plugins/store/discovery.js +80 -62
- package/dist/src/plugins/store/discovery.js.map +1 -1
- package/dist/src/production/circuit-breaker.d.ts.map +1 -1
- package/dist/src/production/circuit-breaker.js +8 -1
- package/dist/src/production/circuit-breaker.js.map +1 -1
- package/dist/src/production/error-handler.d.ts +4 -2
- package/dist/src/production/error-handler.d.ts.map +1 -1
- package/dist/src/production/error-handler.js +27 -5
- package/dist/src/production/error-handler.js.map +1 -1
- package/dist/src/production/monitoring.d.ts.map +1 -1
- package/dist/src/production/monitoring.js +8 -4
- package/dist/src/production/monitoring.js.map +1 -1
- package/dist/src/production/rate-limiter.d.ts.map +1 -1
- package/dist/src/production/rate-limiter.js +30 -22
- package/dist/src/production/rate-limiter.js.map +1 -1
- package/dist/src/ruvector/agent-wasm.js +2 -2
- package/dist/src/ruvector/agent-wasm.js.map +1 -1
- package/dist/src/ruvector/coverage-router.d.ts.map +1 -1
- package/dist/src/ruvector/coverage-router.js +19 -9
- package/dist/src/ruvector/coverage-router.js.map +1 -1
- package/dist/src/ruvector/diff-classifier.d.ts +1 -0
- package/dist/src/ruvector/diff-classifier.d.ts.map +1 -1
- package/dist/src/ruvector/diff-classifier.js +26 -6
- package/dist/src/ruvector/diff-classifier.js.map +1 -1
- package/dist/src/ruvector/enhanced-model-router.d.ts.map +1 -1
- package/dist/src/ruvector/enhanced-model-router.js +24 -2
- package/dist/src/ruvector/enhanced-model-router.js.map +1 -1
- package/dist/src/ruvector/index.d.ts +1 -2
- package/dist/src/ruvector/index.d.ts.map +1 -1
- package/dist/src/ruvector/index.js +2 -2
- package/dist/src/ruvector/index.js.map +1 -1
- package/dist/src/ruvector/model-router.d.ts +4 -2
- package/dist/src/ruvector/model-router.d.ts.map +1 -1
- package/dist/src/ruvector/model-router.js +30 -6
- package/dist/src/ruvector/model-router.js.map +1 -1
- package/dist/src/ruvector/moe-router.d.ts +7 -0
- package/dist/src/ruvector/moe-router.d.ts.map +1 -1
- package/dist/src/ruvector/moe-router.js +35 -12
- package/dist/src/ruvector/moe-router.js.map +1 -1
- package/dist/src/ruvector/q-learning-router.d.ts +7 -1
- package/dist/src/ruvector/q-learning-router.d.ts.map +1 -1
- package/dist/src/ruvector/q-learning-router.js +40 -9
- package/dist/src/ruvector/q-learning-router.js.map +1 -1
- package/dist/src/services/claim-service.d.ts +3 -1
- package/dist/src/services/claim-service.d.ts.map +1 -1
- package/dist/src/services/claim-service.js +33 -2
- package/dist/src/services/claim-service.js.map +1 -1
- package/dist/src/services/config-file-manager.d.ts +16 -2
- package/dist/src/services/config-file-manager.d.ts.map +1 -1
- package/dist/src/services/config-file-manager.js +105 -17
- package/dist/src/services/config-file-manager.js.map +1 -1
- package/dist/src/services/container-worker-pool.d.ts.map +1 -1
- package/dist/src/services/container-worker-pool.js +51 -11
- package/dist/src/services/container-worker-pool.js.map +1 -1
- package/dist/src/services/headless-worker-executor.d.ts +7 -0
- package/dist/src/services/headless-worker-executor.d.ts.map +1 -1
- package/dist/src/services/headless-worker-executor.js +188 -45
- package/dist/src/services/headless-worker-executor.js.map +1 -1
- package/dist/src/services/registry-api.d.ts.map +1 -1
- package/dist/src/services/registry-api.js +62 -9
- package/dist/src/services/registry-api.js.map +1 -1
- package/dist/src/services/ruvector-training.d.ts.map +1 -1
- package/dist/src/services/ruvector-training.js +8 -0
- package/dist/src/services/ruvector-training.js.map +1 -1
- package/dist/src/services/worker-daemon.d.ts +4 -1
- package/dist/src/services/worker-daemon.d.ts.map +1 -1
- package/dist/src/services/worker-daemon.js +112 -28
- package/dist/src/services/worker-daemon.js.map +1 -1
- package/dist/src/services/worker-queue.d.ts +9 -2
- package/dist/src/services/worker-queue.d.ts.map +1 -1
- package/dist/src/services/worker-queue.js +86 -5
- package/dist/src/services/worker-queue.js.map +1 -1
- package/dist/src/suggest.d.ts.map +1 -1
- package/dist/src/suggest.js +9 -0
- package/dist/src/suggest.js.map +1 -1
- package/dist/src/swarm/flow-enforcer.d.ts +5 -3
- package/dist/src/swarm/flow-enforcer.d.ts.map +1 -1
- package/dist/src/swarm/flow-enforcer.js +17 -5
- package/dist/src/swarm/flow-enforcer.js.map +1 -1
- package/dist/src/swarm/flow-visualizer.d.ts +3 -0
- package/dist/src/swarm/flow-visualizer.d.ts.map +1 -1
- package/dist/src/swarm/flow-visualizer.js +30 -6
- package/dist/src/swarm/flow-visualizer.js.map +1 -1
- package/dist/src/transfer/anonymization/index.d.ts.map +1 -1
- package/dist/src/transfer/anonymization/index.js +5 -3
- package/dist/src/transfer/anonymization/index.js.map +1 -1
- package/dist/src/transfer/export.d.ts.map +1 -1
- package/dist/src/transfer/export.js +5 -3
- package/dist/src/transfer/export.js.map +1 -1
- package/dist/src/transfer/ipfs/client.d.ts.map +1 -1
- package/dist/src/transfer/ipfs/client.js +84 -7
- package/dist/src/transfer/ipfs/client.js.map +1 -1
- package/dist/src/transfer/ipfs/upload.d.ts.map +1 -1
- package/dist/src/transfer/ipfs/upload.js +13 -4
- package/dist/src/transfer/ipfs/upload.js.map +1 -1
- package/dist/src/transfer/storage/gcs.d.ts.map +1 -1
- package/dist/src/transfer/storage/gcs.js +19 -10
- package/dist/src/transfer/storage/gcs.js.map +1 -1
- package/dist/src/transfer/store/discovery.d.ts +9 -2
- package/dist/src/transfer/store/discovery.d.ts.map +1 -1
- package/dist/src/transfer/store/discovery.js +68 -13
- package/dist/src/transfer/store/discovery.js.map +1 -1
- package/dist/src/transfer/store/download.d.ts +15 -6
- package/dist/src/transfer/store/download.d.ts.map +1 -1
- package/dist/src/transfer/store/download.js +113 -24
- package/dist/src/transfer/store/download.js.map +1 -1
- package/dist/src/transfer/store/publish.d.ts +1 -1
- package/dist/src/transfer/store/publish.d.ts.map +1 -1
- package/dist/src/transfer/store/publish.js +13 -14
- package/dist/src/transfer/store/publish.js.map +1 -1
- package/dist/src/transfer/store/registry.d.ts +3 -3
- package/dist/src/transfer/store/registry.d.ts.map +1 -1
- package/dist/src/transfer/store/registry.js +32 -16
- package/dist/src/transfer/store/registry.js.map +1 -1
- package/dist/src/ui/.monomind/sessions/current.json +2 -2
- package/dist/src/ui/dashboard.html +2507 -187
- package/dist/src/ui/server.mjs +1343 -153
- package/dist/src/update/checker.d.ts.map +1 -1
- package/dist/src/update/checker.js +17 -4
- package/dist/src/update/checker.js.map +1 -1
- package/dist/src/update/executor.d.ts.map +1 -1
- package/dist/src/update/executor.js +25 -20
- package/dist/src/update/executor.js.map +1 -1
- package/dist/src/update/rate-limiter.d.ts +11 -0
- package/dist/src/update/rate-limiter.d.ts.map +1 -1
- package/dist/src/update/rate-limiter.js +23 -3
- package/dist/src/update/rate-limiter.js.map +1 -1
- package/dist/src/utils/parse-jsonl.d.ts +6 -0
- package/dist/src/utils/parse-jsonl.d.ts.map +1 -0
- package/dist/src/utils/parse-jsonl.js +22 -0
- package/dist/src/utils/parse-jsonl.js.map +1 -0
- package/dist/src/workflow/condition-evaluator.d.ts.map +1 -1
- package/dist/src/workflow/condition-evaluator.js +37 -3
- package/dist/src/workflow/condition-evaluator.js.map +1 -1
- package/dist/src/workflow/dag-builder.d.ts.map +1 -1
- package/dist/src/workflow/dag-builder.js +27 -11
- package/dist/src/workflow/dag-builder.js.map +1 -1
- package/dist/src/workflow/dag-executor.d.ts.map +1 -1
- package/dist/src/workflow/dag-executor.js +51 -13
- package/dist/src/workflow/dag-executor.js.map +1 -1
- package/dist/src/workflow/dsl-schema.d.ts +3 -0
- package/dist/src/workflow/dsl-schema.d.ts.map +1 -1
- package/dist/src/workflow/dsl-schema.js +6 -2
- package/dist/src/workflow/dsl-schema.js.map +1 -1
- package/dist/src/workflow/template-engine.js +7 -0
- package/dist/src/workflow/template-engine.js.map +1 -1
- package/dist/src/workflow/workflow-executor.d.ts.map +1 -1
- package/dist/src/workflow/workflow-executor.js +95 -14
- package/dist/src/workflow/workflow-executor.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -2
- package/.claude/agents/design/design-brand-guardian.md +0 -323
- package/.claude/agents/design/design-image-prompt-engineer.md +0 -237
- package/.claude/agents/design/design-inclusive-visuals-specialist.md +0 -72
- package/.claude/agents/design/design-ui-designer.md +0 -384
- package/.claude/agents/design/design-ux-architect.md +0 -470
- package/.claude/agents/design/design-ux-researcher.md +0 -330
- package/.claude/agents/design/design-visual-storyteller.md +0 -150
- package/.claude/agents/design/design-whimsy-injector.md +0 -439
- package/.claude/agents/v3/integration-architect.md +0 -338
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +0 -54
- package/.claude/commands/coordination/init.md +0 -44
- package/.claude/commands/coordination/orchestrate.md +0 -43
- package/.claude/commands/coordination/spawn.md +0 -45
- package/.claude/commands/github/code-review-swarm.md +0 -550
- package/.claude/commands/github/code-review.md +0 -25
- package/.claude/commands/github/github-swarm.md +0 -121
- package/.claude/commands/github/issue-triage.md +0 -25
- package/.claude/commands/github/multi-repo-swarm.md +0 -519
- package/.claude/commands/github/pr-enhance.md +0 -26
- package/.claude/commands/github/project-board-sync.md +0 -471
- package/.claude/commands/github/release-swarm.md +0 -590
- package/.claude/commands/github/repo-analyze.md +0 -25
- package/.claude/commands/github/swarm-issue.md +0 -482
- package/.claude/commands/github/swarm-pr.md +0 -310
- package/.claude/commands/github/workflow-automation.md +0 -468
- package/.claude/commands/hive-mind/hive-mind-metrics.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-resume.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-sessions.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-wizard.md +0 -8
- package/.claude/commands/list-agents.md +0 -17
- package/.claude/commands/memory/memory-persist.md +0 -25
- package/.claude/commands/memory/memory-usage.md +0 -25
- package/.claude/commands/memory/neural.md +0 -47
- package/.claude/commands/metrics.md +0 -11
- package/.claude/commands/monitoring/real-time-view.md +0 -25
- package/.claude/commands/monitoring/swarm-monitor.md +0 -25
- package/.claude/commands/monomind-createtask.md +0 -302
- package/.claude/commands/monomind-help.md +0 -103
- package/.claude/commands/monomind-memory.md +0 -107
- package/.claude/commands/monomind-repeat.md +0 -149
- package/.claude/commands/monomind-swarm.md +0 -205
- package/.claude/commands/optimization/cache-manage.md +0 -25
- package/.claude/commands/optimization/topology-optimize.md +0 -25
- package/.claude/commands/pair/commands.md +0 -546
- package/.claude/commands/pair/config.md +0 -510
- package/.claude/commands/pair/start.md +0 -209
- package/.claude/commands/use-agent.md +0 -67
- package/.claude/skills/monomind-createtask/SKILL.md +0 -269
- package/.claude/skills/monomind-task-engine/SKILL.md +0 -358
- /package/.claude/agents/{v3 → specialists}/memory-specialist.md +0 -0
- /package/.claude/agents/{v3 → specialists}/performance-engineer.md +0 -0
- /package/.claude/agents/{v3 → specialists}/queen-coordinator.md +0 -0
- /package/.claude/agents/{v3 → specialists}/security-architect.md +0 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
Start your response with:
|
|
2
|
+
|
|
3
|
+
```
|
|
4
|
+
──────────── ⚡ OVERDRIVE ─────────────
|
|
5
|
+
》》》 Entering overdrive mode...
|
|
6
|
+
```
|
|
7
|
+
|
|
8
|
+
Push an interface past conventional limits. This isn't just about visual effects. It's about using the full power of the browser to make any part of an interface feel extraordinary: a table that handles a million rows, a dialog that morphs from its trigger, a form that validates in real-time with streaming feedback, a page transition that feels cinematic.
|
|
9
|
+
|
|
10
|
+
**EXTRA IMPORTANT FOR THIS COMMAND**: Context determines what "extraordinary" means. A particle system on a creative portfolio is impressive. The same particle system on a settings page is embarrassing. But a settings page with instant optimistic saves and animated state transitions? That's extraordinary too. Understand the project's personality and goals before deciding what's appropriate.
|
|
11
|
+
|
|
12
|
+
### Propose Before Building
|
|
13
|
+
|
|
14
|
+
This command has the highest potential to misfire. Do NOT jump straight into implementation. You MUST:
|
|
15
|
+
|
|
16
|
+
1. **Think through 2-3 different directions**: consider different techniques, levels of ambition, and aesthetic approaches. For each direction, briefly describe what the result would look and feel like.
|
|
17
|
+
2. **Present these directions and ask the user to pick one** before writing any code. Explain trade-offs (browser support, performance cost, complexity).
|
|
18
|
+
3. Only proceed with the direction the user confirms.
|
|
19
|
+
|
|
20
|
+
Skipping this step risks building something embarrassing that needs to be thrown away.
|
|
21
|
+
|
|
22
|
+
### Iterate with Browser Automation
|
|
23
|
+
|
|
24
|
+
Technically ambitious effects almost never work on the first try. You MUST actively use browser automation tools to preview your work, visually verify the result, and iterate. Do not assume the effect looks right, check it. Expect multiple rounds of refinement. The gap between "technically works" and "looks extraordinary" is closed through visual iteration, not code alone.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Assess What "Extraordinary" Means Here
|
|
29
|
+
|
|
30
|
+
The right kind of technical ambition depends entirely on what you're working with. Before choosing a technique, ask: **what would make a user of THIS specific interface say "wow, that's nice"?**
|
|
31
|
+
|
|
32
|
+
### For visual/marketing surfaces
|
|
33
|
+
Pages, hero sections, landing pages, portfolios: the "wow" is often sensory: a scroll-driven reveal, a shader background, a cinematic page transition, generative art that responds to the cursor.
|
|
34
|
+
|
|
35
|
+
### For functional UI
|
|
36
|
+
Tables, forms, dialogs, navigation: the "wow" is in how it FEELS: a dialog that morphs from the button that triggered it via View Transitions, a data table that renders 100k rows at 60fps via virtual scrolling, a form with streaming validation that feels instant, drag-and-drop with spring physics.
|
|
37
|
+
|
|
38
|
+
### For performance-critical UI
|
|
39
|
+
The "wow" is invisible but felt: a search that filters 50k items without a flicker, a complex form that never blocks the main thread, an image editor that processes in near-real-time. The interface just never hesitates.
|
|
40
|
+
|
|
41
|
+
### For data-heavy interfaces
|
|
42
|
+
Charts and dashboards: the "wow" is in fluidity: GPU-accelerated rendering via Canvas/WebGL for massive datasets, animated transitions between data states, force-directed graph layouts that settle naturally.
|
|
43
|
+
|
|
44
|
+
**The common thread**: something about the implementation goes beyond what users expect from a web interface. The technique serves the experience, not the other way around.
|
|
45
|
+
|
|
46
|
+
## The Toolkit
|
|
47
|
+
|
|
48
|
+
Organized by what you're trying to achieve, not by technology name.
|
|
49
|
+
|
|
50
|
+
### Make transitions feel cinematic
|
|
51
|
+
- **View Transitions API** (same-document: all browsers; cross-document: no Firefox): shared element morphing between states. A list item expanding into a detail page. A button morphing into a dialog. This is the closest thing to native FLIP animations.
|
|
52
|
+
- **`@starting-style`** (all browsers): animate elements from `display: none` to visible with CSS only, including entry keyframes
|
|
53
|
+
- **Spring physics**: natural motion with mass, tension, and damping instead of cubic-bezier. Libraries: motion (formerly Framer Motion), GSAP, or roll your own spring solver.
|
|
54
|
+
|
|
55
|
+
### Tie animation to scroll position
|
|
56
|
+
- **Scroll-driven animations** (`animation-timeline: scroll()`): CSS-only, no JS. Parallax, progress bars, reveal sequences all driven by scroll position. (Chrome/Edge/Safari; Firefox: flag only; always provide a static fallback)
|
|
57
|
+
|
|
58
|
+
### Render beyond CSS
|
|
59
|
+
- **WebGL** (all browsers): shader effects, post-processing, particle systems. Libraries: Three.js, OGL (lightweight), regl. Use for effects CSS can't express.
|
|
60
|
+
- **WebGPU** (Chrome/Edge; Safari partial; Firefox: flag only): next-gen GPU compute. More powerful than WebGL but limited browser support. Always fall back to WebGL2.
|
|
61
|
+
- **Canvas 2D / OffscreenCanvas**: custom rendering, pixel manipulation, or moving heavy rendering off the main thread entirely via Web Workers + OffscreenCanvas.
|
|
62
|
+
- **SVG filter chains**: displacement maps, turbulence, morphology for organic distortion effects. CSS-animatable.
|
|
63
|
+
|
|
64
|
+
### Make data feel alive
|
|
65
|
+
- **Virtual scrolling**: render only visible rows for tables/lists with tens of thousands of items. No library required for simple cases; TanStack Virtual for complex ones.
|
|
66
|
+
- **GPU-accelerated charts**: Canvas or WebGL-rendered data visualization for datasets too large for SVG/DOM. Libraries: deck.gl, regl-based custom renderers.
|
|
67
|
+
- **Animated data transitions**: morph between chart states rather than replacing. D3's `transition()` or View Transitions for DOM-based charts.
|
|
68
|
+
|
|
69
|
+
### Animate complex properties
|
|
70
|
+
- **`@property`** (all browsers): register custom CSS properties with types, enabling animation of gradients, colors, and complex values that CSS can't normally interpolate.
|
|
71
|
+
- **Web Animations API** (all browsers): JavaScript-driven animations with the performance of CSS. Composable, cancellable, reversible. The foundation for complex choreography.
|
|
72
|
+
|
|
73
|
+
### Push performance boundaries
|
|
74
|
+
- **Web Workers**: move computation off the main thread. Heavy data processing, image manipulation, search indexing: anything that would cause jank.
|
|
75
|
+
- **OffscreenCanvas**: render in a Worker thread. The main thread stays free while complex visuals render in the background.
|
|
76
|
+
- **WASM**: near-native performance for computation-heavy features. Image processing, physics simulations, codecs.
|
|
77
|
+
|
|
78
|
+
### Interact with the device
|
|
79
|
+
- **Web Audio API**: spatial audio, audio-reactive visualizations, sonic feedback. Requires user gesture to start.
|
|
80
|
+
- **Device APIs**: orientation, ambient light, geolocation. Use sparingly and always with user permission.
|
|
81
|
+
|
|
82
|
+
**NOTE**: This command is about enhancing how an interface FEELS, not changing what a product DOES. Adding real-time collaboration, offline support, or new backend capabilities are product decisions, not UI enhancements. Focus on making existing features feel extraordinary.
|
|
83
|
+
|
|
84
|
+
## Implement with Discipline
|
|
85
|
+
|
|
86
|
+
### Progressive enhancement is non-negotiable
|
|
87
|
+
|
|
88
|
+
Every technique must degrade gracefully. The experience without the enhancement must still be good.
|
|
89
|
+
|
|
90
|
+
```css
|
|
91
|
+
@supports (animation-timeline: scroll()) {
|
|
92
|
+
.hero { animation-timeline: scroll(); }
|
|
93
|
+
}
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
```javascript
|
|
97
|
+
if ('gpu' in navigator) { /* WebGPU */ }
|
|
98
|
+
else if (canvas.getContext('webgl2')) { /* WebGL2 fallback */ }
|
|
99
|
+
/* CSS-only fallback must still look good */
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
### Performance rules
|
|
103
|
+
|
|
104
|
+
- Target 60fps. If dropping below 50, simplify.
|
|
105
|
+
- Respect `prefers-reduced-motion`, always. Provide a beautiful static alternative.
|
|
106
|
+
- Lazy-initialize heavy resources (WebGL contexts, WASM modules) only when near viewport.
|
|
107
|
+
- Pause off-screen rendering. Kill what you can't see.
|
|
108
|
+
- Test on real mid-range devices, not just your development machine.
|
|
109
|
+
|
|
110
|
+
### Polish is the difference
|
|
111
|
+
|
|
112
|
+
The gap between "cool" and "extraordinary" is in the last 20% of refinement: the easing curve on a spring animation, the timing offset in a staggered reveal, the subtle secondary motion that makes a transition feel physical. Don't ship the first version that works; ship the version that feels inevitable.
|
|
113
|
+
|
|
114
|
+
**NEVER**:
|
|
115
|
+
- Ignore `prefers-reduced-motion`. This is an accessibility requirement, not a suggestion
|
|
116
|
+
- Ship effects that cause jank on mid-range devices
|
|
117
|
+
- Use bleeding-edge APIs without a functional fallback
|
|
118
|
+
- Add sound without explicit user opt-in
|
|
119
|
+
- Use technical ambition to mask weak design fundamentals; fix those first with other commands
|
|
120
|
+
- Layer multiple competing extraordinary moments. Focus creates impact, excess creates noise
|
|
121
|
+
|
|
122
|
+
## Verify the Result
|
|
123
|
+
|
|
124
|
+
- **The wow test**: Show it to someone who hasn't seen it. Do they react?
|
|
125
|
+
- **The removal test**: Take it away. Does the experience feel diminished, or does nobody notice?
|
|
126
|
+
- **The device test**: Run it on a phone, a tablet, a Chromebook. Still smooth?
|
|
127
|
+
- **The accessibility test**: Enable reduced motion. Still beautiful?
|
|
128
|
+
- **The context test**: Does this make sense for THIS brand and audience?
|
|
129
|
+
|
|
130
|
+
"Technically extraordinary" isn't about using the newest API. It's about making an interface do something users didn't think a website could do.
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
# Persona-Based Design Testing
|
|
2
|
+
|
|
3
|
+
Test the interface through the eyes of 5 distinct user archetypes. Each persona exposes different failure modes that a single "design director" perspective would miss.
|
|
4
|
+
|
|
5
|
+
**How to use**: Select 2–3 personas most relevant to the interface being critiqued. Walk through the primary user action as each persona. Report specific red flags, not generic concerns.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 1. Impatient Power User: "Alex"
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
**Profile**: Expert with similar products. Expects efficiency, hates hand-holding. Will find shortcuts or leave.
|
|
13
|
+
|
|
14
|
+
**Behaviors**:
|
|
15
|
+
- Skips all onboarding and instructions
|
|
16
|
+
- Looks for keyboard shortcuts immediately
|
|
17
|
+
- Tries to bulk-select, batch-edit, and automate
|
|
18
|
+
- Gets frustrated by required steps that feel unnecessary
|
|
19
|
+
- Abandons if anything feels slow or patronizing
|
|
20
|
+
|
|
21
|
+
**Test Questions**:
|
|
22
|
+
- Can Alex complete the core task in under 60 seconds?
|
|
23
|
+
- Are there keyboard shortcuts for common actions?
|
|
24
|
+
- Can onboarding be skipped entirely?
|
|
25
|
+
- Do modals have keyboard dismiss (Esc)?
|
|
26
|
+
- Is there a "power user" path (shortcuts, bulk actions)?
|
|
27
|
+
|
|
28
|
+
**Red Flags** (report these specifically):
|
|
29
|
+
- Forced tutorials or unskippable onboarding
|
|
30
|
+
- No keyboard navigation for primary actions
|
|
31
|
+
- Slow animations that can't be skipped
|
|
32
|
+
- One-item-at-a-time workflows where batch would be natural
|
|
33
|
+
- Redundant confirmation steps for low-risk actions
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 2. Confused First-Timer: "Jordan"
|
|
38
|
+
|
|
39
|
+
**Profile**: Never used this type of product. Needs guidance at every step. Will abandon rather than figure it out.
|
|
40
|
+
|
|
41
|
+
**Behaviors**:
|
|
42
|
+
- Reads all instructions carefully
|
|
43
|
+
- Hesitates before clicking anything unfamiliar
|
|
44
|
+
- Looks for help or support constantly
|
|
45
|
+
- Misunderstands jargon and abbreviations
|
|
46
|
+
- Takes the most literal interpretation of any label
|
|
47
|
+
|
|
48
|
+
**Test Questions**:
|
|
49
|
+
- Is the first action obviously clear within 5 seconds?
|
|
50
|
+
- Are all icons labeled with text?
|
|
51
|
+
- Is there contextual help at decision points?
|
|
52
|
+
- Does terminology assume prior knowledge?
|
|
53
|
+
- Is there a clear "back" or "undo" at every step?
|
|
54
|
+
|
|
55
|
+
**Red Flags** (report these specifically):
|
|
56
|
+
- Icon-only navigation with no labels
|
|
57
|
+
- Technical jargon without explanation
|
|
58
|
+
- No visible help option or guidance
|
|
59
|
+
- Ambiguous next steps after completing an action
|
|
60
|
+
- No confirmation that an action succeeded
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## 3. Accessibility-Dependent User: "Sam"
|
|
65
|
+
|
|
66
|
+
**Profile**: Uses screen reader (VoiceOver/NVDA), keyboard-only navigation. May have low vision, motor impairment, or cognitive differences.
|
|
67
|
+
|
|
68
|
+
**Behaviors**:
|
|
69
|
+
- Tabs through the interface linearly
|
|
70
|
+
- Relies on ARIA labels and heading structure
|
|
71
|
+
- Cannot see hover states or visual-only indicators
|
|
72
|
+
- Needs adequate color contrast (4.5:1 minimum)
|
|
73
|
+
- May use browser zoom up to 200%
|
|
74
|
+
|
|
75
|
+
**Test Questions**:
|
|
76
|
+
- Can the entire primary flow be completed keyboard-only?
|
|
77
|
+
- Are all interactive elements focusable with visible focus indicators?
|
|
78
|
+
- Do images have meaningful alt text?
|
|
79
|
+
- Is color contrast WCAG AA compliant (4.5:1 for text)?
|
|
80
|
+
- Does the screen reader announce state changes (loading, success, errors)?
|
|
81
|
+
|
|
82
|
+
**Red Flags** (report these specifically):
|
|
83
|
+
- Click-only interactions with no keyboard alternative
|
|
84
|
+
- Missing or invisible focus indicators
|
|
85
|
+
- Meaning conveyed by color alone (red = error, green = success)
|
|
86
|
+
- Unlabeled form fields or buttons
|
|
87
|
+
- Time-limited actions without extension option
|
|
88
|
+
- Custom components that break screen reader flow
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## 4. Deliberate Stress Tester: "Riley"
|
|
93
|
+
|
|
94
|
+
**Profile**: Methodical user who pushes interfaces beyond the happy path. Tests edge cases, tries unexpected inputs, and probes for gaps in the experience.
|
|
95
|
+
|
|
96
|
+
**Behaviors**:
|
|
97
|
+
- Tests edge cases intentionally (empty states, long strings, special characters)
|
|
98
|
+
- Submits forms with unexpected data (emoji, RTL text, very long values)
|
|
99
|
+
- Tries to break workflows by navigating backwards, refreshing mid-flow, or opening in multiple tabs
|
|
100
|
+
- Looks for inconsistencies between what the UI promises and what actually happens
|
|
101
|
+
- Documents problems methodically
|
|
102
|
+
|
|
103
|
+
**Test Questions**:
|
|
104
|
+
- What happens at the edges (0 items, 1000 items, very long text)?
|
|
105
|
+
- Do error states recover gracefully or leave the UI in a broken state?
|
|
106
|
+
- What happens on refresh mid-workflow? Is state preserved?
|
|
107
|
+
- Are there features that appear to work but produce broken results?
|
|
108
|
+
- How does the UI handle unexpected input (emoji, special chars, paste from Excel)?
|
|
109
|
+
|
|
110
|
+
**Red Flags** (report these specifically):
|
|
111
|
+
- Features that appear to work but silently fail or produce wrong results
|
|
112
|
+
- Error handling that exposes technical details or leaves UI in a broken state
|
|
113
|
+
- Empty states that show nothing useful ("No results" with no guidance)
|
|
114
|
+
- Workflows that lose user data on refresh or navigation
|
|
115
|
+
- Inconsistent behavior between similar interactions in different parts of the UI
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## 5. Distracted Mobile User: "Casey"
|
|
120
|
+
|
|
121
|
+
**Profile**: Using phone one-handed on the go. Frequently interrupted. Possibly on a slow connection.
|
|
122
|
+
|
|
123
|
+
**Behaviors**:
|
|
124
|
+
- Uses thumb only; prefers bottom-of-screen actions
|
|
125
|
+
- Gets interrupted mid-flow and returns later
|
|
126
|
+
- Switches between apps frequently
|
|
127
|
+
- Has limited attention span and low patience
|
|
128
|
+
- Types as little as possible, prefers taps and selections
|
|
129
|
+
|
|
130
|
+
**Test Questions**:
|
|
131
|
+
- Are primary actions in the thumb zone (bottom half of screen)?
|
|
132
|
+
- Is state preserved if the user leaves and returns?
|
|
133
|
+
- Does it work on slow connections (3G)?
|
|
134
|
+
- Can forms use autocomplete and smart defaults?
|
|
135
|
+
- Are touch targets at least 44×44pt?
|
|
136
|
+
|
|
137
|
+
**Red Flags** (report these specifically):
|
|
138
|
+
- Important actions positioned at the top of the screen (unreachable by thumb)
|
|
139
|
+
- No state persistence; progress lost on tab switch or interruption
|
|
140
|
+
- Large text inputs required where selection would work
|
|
141
|
+
- Heavy assets loading on every page (no lazy loading)
|
|
142
|
+
- Tiny tap targets or targets too close together
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## Selecting Personas
|
|
147
|
+
|
|
148
|
+
Choose personas based on the interface type:
|
|
149
|
+
|
|
150
|
+
| Interface Type | Primary Personas | Why |
|
|
151
|
+
|---------------|-----------------|-----|
|
|
152
|
+
| Landing page / marketing | Jordan, Riley, Casey | First impressions, trust, mobile |
|
|
153
|
+
| Dashboard / admin | Alex, Sam | Power users, accessibility |
|
|
154
|
+
| E-commerce / checkout | Casey, Riley, Jordan | Mobile, edge cases, clarity |
|
|
155
|
+
| Onboarding flow | Jordan, Casey | Confusion, interruption |
|
|
156
|
+
| Data-heavy / analytics | Alex, Sam | Efficiency, keyboard nav |
|
|
157
|
+
| Form-heavy / wizard | Jordan, Sam, Casey | Clarity, accessibility, mobile |
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Project-Specific Personas
|
|
162
|
+
|
|
163
|
+
If `PRODUCT.md and DESIGN.md` contains a `## Design Context` section (generated by `impeccable teach`), derive 1–2 additional personas from the audience and brand information:
|
|
164
|
+
|
|
165
|
+
1. Read the target audience description
|
|
166
|
+
2. Identify the primary user archetype not covered by the 5 predefined personas
|
|
167
|
+
3. Create a persona following this template:
|
|
168
|
+
|
|
169
|
+
```
|
|
170
|
+
### [Role]: "[Name]"
|
|
171
|
+
|
|
172
|
+
**Profile**: [2-3 key characteristics derived from Design Context]
|
|
173
|
+
|
|
174
|
+
**Behaviors**: [3-4 specific behaviors based on the described audience]
|
|
175
|
+
|
|
176
|
+
**Red Flags**: [3-4 things that would alienate this specific user type]
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
Only generate project-specific personas when real Design Context data is available. Don't invent audience details; use the 5 predefined personas when no context exists.
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
> **Additional context needed**: quality bar (MVP vs flagship).
|
|
2
|
+
|
|
3
|
+
Perform a meticulous final pass to catch all the small details that separate good work from great work. The difference between shipped and polished.
|
|
4
|
+
|
|
5
|
+
## Design System Discovery
|
|
6
|
+
|
|
7
|
+
Aligning the feature to the design system is **not optional**. Polish without alignment is decoration on top of drift, and it makes the next person's job harder. Discovery comes before any other polish work.
|
|
8
|
+
|
|
9
|
+
1. **Find the design system**: Search for design system documentation, component libraries, style guides, or token definitions. Study the core patterns: design principles, target audience, color tokens, spacing scale, typography styles, component API, motion conventions.
|
|
10
|
+
2. **Note the conventions**: How are shared components imported? What spacing scale is used? Which colors come from tokens vs hard-coded values? What motion and interaction patterns are established? What flow shapes are used for comparable actions (modal vs full-page, inline vs route, save-on-blur vs explicit submit)?
|
|
11
|
+
3. **Identify drift, then name the root cause**: For every deviation, classify it as a **missing token** (the value should exist in the system but doesn't), a **one-off implementation** (a shared component already exists but wasn't used), or a **conceptual misalignment** (the feature's flow, IA, or hierarchy doesn't match neighboring features). The fix differs by category: patch the value, swap to the shared component, or rework the flow. Fixing the symptom without naming the cause is how drift compounds.
|
|
12
|
+
|
|
13
|
+
If a design system exists, polish **must** align the feature with it. If none exists, polish against the conventions visible in the codebase. **If anything about the system is ambiguous, ask. Never guess at design system principles.**
|
|
14
|
+
|
|
15
|
+
## Pre-Polish Assessment
|
|
16
|
+
|
|
17
|
+
Understand the current state and goals before touching anything:
|
|
18
|
+
|
|
19
|
+
1. **Review completeness**:
|
|
20
|
+
- Is it functionally complete?
|
|
21
|
+
- Are there known issues to preserve (mark with TODOs)?
|
|
22
|
+
- What's the quality bar? (MVP vs flagship feature?)
|
|
23
|
+
- When does it ship? (How much time for polish?)
|
|
24
|
+
|
|
25
|
+
2. **Think experience-first**: Who actually uses this, and what's the best possible experience for them? Effective design beats decorative polish; a feature that looks beautiful but fights the user's flow is not polished. Walk the path from their perspective before opening DevTools.
|
|
26
|
+
|
|
27
|
+
3. **Identify polish areas**:
|
|
28
|
+
- Visual inconsistencies
|
|
29
|
+
- Spacing and alignment issues
|
|
30
|
+
- Interaction state gaps
|
|
31
|
+
- Copy inconsistencies
|
|
32
|
+
- Edge cases and error states
|
|
33
|
+
- Loading and transition smoothness
|
|
34
|
+
- Information architecture and flow drift (does this feature reveal complexity the way neighboring features do?)
|
|
35
|
+
|
|
36
|
+
4. **Triage cosmetic vs functional**: Classify each issue as **cosmetic** (looks off, doesn't impede the user) or **functional** (breaks, blocks, or confuses the experience). When polish time is tight, functional issues ship first; cosmetic ones can land in a follow-up. Quality should be consistent; never perfect one corner while leaving another rough.
|
|
37
|
+
|
|
38
|
+
**CRITICAL**: Polish is the last step, not the first. Don't polish work that's not functionally complete.
|
|
39
|
+
|
|
40
|
+
## Polish Systematically
|
|
41
|
+
|
|
42
|
+
Work through these dimensions methodically:
|
|
43
|
+
|
|
44
|
+
### Visual Alignment & Spacing
|
|
45
|
+
|
|
46
|
+
- **Pixel-perfect alignment**: Everything lines up to grid
|
|
47
|
+
- **Consistent spacing**: All gaps use spacing scale (no random 13px gaps)
|
|
48
|
+
- **Optical alignment**: Adjust for visual weight (icons may need offset for optical centering)
|
|
49
|
+
- **Responsive consistency**: Spacing and alignment work at all breakpoints
|
|
50
|
+
- **Grid adherence**: Elements snap to baseline grid
|
|
51
|
+
|
|
52
|
+
**Check**:
|
|
53
|
+
- Enable grid overlay and verify alignment
|
|
54
|
+
- Check spacing with browser inspector
|
|
55
|
+
- Test at multiple viewport sizes
|
|
56
|
+
- Look for elements that "feel" off
|
|
57
|
+
|
|
58
|
+
### Information Architecture & Flow
|
|
59
|
+
|
|
60
|
+
Visual polish on a misshapen flow is wasted work. Match the *shape* of the experience to the system, not just the surface.
|
|
61
|
+
|
|
62
|
+
- **Progressive disclosure**: Match how much is revealed when, compared to neighboring features. A settings page exposing 40 fields when the rest of the app reveals 5 at a time is drift, even if every field is perfectly styled.
|
|
63
|
+
- **Established user flows**: Multi-step actions follow the same shape as comparable flows elsewhere: modal vs full-page, inline edit vs separate route, save-on-blur vs explicit submit, optimistic vs pessimistic updates.
|
|
64
|
+
- **Hierarchy & complexity**: The same conceptual weight gets the same visual weight throughout. Primary actions don't become tertiary in one corner of the product, and tertiary actions don't shout.
|
|
65
|
+
- **Empty, loading, and arrival transitions**: How content arrives, updates, and leaves matches how it does in adjacent features.
|
|
66
|
+
- **Naming and mental model**: The feature uses the same nouns and verbs as the rest of the system. A "Workspace" here shouldn't be a "Project" three screens away.
|
|
67
|
+
|
|
68
|
+
### Typography Refinement
|
|
69
|
+
|
|
70
|
+
- **Hierarchy consistency**: Same elements use same sizes/weights throughout
|
|
71
|
+
- **Line length**: 45-75 characters for body text
|
|
72
|
+
- **Line height**: Appropriate for font size and context
|
|
73
|
+
- **Widows & orphans**: No single words on last line
|
|
74
|
+
- **Hyphenation**: Appropriate for language and column width
|
|
75
|
+
- **Kerning**: Adjust letter spacing where needed (especially headlines)
|
|
76
|
+
- **Font loading**: No FOUT/FOIT flashes
|
|
77
|
+
|
|
78
|
+
### Color & Contrast
|
|
79
|
+
|
|
80
|
+
- **Contrast ratios**: All text meets WCAG standards
|
|
81
|
+
- **Consistent token usage**: No hard-coded colors, all use design tokens
|
|
82
|
+
- **Theme consistency**: Works in all theme variants
|
|
83
|
+
- **Color meaning**: Same colors mean same things throughout
|
|
84
|
+
- **Accessible focus**: Focus indicators visible with sufficient contrast
|
|
85
|
+
- **Tinted neutrals**: No pure gray or pure black; add subtle color tint (0.01 chroma)
|
|
86
|
+
- **Gray on color**: Never put gray text on colored backgrounds; use a shade of that color or transparency
|
|
87
|
+
|
|
88
|
+
### Interaction States
|
|
89
|
+
|
|
90
|
+
Every interactive element needs all states:
|
|
91
|
+
|
|
92
|
+
- **Default**: Resting state
|
|
93
|
+
- **Hover**: Subtle feedback (color, scale, shadow)
|
|
94
|
+
- **Focus**: Keyboard focus indicator (never remove without replacement)
|
|
95
|
+
- **Active**: Click/tap feedback
|
|
96
|
+
- **Disabled**: Clearly non-interactive
|
|
97
|
+
- **Loading**: Async action feedback
|
|
98
|
+
- **Error**: Validation or error state
|
|
99
|
+
- **Success**: Successful completion
|
|
100
|
+
|
|
101
|
+
**Missing states create confusion and broken experiences**.
|
|
102
|
+
|
|
103
|
+
### Micro-interactions & Transitions
|
|
104
|
+
|
|
105
|
+
- **Smooth transitions**: All state changes animated appropriately (150-300ms)
|
|
106
|
+
- **Consistent easing**: Use ease-out-quart/quint/expo for natural deceleration. Never bounce or elastic; they feel dated.
|
|
107
|
+
- **No jank**: Smooth animations; use atmospheric blur/filter/mask/shadow effects when they add polish, but bound expensive paint areas and avoid casual layout-property animation
|
|
108
|
+
- **Appropriate motion**: Motion serves purpose, not decoration
|
|
109
|
+
- **Reduced motion**: Respects `prefers-reduced-motion`
|
|
110
|
+
|
|
111
|
+
### Content & Copy
|
|
112
|
+
|
|
113
|
+
- **Consistent terminology**: Same things called same names throughout
|
|
114
|
+
- **Consistent capitalization**: Title Case vs Sentence case applied consistently
|
|
115
|
+
- **Grammar & spelling**: No typos
|
|
116
|
+
- **Appropriate length**: Not too wordy, not too terse
|
|
117
|
+
- **Punctuation consistency**: Periods on sentences, not on labels (unless all labels have them)
|
|
118
|
+
|
|
119
|
+
### Icons & Images
|
|
120
|
+
|
|
121
|
+
- **Consistent style**: All icons from same family or matching style
|
|
122
|
+
- **Appropriate sizing**: Icons sized consistently for context
|
|
123
|
+
- **Proper alignment**: Icons align with adjacent text optically
|
|
124
|
+
- **Alt text**: All images have descriptive alt text
|
|
125
|
+
- **Loading states**: Images don't cause layout shift, proper aspect ratios
|
|
126
|
+
- **Retina support**: 2x assets for high-DPI screens
|
|
127
|
+
|
|
128
|
+
### Forms & Inputs
|
|
129
|
+
|
|
130
|
+
- **Label consistency**: All inputs properly labeled
|
|
131
|
+
- **Required indicators**: Clear and consistent
|
|
132
|
+
- **Error messages**: Helpful and consistent
|
|
133
|
+
- **Tab order**: Logical keyboard navigation
|
|
134
|
+
- **Auto-focus**: Appropriate (don't overuse)
|
|
135
|
+
- **Validation timing**: Consistent (on blur vs on submit)
|
|
136
|
+
|
|
137
|
+
### Edge Cases & Error States
|
|
138
|
+
|
|
139
|
+
- **Loading states**: All async actions have loading feedback
|
|
140
|
+
- **Empty states**: Helpful empty states, not just blank space
|
|
141
|
+
- **Error states**: Clear error messages with recovery paths
|
|
142
|
+
- **Success states**: Confirmation of successful actions
|
|
143
|
+
- **Long content**: Handles very long names, descriptions, etc.
|
|
144
|
+
- **No content**: Handles missing data gracefully
|
|
145
|
+
- **Offline**: Appropriate offline handling (if applicable)
|
|
146
|
+
|
|
147
|
+
### Responsiveness
|
|
148
|
+
|
|
149
|
+
- **All breakpoints**: Test mobile, tablet, desktop
|
|
150
|
+
- **Touch targets**: 44x44px minimum on touch devices
|
|
151
|
+
- **Readable text**: No text smaller than 14px on mobile
|
|
152
|
+
- **No horizontal scroll**: Content fits viewport
|
|
153
|
+
- **Appropriate reflow**: Content adapts logically
|
|
154
|
+
|
|
155
|
+
### Performance
|
|
156
|
+
|
|
157
|
+
- **Fast initial load**: Optimize critical path
|
|
158
|
+
- **No layout shift**: Elements don't jump after load (CLS)
|
|
159
|
+
- **Smooth interactions**: No lag or jank
|
|
160
|
+
- **Optimized images**: Appropriate formats and sizes
|
|
161
|
+
- **Lazy loading**: Off-screen content loads lazily
|
|
162
|
+
|
|
163
|
+
### Code Quality
|
|
164
|
+
|
|
165
|
+
- **Remove console logs**: No debug logging in production
|
|
166
|
+
- **Remove commented code**: Clean up dead code
|
|
167
|
+
- **Remove unused imports**: Clean up unused dependencies
|
|
168
|
+
- **Consistent naming**: Variables and functions follow conventions
|
|
169
|
+
- **Type safety**: No TypeScript `any` or ignored errors
|
|
170
|
+
- **Accessibility**: Proper ARIA labels and semantic HTML
|
|
171
|
+
|
|
172
|
+
## Polish Checklist
|
|
173
|
+
|
|
174
|
+
Go through systematically:
|
|
175
|
+
|
|
176
|
+
- [ ] Aligned to the design system (drift named and resolved by root cause)
|
|
177
|
+
- [ ] Information architecture and flow shape match neighboring features
|
|
178
|
+
- [ ] Visual alignment perfect at all breakpoints
|
|
179
|
+
- [ ] Spacing uses design tokens consistently
|
|
180
|
+
- [ ] Typography hierarchy consistent
|
|
181
|
+
- [ ] All interactive states implemented
|
|
182
|
+
- [ ] All transitions smooth (60fps)
|
|
183
|
+
- [ ] Copy is consistent and polished
|
|
184
|
+
- [ ] Icons are consistent and properly sized
|
|
185
|
+
- [ ] All forms properly labeled and validated
|
|
186
|
+
- [ ] Error states are helpful
|
|
187
|
+
- [ ] Loading states are clear
|
|
188
|
+
- [ ] Empty states are welcoming
|
|
189
|
+
- [ ] Touch targets are 44x44px minimum
|
|
190
|
+
- [ ] Contrast ratios meet WCAG AA
|
|
191
|
+
- [ ] Keyboard navigation works
|
|
192
|
+
- [ ] Focus indicators visible
|
|
193
|
+
- [ ] No console errors or warnings
|
|
194
|
+
- [ ] No layout shift on load
|
|
195
|
+
- [ ] Works in all supported browsers
|
|
196
|
+
- [ ] Respects reduced motion preference
|
|
197
|
+
- [ ] Code is clean (no TODOs, console.logs, commented code)
|
|
198
|
+
|
|
199
|
+
**IMPORTANT**: Polish is about details. Zoom in. Squint at it. Use it yourself. The little things add up.
|
|
200
|
+
|
|
201
|
+
Sweat the details. Zoom in until the alignment is right and the spacing reads as deliberate. Then ship.
|
|
202
|
+
|
|
203
|
+
**NEVER**:
|
|
204
|
+
- Polish before it's functionally complete
|
|
205
|
+
- Polish without aligning to the design system; that's decoration on drift
|
|
206
|
+
- Guess at design system principles instead of asking when something is ambiguous
|
|
207
|
+
- Spend hours on polish if it ships in 30 minutes (triage)
|
|
208
|
+
- Introduce bugs while polishing (test thoroughly)
|
|
209
|
+
- Ignore systematic issues (if spacing is off everywhere, fix the system, not just one screen)
|
|
210
|
+
- Perfect one thing while leaving others rough (consistent quality level)
|
|
211
|
+
- Create new one-off components when design system equivalents exist
|
|
212
|
+
- Hard-code values that should use design tokens
|
|
213
|
+
- Introduce new patterns or flows that diverge from established ones
|
|
214
|
+
|
|
215
|
+
## Final Verification
|
|
216
|
+
|
|
217
|
+
Before marking as done:
|
|
218
|
+
|
|
219
|
+
- **Use it yourself**: Actually interact with the feature
|
|
220
|
+
- **Test on real devices**: Not just browser DevTools
|
|
221
|
+
- **Ask someone else to review**: Fresh eyes catch things
|
|
222
|
+
- **Compare to design**: Match intended design
|
|
223
|
+
- **Check all states**: Don't just test happy path
|
|
224
|
+
|
|
225
|
+
## Clean Up
|
|
226
|
+
|
|
227
|
+
After polishing, ensure code quality:
|
|
228
|
+
|
|
229
|
+
- **Replace custom implementations**: If the design system provides a component you reimplemented, switch to the shared version.
|
|
230
|
+
- **Remove orphaned code**: Delete unused styles, components, or files made obsolete by polish.
|
|
231
|
+
- **Consolidate tokens**: If you introduced new values, check whether they should be tokens.
|
|
232
|
+
- **Verify DRYness**: Look for duplication introduced during polishing and consolidate.
|
|
233
|
+
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# Pre-Delivery Checklist
|
|
2
|
+
|
|
3
|
+
Final-gate check before shipping any UI. Run through all sections that apply to the work.
|
|
4
|
+
|
|
5
|
+
For the full rule explanations behind each item, see `ux-rules.md`.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Visual Quality
|
|
10
|
+
|
|
11
|
+
- [ ] No emojis used as icons — SVG icons only (Heroicons, Lucide, Phosphor)
|
|
12
|
+
- [ ] All icons from one consistent family with consistent stroke weight
|
|
13
|
+
- [ ] Pressed/hover states do not shift layout bounds or cause visual jitter
|
|
14
|
+
- [ ] Semantic color tokens used — no hard-coded hex values in components
|
|
15
|
+
- [ ] One visual style across all pages; no drift between sections
|
|
16
|
+
- [ ] Page background is Warm Ash Cream (`oklch(96% 0.005 350)`) — never pure white or `#fff`
|
|
17
|
+
- [ ] Editorial Magenta used on ≤10% of any given screen
|
|
18
|
+
- [ ] All colors declared in OKLCH
|
|
19
|
+
|
|
20
|
+
## Typography
|
|
21
|
+
|
|
22
|
+
- [ ] Body `line-height: 1.6` everywhere
|
|
23
|
+
- [ ] `max-width: 65ch` on all paragraph containers
|
|
24
|
+
- [ ] Body font size minimum 16px
|
|
25
|
+
- [ ] Headings use `clamp()` fluid sizing; body uses fixed `rem`
|
|
26
|
+
- [ ] Font weight hierarchy: headings 600–700, body 400, labels 500
|
|
27
|
+
- [ ] No italic inside running body copy (italic is display voice only)
|
|
28
|
+
- [ ] Type hierarchy: minimum 1.25× scale ratio between heading steps
|
|
29
|
+
|
|
30
|
+
## Interaction
|
|
31
|
+
|
|
32
|
+
- [ ] All interactive elements provide clear hover/pressed feedback
|
|
33
|
+
- [ ] `cursor: pointer` on clickable elements
|
|
34
|
+
- [ ] `touch-action: manipulation` to remove 300ms tap delay
|
|
35
|
+
- [ ] Disabled states: reduced opacity (0.38–0.5) + cursor change + semantic attribute
|
|
36
|
+
- [ ] Buttons disable and show loading state during async operations
|
|
37
|
+
- [ ] Screen reader focus order matches visual order
|
|
38
|
+
- [ ] All interactive elements have accessible labels (aria-label or visible text)
|
|
39
|
+
|
|
40
|
+
## Layout & Spacing
|
|
41
|
+
|
|
42
|
+
- [ ] `width=device-width, initial-scale=1` viewport meta (never disable zoom)
|
|
43
|
+
- [ ] No horizontal scroll on mobile
|
|
44
|
+
- [ ] Spacing follows 8/16/24/32/48/80/120 scale — no arbitrary values
|
|
45
|
+
- [ ] Fixed navbars reserve padding so content is not obscured
|
|
46
|
+
- [ ] Consistent max-width on desktop (max-w-6xl or 7xl)
|
|
47
|
+
- [ ] Z-index follows defined scale (0 / 10 / 20 / 40 / 100 / 1000)
|
|
48
|
+
|
|
49
|
+
## Accessibility
|
|
50
|
+
|
|
51
|
+
- [ ] All text meets 4.5:1 contrast ratio against its background (3:1 for large text)
|
|
52
|
+
- [ ] Visible focus rings on all interactive elements — never `outline: none` without replacement
|
|
53
|
+
- [ ] `alt` text on all meaningful images; `alt=""` on decorative
|
|
54
|
+
- [ ] Sequential heading hierarchy (h1 → h2 → h3, no skips)
|
|
55
|
+
- [ ] Color is never the only indicator — icon or text accompanies functional color
|
|
56
|
+
- [ ] `@media (prefers-reduced-motion: reduce)` wraps all animations
|
|
57
|
+
- [ ] Form inputs have `<label>` elements — no placeholder-as-label
|
|
58
|
+
|
|
59
|
+
## Animation
|
|
60
|
+
|
|
61
|
+
- [ ] Animation durations 150–300ms for micro-interactions; ≤400ms for complex transitions
|
|
62
|
+
- [ ] Only `transform` and `opacity` animated — never width/height/padding/margin
|
|
63
|
+
- [ ] Animations are interruptible — user action cancels in-progress animation
|
|
64
|
+
- [ ] `ease-out` on enter; `ease-in` on exit; never `linear` for UI transitions
|
|
65
|
+
- [ ] At most 1–2 animated elements per view
|
|
66
|
+
- [ ] Bounce/elastic easing is absent — use `cubic-bezier(0.16, 1, 0.3, 1)` for snappy
|
|
67
|
+
|
|
68
|
+
## Forms
|
|
69
|
+
|
|
70
|
+
- [ ] Visible label for every input
|
|
71
|
+
- [ ] Error messages appear below the relevant field
|
|
72
|
+
- [ ] Required fields indicated (asterisk + sr-only explanation)
|
|
73
|
+
- [ ] Inline validation runs on blur, not on keystroke
|
|
74
|
+
- [ ] Password fields have show/hide toggle
|
|
75
|
+
- [ ] Multi-step flows show step indicator and allow back navigation
|
|
76
|
+
- [ ] Submit button disables and shows progress during async operations
|
|
77
|
+
|
|
78
|
+
## Performance
|
|
79
|
+
|
|
80
|
+
- [ ] Images use WebP/AVIF with `srcset`
|
|
81
|
+
- [ ] `width` and `height` declared on images (prevents CLS)
|
|
82
|
+
- [ ] `font-display: swap` on web fonts
|
|
83
|
+
- [ ] Lists of 50+ items are virtualized
|
|
84
|
+
- [ ] Skeleton/shimmer for operations >1s
|
|
85
|
+
|
|
86
|
+
## Design Antipatterns (Quick Sweep)
|
|
87
|
+
|
|
88
|
+
Run `npx impeccable detect` or manually check:
|
|
89
|
+
|
|
90
|
+
- [ ] No `border-left: Npx solid [color]` as a stripe on cards (`side-tab`)
|
|
91
|
+
- [ ] No `background-clip: text` gradient text (`gradient-text`)
|
|
92
|
+
- [ ] No purple/violet as a default accent (`ai-color-palette`)
|
|
93
|
+
- [ ] No nested cards (`nested-cards`)
|
|
94
|
+
- [ ] No center alignment on more than 3 consecutive sections (`everything-centered`)
|
|
95
|
+
- [ ] No bounce/elastic easing (`bounce-easing`)
|
|
96
|
+
- [ ] No single font for everything — heading + body pair (`single-font`)
|
|
97
|
+
- [ ] No justified text (`justified-text`)
|
|
98
|
+
- [ ] No `text-transform: uppercase` on body copy longer than 3 words (`all-caps-body`)
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Before Handing Off
|
|
103
|
+
|
|
104
|
+
**The removal test:** Take out the most prominent effect or animation. Does the experience feel diminished, or does nobody notice? If nobody notices, remove it.
|
|
105
|
+
|
|
106
|
+
**The accessibility test:** Enable reduced motion. Is it still beautiful and fully functional?
|
|
107
|
+
|
|
108
|
+
**The contrast test:** View the page in grayscale. Is all content still readable and hierarchy clear?
|