wizz-method 1.4.0 → 1.5.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/README.md +7 -5
- package/package.json +48 -4
- package/skills-registry.yaml +166 -34
- package/src/bmm-skills/4-implementation/wizz-code-review/SKILL.md +2 -0
- package/src/bmm-skills/4-implementation/wizz-quick-dev/SKILL.md +5 -2
- package/src/core-skills/_shared/handoff-protocol.md +61 -0
- package/src/core-skills/wizz-customize/SKILL.md +2 -2
- package/src/core-skills/wizz-party-mode/references/mode-agent-team.md +1 -1
- package/src/core-skills/wizz-party-mode/references/mode-subagent.md +1 -1
- package/src/core-skills/wizz-review-adversarial-general/SKILL.md +2 -0
- package/src/modules/wizz/README.md +3 -3
- package/src/modules/wizz/_shared/communication-rules.md +13 -0
- package/src/modules/wizz/_shared/encerramento.md +2 -2
- package/src/modules/wizz/agents/wizz-ads/SKILL.md +1 -1
- package/src/modules/wizz/agents/wizz-ads/customize.toml +5 -3
- package/src/modules/wizz/agents/wizz-copy/SKILL.md +1 -1
- package/src/modules/wizz/agents/wizz-copy/customize.toml +5 -3
- package/src/modules/wizz/agents/wizz-designer/SKILL.md +7 -9
- package/src/modules/wizz/agents/wizz-designer/customize.toml +6 -4
- package/src/modules/wizz/agents/wizz-growth/SKILL.md +1 -1
- package/src/modules/wizz/agents/wizz-growth/customize.toml +11 -3
- package/src/modules/wizz/agents/wizz-maestro/SKILL.md +15 -10
- package/src/modules/wizz/agents/wizz-maestro/customize.toml +5 -7
- package/src/modules/wizz/agents/wizz-memoria/SKILL.md +1 -1
- package/src/modules/wizz/agents/wizz-memoria/customize.toml +2 -4
- package/src/modules/wizz/agents/wizz-qa/SKILL.md +6 -6
- package/src/modules/wizz/agents/wizz-qa/customize.toml +9 -7
- package/src/modules/wizz/agents/wizz-seo/SKILL.md +1 -1
- package/src/modules/wizz/agents/wizz-seo/customize.toml +5 -3
- package/src/modules/wizz/agents/wizz-social/SKILL.md +1 -1
- package/src/modules/wizz/agents/wizz-social/customize.toml +9 -8
- package/src/modules/wizz/module.yaml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-analyst.toml +4 -5
- package/src/modules/wizz/overrides/wizz-agent-architect.toml +11 -3
- package/src/modules/wizz/overrides/wizz-agent-dev.toml +6 -4
- package/src/modules/wizz/overrides/wizz-agent-pm.toml +4 -2
- package/src/modules/wizz/overrides/wizz-agent-tech-writer.toml +3 -5
- package/src/modules/wizz/overrides/wizz-agent-ux-designer.toml +4 -2
- package/src/modules/wizz/scripts/wizz-init.mjs +3 -1
- package/src/scripts/__pycache__/resolve_customization.cpython-314.pyc +0 -0
- package/src/scripts/memlog.py +9 -0
- package/src/scripts/resolve_customization.py +93 -3
- package/src/skills-lib/adversarial-reviewer/SKILL.md +2 -0
- package/src/skills-lib/algorithmic-art/SKILL.md +29 -369
- package/src/skills-lib/algorithmic-art/references/interactive-artifact.md +139 -0
- package/src/skills-lib/algorithmic-art/references/p5js-implementation.md +121 -0
- package/src/skills-lib/algorithmic-art/references/philosophy-creation.md +88 -0
- package/src/skills-lib/auth-and-secrets/SKILL.md +29 -11
- package/src/skills-lib/canvas-design/SKILL.md +9 -38
- package/src/skills-lib/canvas-design/references/canvas-execution.md +21 -0
- package/src/skills-lib/canvas-design/references/philosophy-examples.md +25 -0
- package/src/skills-lib/cerebro/SKILL.md +8 -273
- package/src/skills-lib/cerebro/references/comandos-pesquisa-e-sync.md +44 -0
- package/src/skills-lib/cerebro/references/comandos-rotina-e-captura.md +94 -0
- package/src/skills-lib/cerebro/references/comandos-sessao.md +122 -0
- package/src/skills-lib/content-strategy/SKILL.md +12 -316
- package/src/skills-lib/content-strategy/references/content-types.md +52 -0
- package/src/skills-lib/content-strategy/references/ideation-sources.md +78 -0
- package/src/skills-lib/content-strategy/references/pillars-and-keywords.md +78 -0
- package/src/skills-lib/content-strategy/references/prioritization-and-output.md +57 -0
- package/src/skills-lib/decision-maker/SKILL.md +13 -466
- package/src/skills-lib/decision-maker/references/commands-and-edge-cases.md +40 -0
- package/src/skills-lib/decision-maker/references/output-format.md +161 -0
- package/src/skills-lib/decision-maker/references/references-and-extraction.md +129 -0
- package/src/skills-lib/decision-maker/references/six-decisions.md +122 -0
- package/src/skills-lib/decision-maker/references/wizz-method-handoff.md +22 -0
- package/src/skills-lib/desktop-security/SKILL.md +35 -4
- package/src/skills-lib/find-skills/SKILL.md +9 -6
- package/src/skills-lib/form-cro/SKILL.md +12 -390
- package/src/skills-lib/form-cro/references/experiments.md +73 -0
- package/src/skills-lib/form-cro/references/field-optimization.md +92 -0
- package/src/skills-lib/form-cro/references/flow-and-errors.md +71 -0
- package/src/skills-lib/form-cro/references/measurement-output.md +41 -0
- package/src/skills-lib/form-cro/references/trust-and-form-types.md +54 -0
- package/src/skills-lib/graphify/SKILL.md +2 -20
- package/src/skills-lib/huashu-design/SKILL.md +42 -596
- package/src/skills-lib/huashu-design/references/anti-slop-principles.md +62 -0
- package/src/skills-lib/huashu-design/references/audio-design-rules.md +1 -1
- package/src/skills-lib/huashu-design/references/cross-agent-adaptation.md +14 -0
- package/src/skills-lib/huashu-design/references/design-direction-fallback.md +113 -0
- package/src/skills-lib/huashu-design/references/exception-handling.md +18 -0
- package/src/skills-lib/huashu-design/references/fact-verification.md +36 -0
- package/src/skills-lib/huashu-design/references/ios-prototype.md +146 -0
- package/src/skills-lib/huashu-design/references/sfx-library.md +7 -0
- package/src/skills-lib/huashu-design/references/starter-components.md +24 -0
- package/src/skills-lib/huashu-design/references/video-export.md +1 -1
- package/src/skills-lib/huashu-design/references/watermark-policy.md +23 -0
- package/src/skills-lib/huashu-design/scripts/add-music.sh +12 -1
- package/src/skills-lib/huashu-design/scripts/mix-voiceover.sh +11 -0
- package/src/skills-lib/humanizer/SKILL.md +23 -431
- package/src/skills-lib/humanizer/references/ai-writing-patterns.md +314 -0
- package/src/skills-lib/humanizer/references/full-example.md +72 -0
- package/src/skills-lib/humanizer/references/personality-and-soul.md +36 -0
- package/src/skills-lib/impeccable/SKILL.md +37 -153
- package/src/skills-lib/impeccable/references/design-rules.md +95 -0
- package/src/skills-lib/impeccable/references/pin-unpin-and-hooks.md +17 -0
- package/src/skills-lib/impeccable/references/routing-rules.md +28 -0
- package/src/skills-lib/implementation-planner/SKILL.md +22 -529
- package/src/skills-lib/implementation-planner/references/folder-structure-and-dependencies.md +132 -0
- package/src/skills-lib/implementation-planner/references/handoff-template.md +34 -0
- package/src/skills-lib/implementation-planner/references/implementation-phases.md +54 -0
- package/src/skills-lib/implementation-planner/references/implementation-types.md +28 -0
- package/src/skills-lib/implementation-planner/references/motion-path-implementation.md +57 -0
- package/src/skills-lib/implementation-planner/references/output-templates.md +92 -0
- package/src/skills-lib/implementation-planner/references/performance-plan.md +52 -0
- package/src/skills-lib/inicio-de-projeto/SKILL.md +4 -224
- package/src/skills-lib/inicio-de-projeto/references/implementacao-api-forms.md +112 -0
- package/src/skills-lib/inicio-de-projeto/references/padroes-arquiteturais-e-pastas.md +71 -0
- package/src/skills-lib/inicio-de-projeto/references/seguranca-e-regras-codigo.md +26 -0
- package/src/skills-lib/launch-strategy/SKILL.md +9 -311
- package/src/skills-lib/launch-strategy/references/five-phase-approach.md +76 -0
- package/src/skills-lib/launch-strategy/references/launch-checklist.md +34 -0
- package/src/skills-lib/launch-strategy/references/orb-framework.md +76 -0
- package/src/skills-lib/launch-strategy/references/post-launch-and-ongoing.md +64 -0
- package/src/skills-lib/launch-strategy/references/product-hunt-strategy.md +52 -0
- package/src/skills-lib/marketing-psychology/SKILL.md +18 -401
- package/src/skills-lib/marketing-psychology/references/design-and-delivery-models.md +56 -0
- package/src/skills-lib/marketing-psychology/references/foundational-thinking-models.md +76 -0
- package/src/skills-lib/marketing-psychology/references/growth-and-scaling-models.md +46 -0
- package/src/skills-lib/marketing-psychology/references/influencing-behavior.md +71 -0
- package/src/skills-lib/marketing-psychology/references/pricing-psychology.md +31 -0
- package/src/skills-lib/marketing-psychology/references/understanding-buyers.md +116 -0
- package/src/skills-lib/motion-3d-director/SKILL.md +23 -370
- package/src/skills-lib/motion-3d-director/references/image-to-video-workflow.md +166 -0
- package/src/skills-lib/motion-3d-director/references/motion-paths.md +119 -0
- package/src/skills-lib/motion-3d-director/references/performance-and-handoff.md +51 -0
- package/src/skills-lib/popup-cro/SKILL.md +11 -414
- package/src/skills-lib/popup-cro/references/design-copy-compliance.md +81 -0
- package/src/skills-lib/popup-cro/references/experiments.md +82 -0
- package/src/skills-lib/popup-cro/references/rules-measurement-output.md +87 -0
- package/src/skills-lib/popup-cro/references/triggers-and-popup-types.md +108 -0
- package/src/skills-lib/premium-landing-ui-researcher/SKILL.md +52 -2083
- package/src/skills-lib/premium-landing-ui-researcher/references/audit-protocol.md +124 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/component-sources.md +336 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/core-goal.md +62 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/dashboard-and-portfolio-modes.md +92 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/handoffs.md +55 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/landing-page-strategy.md +227 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/mandatory-process.md +36 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/output-format-and-quality.md +129 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/prompt-templates.md +206 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/site-levels.md +515 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/source-first-protocol.md +144 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/source-links.md +39 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/stack-and-visual-direction.md +118 -0
- package/src/skills-lib/signup-flow-cro/SKILL.md +13 -321
- package/src/skills-lib/signup-flow-cro/references/experiments.md +72 -0
- package/src/skills-lib/signup-flow-cro/references/field-optimization.md +49 -0
- package/src/skills-lib/signup-flow-cro/references/flow-structure.md +38 -0
- package/src/skills-lib/signup-flow-cro/references/measurement-output-patterns.md +62 -0
- package/src/skills-lib/signup-flow-cro/references/trust-and-post-submit.md +40 -0
- package/src/skills-lib/taste-redesign/SKILL.md +10 -146
- package/src/skills-lib/taste-redesign/references/design-audit.md +120 -0
- package/src/skills-lib/taste-redesign/references/upgrade-techniques.md +31 -0
- package/src/skills-lib/taste-skill/SKILL.md +33 -1177
- package/src/skills-lib/taste-skill/references/anti-slop-tells.md +110 -0
- package/src/skills-lib/taste-skill/references/architecture-conventions.md +39 -0
- package/src/skills-lib/taste-skill/references/block-library.md +61 -0
- package/src/skills-lib/taste-skill/references/brief-and-dials.md +89 -0
- package/src/skills-lib/taste-skill/references/dark-mode.md +23 -0
- package/src/skills-lib/taste-skill/references/design-directives.md +191 -0
- package/src/skills-lib/taste-skill/references/design-systems.md +267 -0
- package/src/skills-lib/taste-skill/references/motion-patterns.md +167 -0
- package/src/skills-lib/taste-skill/references/pattern-vocabulary.md +78 -0
- package/src/skills-lib/taste-skill/references/performance-a11y.md +33 -0
- package/src/skills-lib/taste-skill/references/preflight-checklist.md +73 -0
- package/src/skills-lib/taste-skill/references/redesign-protocol.md +52 -0
- package/src/skills-lib/ui-ux-pro-max/SKILL.md +9 -353
- package/src/skills-lib/ui-ux-pro-max/references/common-rules-checklist.md +76 -0
- package/src/skills-lib/ui-ux-pro-max/references/rules-quick-reference.md +70 -0
- package/src/skills-lib/ui-ux-pro-max/references/search-reference.md +45 -0
- package/src/skills-lib/ui-ux-pro-max/references/workflow-guide.md +157 -0
- package/src/skills-lib/web-security/SKILL.md +13 -162
- package/src/skills-lib/web-security/references/checklist-deploy.md +52 -0
- package/src/skills-lib/web-security/references/headers-rate-limit-cors.md +78 -0
- package/src/skills-lib/web-security/references/owasp-top5-detalhado.md +51 -0
- package/src/skills-lib/wizz-router/SKILL.md +30 -244
- package/src/skills-lib/wizz-router/references/auditoria-360.md +21 -0
- package/src/skills-lib/wizz-router/references/routing-table-flat.md +95 -0
- package/tools/fetch-assets.mjs +277 -0
- package/tools/installer/commands/fetch-assets.js +71 -0
- package/tools/installer/commands/install.js +35 -3
- package/tools/installer/commands/trace-report.js +131 -0
- package/tools/installer/core/config.js +9 -0
- package/tools/installer/core/help-catalog.js +181 -0
- package/tools/installer/core/install-paths.js +48 -3
- package/tools/installer/core/installer.js +253 -618
- package/tools/installer/core/manifest-generator.js +8 -1
- package/tools/installer/core/manifest.js +67 -22
- package/tools/installer/core/module-config-writer.js +110 -0
- package/tools/installer/core/preflight-tools-check.js +82 -0
- package/tools/installer/core/quick-update.js +209 -0
- package/tools/installer/core/user-file-preservation.js +250 -0
- package/tools/installer/modules/channel-resolver.js +34 -2
- package/tools/installer/modules/cli-config.js +127 -34
- package/tools/installer/modules/deps-cache.js +28 -1
- package/tools/installer/modules/env-vars.js +446 -0
- package/tools/installer/modules/external-manager.js +40 -6
- package/tools/installer/modules/mcp-config.js +180 -37
- package/tools/installer/modules/module-help-schema.js +2 -1
- package/tools/installer/modules/official-modules.js +1 -1
- package/tools/installer/modules/registry-resolve.js +74 -0
- package/tools/installer/modules/skills-lib.js +81 -16
- package/tools/installer/ui.js +71 -5
- package/wizz-modules.yaml +15 -5
- package/.claude/settings.local.json +0 -8
- package/.claude-plugin/marketplace.json +0 -80
- package/AGENTS.md +0 -12
- package/build/artifacts/llms-full.txt +0 -4049
- package/build/artifacts/llms.txt +0 -28
- package/build/site/404.html +0 -55
- package/build/site/_astro/MobileTableOfContents.astro_astro_type_script_index_0_lang.hwBsy0Mo.js +0 -1
- package/build/site/_astro/Search.astro_astro_type_script_index_0_lang.cjYDvRdi.js +0 -1
- package/build/site/_astro/TableOfContents.astro_astro_type_script_index_0_lang.FuRcXuRY.js +0 -1
- package/build/site/_astro/ec.0vx5m.js +0 -3
- package/build/site/_astro/ec.v4551.css +0 -1
- package/build/site/_astro/index.DdjI3lF_.css +0 -1
- package/build/site/_astro/page.B1D-nYk3.js +0 -1
- package/build/site/_astro/print.DNXP8c50.css +0 -1
- package/build/site/_astro/ui-core.D_Lfcn_I.js +0 -2
- package/build/site/diagrams/checkpoint-preview-diagram-fr.webp +0 -0
- package/build/site/diagrams/checkpoint-preview-diagram.png +0 -0
- package/build/site/diagrams/quick-dev-diagram-fr.webp +0 -0
- package/build/site/diagrams/quick-dev-diagram.png +0 -0
- package/build/site/explanation/advanced-elicitation/index.html +0 -105
- package/build/site/explanation/adversarial-review/index.html +0 -109
- package/build/site/explanation/analysis-phase/index.html +0 -129
- package/build/site/explanation/brainstorming/index.html +0 -92
- package/build/site/explanation/checkpoint-preview/index.html +0 -121
- package/build/site/explanation/established-projects-faq/index.html +0 -107
- package/build/site/explanation/forensic-investigation/index.html +0 -167
- package/build/site/explanation/named-agents/index.html +0 -187
- package/build/site/explanation/party-mode/index.html +0 -256
- package/build/site/explanation/preventing-agent-conflicts/index.html +0 -185
- package/build/site/explanation/project-context/index.html +0 -198
- package/build/site/explanation/quick-dev/index.html +0 -113
- package/build/site/explanation/web-bundles/index.html +0 -178
- package/build/site/explanation/why-solutioning-matters/index.html +0 -168
- package/build/site/how-to/customize-wizz/index.html +0 -277
- package/build/site/how-to/established-projects/index.html +0 -165
- package/build/site/how-to/expand-wizz-for-your-org/index.html +0 -245
- package/build/site/how-to/get-answers-about-wizz/index.html +0 -129
- package/build/site/how-to/install-custom-modules/index.html +0 -197
- package/build/site/how-to/install-wizz/index.html +0 -330
- package/build/site/how-to/non-interactive-installation/index.html +0 -73
- package/build/site/how-to/project-context/index.html +0 -141
- package/build/site/how-to/quick-fixes/index.html +0 -122
- package/build/site/how-to/shard-large-documents/index.html +0 -103
- package/build/site/how-to/upgrade-to-v6/index.html +0 -185
- package/build/site/how-to/use-web-bundles/index.html +0 -99
- package/build/site/img/wizz-dark.png +0 -0
- package/build/site/img/wizz-light.png +0 -0
- package/build/site/index.html +0 -128
- package/build/site/llms-full.txt +0 -4049
- package/build/site/llms.txt +0 -28
- package/build/site/pagefind/fragment/en_175de32.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_24258fb.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_24f53a6.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_27ba8f9.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_296ddb9.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_2b5aa5c.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_49047e0.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_4a187d2.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_514725b.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_583316f.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_6465dfb.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_67825a4.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_82aec61.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_85dcebf.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_887ce56.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_89a1a7a.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_8ade291.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_8c11f8a.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_8c1bde3.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_92d7cc7.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_94bfc21.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_9b57d7d.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_ab62b53.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_b0d23ee.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_ba9fb37.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_bb113eb.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_bfc56b6.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_c6d9e48.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_cdd772f.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_cdd885c.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_cefed6a.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_d890205.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_da351b7.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_ea289f9.pf_fragment +0 -0
- package/build/site/pagefind/fragment/en_f1c3711.pf_fragment +0 -0
- package/build/site/pagefind/index/en_5b9d8c6.pf_index +0 -0
- package/build/site/pagefind/index/en_868614c.pf_index +0 -0
- package/build/site/pagefind/index/en_e4f9bff.pf_index +0 -0
- package/build/site/pagefind/pagefind-entry.json +0 -1
- package/build/site/pagefind/pagefind-highlight.js +0 -1064
- package/build/site/pagefind/pagefind-modular-ui.css +0 -214
- package/build/site/pagefind/pagefind-modular-ui.js +0 -8
- package/build/site/pagefind/pagefind-ui.css +0 -1
- package/build/site/pagefind/pagefind-ui.js +0 -2
- package/build/site/pagefind/pagefind.en_4e69d7f053.pf_meta +0 -0
- package/build/site/pagefind/pagefind.js +0 -6
- package/build/site/pagefind/wasm.en.pagefind +0 -0
- package/build/site/pagefind/wasm.unknown.pagefind +0 -0
- package/build/site/reference/agents/index.html +0 -168
- package/build/site/reference/commands/index.html +0 -254
- package/build/site/reference/core-tools/index.html +0 -384
- package/build/site/reference/modules/index.html +0 -132
- package/build/site/reference/testing/index.html +0 -218
- package/build/site/reference/workflow-map/index.html +0 -266
- package/build/site/roadmap/index.html +0 -77
- package/build/site/robots.txt +0 -37
- package/build/site/sitemap-0.xml +0 -1
- package/build/site/sitemap-index.xml +0 -1
- package/build/site/tutorials/getting-started/index.html +0 -386
- package/build/site/wizz-icon-orange.svg +0 -7
- package/build/site/workflow-map-diagram-fr.html +0 -375
- package/build/site/workflow-map-diagram.html +0 -375
- package/evals/bmm-skills/wizz-product-brief/evals.json +0 -237
- package/evals/bmm-skills/wizz-product-brief/files/branfield-memo.md +0 -46
- package/evals/bmm-skills/wizz-product-brief/files/forkbird-brief/addendum.md +0 -40
- package/evals/bmm-skills/wizz-product-brief/files/forkbird-brief/brief.md +0 -56
- package/evals/bmm-skills/wizz-product-brief/files/forkbird-brief/decision-log.md +0 -27
- package/evals/bmm-skills/wizz-product-brief/files/meridian-mobility-report.md +0 -116
- package/evals/bmm-skills/wizz-product-brief/files/mossridge-brief/addendum.md +0 -41
- package/evals/bmm-skills/wizz-product-brief/files/mossridge-brief/brief.md +0 -57
- package/evals/bmm-skills/wizz-product-brief/files/mossridge-brief/decision-log.md +0 -29
- package/evals/bmm-skills/wizz-product-brief/files/pantry-bridge-interviews.md +0 -90
- package/evals/bmm-skills/wizz-product-brief/files/q2-brainstorm.md +0 -101
- package/evals/bmm-skills/wizz-product-brief/triggers.json +0 -18
- package/src/core-skills/wizz-party-mode/scripts/__pycache__/resolve_party.cpython-314.pyc +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/src/skills-lib/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-ad.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-educational-alt.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-educational.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-tech.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-tutorial-alt.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-tutorial.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/card-flip.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/card-snap.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/modal-open.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/stack-collapse.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/achievement.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/error-tone.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/notification-pop.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/success-chime.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/brand-stamp.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/drop-thud.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/logo-reveal-v2.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/logo-reveal.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/delete-key.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/enter.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/space-tap.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/type-fast.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/type.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/magic/ai-process.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/magic/sparkle.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/magic/transform.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/progress/complete-done.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/progress/generate-start.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/progress/loading-tick.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/terminal/command-execute.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/terminal/cursor-blink.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/terminal/output-appear.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/dissolve.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/slide-in.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/swipe-horizontal.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/whoosh-fast.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/whoosh.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/click-soft.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/click.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/focus.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/hover-subtle.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/tap-finger.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/toggle-on.mp3 +0 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/__pycache__/search.cpython-314.pyc +0 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/graphify-out/cache/0964cef300f753b5cee0cc49777ca97035c85d45c212099405d9ee4da36e523f.json +0 -1
- package/src/skills-lib/ui-ux-pro-max/scripts/graphify-out/cache/21a40f6810c3a6f17acc3580f106171daf78c7b41bbd066bc80448a821ea0adf.json +0 -1
- package/src/skills-lib/ui-ux-pro-max/scripts/graphify-out/cache/69ea15a020ac81b8459e37ef63654398a50c1035fc01c43d8069df217389f7f3.json +0 -1
- package/src/squads/README.md +0 -39
- package/src/squads/advisory-board/README.md +0 -34
- package/src/squads/advisory-board/agents/board-chair.md +0 -161
- package/src/squads/advisory-board/agents/brene-brown.md +0 -296
- package/src/squads/advisory-board/agents/charlie-munger.md +0 -590
- package/src/squads/advisory-board/agents/derek-sivers.md +0 -268
- package/src/squads/advisory-board/agents/naval-ravikant.md +0 -251
- package/src/squads/advisory-board/agents/patrick-lencioni.md +0 -394
- package/src/squads/advisory-board/agents/peter-thiel.md +0 -269
- package/src/squads/advisory-board/agents/ray-dalio.md +0 -587
- package/src/squads/advisory-board/agents/reid-hoffman.md +0 -278
- package/src/squads/advisory-board/agents/simon-sinek.md +0 -291
- package/src/squads/advisory-board/agents/yvon-chouinard.md +0 -275
- package/src/squads/advisory-board/squad.yaml +0 -50
- package/src/squads/brand-squad/README.md +0 -60
- package/src/squads/brand-squad/agents/al-ries.md +0 -175
- package/src/squads/brand-squad/agents/alina-wheeler.md +0 -184
- package/src/squads/brand-squad/agents/archetype-consultant.md +0 -215
- package/src/squads/brand-squad/agents/brand-chief.md +0 -158
- package/src/squads/brand-squad/agents/byron-sharp.md +0 -169
- package/src/squads/brand-squad/agents/david-aaker.md +0 -166
- package/src/squads/brand-squad/agents/denise-yohn.md +0 -172
- package/src/squads/brand-squad/agents/domain-scout.md +0 -135
- package/src/squads/brand-squad/agents/donald-miller.md +0 -179
- package/src/squads/brand-squad/agents/emily-heyward.md +0 -147
- package/src/squads/brand-squad/agents/jean-noel-kapferer.md +0 -189
- package/src/squads/brand-squad/agents/kevin-keller.md +0 -199
- package/src/squads/brand-squad/agents/marty-neumeier.md +0 -170
- package/src/squads/brand-squad/agents/miller-sticky-brand.md +0 -180
- package/src/squads/brand-squad/agents/naming-strategist.md +0 -171
- package/src/squads/brand-squad/squad.yaml +0 -117
- package/src/squads/c-level-squad/README.md +0 -29
- package/src/squads/c-level-squad/agents/caio-architect.md +0 -235
- package/src/squads/c-level-squad/agents/cio-engineer.md +0 -209
- package/src/squads/c-level-squad/agents/cmo-architect.md +0 -208
- package/src/squads/c-level-squad/agents/coo-orchestrator.md +0 -193
- package/src/squads/c-level-squad/agents/cto-architect.md +0 -194
- package/src/squads/c-level-squad/agents/vision-chief.md +0 -201
- package/src/squads/c-level-squad/squad.yaml +0 -45
- package/src/squads/claude-code-mastery/README.md +0 -146
- package/src/squads/claude-code-mastery/agents/claude-mastery-chief.md +0 -554
- package/src/squads/claude-code-mastery/agents/config-engineer.md +0 -865
- package/src/squads/claude-code-mastery/agents/hooks-architect.md +0 -1013
- package/src/squads/claude-code-mastery/agents/mcp-integrator.md +0 -791
- package/src/squads/claude-code-mastery/agents/project-integrator.md +0 -1196
- package/src/squads/claude-code-mastery/agents/roadmap-sentinel.md +0 -931
- package/src/squads/claude-code-mastery/agents/skill-craftsman.md +0 -1250
- package/src/squads/claude-code-mastery/agents/swarm-orchestrator.md +0 -1008
- package/src/squads/copy-squad/README.md +0 -65
- package/src/squads/copy-squad/agents/andre-chaperon.md +0 -206
- package/src/squads/copy-squad/agents/ben-settle.md +0 -194
- package/src/squads/copy-squad/agents/claude-hopkins.md +0 -182
- package/src/squads/copy-squad/agents/clayton-makepeace.md +0 -225
- package/src/squads/copy-squad/agents/copy-chief.md +0 -166
- package/src/squads/copy-squad/agents/dan-kennedy.md +0 -202
- package/src/squads/copy-squad/agents/dan-koe.md +0 -223
- package/src/squads/copy-squad/agents/david-deutsch.md +0 -197
- package/src/squads/copy-squad/agents/david-ogilvy.md +0 -198
- package/src/squads/copy-squad/agents/eugene-schwartz.md +0 -238
- package/src/squads/copy-squad/agents/frank-kern.md +0 -195
- package/src/squads/copy-squad/agents/gary-bencivenga.md +0 -197
- package/src/squads/copy-squad/agents/gary-halbert.md +0 -219
- package/src/squads/copy-squad/agents/jim-rutz.md +0 -193
- package/src/squads/copy-squad/agents/joe-sugarman.md +0 -234
- package/src/squads/copy-squad/agents/john-carlton.md +0 -203
- package/src/squads/copy-squad/agents/jon-benson.md +0 -196
- package/src/squads/copy-squad/agents/parris-lampropoulos.md +0 -188
- package/src/squads/copy-squad/agents/robert-collier.md +0 -183
- package/src/squads/copy-squad/agents/russell-brunson.md +0 -229
- package/src/squads/copy-squad/agents/ry-schwartz.md +0 -185
- package/src/squads/copy-squad/agents/stefan-georgi.md +0 -188
- package/src/squads/copy-squad/agents/todd-brown.md +0 -171
- package/src/squads/copy-squad/squad.yaml +0 -87
- package/src/squads/cybersecurity/README.md +0 -38
- package/src/squads/cybersecurity/agents/busterer.md +0 -108
- package/src/squads/cybersecurity/agents/cartographer.md +0 -114
- package/src/squads/cybersecurity/agents/chris-sanders.md +0 -205
- package/src/squads/cybersecurity/agents/command-generator.md +0 -121
- package/src/squads/cybersecurity/agents/cyber-chief.md +0 -120
- package/src/squads/cybersecurity/agents/dirber.md +0 -111
- package/src/squads/cybersecurity/agents/fuzzer.md +0 -121
- package/src/squads/cybersecurity/agents/georgia-weidman.md +0 -178
- package/src/squads/cybersecurity/agents/jim-manico.md +0 -182
- package/src/squads/cybersecurity/agents/marcus-carey.md +0 -200
- package/src/squads/cybersecurity/agents/omar-santos.md +0 -206
- package/src/squads/cybersecurity/agents/peter-kim.md +0 -179
- package/src/squads/cybersecurity/agents/ripper.md +0 -121
- package/src/squads/cybersecurity/agents/rogue.md +0 -116
- package/src/squads/cybersecurity/agents/shannon-runner.md +0 -108
- package/src/squads/cybersecurity/squad.yaml +0 -56
- package/src/squads/data-squad/README.md +0 -30
- package/src/squads/data-squad/agents/avinash-kaushik.md +0 -268
- package/src/squads/data-squad/agents/data-chief.md +0 -167
- package/src/squads/data-squad/agents/david-spinks.md +0 -277
- package/src/squads/data-squad/agents/nick-mehta.md +0 -294
- package/src/squads/data-squad/agents/peter-fader.md +0 -246
- package/src/squads/data-squad/agents/sean-ellis.md +0 -303
- package/src/squads/data-squad/agents/wes-kao.md +0 -268
- package/src/squads/data-squad/squad.yaml +0 -46
- package/src/squads/design-squad/README.md +0 -31
- package/src/squads/design-squad/agents/brad-frost.md +0 -185
- package/src/squads/design-squad/agents/dan-mall.md +0 -178
- package/src/squads/design-squad/agents/dave-malouf.md +0 -198
- package/src/squads/design-squad/agents/design-chief.md +0 -109
- package/src/squads/design-squad/agents/design-system-architect.md +0 -109
- package/src/squads/design-squad/agents/ui-engineer.md +0 -102
- package/src/squads/design-squad/agents/ux-designer.md +0 -105
- package/src/squads/design-squad/agents/visual-generator.md +0 -108
- package/src/squads/design-squad/squad.yaml +0 -48
- package/src/squads/hormozi-squad/README.md +0 -39
- package/src/squads/hormozi-squad/agents/hormozi-ads.md +0 -159
- package/src/squads/hormozi-squad/agents/hormozi-advisor.md +0 -178
- package/src/squads/hormozi-squad/agents/hormozi-audit.md +0 -178
- package/src/squads/hormozi-squad/agents/hormozi-chief.md +0 -111
- package/src/squads/hormozi-squad/agents/hormozi-closer.md +0 -179
- package/src/squads/hormozi-squad/agents/hormozi-content.md +0 -166
- package/src/squads/hormozi-squad/agents/hormozi-copy.md +0 -152
- package/src/squads/hormozi-squad/agents/hormozi-hooks.md +0 -177
- package/src/squads/hormozi-squad/agents/hormozi-launch.md +0 -160
- package/src/squads/hormozi-squad/agents/hormozi-leads.md +0 -198
- package/src/squads/hormozi-squad/agents/hormozi-models.md +0 -191
- package/src/squads/hormozi-squad/agents/hormozi-offers.md +0 -197
- package/src/squads/hormozi-squad/agents/hormozi-pricing.md +0 -151
- package/src/squads/hormozi-squad/agents/hormozi-retention.md +0 -166
- package/src/squads/hormozi-squad/agents/hormozi-scale.md +0 -175
- package/src/squads/hormozi-squad/agents/hormozi-workshop.md +0 -160
- package/src/squads/hormozi-squad/squad.yaml +0 -60
- package/src/squads/movement/README.md +0 -29
- package/src/squads/movement/agents/analista-de-impacto.md +0 -350
- package/src/squads/movement/agents/estrategista-de-ciclo.md +0 -301
- package/src/squads/movement/agents/fenomenologo.md +0 -169
- package/src/squads/movement/agents/identitario.md +0 -265
- package/src/squads/movement/agents/manifestador.md +0 -279
- package/src/squads/movement/agents/movement-architect.md +0 -210
- package/src/squads/movement/agents/movement-chief.md +0 -135
- package/src/squads/movement/squad.yaml +0 -45
- package/src/squads/storytelling/README.md +0 -35
- package/src/squads/storytelling/agents/blake-snyder.md +0 -225
- package/src/squads/storytelling/agents/dan-harmon.md +0 -167
- package/src/squads/storytelling/agents/joseph-campbell.md +0 -184
- package/src/squads/storytelling/agents/keith-johnstone.md +0 -157
- package/src/squads/storytelling/agents/kindra-hall.md +0 -162
- package/src/squads/storytelling/agents/marshall-ganz.md +0 -167
- package/src/squads/storytelling/agents/matthew-dicks.md +0 -152
- package/src/squads/storytelling/agents/nancy-duarte.md +0 -154
- package/src/squads/storytelling/agents/oren-klaff.md +0 -166
- package/src/squads/storytelling/agents/park-howell.md +0 -152
- package/src/squads/storytelling/agents/shawn-coyne.md +0 -208
- package/src/squads/storytelling/agents/story-chief.md +0 -155
- package/src/squads/storytelling/squad.yaml +0 -52
- package/src/squads/traffic-masters/README.md +0 -39
- package/src/squads/traffic-masters/agents/ad-midas.md +0 -149
- package/src/squads/traffic-masters/agents/ads-analyst.md +0 -135
- package/src/squads/traffic-masters/agents/creative-analyst.md +0 -142
- package/src/squads/traffic-masters/agents/depesh-mandalia.md +0 -174
- package/src/squads/traffic-masters/agents/fiscal.md +0 -144
- package/src/squads/traffic-masters/agents/kasim-aslam.md +0 -158
- package/src/squads/traffic-masters/agents/media-buyer.md +0 -159
- package/src/squads/traffic-masters/agents/molly-pittman.md +0 -185
- package/src/squads/traffic-masters/agents/nicholas-kusmich.md +0 -157
- package/src/squads/traffic-masters/agents/pedro-sobral.md +0 -158
- package/src/squads/traffic-masters/agents/performance-analyst.md +0 -135
- package/src/squads/traffic-masters/agents/pixel-specialist.md +0 -144
- package/src/squads/traffic-masters/agents/ralph-burns.md +0 -163
- package/src/squads/traffic-masters/agents/scale-optimizer.md +0 -144
- package/src/squads/traffic-masters/agents/tom-breeze.md +0 -175
- package/src/squads/traffic-masters/agents/traffic-chief.md +0 -97
- package/src/squads/traffic-masters/squad.yaml +0 -59
- package/tools/bundle-web-bundles.js +0 -117
- package/tools/format-workflow-md.js +0 -263
- package/tools/javascript-conventions.md +0 -5
- package/tools/migrate-custom-module-paths.js +0 -124
- package/tools/skill-validator.md +0 -368
- package/tools/validate-sidebar-order.js +0 -388
- package/tools/validate-skills.js +0 -708
- package/tools/validate-svg-changes.sh +0 -356
- /package/tools/installer/{cli-utils.js → banner.js} +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
> taste-skill reference file. Loaded on demand from the SKILL.md index.
|
|
2
|
+
> Cross-references like "Section N" map to sibling files via the index table in ../SKILL.md.
|
|
3
|
+
|
|
4
|
+
## 11. REDESIGN PROTOCOL
|
|
5
|
+
|
|
6
|
+
This skill handles **greenfield builds AND redesigns**. Misclassifying the mode is the single biggest source of bad redesign output.
|
|
7
|
+
|
|
8
|
+
### 11.A Detect the Mode (first action)
|
|
9
|
+
* **Greenfield** - no existing site, or full overhaul approved. Dial baseline from Section 1.
|
|
10
|
+
* **Redesign - Preserve** - modernise without breaking the brand. Audit first, extract brand tokens, evolve gradually.
|
|
11
|
+
* **Redesign - Overhaul** - new visual language on top of existing content. Treat as greenfield for visuals; preserve content and IA.
|
|
12
|
+
|
|
13
|
+
If ambiguous, ask **once**: *"Should this redesign preserve the existing brand, or are we starting visually from scratch?"*
|
|
14
|
+
|
|
15
|
+
### 11.B Audit Before Touching
|
|
16
|
+
Document the current state before proposing changes:
|
|
17
|
+
* **Brand tokens** - primary / accent colors, type stack, logo treatment, radii.
|
|
18
|
+
* **Information architecture** - page tree, primary nav, key conversion paths.
|
|
19
|
+
* **Content blocks** - what exists, what's doing work, what's filler.
|
|
20
|
+
* **Patterns to preserve** - signature interactions, recognisable hero, copy voice.
|
|
21
|
+
* **Patterns to retire** - AI-slop tells, broken layouts, dead links, generic stock imagery, perf traps.
|
|
22
|
+
* **Dial reading of the existing site** - infer current `DESIGN_VARIANCE` / `MOTION_INTENSITY` / `VISUAL_DENSITY`. That's your starting point, not the baseline.
|
|
23
|
+
* **SEO baseline** - current ranking pages, meta titles, structured data, OG cards. **SEO migration is the #1 redesign risk.**
|
|
24
|
+
|
|
25
|
+
### 11.C Preservation Rules
|
|
26
|
+
* **Do not change information architecture** unless asked. Keep page slugs, anchor IDs, primary nav labels stable for SEO and muscle memory.
|
|
27
|
+
* **Extract brand colors before applying Section 4.2.** A brand that is already purple stays purple - apply the LILA RULE's override.
|
|
28
|
+
* **Preserve copy voice** unless asked for a rewrite. Visual modernisation ≠ content rewrite.
|
|
29
|
+
* **Honor existing accessibility wins.** Do not regress focus states, alt text, keyboard nav, contrast.
|
|
30
|
+
* **Respect existing analytics events.** Do not rename buttons, form fields, section IDs that downstream tracking depends on.
|
|
31
|
+
|
|
32
|
+
### 11.D Modernisation Levers (priority order)
|
|
33
|
+
Apply in order - stop when the brief is satisfied:
|
|
34
|
+
1. **Typography refresh** - biggest visual lift per unit of risk.
|
|
35
|
+
2. **Spacing & rhythm** - increase section padding, fix vertical rhythm.
|
|
36
|
+
3. **Color recalibration** - desaturate, unify neutrals, keep brand accent.
|
|
37
|
+
4. **Motion layer** - add `MOTION_INTENSITY`-appropriate micro-interactions to existing components.
|
|
38
|
+
5. **Hero & key-section recomposition** - restructure top-of-funnel using Section 10 vocabulary.
|
|
39
|
+
6. **Full block replacement** - only when the existing block is unsalvageable.
|
|
40
|
+
|
|
41
|
+
### 11.E Decision Tree: Targeted Evolution vs Full Redesign
|
|
42
|
+
* IA, content, and SEO sound → **targeted evolution** (Levers 1-4). ~70% of value at ~40% of risk.
|
|
43
|
+
* Visual debt is structural (broken IA, no design system, broken mobile) → **full redesign** with strict content preservation.
|
|
44
|
+
* Brand itself is changing → **greenfield**.
|
|
45
|
+
|
|
46
|
+
### 11.F What Never Changes Silently
|
|
47
|
+
Never modify without explicit user approval:
|
|
48
|
+
* URL structure / route slugs.
|
|
49
|
+
* Primary nav labels.
|
|
50
|
+
* Form field names or order (breaks analytics + autofill).
|
|
51
|
+
* Brand logo or wordmark.
|
|
52
|
+
* Existing legal / consent / cookie copy.
|
|
@@ -4,7 +4,7 @@ description: "UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairing
|
|
|
4
4
|
---
|
|
5
5
|
# UI/UX Pro Max - Design Intelligence
|
|
6
6
|
|
|
7
|
-
Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.
|
|
7
|
+
Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations, driven by `scripts/search.py` (Python CLI).
|
|
8
8
|
|
|
9
9
|
## When to Apply
|
|
10
10
|
|
|
@@ -15,363 +15,19 @@ Reference these guidelines when:
|
|
|
15
15
|
- Building landing pages or dashboards
|
|
16
16
|
- Implementing accessibility requirements
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## First Step
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|----------|----------|--------|--------|
|
|
22
|
-
| 1 | Accessibility | CRITICAL | `ux` |
|
|
23
|
-
| 2 | Touch & Interaction | CRITICAL | `ux` |
|
|
24
|
-
| 3 | Performance | HIGH | `ux` |
|
|
25
|
-
| 4 | Layout & Responsive | HIGH | `ux` |
|
|
26
|
-
| 5 | Typography & Color | MEDIUM | `typography`, `color` |
|
|
27
|
-
| 6 | Animation | MEDIUM | `ux` |
|
|
28
|
-
| 7 | Style Selection | MEDIUM | `style`, `product` |
|
|
29
|
-
| 8 | Charts & Data | LOW | `chart` |
|
|
30
|
-
|
|
31
|
-
## Quick Reference
|
|
32
|
-
|
|
33
|
-
### 1. Accessibility (CRITICAL)
|
|
34
|
-
|
|
35
|
-
- `color-contrast` - Minimum 4.5:1 ratio for normal text
|
|
36
|
-
- `focus-states` - Visible focus rings on interactive elements
|
|
37
|
-
- `alt-text` - Descriptive alt text for meaningful images
|
|
38
|
-
- `aria-labels` - aria-label for icon-only buttons
|
|
39
|
-
- `keyboard-nav` - Tab order matches visual order
|
|
40
|
-
- `form-labels` - Use label with for attribute
|
|
41
|
-
|
|
42
|
-
### 2. Touch & Interaction (CRITICAL)
|
|
43
|
-
|
|
44
|
-
- `touch-target-size` - Minimum 44x44px touch targets
|
|
45
|
-
- `hover-vs-tap` - Use click/tap for primary interactions
|
|
46
|
-
- `loading-buttons` - Disable button during async operations
|
|
47
|
-
- `error-feedback` - Clear error messages near problem
|
|
48
|
-
- `cursor-pointer` - Add cursor-pointer to clickable elements
|
|
49
|
-
|
|
50
|
-
### 3. Performance (HIGH)
|
|
51
|
-
|
|
52
|
-
- `image-optimization` - Use WebP, srcset, lazy loading
|
|
53
|
-
- `reduced-motion` - Check prefers-reduced-motion
|
|
54
|
-
- `content-jumping` - Reserve space for async content
|
|
55
|
-
|
|
56
|
-
### 4. Layout & Responsive (HIGH)
|
|
57
|
-
|
|
58
|
-
- `viewport-meta` - width=device-width initial-scale=1
|
|
59
|
-
- `readable-font-size` - Minimum 16px body text on mobile
|
|
60
|
-
- `horizontal-scroll` - Ensure content fits viewport width
|
|
61
|
-
- `z-index-management` - Define z-index scale (10, 20, 30, 50)
|
|
62
|
-
|
|
63
|
-
### 5. Typography & Color (MEDIUM)
|
|
64
|
-
|
|
65
|
-
- `line-height` - Use 1.5-1.75 for body text
|
|
66
|
-
- `line-length` - Limit to 65-75 characters per line
|
|
67
|
-
- `font-pairing` - Match heading/body font personalities
|
|
68
|
-
|
|
69
|
-
### 6. Animation (MEDIUM)
|
|
70
|
-
|
|
71
|
-
- `duration-timing` - Use 150-300ms for micro-interactions
|
|
72
|
-
- `transform-performance` - Use transform/opacity, not width/height
|
|
73
|
-
- `loading-states` - Skeleton screens or spinners
|
|
74
|
-
|
|
75
|
-
### 7. Style Selection (MEDIUM)
|
|
76
|
-
|
|
77
|
-
- `style-match` - Match style to product type
|
|
78
|
-
- `consistency` - Use same style across all pages
|
|
79
|
-
- `no-emoji-icons` - Use SVG icons, not emojis
|
|
80
|
-
|
|
81
|
-
### 8. Charts & Data (LOW)
|
|
82
|
-
|
|
83
|
-
- `chart-type` - Match chart type to data type
|
|
84
|
-
- `color-guidance` - Use accessible color palettes
|
|
85
|
-
- `data-table` - Provide table alternative for accessibility
|
|
86
|
-
|
|
87
|
-
## How to Use
|
|
88
|
-
|
|
89
|
-
Search specific domains using the CLI tool below.
|
|
90
|
-
|
|
91
|
-
---
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## Prerequisites
|
|
95
|
-
|
|
96
|
-
Check if Python is installed:
|
|
97
|
-
|
|
98
|
-
```bash
|
|
99
|
-
python3 --version || python --version
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
If Python is not installed, install it based on user's OS:
|
|
103
|
-
|
|
104
|
-
**macOS:**
|
|
105
|
-
```bash
|
|
106
|
-
brew install python3
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
**Ubuntu/Debian:**
|
|
110
|
-
```bash
|
|
111
|
-
sudo apt update && sudo apt install python3
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
**Windows:**
|
|
115
|
-
```powershell
|
|
116
|
-
winget install Python.Python.3.12
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## How to Use This Skill
|
|
122
|
-
|
|
123
|
-
When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:
|
|
124
|
-
|
|
125
|
-
### Step 1: Analyze User Requirements
|
|
126
|
-
|
|
127
|
-
Extract key information from user request:
|
|
128
|
-
- **Product type**: SaaS, e-commerce, portfolio, dashboard, landing page, etc.
|
|
129
|
-
- **Style keywords**: minimal, playful, professional, elegant, dark mode, etc.
|
|
130
|
-
- **Industry**: healthcare, fintech, gaming, education, etc.
|
|
131
|
-
- **Stack**: React, Vue, Next.js, or default to `html-tailwind`
|
|
132
|
-
|
|
133
|
-
### Step 2: Generate Design System (REQUIRED)
|
|
134
|
-
|
|
135
|
-
**Always start with `--design-system`** to get comprehensive recommendations with reasoning:
|
|
20
|
+
Analyze the user request (product type, style keywords, industry, stack), then **always start with `--design-system`** to get a comprehensive recommendation with reasoning:
|
|
136
21
|
|
|
137
22
|
```bash
|
|
138
23
|
python3 skills/ui-ux-pro-max/scripts/search.py "<product_type> <industry> <keywords>" --design-system [-p "Project Name"]
|
|
139
24
|
```
|
|
140
25
|
|
|
141
|
-
|
|
142
|
-
1. Searches 5 domains in parallel (product, style, color, landing, typography)
|
|
143
|
-
2. Applies reasoning rules from `ui-reasoning.csv` to select best matches
|
|
144
|
-
3. Returns complete design system: pattern, style, colors, typography, effects
|
|
145
|
-
4. Includes anti-patterns to avoid
|
|
146
|
-
|
|
147
|
-
**Example:**
|
|
148
|
-
```bash
|
|
149
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --design-system -p "Serenity Spa"
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
### Step 2b: Persist Design System (Master + Overrides Pattern)
|
|
153
|
-
|
|
154
|
-
To save the design system for hierarchical retrieval across sessions, add `--persist`:
|
|
155
|
-
|
|
156
|
-
```bash
|
|
157
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name"
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
This creates:
|
|
161
|
-
- `design-system/MASTER.md` — Global Source of Truth with all design rules
|
|
162
|
-
- `design-system/pages/` — Folder for page-specific overrides
|
|
163
|
-
|
|
164
|
-
**With page-specific override:**
|
|
165
|
-
```bash
|
|
166
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name" --page "dashboard"
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
This also creates:
|
|
170
|
-
- `design-system/pages/dashboard.md` — Page-specific deviations from Master
|
|
171
|
-
|
|
172
|
-
**How hierarchical retrieval works:**
|
|
173
|
-
1. When building a specific page (e.g., "Checkout"), first check `design-system/pages/checkout.md`
|
|
174
|
-
2. If the page file exists, its rules **override** the Master file
|
|
175
|
-
3. If not, use `design-system/MASTER.md` exclusively
|
|
176
|
-
|
|
177
|
-
### Step 3: Supplement with Detailed Searches (as needed)
|
|
178
|
-
|
|
179
|
-
After getting the design system, use domain searches to get additional details:
|
|
180
|
-
|
|
181
|
-
```bash
|
|
182
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
**When to use detailed searches:**
|
|
186
|
-
|
|
187
|
-
| Need | Domain | Example |
|
|
188
|
-
|------|--------|---------|
|
|
189
|
-
| More style options | `style` | `--domain style "glassmorphism dark"` |
|
|
190
|
-
| Chart recommendations | `chart` | `--domain chart "real-time dashboard"` |
|
|
191
|
-
| UX best practices | `ux` | `--domain ux "animation accessibility"` |
|
|
192
|
-
| Alternative fonts | `typography` | `--domain typography "elegant luxury"` |
|
|
193
|
-
| Landing structure | `landing` | `--domain landing "hero social-proof"` |
|
|
194
|
-
|
|
195
|
-
### Step 4: Stack Guidelines (Default: html-tailwind)
|
|
196
|
-
|
|
197
|
-
Get implementation-specific best practices. If user doesn't specify a stack, **default to `html-tailwind`**.
|
|
198
|
-
|
|
199
|
-
```bash
|
|
200
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
Available stacks: `html-tailwind`, `react`, `nextjs`, `vue`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`, `jetpack-compose`
|
|
204
|
-
|
|
205
|
-
---
|
|
206
|
-
|
|
207
|
-
## Search Reference
|
|
208
|
-
|
|
209
|
-
### Available Domains
|
|
210
|
-
|
|
211
|
-
| Domain | Use For | Example Keywords |
|
|
212
|
-
|--------|---------|------------------|
|
|
213
|
-
| `product` | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |
|
|
214
|
-
| `style` | UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |
|
|
215
|
-
| `typography` | Font pairings, Google Fonts | elegant, playful, professional, modern |
|
|
216
|
-
| `color` | Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech, service |
|
|
217
|
-
| `landing` | Page structure, CTA strategies | hero, hero-centric, testimonial, pricing, social-proof |
|
|
218
|
-
| `chart` | Chart types, library recommendations | trend, comparison, timeline, funnel, pie |
|
|
219
|
-
| `ux` | Best practices, anti-patterns | animation, accessibility, z-index, loading |
|
|
220
|
-
| `react` | React/Next.js performance | waterfall, bundle, suspense, memo, rerender, cache |
|
|
221
|
-
| `web` | Web interface guidelines | aria, focus, keyboard, semantic, virtualize |
|
|
222
|
-
| `prompt` | AI prompts, CSS keywords | (style name) |
|
|
223
|
-
|
|
224
|
-
### Available Stacks
|
|
225
|
-
|
|
226
|
-
| Stack | Focus |
|
|
227
|
-
|-------|-------|
|
|
228
|
-
| `html-tailwind` | Tailwind utilities, responsive, a11y (DEFAULT) |
|
|
229
|
-
| `react` | State, hooks, performance, patterns |
|
|
230
|
-
| `nextjs` | SSR, routing, images, API routes |
|
|
231
|
-
| `vue` | Composition API, Pinia, Vue Router |
|
|
232
|
-
| `svelte` | Runes, stores, SvelteKit |
|
|
233
|
-
| `swiftui` | Views, State, Navigation, Animation |
|
|
234
|
-
| `react-native` | Components, Navigation, Lists |
|
|
235
|
-
| `flutter` | Widgets, State, Layout, Theming |
|
|
236
|
-
| `shadcn` | shadcn/ui components, theming, forms, patterns |
|
|
237
|
-
| `jetpack-compose` | Composables, Modifiers, State Hoisting, Recomposition |
|
|
238
|
-
|
|
239
|
-
---
|
|
240
|
-
|
|
241
|
-
## Example Workflow
|
|
242
|
-
|
|
243
|
-
**User request:** "Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp"
|
|
244
|
-
|
|
245
|
-
### Step 1: Analyze Requirements
|
|
246
|
-
- Product type: Beauty/Spa service
|
|
247
|
-
- Style keywords: elegant, professional, soft
|
|
248
|
-
- Industry: Beauty/Wellness
|
|
249
|
-
- Stack: html-tailwind (default)
|
|
250
|
-
|
|
251
|
-
### Step 2: Generate Design System (REQUIRED)
|
|
252
|
-
|
|
253
|
-
```bash
|
|
254
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service elegant" --design-system -p "Serenity Spa"
|
|
255
|
-
```
|
|
256
|
-
|
|
257
|
-
**Output:** Complete design system with pattern, style, colors, typography, effects, and anti-patterns.
|
|
258
|
-
|
|
259
|
-
### Step 3: Supplement with Detailed Searches (as needed)
|
|
260
|
-
|
|
261
|
-
```bash
|
|
262
|
-
# Get UX guidelines for animation and accessibility
|
|
263
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "animation accessibility" --domain ux
|
|
264
|
-
|
|
265
|
-
# Get alternative typography options if needed
|
|
266
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "elegant luxury serif" --domain typography
|
|
267
|
-
```
|
|
268
|
-
|
|
269
|
-
### Step 4: Stack Guidelines
|
|
270
|
-
|
|
271
|
-
```bash
|
|
272
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "layout responsive form" --stack html-tailwind
|
|
273
|
-
```
|
|
274
|
-
|
|
275
|
-
**Then:** Synthesize design system + detailed searches and implement the design.
|
|
276
|
-
|
|
277
|
-
---
|
|
278
|
-
|
|
279
|
-
## Output Formats
|
|
280
|
-
|
|
281
|
-
The `--design-system` flag supports two output formats:
|
|
282
|
-
|
|
283
|
-
```bash
|
|
284
|
-
# ASCII box (default) - best for terminal display
|
|
285
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system
|
|
286
|
-
|
|
287
|
-
# Markdown - best for documentation
|
|
288
|
-
python3 skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system -f markdown
|
|
289
|
-
```
|
|
290
|
-
|
|
291
|
-
---
|
|
292
|
-
|
|
293
|
-
## Tips for Better Results
|
|
294
|
-
|
|
295
|
-
1. **Be specific with keywords** - "healthcare SaaS dashboard" > "app"
|
|
296
|
-
2. **Search multiple times** - Different keywords reveal different insights
|
|
297
|
-
3. **Combine domains** - Style + Typography + Color = Complete design system
|
|
298
|
-
4. **Always check UX** - Search "animation", "z-index", "accessibility" for common issues
|
|
299
|
-
5. **Use stack flag** - Get implementation-specific best practices
|
|
300
|
-
6. **Iterate** - If first search doesn't match, try different keywords
|
|
301
|
-
|
|
302
|
-
---
|
|
303
|
-
|
|
304
|
-
## Common Rules for Professional UI
|
|
305
|
-
|
|
306
|
-
These are frequently overlooked issues that make UI look unprofessional:
|
|
307
|
-
|
|
308
|
-
### Icons & Visual Elements
|
|
309
|
-
|
|
310
|
-
| Rule | Do | Don't |
|
|
311
|
-
|------|----|----- |
|
|
312
|
-
| **No emoji icons** | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |
|
|
313
|
-
| **Stable hover states** | Use color/opacity transitions on hover | Use scale transforms that shift layout |
|
|
314
|
-
| **Correct brand logos** | Research official SVG from Simple Icons | Guess or use incorrect logo paths |
|
|
315
|
-
| **Consistent icon sizing** | Use fixed viewBox (24x24) with w-6 h-6 | Mix different icon sizes randomly |
|
|
316
|
-
|
|
317
|
-
### Interaction & Cursor
|
|
318
|
-
|
|
319
|
-
| Rule | Do | Don't |
|
|
320
|
-
|------|----|----- |
|
|
321
|
-
| **Cursor pointer** | Add `cursor-pointer` to all clickable/hoverable cards | Leave default cursor on interactive elements |
|
|
322
|
-
| **Hover feedback** | Provide visual feedback (color, shadow, border) | No indication element is interactive |
|
|
323
|
-
| **Smooth transitions** | Use `transition-colors duration-200` | Instant state changes or too slow (>500ms) |
|
|
324
|
-
|
|
325
|
-
### Light/Dark Mode Contrast
|
|
326
|
-
|
|
327
|
-
| Rule | Do | Don't |
|
|
328
|
-
|------|----|----- |
|
|
329
|
-
| **Glass card light mode** | Use `bg-white/80` or higher opacity | Use `bg-white/10` (too transparent) |
|
|
330
|
-
| **Text contrast light** | Use `#0F172A` (slate-900) for text | Use `#94A3B8` (slate-400) for body text |
|
|
331
|
-
| **Muted text light** | Use `#475569` (slate-600) minimum | Use gray-400 or lighter |
|
|
332
|
-
| **Border visibility** | Use `border-gray-200` in light mode | Use `border-white/10` (invisible) |
|
|
333
|
-
|
|
334
|
-
### Layout & Spacing
|
|
335
|
-
|
|
336
|
-
| Rule | Do | Don't |
|
|
337
|
-
|------|----|----- |
|
|
338
|
-
| **Floating navbar** | Add `top-4 left-4 right-4` spacing | Stick navbar to `top-0 left-0 right-0` |
|
|
339
|
-
| **Content padding** | Account for fixed navbar height | Let content hide behind fixed elements |
|
|
340
|
-
| **Consistent max-width** | Use same `max-w-6xl` or `max-w-7xl` | Mix different container widths |
|
|
341
|
-
|
|
342
|
-
---
|
|
343
|
-
|
|
344
|
-
## Pre-Delivery Checklist
|
|
345
|
-
|
|
346
|
-
Before delivering UI code, verify these items:
|
|
347
|
-
|
|
348
|
-
### Visual Quality
|
|
349
|
-
- [ ] No emojis used as icons (use SVG instead)
|
|
350
|
-
- [ ] All icons from consistent icon set (Heroicons/Lucide)
|
|
351
|
-
- [ ] Brand logos are correct (verified from Simple Icons)
|
|
352
|
-
- [ ] Hover states don't cause layout shift
|
|
353
|
-
- [ ] Use theme colors directly (bg-primary) not var() wrapper
|
|
354
|
-
|
|
355
|
-
### Interaction
|
|
356
|
-
- [ ] All clickable elements have `cursor-pointer`
|
|
357
|
-
- [ ] Hover states provide clear visual feedback
|
|
358
|
-
- [ ] Transitions are smooth (150-300ms)
|
|
359
|
-
- [ ] Focus states visible for keyboard navigation
|
|
360
|
-
|
|
361
|
-
### Light/Dark Mode
|
|
362
|
-
- [ ] Light mode text has sufficient contrast (4.5:1 minimum)
|
|
363
|
-
- [ ] Glass/transparent elements visible in light mode
|
|
364
|
-
- [ ] Borders visible in both modes
|
|
365
|
-
- [ ] Test both modes before delivery
|
|
26
|
+
If user doesn't specify a stack, default to `html-tailwind`. Needs Python 3 — see `references/workflow-guide.md` if `python3 --version` fails.
|
|
366
27
|
|
|
367
|
-
|
|
368
|
-
- [ ] Floating elements have proper spacing from edges
|
|
369
|
-
- [ ] No content hidden behind fixed navbars
|
|
370
|
-
- [ ] Responsive at 375px, 768px, 1024px, 1440px
|
|
371
|
-
- [ ] No horizontal scroll on mobile
|
|
28
|
+
## References (load on demand)
|
|
372
29
|
|
|
373
|
-
|
|
374
|
-
-
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
- [ ] `prefers-reduced-motion` respected
|
|
30
|
+
- `references/workflow-guide.md` — Python prerequisites + the complete 4-step workflow (analyze → generate design system with `--persist`/hierarchical page overrides → supplement with domain searches → stack guidelines) + a full worked example + tips. Load when actually executing a build/review, not just deciding whether to use the skill.
|
|
31
|
+
- `references/rules-quick-reference.md` — the 8 priority rule categories (accessibility, touch, performance, layout, typography, animation, style, charts) with every rule ID inside each. Load when auditing existing code for UX issues.
|
|
32
|
+
- `references/search-reference.md` — full table of the 10 search `--domain` values and 10 `--stack` values with example keywords, plus `--design-system` output format flags (ascii/markdown). Load when picking which domain/stack/format to search or output.
|
|
33
|
+
- `references/common-rules-checklist.md` — commonly-missed "looks unprofessional" rules (icons, hover, light/dark contrast, spacing) as do/don't tables, plus the pre-delivery QA checklist. Load right before delivering UI code.
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# Common Rules for Professional UI + Pre-Delivery Checklist
|
|
2
|
+
|
|
3
|
+
Load this file right before delivering UI code, as a final QA pass against frequently overlooked issues.
|
|
4
|
+
|
|
5
|
+
## Common Rules for Professional UI
|
|
6
|
+
|
|
7
|
+
These are frequently overlooked issues that make UI look unprofessional:
|
|
8
|
+
|
|
9
|
+
### Icons & Visual Elements
|
|
10
|
+
|
|
11
|
+
| Rule | Do | Don't |
|
|
12
|
+
|------|----|----- |
|
|
13
|
+
| **No emoji icons** | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |
|
|
14
|
+
| **Stable hover states** | Use color/opacity transitions on hover | Use scale transforms that shift layout |
|
|
15
|
+
| **Correct brand logos** | Research official SVG from Simple Icons | Guess or use incorrect logo paths |
|
|
16
|
+
| **Consistent icon sizing** | Use fixed viewBox (24x24) with w-6 h-6 | Mix different icon sizes randomly |
|
|
17
|
+
|
|
18
|
+
### Interaction & Cursor
|
|
19
|
+
|
|
20
|
+
| Rule | Do | Don't |
|
|
21
|
+
|------|----|----- |
|
|
22
|
+
| **Cursor pointer** | Add `cursor-pointer` to all clickable/hoverable cards | Leave default cursor on interactive elements |
|
|
23
|
+
| **Hover feedback** | Provide visual feedback (color, shadow, border) | No indication element is interactive |
|
|
24
|
+
| **Smooth transitions** | Use `transition-colors duration-200` | Instant state changes or too slow (>500ms) |
|
|
25
|
+
|
|
26
|
+
### Light/Dark Mode Contrast
|
|
27
|
+
|
|
28
|
+
| Rule | Do | Don't |
|
|
29
|
+
|------|----|----- |
|
|
30
|
+
| **Glass card light mode** | Use `bg-white/80` or higher opacity | Use `bg-white/10` (too transparent) |
|
|
31
|
+
| **Text contrast light** | Use `#0F172A` (slate-900) for text | Use `#94A3B8` (slate-400) for body text |
|
|
32
|
+
| **Muted text light** | Use `#475569` (slate-600) minimum | Use gray-400 or lighter |
|
|
33
|
+
| **Border visibility** | Use `border-gray-200` in light mode | Use `border-white/10` (invisible) |
|
|
34
|
+
|
|
35
|
+
### Layout & Spacing
|
|
36
|
+
|
|
37
|
+
| Rule | Do | Don't |
|
|
38
|
+
|------|----|----- |
|
|
39
|
+
| **Floating navbar** | Add `top-4 left-4 right-4` spacing | Stick navbar to `top-0 left-0 right-0` |
|
|
40
|
+
| **Content padding** | Account for fixed navbar height | Let content hide behind fixed elements |
|
|
41
|
+
| **Consistent max-width** | Use same `max-w-6xl` or `max-w-7xl` | Mix different container widths |
|
|
42
|
+
|
|
43
|
+
## Pre-Delivery Checklist
|
|
44
|
+
|
|
45
|
+
Before delivering UI code, verify these items:
|
|
46
|
+
|
|
47
|
+
### Visual Quality
|
|
48
|
+
- [ ] No emojis used as icons (use SVG instead)
|
|
49
|
+
- [ ] All icons from consistent icon set (Heroicons/Lucide)
|
|
50
|
+
- [ ] Brand logos are correct (verified from Simple Icons)
|
|
51
|
+
- [ ] Hover states don't cause layout shift
|
|
52
|
+
- [ ] Use theme colors directly (bg-primary) not var() wrapper
|
|
53
|
+
|
|
54
|
+
### Interaction
|
|
55
|
+
- [ ] All clickable elements have `cursor-pointer`
|
|
56
|
+
- [ ] Hover states provide clear visual feedback
|
|
57
|
+
- [ ] Transitions are smooth (150-300ms)
|
|
58
|
+
- [ ] Focus states visible for keyboard navigation
|
|
59
|
+
|
|
60
|
+
### Light/Dark Mode
|
|
61
|
+
- [ ] Light mode text has sufficient contrast (4.5:1 minimum)
|
|
62
|
+
- [ ] Glass/transparent elements visible in light mode
|
|
63
|
+
- [ ] Borders visible in both modes
|
|
64
|
+
- [ ] Test both modes before delivery
|
|
65
|
+
|
|
66
|
+
### Layout
|
|
67
|
+
- [ ] Floating elements have proper spacing from edges
|
|
68
|
+
- [ ] No content hidden behind fixed navbars
|
|
69
|
+
- [ ] Responsive at 375px, 768px, 1024px, 1440px
|
|
70
|
+
- [ ] No horizontal scroll on mobile
|
|
71
|
+
|
|
72
|
+
### Accessibility
|
|
73
|
+
- [ ] All images have alt text
|
|
74
|
+
- [ ] Form inputs have labels
|
|
75
|
+
- [ ] Color is not the only indicator
|
|
76
|
+
- [ ] `prefers-reduced-motion` respected
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Rule Categories by Priority
|
|
2
|
+
|
|
3
|
+
Load this file when reviewing existing code for UX issues, or when you need the full list of rule IDs to check against (not just the top-line categories).
|
|
4
|
+
|
|
5
|
+
| Priority | Category | Impact | Domain |
|
|
6
|
+
|----------|----------|--------|--------|
|
|
7
|
+
| 1 | Accessibility | CRITICAL | `ux` |
|
|
8
|
+
| 2 | Touch & Interaction | CRITICAL | `ux` |
|
|
9
|
+
| 3 | Performance | HIGH | `ux` |
|
|
10
|
+
| 4 | Layout & Responsive | HIGH | `ux` |
|
|
11
|
+
| 5 | Typography & Color | MEDIUM | `typography`, `color` |
|
|
12
|
+
| 6 | Animation | MEDIUM | `ux` |
|
|
13
|
+
| 7 | Style Selection | MEDIUM | `style`, `product` |
|
|
14
|
+
| 8 | Charts & Data | LOW | `chart` |
|
|
15
|
+
|
|
16
|
+
## Quick Reference
|
|
17
|
+
|
|
18
|
+
### 1. Accessibility (CRITICAL)
|
|
19
|
+
|
|
20
|
+
- `color-contrast` - Minimum 4.5:1 ratio for normal text
|
|
21
|
+
- `focus-states` - Visible focus rings on interactive elements
|
|
22
|
+
- `alt-text` - Descriptive alt text for meaningful images
|
|
23
|
+
- `aria-labels` - aria-label for icon-only buttons
|
|
24
|
+
- `keyboard-nav` - Tab order matches visual order
|
|
25
|
+
- `form-labels` - Use label with for attribute
|
|
26
|
+
|
|
27
|
+
### 2. Touch & Interaction (CRITICAL)
|
|
28
|
+
|
|
29
|
+
- `touch-target-size` - Minimum 44x44px touch targets
|
|
30
|
+
- `hover-vs-tap` - Use click/tap for primary interactions
|
|
31
|
+
- `loading-buttons` - Disable button during async operations
|
|
32
|
+
- `error-feedback` - Clear error messages near problem
|
|
33
|
+
- `cursor-pointer` - Add cursor-pointer to clickable elements
|
|
34
|
+
|
|
35
|
+
### 3. Performance (HIGH)
|
|
36
|
+
|
|
37
|
+
- `image-optimization` - Use WebP, srcset, lazy loading
|
|
38
|
+
- `reduced-motion` - Check prefers-reduced-motion
|
|
39
|
+
- `content-jumping` - Reserve space for async content
|
|
40
|
+
|
|
41
|
+
### 4. Layout & Responsive (HIGH)
|
|
42
|
+
|
|
43
|
+
- `viewport-meta` - width=device-width initial-scale=1
|
|
44
|
+
- `readable-font-size` - Minimum 16px body text on mobile
|
|
45
|
+
- `horizontal-scroll` - Ensure content fits viewport width
|
|
46
|
+
- `z-index-management` - Define z-index scale (10, 20, 30, 50)
|
|
47
|
+
|
|
48
|
+
### 5. Typography & Color (MEDIUM)
|
|
49
|
+
|
|
50
|
+
- `line-height` - Use 1.5-1.75 for body text
|
|
51
|
+
- `line-length` - Limit to 65-75 characters per line
|
|
52
|
+
- `font-pairing` - Match heading/body font personalities
|
|
53
|
+
|
|
54
|
+
### 6. Animation (MEDIUM)
|
|
55
|
+
|
|
56
|
+
- `duration-timing` - Use 150-300ms for micro-interactions
|
|
57
|
+
- `transform-performance` - Use transform/opacity, not width/height
|
|
58
|
+
- `loading-states` - Skeleton screens or spinners
|
|
59
|
+
|
|
60
|
+
### 7. Style Selection (MEDIUM)
|
|
61
|
+
|
|
62
|
+
- `style-match` - Match style to product type
|
|
63
|
+
- `consistency` - Use same style across all pages
|
|
64
|
+
- `no-emoji-icons` - Use SVG icons, not emojis
|
|
65
|
+
|
|
66
|
+
### 8. Charts & Data (LOW)
|
|
67
|
+
|
|
68
|
+
- `chart-type` - Match chart type to data type
|
|
69
|
+
- `color-guidance` - Use accessible color palettes
|
|
70
|
+
- `data-table` - Provide table alternative for accessibility
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Search Reference
|
|
2
|
+
|
|
3
|
+
Load this file when picking a `--domain` or `--stack` value, or when choosing an output format for `--design-system`.
|
|
4
|
+
|
|
5
|
+
## Available Domains
|
|
6
|
+
|
|
7
|
+
| Domain | Use For | Example Keywords |
|
|
8
|
+
|--------|---------|------------------|
|
|
9
|
+
| `product` | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |
|
|
10
|
+
| `style` | UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |
|
|
11
|
+
| `typography` | Font pairings, Google Fonts | elegant, playful, professional, modern |
|
|
12
|
+
| `color` | Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech, service |
|
|
13
|
+
| `landing` | Page structure, CTA strategies | hero, hero-centric, testimonial, pricing, social-proof |
|
|
14
|
+
| `chart` | Chart types, library recommendations | trend, comparison, timeline, funnel, pie |
|
|
15
|
+
| `ux` | Best practices, anti-patterns | animation, accessibility, z-index, loading |
|
|
16
|
+
| `react` | React/Next.js performance | waterfall, bundle, suspense, memo, rerender, cache |
|
|
17
|
+
| `web` | Web interface guidelines | aria, focus, keyboard, semantic, virtualize |
|
|
18
|
+
| `prompt` | AI prompts, CSS keywords | (style name) |
|
|
19
|
+
|
|
20
|
+
## Available Stacks
|
|
21
|
+
|
|
22
|
+
| Stack | Focus |
|
|
23
|
+
|-------|-------|
|
|
24
|
+
| `html-tailwind` | Tailwind utilities, responsive, a11y (DEFAULT) |
|
|
25
|
+
| `react` | State, hooks, performance, patterns |
|
|
26
|
+
| `nextjs` | SSR, routing, images, API routes |
|
|
27
|
+
| `vue` | Composition API, Pinia, Vue Router |
|
|
28
|
+
| `svelte` | Runes, stores, SvelteKit |
|
|
29
|
+
| `swiftui` | Views, State, Navigation, Animation |
|
|
30
|
+
| `react-native` | Components, Navigation, Lists |
|
|
31
|
+
| `flutter` | Widgets, State, Layout, Theming |
|
|
32
|
+
| `shadcn` | shadcn/ui components, theming, forms, patterns |
|
|
33
|
+
| `jetpack-compose` | Composables, Modifiers, State Hoisting, Recomposition |
|
|
34
|
+
|
|
35
|
+
## Output Formats
|
|
36
|
+
|
|
37
|
+
The `--design-system` flag supports two output formats:
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
# ASCII box (default) - best for terminal display
|
|
41
|
+
python3 skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system
|
|
42
|
+
|
|
43
|
+
# Markdown - best for documentation
|
|
44
|
+
python3 skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system -f markdown
|
|
45
|
+
```
|