wizz-method 1.16.1 → 1.17.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.
Files changed (67) hide show
  1. package/package.json +4 -2
  2. package/removals.txt +6 -0
  3. package/skills-registry.yaml +55 -24
  4. package/src/bmm-skills/3-solutioning/wizz-generate-project-context/project-context-template.md +5 -0
  5. package/src/bmm-skills/3-solutioning/wizz-generate-project-context/steps/step-01-discover.md +16 -5
  6. package/src/bmm-skills/3-solutioning/wizz-generate-project-context/steps/step-03-complete.md +5 -0
  7. package/src/bmm-skills/4-implementation/wizz-retrospective/customize.toml +3 -1
  8. package/src/bmm-skills/4-implementation/wizz-retrospective/scripts/__pycache__/sprint_status.cpython-313.pyc +0 -0
  9. package/src/bmm-skills/4-implementation/wizz-retrospective/scripts/tests/__pycache__/test_git_evidence.cpython-313-pytest-9.1.1.pyc +0 -0
  10. package/src/bmm-skills/4-implementation/wizz-retrospective/scripts/tests/__pycache__/test_sprint_status.cpython-313-pytest-9.1.1.pyc +0 -0
  11. package/src/bmm-skills/4-implementation/wizz-sprint-planning/customize.toml +3 -1
  12. package/src/bmm-skills/4-implementation/wizz-sprint-planning/scripts/__pycache__/sprint_plan.cpython-313.pyc +0 -0
  13. package/src/bmm-skills/4-implementation/wizz-sprint-planning/scripts/tests/__pycache__/test_sprint_plan.cpython-313-pytest-9.1.1.pyc +0 -0
  14. package/src/core-skills/wizz-advanced-elicitation/scripts/__pycache__/pick_methods.cpython-313.pyc +0 -0
  15. package/src/core-skills/wizz-advanced-elicitation/scripts/tests/__pycache__/test_pick_methods.cpython-313-pytest-9.1.1.pyc +0 -0
  16. package/src/core-skills/wizz-brainstorming/scripts/__pycache__/brain.cpython-313.pyc +0 -0
  17. package/src/core-skills/wizz-brainstorming/scripts/tests/__pycache__/test_brain.cpython-313-pytest-9.1.1.pyc +0 -0
  18. package/src/core-skills/wizz-brainstorming/scripts/tests/__pycache__/test_brain.cpython-314.pyc +0 -0
  19. package/src/core-skills/wizz-forge-idea/scripts/__pycache__/resolve_personas.cpython-314.pyc +0 -0
  20. package/src/core-skills/wizz-forge-idea/scripts/tests/__pycache__/test_resolve_personas.cpython-314.pyc +0 -0
  21. package/src/core-skills/wizz-party-mode/scripts/__pycache__/resolve_party.cpython-314.pyc +0 -0
  22. package/src/core-skills/wizz-party-mode/scripts/tests/__pycache__/test_resolve_party.cpython-314.pyc +0 -0
  23. package/src/modules/wizz/_shared/encerramento.md +22 -0
  24. package/src/modules/wizz/agents/wizz-designer/SKILL.md +1 -1
  25. package/src/modules/wizz/agents/wizz-maestro/SKILL.md +4 -0
  26. package/src/modules/wizz/agents/wizz-qa/SKILL.md +6 -0
  27. package/src/modules/wizz/agents/wizz-social/SKILL.md +1 -0
  28. package/src/modules/wizz/subagents/codex/wizz-exec-haiku.toml +12 -0
  29. package/src/modules/wizz/subagents/codex/wizz-exec-opus.toml +12 -0
  30. package/src/modules/wizz/subagents/codex/wizz-exec-review.toml +11 -0
  31. package/src/modules/wizz/subagents/codex/wizz-exec-sonnet.toml +12 -0
  32. package/src/modules/wizz/subagents/gemini/wizz-exec-haiku.md +12 -0
  33. package/src/modules/wizz/subagents/gemini/wizz-exec-opus.md +12 -0
  34. package/src/modules/wizz/subagents/gemini/wizz-exec-review.md +11 -0
  35. package/src/modules/wizz/subagents/gemini/wizz-exec-sonnet.md +12 -0
  36. package/src/modules/wizz/subagents/opencode/wizz-exec-haiku.md +12 -0
  37. package/src/modules/wizz/subagents/opencode/wizz-exec-opus.md +12 -0
  38. package/src/modules/wizz/subagents/opencode/wizz-exec-review.md +11 -0
  39. package/src/modules/wizz/subagents/opencode/wizz-exec-sonnet.md +12 -0
  40. package/src/modules/wizz/subagents/wizz-exec-haiku.md +12 -0
  41. package/src/modules/wizz/subagents/wizz-exec-opus.md +12 -0
  42. package/src/modules/wizz/subagents/wizz-exec-review.md +11 -0
  43. package/src/modules/wizz/subagents/wizz-exec-sonnet.md +12 -0
  44. package/src/skills-lib/launch-readiness/SKILL.md +94 -0
  45. package/src/skills-lib/launch-readiness/references/01-tecnico-build.md +26 -0
  46. package/src/skills-lib/launch-readiness/references/02-seguranca.md +26 -0
  47. package/src/skills-lib/launch-readiness/references/03-seo-descoberta.md +27 -0
  48. package/src/skills-lib/launch-readiness/references/04-analytics-medicao.md +25 -0
  49. package/src/skills-lib/launch-readiness/references/05-conteudo-prova-social.md +25 -0
  50. package/src/skills-lib/launch-readiness/references/06-legal-lgpd.md +25 -0
  51. package/src/skills-lib/launch-readiness/references/07-infra-deploy-rollback.md +26 -0
  52. package/src/skills-lib/launch-readiness/references/08-fusao-priorizacao.md +33 -0
  53. package/src/skills-lib/launch-readiness/references/09-persistencia-project-context.md +48 -0
  54. package/src/skills-lib/site-launch-kit/SKILL.md +1 -1
  55. package/src/skills-lib/taste-skill/SKILL.md +4 -2
  56. package/src/skills-lib/{taste-redesign → taste-skill}/references/design-audit.md +30 -41
  57. package/src/skills-lib/taste-skill/references/redesign-protocol.md +2 -2
  58. package/src/skills-lib/taste-skill/references/upgrade-techniques.md +33 -0
  59. package/src/skills-lib/wizz-offer-forge/SKILL.md +3 -2
  60. package/src/skills-lib/wizz-router/SKILL.md +7 -1
  61. package/src/skills-lib/wizz-router/references/routing-table-flat.md +3 -2
  62. package/tools/fetch-assets.mjs +3 -2
  63. package/tools/installer/commands/trace-report.js +248 -4
  64. package/tools/installer/modules/official-modules.js +5 -0
  65. package/wizz-modules.yaml +3 -3
  66. package/src/skills-lib/taste-redesign/SKILL.md +0 -42
  67. package/src/skills-lib/taste-redesign/references/upgrade-techniques.md +0 -31
