wizz-method 1.18.0 → 1.18.2
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/package.json +1 -1
- package/skills-registry.yaml +2 -16
- package/src/core-skills/_shared/handoff-protocol.md +10 -7
- package/src/modules/wizz/README.md +1 -1
- package/src/modules/wizz/_shared/model-ladder.md +19 -5
- package/src/modules/wizz/_shared/token-economy.md +3 -3
- package/src/modules/wizz/agents/wizz-ads/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-copy/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-designer/SKILL.md +2 -0
- package/src/modules/wizz/agents/wizz-designer/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-growth/SKILL.md +2 -0
- package/src/modules/wizz/agents/wizz-growth/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-maestro/SKILL.md +6 -2
- package/src/modules/wizz/agents/wizz-maestro/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-memoria/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-qa/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-seo/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-social/customize.toml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-analyst.toml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-architect.toml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-dev.toml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-pm.toml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-tech-writer.toml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-ux-designer.toml +1 -1
- package/src/modules/wizz/subagents/codex/wizz-exec-opus.toml +1 -1
- package/src/modules/wizz/subagents/codex/wizz-exec-review.toml +3 -2
- package/src/modules/wizz/subagents/gemini/wizz-exec-opus.md +1 -1
- package/src/modules/wizz/subagents/gemini/wizz-exec-review.md +2 -1
- package/src/modules/wizz/subagents/opencode/wizz-exec-opus.md +1 -1
- package/src/modules/wizz/subagents/opencode/wizz-exec-review.md +2 -1
- package/src/modules/wizz/subagents/wizz-exec-opus.md +1 -1
- package/src/modules/wizz/subagents/wizz-exec-review.md +2 -2
- package/src/skills-lib/find-skills/SKILL.md +0 -1
- package/src/skills-lib/impeccable/SKILL.md +20 -25
- package/src/skills-lib/impeccable/references/command-workflows.md +35 -0
- package/src/skills-lib/impeccable/references/design-rules.md +1 -1
- package/src/skills-lib/impeccable/references/pin-unpin-and-hooks.md +4 -14
- package/src/skills-lib/impeccable/references/routing-rules.md +8 -25
- package/src/skills-lib/premium-landing-ui-researcher/SKILL.md +6 -6
- package/src/skills-lib/premium-landing-ui-researcher/references/component-sources.md +12 -81
- package/src/skills-lib/premium-landing-ui-researcher/references/core-goal.md +2 -4
- package/src/skills-lib/premium-landing-ui-researcher/references/mandatory-process.md +6 -7
- package/src/skills-lib/premium-landing-ui-researcher/references/output-format-and-quality.md +3 -4
- package/src/skills-lib/premium-landing-ui-researcher/references/source-first-protocol.md +43 -124
- package/src/skills-lib/premium-landing-ui-researcher/references/source-links.md +0 -8
- package/src/skills-lib/ui-component-curator/SKILL.md +13 -7
- package/src/skills-lib/ui-ux-pro-max/SKILL.md +18 -3
- package/src/skills-lib/ui-ux-pro-max/references/search-reference.md +3 -3
- package/src/skills-lib/ui-ux-pro-max/references/workflow-guide.md +20 -20
- 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/search.py +9 -3
- package/src/skills-lib/wizz-router/SKILL.md +2 -0
- package/src/skills-lib/wizz-router/references/routing-table-flat.md +2 -2
|
@@ -1,30 +1,28 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: impeccable
|
|
3
|
-
description: "Use when the user wants to
|
|
4
|
-
argument-hint: "[
|
|
3
|
+
description: "Use when the user wants to review, audit, polish, redesign or improve a frontend interface. Covers hierarchy, accessibility, responsive layout, typography, color, motion, UX copy and component consistency. Wizz's self-contained adaptation runs on project evidence and bundled references."
|
|
4
|
+
argument-hint: "[audit|critique|polish|shape|document|adapt|harden] [target]"
|
|
5
5
|
user-invocable: true
|
|
6
|
-
allowed-tools:
|
|
7
|
-
- Bash(npx impeccable *)
|
|
8
6
|
license: Apache 2.0
|
|
9
7
|
---
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
# Impeccable — Wizz adaptation
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
Design and review working interfaces using project evidence. This bundle contains instructions and design rules; it does not ship the upstream CLI, detector, context scripts or native engine. Do not invent commands or claim those checks ran.
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
## Setup
|
|
16
14
|
|
|
17
|
-
1.
|
|
18
|
-
2.
|
|
19
|
-
3.
|
|
20
|
-
4.
|
|
21
|
-
5.
|
|
15
|
+
1. Read the user's brief, existing PRODUCT.md/DESIGN.md when present, and at least one relevant UI source file (tokens, theme, component or page). Missing documents alone do not make an existing project greenfield.
|
|
16
|
+
2. Preserve the established identity during refinement. For a requested redesign, choose a new direction while preserving product facts, functionality and user constraints. Explicit user choices take precedence over generic anti-pattern warnings.
|
|
17
|
+
3. Choose the surface mode: **Persuade** (landing/marketing), **Operate** (app/dashboard), **Read** (docs/articles) or **Experience** (portfolio/gallery). A product can have surfaces in different modes.
|
|
18
|
+
4. Map the requested action using [routing-rules](references/routing-rules.md). Read [command-workflows](references/command-workflows.md) for the relevant workflow and [design-rules](references/design-rules.md) before reviewing or changing UI.
|
|
19
|
+
5. For new nontrivial components, invoke `skill:premium-landing-ui-researcher` or `skill:ui-component-curator` to obtain inspected sources. Do not replace source research with generic taste recommendations.
|
|
22
20
|
|
|
23
|
-
##
|
|
21
|
+
## Verification
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
Build the authorized change, inspect the affected desktop/mobile states in one batch, fix the observed issues together and confirm once more. Additional passes need a specific unresolved defect. Verify keyboard/focus, responsive overflow, reduced-motion and relevant project checks. If the app cannot run, use current screenshot fixtures and code, and state the limitation.
|
|
26
24
|
|
|
27
|
-
|
|
25
|
+
Report findings with file/route, observed evidence, impact and proposed correction. Distinguish observed defects from taste preferences. Never claim an automatic detector, browser test or performance measurement without running it.
|
|
28
26
|
|
|
29
27
|
## Commands
|
|
30
28
|
|
|
@@ -54,17 +52,14 @@ Produce ready-to-ship, production-grade code, not prototypes or starting points.
|
|
|
54
52
|
| `optimize [target]` | Fix | Diagnose and fix UI performance |
|
|
55
53
|
| `live` | Iterate | Visual variant mode: pick elements in the browser, generate alternatives |
|
|
56
54
|
|
|
57
|
-
Each command's flow lives at `reference/<command>.md` (e.g. `reference/craft.md`, `reference/live.md` — vendored, per Setup step 2). Plus three management commands: `pin <command>`, `unpin <command>`, and `hooks <on|off|status|...>` — see `references/pin-unpin-and-hooks.md`.
|
|
58
55
|
|
|
59
|
-
|
|
56
|
+
Command names above select the bundled [command-workflows](references/command-workflows.md); they are not shell commands. Management requests (`pin`, `unpin`, `hooks`) use [pin-unpin-and-hooks](references/pin-unpin-and-hooks.md). `teach` aliases `init`.
|
|
60
57
|
|
|
61
|
-
|
|
58
|
+
## References
|
|
62
59
|
|
|
63
|
-
|
|
60
|
+
- [Design rules](references/design-rules.md): visual, interaction and anti-pattern checks.
|
|
61
|
+
- [Routing rules](references/routing-rules.md): map intent to the appropriate workflow.
|
|
62
|
+
- [Command workflows](references/command-workflows.md): executable steps using available project tools.
|
|
63
|
+
- [Management capabilities](references/pin-unpin-and-hooks.md): limits of this instruction-only bundle.
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
- `references/routing-rules.md` — full routing algorithm for no-argument or ambiguous invocations. **Load when you can't map the request to a table row.**
|
|
67
|
-
- `references/pin-unpin-and-hooks.md` — the `pin`/`unpin`/`hooks` management flows. **Load when the user invokes one of those.**
|
|
68
|
-
- `reference/<command>.md` (singular — e.g. `reference/craft.md`, `reference/brand.md`) — vendored per-command/per-register flows from the `impeccable` npm package, resolved by Setup steps 2 and 4. Not part of this repo.
|
|
69
|
-
|
|
70
|
-
Zero content was cut — every rule, example, and routing detail lives verbatim in its `references/` file.
|
|
65
|
+
Upstream: [pbakaus/impeccable](https://github.com/pbakaus/impeccable). The current upstream skill 4.2.1 uses a native engine; this Wizz adaptation does not imply that engine is installed.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Command workflows
|
|
2
|
+
|
|
3
|
+
Apply only the workflow matching the user's request. Use the existing project tools and evidence; these procedures do not require a separate CLI.
|
|
4
|
+
|
|
5
|
+
## Shape and build
|
|
6
|
+
|
|
7
|
+
For `shape` or `craft`: inspect the brief and current UI; determine visitor task and surface mode; draft section/component structure and states; resolve missing material decisions; research nontrivial components through the appropriate Wizz research skill. Build when authorized, then run the verification pass described in SKILL.md.
|
|
8
|
+
|
|
9
|
+
## Audit and critique
|
|
10
|
+
|
|
11
|
+
For `audit`: inspect keyboard/focus, labels, contrast, errors/loading/empty states, responsive overflow, motion preferences and relevant performance evidence. For `critique`: inspect hierarchy, comprehension, navigation, density, typography, brand fit and task completion. Report prioritized findings with exact file/route and evidence. Do not equate a preference with a defect, invent scores or apply fixes during a review-only request.
|
|
12
|
+
|
|
13
|
+
## Refine and adjust
|
|
14
|
+
|
|
15
|
+
For `polish`, address the observed issues with the highest user impact. Other commands narrow the scope:
|
|
16
|
+
|
|
17
|
+
| Commands | Inspect and change |
|
|
18
|
+
|---|---|
|
|
19
|
+
| typeset, layout | Type hierarchy, readable line lengths, wrapping, spacing, alignment, responsive behavior |
|
|
20
|
+
| colorize, bolder, quieter | Color roles, contrast and intended emphasis within the approved direction |
|
|
21
|
+
| distill, clarify | Unnecessary UI/copy complexity, labels and next-action clarity; preserve factual claims |
|
|
22
|
+
| adapt, harden, onboard | Device states, errors/loading/empty states, localization, first-use guidance |
|
|
23
|
+
| animate, delight, overdrive | Purposeful interaction feedback, timing, reduced-motion, rendering cost |
|
|
24
|
+
| optimize | Measured or directly evidenced performance problems; verify the affected path |
|
|
25
|
+
| extract | Repeated tokens/patterns that merit shared primitives without changing behavior |
|
|
26
|
+
|
|
27
|
+
Inspect the target first, make the authorized edits, then verify those states. Large motion effects still require inspected sources and a fit decision.
|
|
28
|
+
|
|
29
|
+
## Init and document
|
|
30
|
+
|
|
31
|
+
For `init`, gather known product, audience, purpose and constraints from project/user evidence; ask only for missing material facts. For `document`, extract the actual design system from code and current screenshots. Merge into existing PRODUCT.md/DESIGN.md without discarding unrelated decisions; mark assumptions.
|
|
32
|
+
|
|
33
|
+
## Live
|
|
34
|
+
|
|
35
|
+
Inspect the affected interface using the available browser and current dev server. Implement scoped visual variants if requested, compare the relevant viewport/states, and keep the chosen variant. If a running app or browser is unavailable, provide a code/static assessment and state what remains unverified. Do not simulate an interactive overlay or claim a visual check occurred.
|
|
@@ -92,4 +92,4 @@ If someone could look at this interface and say "AI made that" without doubt, it
|
|
|
92
92
|
**Category-reflex check.** Run at two altitudes; the second one catches what the first one misses.
|
|
93
93
|
|
|
94
94
|
- **First-order:** if someone could guess the theme + palette from the category alone, it's the first training-data reflex. Rework the scene sentence and color strategy until the answer isn't obvious from the domain. <!-- rule:skill-slop-first-order-check -->
|
|
95
|
-
- **Second-order:** if someone could guess the aesthetic family from category-plus-anti-references ("AI workflow tool that's not SaaS-cream → editorial-typographic", "fintech that's not navy-and-gold → terminal-native dark mode"), it's the trap one tier deeper. The first reflex was avoided; the second wasn't. Rework until both answers are not obvious.
|
|
95
|
+
- **Second-order:** if someone could guess the aesthetic family from category-plus-anti-references ("AI workflow tool that's not SaaS-cream → editorial-typographic", "fintech that's not navy-and-gold → terminal-native dark mode"), it's the trap one tier deeper. The first reflex was avoided; the second wasn't. Rework until both answers are not obvious. Ground the direction in the user's brief and inspected references instead of swapping one generic aesthetic for another. <!-- rule:skill-slop-second-order-check -->
|
|
@@ -1,17 +1,7 @@
|
|
|
1
|
-
# Pin
|
|
1
|
+
# Pin, unpin and hooks
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The Wizz instruction-only adaptation does not ship the upstream management runtime. `pin`, `unpin` and `hooks` are therefore not executable through this bundle.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
If asked to manage them, first inspect whether the project separately installed the official Impeccable runtime. If present, consult its installed help and current official documentation and use only commands it actually supports. If absent, explain the missing capability and prepare an installation plan if requested. Do not install another runtime automatically during UI work.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
node {{scripts_path}}/pin.mjs <pin|unpin> <command>
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
Valid `<command>` is any command from the table above. Report the script's result concisely. Confirm the new shortcut on success, relay stderr verbatim on error.
|
|
14
|
-
|
|
15
|
-
## Hooks
|
|
16
|
-
|
|
17
|
-
`{{command_prefix}}impeccable hooks <on|off|status|ignore-rule|ignore-file|ignore-value|reset>` manages the design detector hook for this project. The hook auto-runs the detector after direct UI file edits and surfaces findings as system reminders. Full flow is in [reference/hooks.md](reference/hooks.md); load it when the user invokes `{{command_prefix}}impeccable hooks` with any argument.
|
|
7
|
+
UI audit and polish remain available through the bundled [command-workflows](command-workflows.md). Never report a hook or detector as active based solely on these instructions.
|
|
@@ -1,28 +1,11 @@
|
|
|
1
|
-
# Routing rules
|
|
1
|
+
# Routing rules
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Use the user's requested action and target. A clearly implied action is enough to start; do not ask them to choose a command they already described.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- Review or diagnose: `audit` for technical defects; `critique` for visual/UX reasoning. Report findings without editing unless authorized.
|
|
6
|
+
- Fix or refine existing UI: `polish`, or the specific adjustment command. Preserve existing identity and behavior outside scope.
|
|
7
|
+
- New page or redesign: `shape`, then the authorized build; use the source-research skills before nontrivial UI code.
|
|
8
|
+
- Capture existing context: `document` for design evidence, `init` for product context. Missing PRODUCT.md does not block a narrow fix.
|
|
9
|
+
- No task or target: inspect available project context and recommend up to three useful actions with evidence; ask for the missing objective.
|
|
6
10
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
Reason over the signals; there is no score to obey:
|
|
10
|
-
- `setup.hasDesign` false while `setup.hasCode` true → `document` (capture the visual system).
|
|
11
|
-
- `critique.latest` is `null` → the project has never been critiqued; for a set-up project with a real surface, offering `/impeccable critique <surface>` is a strong default.
|
|
12
|
-
- `critique.latest` with a low `score` or non-zero `p0` / `p1` → `polish` (it reads that snapshot as its backlog), or re-run `critique` if the snapshot looks stale.
|
|
13
|
-
- `git.changedFiles` pointing at one surface → scope `audit` or `polish` to those files specifically, naming them.
|
|
14
|
-
- `devServer.running` true → `live` is available for in-browser iteration; if false, don't lead with `live`.
|
|
15
|
-
- Otherwise group by intent exactly as init's "Recommend starting points" step does (build new / improve what's there / iterate visually), tailored to `setup.register`.
|
|
16
|
-
|
|
17
|
-
**If `scan.targets` is non-empty, run `node {{scripts_path}}/detect.mjs --json <scan.targets joined by spaces>` once** (the bundled detector over local files: no network, no npx). `scan.via` tells you what they are: `git-changes` (the markup/style files in your dirty tree, the most relevant set), `source-dir` (e.g. `src`, `app`), `html`, or `root`. Fold the hits into your picks: many quality / contrast hits → `audit` or `polish`; a specific slop family → the matching command (gradient text or eyebrows → `quieter` / `typeset`, flat or gray palette → `colorize`, and so on). It's a real, current signal that beats guessing. If detect errors or the tree is large and slow, skip it and recommend the user run `audit` themselves; never block the suggestion on it.
|
|
18
|
-
|
|
19
|
-
Keep it to 2-3 pointed picks with the exact command to type. The menu stays the fallback; the recommendation is the lede.
|
|
20
|
-
2. **First word matches a command** (table above OR `pin` / `unpin` / `hooks`): load its reference file and follow its instructions. Everything after the command name is the target.
|
|
21
|
-
3. **First word doesn't match, but the intent clearly maps to one command** (e.g. "fix the spacing" → `layout`, "rewrite this error message" → `clarify`, "the colors feel flat" → `colorize`): load that command's reference and proceed as if invoked. If two commands could fit, ask once which.
|
|
22
|
-
4. **No clear command match**: general design invocation. Apply the setup steps, the General rules, and the loaded register reference, using the full argument as context.
|
|
23
|
-
|
|
24
|
-
Setup (context gathering, register) is already loaded by then; sub-commands don't re-invoke `{{command_prefix}}impeccable`.
|
|
25
|
-
|
|
26
|
-
If the first word is `craft`, setup still runs first, but [reference/craft.md](reference/craft.md) owns the rest of the flow. If setup invokes `init` as a blocker, finish init, refresh context, then resume the original command and target.
|
|
27
|
-
|
|
28
|
-
`teach` is a deprecated alias for `init`: if the user types it, load [reference/init.md](reference/init.md) and proceed as if they ran `init`.
|
|
11
|
+
Read [command-workflows](command-workflows.md) for the selected action. Reuse context from the current handoff; do not re-invoke router or maestro. Do not invoke absent detector/context scripts.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: premium-landing-ui-researcher
|
|
3
|
-
description: Pesquisar animações, componentes, referências visuais e padrões de conversão para criar landing pages premium em React, Next.js, Tailwind, shadcn/ui, Framer Motion, Three.js e React Three Fiber. Use quando o pedido envolver analisar projeto existente; classificar nível de complexidade do site (básico a 3D high-end/Signature); escolher componentes/animações; melhorar UI genérica; criar landing page completa, transformar oferta em página estratégica, dashboard SaaS, site de autoridade/portfolio (agência, estúdio, consultoria, marca pessoal, lead passivo), case studies/selected work editoriais, ou experiência 3D cinematográfica para marcas premium; buscar referências em fontes premium (React Bits, Cult UI, Watermelon UI, Skiper UI,
|
|
3
|
+
description: Pesquisar animações, componentes, referências visuais e padrões de conversão para criar landing pages premium em React, Next.js, Tailwind, shadcn/ui, Framer Motion, Three.js e React Three Fiber. Use quando o pedido envolver analisar projeto existente; classificar nível de complexidade do site (básico a 3D high-end/Signature); escolher componentes/animações; melhorar UI genérica; criar landing page completa, transformar oferta em página estratégica, dashboard SaaS, site de autoridade/portfolio (agência, estúdio, consultoria, marca pessoal, lead passivo), case studies/selected work editoriais, ou experiência 3D cinematográfica para marcas premium; buscar referências em fontes premium (React Bits, Cult UI, Watermelon UI, Skiper UI, Componentry, outras em references/component-sources.md); ou escolher motion engine (GSAP, anime.js, Framer Motion, Three.js/R3F) para scroll storytelling.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Premium Landing UI Researcher
|
|
@@ -9,9 +9,9 @@ Estrategista autônomo de landing pages premium, UI SaaS e experiências visuais
|
|
|
9
9
|
|
|
10
10
|
## Gate 1: Source-First (sempre, antes de qualquer código de UI)
|
|
11
11
|
|
|
12
|
-
Esta skill existe porque escrever shaders, animações, hovers e componentes do zero NÃO é o caminho. O caminho é curar componentes, animações e shaders maduros de fontes profissionais (`modelos lp/` do usuário, React Bits, Cult UI, Ali Imam, Watermelon, StyleUI, Skiper UI
|
|
12
|
+
Esta skill existe porque escrever shaders, animações, hovers e componentes do zero NÃO é o caminho. O caminho é curar componentes, animações e shaders maduros de fontes profissionais (`modelos lp/` do usuário, React Bits, Cult UI, Ali Imam, Watermelon, StyleUI, Skiper UI, Componentry e registries públicos) e adaptar à marca.
|
|
13
13
|
|
|
14
|
-
Regra absoluta: inspecione fontes reais,
|
|
14
|
+
Regra absoluta: inspecione fontes reais, registre evidências e recomende opções, adapte à marca. Nunca recrie o que já existe maduro. Se uma fonte estiver indisponível, registre a limitação e pesquise outra fonte pública ou local antes de justificar uma implementação própria. Nunca cair pro fallback silenciosamente. O mandato completo (anti-patterns e required pattern) está no topo de [source-first-protocol](references/source-first-protocol.md).
|
|
15
15
|
|
|
16
16
|
## Gate 2: classificar o nível do site (sempre, antes de recomendar componentes)
|
|
17
17
|
|
|
@@ -31,7 +31,7 @@ Classificar o projeto em um dos 5 níveis (regras, motion permitido/proibido e b
|
|
|
31
31
|
2. Classificar o nível do site (Gate 2).
|
|
32
32
|
3. Definir direção visual e stack.
|
|
33
33
|
4. Decidir modos extras: dashboard SaaS e/ou Portfolio / Authority Mode.
|
|
34
|
-
5. Checkpoints de fontes: inventário interno, Source-First Protocol completo e
|
|
34
|
+
5. Checkpoints de fontes: inventário interno, Source-First Protocol completo e escolha das fontes dentro do escopo autorizado (Gate 1). Nunca pular silenciosamente.
|
|
35
35
|
6. Se nível 4 ou 5: handoff pro `motion-3d-director` antes de implementar.
|
|
36
36
|
7. Escrever copy completa e estrutura da página.
|
|
37
37
|
8. Plano de implementação (handoff pro `implementation-planner` quando aplicável).
|
|
@@ -47,9 +47,9 @@ Classificar o projeto em um dos 5 níveis (regras, motion permitido/proibido e b
|
|
|
47
47
|
| Handoffs pro motion-3d-director e implementation-planner, regra final do ladder | [handoffs](references/handoffs.md) |
|
|
48
48
|
| SaaS Dashboard Mode e Portfolio / Authority Site Mode | [dashboard-and-portfolio-modes](references/dashboard-and-portfolio-modes.md) |
|
|
49
49
|
| Processo obrigatório de 12 passos e checkpoint de honestidade | [mandatory-process](references/mandatory-process.md) |
|
|
50
|
-
|
|
|
50
|
+
| Protocolo em 5 fases (inventário, busca pública, cache, evidências, adaptação) | [source-first-protocol](references/source-first-protocol.md) |
|
|
51
51
|
| Audit Protocol: Pass 1 Taste, Pass 2 Impeccable, Pass 3 Cross-check, Pass 4 A11y/Perf | [audit-protocol](references/audit-protocol.md) |
|
|
52
|
-
| Fontes de componentes (React Bits, Cult UI, Ali Imam, Watermelon, StyleUI, Skiper UI, Bklit UI,
|
|
52
|
+
| Fontes de componentes (React Bits, Cult UI, Ali Imam, Watermelon, StyleUI, Skiper UI, Bklit UI, Componentry), animation engines (GSAP, anime.js), fontes de referência e inspiração visual, Clone Policy, Paid Source Policy | [component-sources](references/component-sources.md) |
|
|
53
53
|
| Stack default, direção visual, paletas, tipografia e regras de seleção de animação | [stack-and-visual-direction](references/stack-and-visual-direction.md) |
|
|
54
54
|
| Estrutura obrigatória da landing, case studies/portfolio, copywriting, conversão e CTA externo/WhatsApp | [landing-page-strategy](references/landing-page-strategy.md) |
|
|
55
55
|
| Prompts base (landing completa e hero 3D com scroll) | [prompt-templates](references/prompt-templates.md) |
|
|
@@ -4,70 +4,26 @@ Priorizar fontes gratuitas, open source, públicas, registry-based ou fornecidas
|
|
|
4
4
|
|
|
5
5
|
Não depender de fontes pagas como parte central do fluxo.
|
|
6
6
|
|
|
7
|
-
Fluxo
|
|
7
|
+
Fluxo de pesquisa (fontes públicas primeiro; registrar evidências conforme [source-first-protocol](source-first-protocol.md)):
|
|
8
8
|
|
|
9
9
|
1. referências enviadas pelo usuário (`modelos lp/`, prints, links);
|
|
10
10
|
2. repositórios open source autorizados: cache central em `~/.claude/design-sources/` (React Bits, Cult UI, Ali Imam, Watermelon, StyleUI) + Skiper UI via shadcn + Componentry (componentry.dev, gratuito, React animado);
|
|
11
11
|
3. registries shadcn públicos;
|
|
12
12
|
4. fontes de taste/motion (Impeccable, Taste Skill, Design Motion Principles, MotionSites, Vibe Code Components, Refero Styles com DESIGN.md gratuito);
|
|
13
13
|
5. fontes visuais abertas (Landing Love, Godly, Design Spells, Mobbin, Refero, ScreensDesign, DesignVault, Spline, Unicorn Studio);
|
|
14
|
-
6.
|
|
15
|
-
7. hipóteses estratégicas coerentes, quando não houver acesso externo.
|
|
14
|
+
6. hipóteses estratégicas coerentes, quando não houver acesso externo.
|
|
16
15
|
|
|
17
|
-
##
|
|
16
|
+
## Evidências de mineração
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
Para cada recomendação, abra a demo e o código/registry do item exato. Registre busca, URL/path, revisão ou data, licença, dependências, compatibilidade e motivo de seleção ou rejeição. Não invente nomes de arquivos nem use a homepage de um catálogo como prova de que um componente foi encontrado.
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
O 21st.dev é fonte prioritária para: component search, UI inspiration search, SVG icon search, Magic MCP, UI generation, component variations, landing page components, SaaS dashboard components, buttons, cards, hero sections, pricing sections, testimonials, AI chat components, text e navigation components, animated components.
|
|
24
|
-
|
|
25
|
-
Quando o ambiente tiver Magic MCP disponível, usar as ferramentas MCP do 21st.dev diretamente:
|
|
26
|
-
|
|
27
|
-
- `mcp__magic__21st_magic_component_inspiration`: buscar padrões e referências de seções (hero, pricing, testimonials, features);
|
|
28
|
-
- `mcp__magic__21st_magic_component_builder`: gerar/instalar o componente alinhado ao stack;
|
|
29
|
-
- `mcp__magic__21st_magic_component_refiner`: refinar componentes existentes;
|
|
30
|
-
- `mcp__magic__logo_search`: logos de marcas (integrações, prova social, parceiros).
|
|
31
|
-
|
|
32
|
-
Fluxo recomendado:
|
|
33
|
-
|
|
34
|
-
1. Analisar o projeto.
|
|
35
|
-
2. Identificar o nível do site.
|
|
36
|
-
3. Definir quais componentes a página precisa.
|
|
37
|
-
4. Pesquisar no 21st.dev por componentes compatíveis com objetivo, tom e stack.
|
|
38
|
-
5. Priorizar componentes compatíveis com Next.js, React, TypeScript, Tailwind CSS, shadcn/ui e Framer Motion/Motion.
|
|
39
|
-
6. Combinar resultados do 21st.dev com:
|
|
40
|
-
- React Bits para animações;
|
|
41
|
-
- Cult UI para componentes shadcn;
|
|
42
|
-
- Ali Imam para shaders e efeitos visuais;
|
|
43
|
-
- Watermelon UI para SaaS/product UI;
|
|
44
|
-
- StyleUI para templates;
|
|
45
|
-
- Design Motion Principles para regras de movimento;
|
|
46
|
-
- Taste Skill e Impeccable para qualidade visual.
|
|
47
|
-
|
|
48
|
-
Se o Magic MCP ou API do 21st.dev não estiver disponível: não inventar resultados específicos, informar que o 21st.dev não está conectado, continuar usando as outras fontes disponíveis, pedir ao usuário para conectar o MCP/API se quiser busca direta no 21st.dev.
|
|
49
|
-
|
|
50
|
-
## 21st CLI: busca, inspeção e registry do time
|
|
51
|
-
|
|
52
|
-
O v0 saiu do fluxo (não é mais usado). A **CLI oficial do 21st.dev** cobre busca, inspeção, instalação e publicação, direto do terminal, com o registry do time (`@wizzdigitalagency`).
|
|
53
|
-
|
|
54
|
-
**Setup (uma vez):** `npm i -g @21st-dev/cli` + `21st login` (browser; em CI usar env `API_KEY_21ST`). As skills oficiais (`21st-cli-use`, `21st-registry`, `21st-design-sync`) instalam com `npx @21st-dev/cli install-skill` e ensinam o agente a publicar/editar/instalar sozinho.
|
|
55
|
-
|
|
56
|
-
**Fluxo de mineração (3 passos):**
|
|
57
|
-
|
|
58
|
-
1. **Buscar:** `21st search "<termo>"` (ex: `pricing table`, `hero glass`, `testimonials`), com `--type component|theme|template` quando fizer sentido.
|
|
59
|
-
2. **Inspecionar:** `21st get <id>` pra ver o item antes de decidir; `21st bookmarks` lista os salvos do usuário.
|
|
60
|
-
3. **Instalar/adaptar:** `21st add <user>/<slug>` ou `npx shadcn@latest add https://21st.dev/r/<user>/<slug>`; depois adaptar tokens/tipografia à marca (nunca colar cru).
|
|
61
|
-
|
|
62
|
-
**Publicar de volta (registry do time):** componente maduro adaptado à marca vira ativo reutilizável: `21st publish ./Componente.tsx --to default` (multi-arquivo via `21st.json`). Temas: `21st publish-theme`. Ver skill `21st-registry`.
|
|
63
|
-
|
|
64
|
-
**Complemento, não substituto, do Magic MCP:** o Magic MCP continua sendo o caminho de GERAÇÃO/refino assistido (inspiration/builder/refiner); a CLI é o caminho de CATÁLOGO/registry. Se o MCP estiver offline ou sem `MAGIC_API_KEY`, a CLI é o fallback declarado.
|
|
20
|
+
Use o browser disponível para verificar animações e estados quando possível. Se a fonte estiver indisponível, registre isso e continue pelas outras fontes. Inspiração visual e código reutilizável têm critérios de evidência diferentes.
|
|
65
21
|
|
|
66
22
|
**Overlap com modelos locais:** inspecionar a pasta `modelos lp/` do usuário primeiro; o que já foi minerado e salvo localmente não precisa de rede.
|
|
67
23
|
|
|
68
24
|
## Authorized Component / Code Inspection Sources
|
|
69
25
|
|
|
70
|
-
Estas fontes
|
|
26
|
+
Estas fontes são candidatas à pesquisa; verifique disponibilidade e licença do item escolhido. Siga a Clone Policy abaixo para inspecionar componentes, exemplos ou registries.
|
|
71
27
|
|
|
72
28
|
### React Bits
|
|
73
29
|
|
|
@@ -77,7 +33,7 @@ https://github.com/DavidHDev/react-bits.git
|
|
|
77
33
|
|
|
78
34
|
Usar para: animações React, text effects, animated backgrounds, scroll effects, hover effects, cards animados, microinterações, loaders, hero animations, partículas, efeitos de cursor, detalhes visuais interativos.
|
|
79
35
|
|
|
80
|
-
|
|
36
|
+
Verificar a licença do item/revisão: em 2026-09-06 o [LICENSE.md](https://github.com/DavidHDev/react-bits/blob/0e69e737242df1d257b4e5e399b01ae1d7901375/LICENSE.md) declara MIT + Commons Clause. Código público não equivale a MIT sem restrições adicionais. Não recomendar nem listar componentes React Bits Pro como dependência obrigatória.
|
|
81
37
|
|
|
82
38
|
### Cult UI
|
|
83
39
|
|
|
@@ -100,7 +56,7 @@ https://github.com/aliimam-in/aliimam.git
|
|
|
100
56
|
|
|
101
57
|
Usar para: shaders, liquid wave, pixel grid, ripple shader, border glow, bento layouts, typewriter effects, canvas-based effects, efeitos visuais experimentais.
|
|
102
58
|
|
|
103
|
-
Se a estrutura do repositório estiver incerta: inspecionar docs primeiro
|
|
59
|
+
Se a estrutura do repositório estiver incerta: inspecionar docs primeiro e não assumir nomes de componentes sem verificar.
|
|
104
60
|
|
|
105
61
|
### Watermelon UI
|
|
106
62
|
|
|
@@ -128,7 +84,7 @@ Usar para: templates, landing page layouts, páginas prontas, seções instaláv
|
|
|
128
84
|
### Animmaster Lib
|
|
129
85
|
|
|
130
86
|
- Site: https://animmasterlib.dev/ — **fonte PAGA** (300 componentes animados PRO, HTML/CSS/JS/React/Next)
|
|
131
|
-
-
|
|
87
|
+
- Só usar com acesso/custo autorizado, quando as fontes públicas não cobrirem
|
|
132
88
|
- O que o usuário já comprou/baixou dela vale como recurso local (inspecionar em `modelos lp/`)
|
|
133
89
|
|
|
134
90
|
### Bklit UI
|
|
@@ -319,32 +275,9 @@ Não prometer código pronto quando a fonte for apenas visual. Não copiar visua
|
|
|
319
275
|
|
|
320
276
|
## Clone Policy
|
|
321
277
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
Se precisar clonar uma fonte de componentes ou referência, perguntar antes.
|
|
325
|
-
|
|
326
|
-
Ordem preferida:
|
|
327
|
-
|
|
328
|
-
1. usar source map conhecido;
|
|
329
|
-
2. usar docs públicas;
|
|
330
|
-
3. usar web/search se disponível;
|
|
331
|
-
4. usar registry URL se disponível;
|
|
332
|
-
5. pedir permissão antes de clonar;
|
|
333
|
-
6. clonar apenas em pasta temporária ou claramente nomeada.
|
|
334
|
-
|
|
335
|
-
Clonar apenas em pasta temporária, como:
|
|
336
|
-
|
|
337
|
-
```text
|
|
338
|
-
.design-sources-temp/
|
|
339
|
-
```
|
|
340
|
-
|
|
341
|
-
Nunca clonar diretamente dentro da estrutura principal do app.
|
|
278
|
+
Siga a fase de cache de [source-first-protocol](source-first-protocol.md). Prefira arquivos públicos, docs e registry; clone em diretório isolado apenas quando necessário à pesquisa autorizada. Confira origem, revisão e alterações locais antes de atualizar um cache. Nunca sobrescreva trabalho local nem execute scripts do repo para apenas inspecionar código.
|
|
342
279
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
Usar repositórios clonados somente para: pesquisa, inspeção, descoberta de componentes, exemplos, orientação de implementação.
|
|
346
|
-
|
|
347
|
-
Não manter repositórios clonados como dependência do projeto sem confirmação explícita.
|
|
280
|
+
Use somente os componentes necessários; preserve licença e atribuições. O clone de pesquisa não vira dependência permanente do app.
|
|
348
281
|
|
|
349
282
|
## Paid Source Policy
|
|
350
283
|
|
|
@@ -358,8 +291,7 @@ Remover dependência obrigatória de:
|
|
|
358
291
|
- Cult UI Pro;
|
|
359
292
|
- Skiper UI premium;
|
|
360
293
|
- Spline pago;
|
|
361
|
-
- Unicorn Studio pago
|
|
362
|
-
- planos pagos do 21st.dev como obrigação (o fluxo funciona no free tier).
|
|
294
|
+
- Unicorn Studio pago.
|
|
363
295
|
|
|
364
296
|
Usar ferramentas pagas apenas se:
|
|
365
297
|
|
|
@@ -371,4 +303,3 @@ Usar ferramentas pagas apenas se:
|
|
|
371
303
|
Sempre preferir: open source, registry público, GitHub, docs públicas, screenshots do usuário, referências fornecidas.
|
|
372
304
|
|
|
373
305
|
Não burlar paywall, login, licenças, limites de plano ou proteções de sites. Se houver dúvida sobre licença, avisar e sugerir alternativa open source.
|
|
374
|
-
|
|
@@ -11,10 +11,9 @@ A skill deve:
|
|
|
11
11
|
- fazer poucas perguntas quando faltar contexto;
|
|
12
12
|
- escolher o nível visual correto do projeto;
|
|
13
13
|
- pesquisar componentes, animações e referências nas fontes configuradas;
|
|
14
|
-
-
|
|
15
|
-
- usar a 21st CLI (`21st search` / `21st get` / `21st add`) para descoberta e instalação de componentes de referência;
|
|
14
|
+
- abrir e inspecionar demos, código e registries públicos, registrando evidências de pesquisa;
|
|
16
15
|
- usar repositórios autorizados como fonte de pesquisa;
|
|
17
|
-
- clonar temporariamente repositórios autorizados apenas quando necessário
|
|
16
|
+
- clonar temporariamente repositórios autorizados em diretório isolado apenas quando necessário à pesquisa autorizada;
|
|
18
17
|
- escolher scroll effects, 3D hero, WebGL, shaders, microinterações e componentes com base no tom da marca;
|
|
19
18
|
- escrever copy completa, estratégica e orientada à conversão;
|
|
20
19
|
- criar estrutura completa de landing page;
|
|
@@ -59,4 +58,3 @@ Se o usuário não responder tudo, continuar com hipóteses estratégicas coeren
|
|
|
59
58
|
Regra mestra: **perguntar, inferir, executar.** Não fazer perguntas demais. Não pedir reconfirmação de coisas já ditas. Não devolver brief para o usuário preencher.
|
|
60
59
|
|
|
61
60
|
Quando o usuário pedir algo como "crie meu site", "melhore minha landing", "faça algo premium", "quero algo 3D", "quero algo outro nível", usar este modo automaticamente.
|
|
62
|
-
|
|
@@ -7,9 +7,9 @@ Sempre seguir este processo. **Os passos 6, 7 e 8 são CHECKPOINTS DE FONTES e d
|
|
|
7
7
|
3. Classificar o nível do projeto.
|
|
8
8
|
4. Definir direção visual.
|
|
9
9
|
5. Decidir se precisa de landing, dashboard, 3D/WebGL ou combinação.
|
|
10
|
-
6. **CHECKPOINT: Inventário de fontes do usuário.** Listar e inspecionar (ls + leitura mínima de READMEs/package.json) o
|
|
11
|
-
7. **CHECKPOINT: Source-First Protocol (obrigatório).**
|
|
12
|
-
8. **CHECKPOINT:
|
|
10
|
+
6. **CHECKPOINT: Inventário de fontes do usuário.** Listar e inspecionar (ls + leitura mínima de READMEs/package.json) o projeto atual e os modelos nos caminhos fornecidos pelo usuário; reutilizar o resumo de memória do handoff. Identificar quais componentes/efeitos do que ele já tem podem ser reutilizados antes de qualquer fonte externa.
|
|
11
|
+
7. **CHECKPOINT: Source-First Protocol (obrigatório).** Execute [source-first-protocol](source-first-protocol.md): busque fontes públicas, abra demos e código/registry, confira revisão, licença e dependências. Registre evidências e falhas no artefato de pesquisa; mostre 1–3 candidatos reais por componente.
|
|
12
|
+
8. **CHECKPOINT: Escolher fontes.** Recomende a combinação adequada. Com direção e implementação já autorizadas, prossiga; pergunte apenas se faltar uma decisão material.
|
|
13
13
|
9. Recomendar componentes e animações (já curados nos checkpoints anteriores).
|
|
14
14
|
10. Escrever copy e estrutura.
|
|
15
15
|
11. Sugerir plano de implementação (adaptação das fontes à marca, não recriação).
|
|
@@ -20,9 +20,9 @@ Sempre seguir este processo. **Os passos 6, 7 e 8 são CHECKPOINTS DE FONTES e d
|
|
|
20
20
|
Antes de escrever qualquer componente, responder internamente:
|
|
21
21
|
|
|
22
22
|
- Eu inspecionei o que o usuário já tem em `/modelos lp/` (ou equivalente)?
|
|
23
|
-
- Eu
|
|
24
|
-
- Eu
|
|
25
|
-
- O componente que estou prestes a escrever do zero
|
|
23
|
+
- Eu abri as fontes exatas e registrei código/registry, revisão/data, licença e dependências?
|
|
24
|
+
- Eu documentei candidatos aceitos/rejeitados e eventuais fontes indisponíveis?
|
|
25
|
+
- O componente que estou prestes a escrever do zero ficou sem alternativa compatível nas fontes efetivamente pesquisadas, com justificativa registrada?
|
|
26
26
|
|
|
27
27
|
Se a resposta for "não" para qualquer uma dessas perguntas, **PARE e volte para o Source-First Protocol antes de continuar**.
|
|
28
28
|
|
|
@@ -33,4 +33,3 @@ Se a resposta for "não" para qualquer uma dessas perguntas, **PARE e volte para
|
|
|
33
33
|
**Entender o negócio.** Sempre identificar: negócio/produto/serviço, público-alvo, objetivo da página, oferta, diferenciais, nível de consciência do público, objeções prováveis, tom de marca, etapa do funil, ação principal desejada.
|
|
34
34
|
|
|
35
35
|
**Escolher referências e componentes.** Com base no nível classificado, decidir: quais seções devem existir, quais componentes melhoram conversão, quais animações ajudam ou atrapalham, quais referências visuais combinam com a marca, quais efeitos no hero, quais elementos devem ser estáticos por performance, quais componentes criar do zero, quais vêm de fontes autorizadas. Toda animação deve ter função: clareza, desejo, profundidade, guia visual, prova de valor ou sofisticação.
|
|
36
|
-
|
package/src/skills-lib/premium-landing-ui-researcher/references/output-format-and-quality.md
CHANGED
|
@@ -114,11 +114,10 @@ A entrega deve parecer um trabalho premium de estratégia, copywriting, design e
|
|
|
114
114
|
|
|
115
115
|
Antes de declarar a landing pronta, perguntar-se honestamente:
|
|
116
116
|
|
|
117
|
-
- Eu **
|
|
118
|
-
- Eu **usei a 21st CLI (search/get/add)** ou declarei indisponível? Mesma regra.
|
|
117
|
+
- Eu **abri demos e código/registry dos componentes recomendados** e registrei buscas, URLs/paths, revisão/data, licença, dependências e motivo da escolha?
|
|
119
118
|
- Eu **inspecionei `/modelos lp/`** (ou pasta equivalente) do usuário antes de escrever shader/animação/hero?
|
|
120
|
-
- Eu
|
|
121
|
-
- Cada componente que entreguei tem uma **fonte rastreável** (
|
|
119
|
+
- Eu registrei fontes indisponíveis e usei cache sem sobrescrever alterações locais?
|
|
120
|
+
- Cada componente que entreguei tem uma **fonte rastreável** (URL exata de código/registry, revisão do repo ou arquivo local), ou foi escrito do zero com declaração explícita?
|
|
122
121
|
- Apliquei os 4 passes do **Audit Protocol** (Taste Skill cedo → Impeccable tarde → Cross-check com referências → Acessibilidade/Perf), ou declarei qual passe foi pulado e por quê?
|
|
123
122
|
- O **Pass 4 (Acessibilidade + Performance)** foi executado? Esse passe nunca pode ser pulado.
|
|
124
123
|
|