package/wizz-modules.yaml CHANGED
@@ -81,12 +81,12 @@ modules:
81
81
  # .claude-plugin/marketplace.json via plugin resolver (ver external-manager).
82
82
  marketplace-plugin: true
83
83
  post-install-message: |
84
- Wizz Loop installed. To finish setup, run the bmad-loop-setup skill
85
- from your agent:
84
+ Wizz Loop installed. To finish setup, ask your agent to run the setup
85
+ skill (the command keeps the upstream name):
86
86
 
87
87
  > use the bmad-loop-setup skill
88
88
 
89
- It installs the bmad-loop orchestrator tool and wires up the per-project
89
+ It installs the Wizz Loop orchestrator tool and wires up the per-project
90
90
  hooks and policy. The automation skills don't run until setup completes.
91
91
 
92
92
  bmad-creative-intelligence-suite:
@@ -1,42 +0,0 @@
1
- ---
2
- name: taste-redesign
3
- description: Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end design standards without breaking functionality. Works with any CSS framework or vanilla CSS. Use when the user asks to redesign, upgrade, or audit an existing site or app that looks generic or AI-generated, without rewriting it from scratch.
4
- ---
5
-
6
- # Redesign Skill
7
-
8
- ## How This Works (first step)
9
-
10
- When applied to an existing project, follow this sequence:
11
-
12
- 1. **Scan** — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns.
13
- 2. **Diagnose** — Load `references/design-audit.md` and run through the full checklist. List every generic pattern, weak point, and missing state you find.
14
- 3. **Fix** — Load `references/upgrade-techniques.md` for high-impact replacements, then apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there. Follow the Fix Priority order below.
15
-
16
- ## Fix Priority
17
-
18
- Apply changes in this order for maximum visual impact with minimum risk:
19
-
20
- 1. **Font swap** — biggest instant improvement, lowest risk
21
- 2. **Color palette cleanup** — remove clashing or oversaturated colors
22
- 3. **Hover and active states** — makes the interface feel alive
23
- 4. **Layout and spacing** — proper grid, max-width, consistent padding
24
- 5. **Replace generic components** — swap cliche patterns for modern alternatives
25
- 6. **Add loading, empty, and error states** — makes it feel finished
26
- 7. **Polish typography scale and spacing** — the premium final touch
27
-
28
- ## Rules
29
-
30
- - Work with the existing tech stack. Do not migrate frameworks or styling libraries.
31
- - Do not break existing functionality. Test after every change.
32
- - Before importing any new library, check the project's dependency file first.
33
- - If the project uses Tailwind, check the version (v3 vs v4) before modifying config.
34
- - If the project has no framework, use vanilla CSS.
35
- - Keep changes reviewable and focused. Small, targeted improvements over big rewrites.
36
-
37
- ## Reference map — load each file when you reach that step
38
-
39
- - `references/design-audit.md` — the full audit checklist across 9 categories (Typography, Color and Surfaces, Layout, Interactivity and States, Content, Component Patterns, Iconography, Code Quality, Strategic Omissions). **Load during the Diagnose step.**
40
- - `references/upgrade-techniques.md` — high-impact techniques (Typography, Layout, Motion, Surface upgrades) to replace generic patterns found in the audit. **Load during the Fix step.**
41
-
42
- Zero content was cut when this skill was split — every audit item and technique above lives verbatim in its `references/` file.
@@ -1,31 +0,0 @@
1
- # Upgrade techniques
2
-
3
- Load this file during the Fix step, once the audit has identified which categories need work. High-impact techniques to replace generic patterns, grouped by Typography, Layout, Motion, and Surface upgrades.
4
-
5
- ## Upgrade Techniques
6
-
7
- When upgrading a project, pull from these high-impact techniques to replace generic patterns:
8
-
9
- ### Typography Upgrades
10
- - **Variable font animation.** Interpolate weight or width on scroll or hover for text that feels alive.
11
- - **Outlined-to-fill transitions.** Text starts as a stroke outline and fills with color on scroll entry or interaction.
12
- - **Text mask reveals.** Large typography acting as a window to video or animated imagery behind it.
13
-
14
- ### Layout Upgrades
15
- - **Broken grid / asymmetry.** Elements that deliberately ignore column structure — overlapping, bleeding off-screen, or offset with calculated randomness.
16
- - **Whitespace maximization.** Aggressive use of negative space to force focus on a single element.
17
- - **Parallax card stacks.** Sections that stick and physically stack over each other during scroll.
18
- - **Split-screen scroll.** Two halves of the screen sliding in opposite directions.
19
-
20
- ### Motion Upgrades
21
- - **Smooth scroll with inertia.** Decouple scrolling from browser defaults for a heavier, cinematic feel.
22
- - **Staggered entry.** Elements cascade in with slight delays, combining Y-axis translation with opacity fade. Never mount everything at once.
23
- - **Spring physics.** Replace linear easing with spring-based motion for a natural, weighty feel on all interactive elements.
24
- - **Scroll-driven reveals.** Content entering through expanding masks, wipes, or draw-on SVG paths tied to scroll progress.
25
-
26
- ### Surface Upgrades
27
- - **True glassmorphism.** Go beyond `backdrop-filter: blur`. Add a 1px inner border and a subtle inner shadow to simulate edge refraction.
28
- - **Spotlight borders.** Card borders that illuminate dynamically under the cursor.
29
- - **Grain and noise overlays.** A fixed, pointer-events-none overlay with subtle noise to break digital flatness.
30
- - **Colored, tinted shadows.** Shadows that carry the hue of the background rather than using generic black.
31
-