wizz-method 1.16.1 → 1.18.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 +1 -1
- package/package.json +7 -2
- package/removals.txt +9 -0
- package/skills-registry.yaml +119 -36
- package/src/bmm-skills/1-analysis/wizz-agent-analyst/customize.toml +1 -1
- package/src/bmm-skills/1-analysis/wizz-set-feature/SKILL.md +41 -37
- package/src/bmm-skills/2-plan-workflows/wizz-agent-pm/customize.toml +1 -1
- package/src/bmm-skills/2-plan-workflows/wizz-agent-ux-designer/customize.toml +1 -1
- package/src/bmm-skills/3-solutioning/wizz-agent-architect/customize.toml +1 -1
- package/src/bmm-skills/3-solutioning/wizz-generate-project-context/project-context-template.md +5 -0
- package/src/bmm-skills/3-solutioning/wizz-generate-project-context/steps/step-01-discover.md +16 -5
- package/src/bmm-skills/3-solutioning/wizz-generate-project-context/steps/step-03-complete.md +5 -0
- package/src/bmm-skills/4-implementation/wizz-agent-dev/customize.toml +1 -1
- package/src/bmm-skills/4-implementation/wizz-retrospective/customize.toml +3 -1
- package/src/bmm-skills/4-implementation/wizz-retrospective/scripts/__pycache__/sprint_status.cpython-313.pyc +0 -0
- package/src/bmm-skills/4-implementation/wizz-retrospective/scripts/tests/__pycache__/test_git_evidence.cpython-313-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/4-implementation/wizz-retrospective/scripts/tests/__pycache__/test_sprint_status.cpython-313-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/4-implementation/wizz-sprint-planning/customize.toml +3 -1
- package/src/bmm-skills/4-implementation/wizz-sprint-planning/scripts/__pycache__/sprint_plan.cpython-313.pyc +0 -0
- package/src/bmm-skills/4-implementation/wizz-sprint-planning/scripts/tests/__pycache__/test_sprint_plan.cpython-313-pytest-9.1.1.pyc +0 -0
- package/src/core-skills/wizz-advanced-elicitation/scripts/__pycache__/pick_methods.cpython-313.pyc +0 -0
- package/src/core-skills/wizz-advanced-elicitation/scripts/tests/__pycache__/test_pick_methods.cpython-313-pytest-9.1.1.pyc +0 -0
- package/src/core-skills/wizz-brainstorming/scripts/__pycache__/brain.cpython-313.pyc +0 -0
- package/src/core-skills/wizz-brainstorming/scripts/tests/__pycache__/test_brain.cpython-313-pytest-9.1.1.pyc +0 -0
- package/src/core-skills/wizz-brainstorming/scripts/tests/__pycache__/test_brain.cpython-314.pyc +0 -0
- package/src/core-skills/wizz-forge-idea/scripts/__pycache__/resolve_personas.cpython-314.pyc +0 -0
- package/src/core-skills/wizz-forge-idea/scripts/tests/__pycache__/test_resolve_personas.cpython-314.pyc +0 -0
- package/src/core-skills/wizz-party-mode/scripts/__pycache__/resolve_party.cpython-314.pyc +0 -0
- package/src/core-skills/wizz-party-mode/scripts/tests/__pycache__/test_resolve_party.cpython-314.pyc +0 -0
- package/src/modules/lowticket/README.md +55 -0
- package/src/modules/lowticket/module.yaml +31 -0
- package/src/modules/lowticket/skills/lowticket-funil/SKILL.md +112 -0
- package/src/modules/lowticket/skills/lowticket-funil/references/copy-das-paginas.md +75 -0
- package/src/modules/lowticket/skills/lowticket-funil/references/mapa-do-funil.md +71 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/CATALOGO.md +352 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/SKILL.md +62 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/01-principios.md +12 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/02-diagnostico-funil.md +83 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/03-campanha-bidcap.md +95 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/04-criativos.md +66 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/04a-criativos-ia.md +79 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/04b-criativos-formatos.md +152 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/05-oferta.md +51 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/06-pagina-vendas.md +175 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/06a-instagram.md +138 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/07-funil-upsell.md +73 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/08-pesquisa-publico.md +14 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/09-especialista-coproducao.md +41 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/10-levantar-caixa.md +49 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/11-checklist-roi.md +36 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/12-mineracao-ofertas.md +63 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/12a-mineracao-veredito.md +78 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/12b-fabrica-de-ofertas.md +178 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/13-benchmarks-vsl.md +10 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/14-vocabulario.md +55 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/15-como-estender.md +35 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/INDEX.md +45 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/guardrails.md +33 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/knowledge/pontos-em-aberto.md +42 -0
- package/src/modules/lowticket/skills/lowticket-metodologia/references/swipe-file.md +38 -0
- package/src/modules/lowticket/skills/lowticket-minerador/SKILL.md +115 -0
- package/src/modules/lowticket/skills/lowticket-minerador/references/rubrica.md +75 -0
- package/src/modules/lowticket/skills/lowticket-pagina/SKILL.md +106 -0
- package/src/modules/lowticket/skills/lowticket-pagina/references/metas-e-medicao.md +70 -0
- package/src/modules/lowticket/skills/lowticket-pagina/references/padroes-de-codigo.md +148 -0
- package/src/modules/lowticket/skills/lowticket-trafego/SKILL.md +88 -0
- package/src/modules/lowticket/skills/lowticket-trafego/references/formato-do-diagnostico.md +56 -0
- package/src/modules/lowticket/skills/lowticket-trafego/references/reguas.md +72 -0
- package/src/modules/wizz/README.md +1 -1
- package/src/modules/wizz/_shared/cerebro.md +35 -1
- package/src/modules/wizz/_shared/communication-rules.md +8 -1
- package/src/modules/wizz/_shared/encerramento.md +22 -0
- package/src/modules/wizz/_shared/token-economy.md +7 -10
- 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 +1 -1
- package/src/modules/wizz/agents/wizz-designer/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-growth/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-maestro/SKILL.md +5 -1
- package/src/modules/wizz/agents/wizz-maestro/customize.toml +1 -1
- package/src/modules/wizz/agents/wizz-memoria/SKILL.md +1 -1
- package/src/modules/wizz/agents/wizz-qa/SKILL.md +6 -0
- 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/SKILL.md +1 -0
- package/src/modules/wizz/agents/wizz-social/customize.toml +1 -1
- package/src/modules/wizz/overrides/wizz-agent-analyst.toml +2 -2
- package/src/modules/wizz/overrides/wizz-agent-architect.toml +2 -2
- 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-haiku.toml +12 -0
- package/src/modules/wizz/subagents/codex/wizz-exec-opus.toml +12 -0
- package/src/modules/wizz/subagents/codex/wizz-exec-review.toml +11 -0
- package/src/modules/wizz/subagents/codex/wizz-exec-sonnet.toml +12 -0
- package/src/modules/wizz/subagents/gemini/wizz-exec-haiku.md +12 -0
- package/src/modules/wizz/subagents/gemini/wizz-exec-opus.md +12 -0
- package/src/modules/wizz/subagents/gemini/wizz-exec-review.md +11 -0
- package/src/modules/wizz/subagents/gemini/wizz-exec-sonnet.md +12 -0
- package/src/modules/wizz/subagents/opencode/wizz-exec-haiku.md +12 -0
- package/src/modules/wizz/subagents/opencode/wizz-exec-opus.md +12 -0
- package/src/modules/wizz/subagents/opencode/wizz-exec-review.md +11 -0
- package/src/modules/wizz/subagents/opencode/wizz-exec-sonnet.md +12 -0
- package/src/modules/wizz/subagents/wizz-exec-haiku.md +12 -0
- package/src/modules/wizz/subagents/wizz-exec-opus.md +12 -0
- package/src/modules/wizz/subagents/wizz-exec-review.md +11 -0
- package/src/modules/wizz/subagents/wizz-exec-sonnet.md +12 -0
- package/src/skills-lib/analytics-tracking/SKILL.md +2 -0
- package/src/skills-lib/analytics-tracking/references/utm-taxonomy.md +92 -0
- package/src/skills-lib/cerebro/SKILL.md +20 -17
- package/src/skills-lib/cerebro/references/comandos-pesquisa-e-memoria.md +96 -0
- package/src/skills-lib/cerebro/references/comandos-rotina-e-captura.md +25 -6
- package/src/skills-lib/cerebro/references/comandos-sessao.md +61 -37
- package/src/skills-lib/launch-readiness/SKILL.md +94 -0
- package/src/skills-lib/launch-readiness/references/01-tecnico-build.md +26 -0
- package/src/skills-lib/launch-readiness/references/02-seguranca.md +26 -0
- package/src/skills-lib/launch-readiness/references/03-seo-descoberta.md +27 -0
- package/src/skills-lib/launch-readiness/references/04-analytics-medicao.md +25 -0
- package/src/skills-lib/launch-readiness/references/05-conteudo-prova-social.md +25 -0
- package/src/skills-lib/launch-readiness/references/06-legal-lgpd.md +25 -0
- package/src/skills-lib/launch-readiness/references/07-infra-deploy-rollback.md +26 -0
- package/src/skills-lib/launch-readiness/references/08-fusao-priorizacao.md +33 -0
- package/src/skills-lib/launch-readiness/references/09-persistencia-project-context.md +48 -0
- package/src/skills-lib/premium-landing-ui-researcher/references/source-first-protocol.md +1 -1
- package/src/skills-lib/site-launch-kit/SKILL.md +1 -1
- package/src/skills-lib/taste-skill/SKILL.md +4 -2
- package/src/skills-lib/{taste-redesign → taste-skill}/references/design-audit.md +30 -41
- package/src/skills-lib/taste-skill/references/redesign-protocol.md +2 -2
- package/src/skills-lib/taste-skill/references/upgrade-techniques.md +33 -0
- package/src/skills-lib/tracking-audit/SKILL.md +78 -0
- package/src/skills-lib/tracking-audit/references/modo-diagnostico.md +72 -0
- package/src/skills-lib/tracking-audit/references/modo-implantacao.md +89 -0
- package/src/skills-lib/tracking-audit/references/utm-e-atribuicao.md +75 -0
- package/src/skills-lib/wizz-offer-forge/SKILL.md +30 -4
- package/src/skills-lib/wizz-offer-forge/references/plano-de-medicao.md +74 -0
- package/src/skills-lib/wizz-router/SKILL.md +8 -2
- package/src/skills-lib/wizz-router/references/routing-table-flat.md +4 -3
- package/tools/fetch-assets.mjs +3 -2
- package/tools/installer/commands/trace-report.js +248 -4
- package/tools/installer/modules/official-modules.js +5 -0
- package/tools/installer/modules/skills-lib.js +7 -1
- package/wizz-modules.yaml +20 -3
- package/src/skills-lib/cerebro/references/comandos-pesquisa-e-sync.md +0 -44
- package/src/skills-lib/graphify/.graphify_version +0 -1
- package/src/skills-lib/graphify/SKILL.md +0 -1199
- package/src/skills-lib/taste-redesign/SKILL.md +0 -42
- package/src/skills-lib/taste-redesign/references/upgrade-techniques.md +0 -31
package/src/bmm-skills/3-solutioning/wizz-generate-project-context/steps/step-03-complete.md
CHANGED
|
@@ -77,6 +77,10 @@ _This file contains critical rules and patterns that AI agents must follow when
|
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
80
|
+
## Estado do Projeto
|
|
81
|
+
|
|
82
|
+
{{stage_and_current_status}}
|
|
83
|
+
|
|
80
84
|
## Technology Stack & Versions
|
|
81
85
|
|
|
82
86
|
{{concise_technology_list}}
|
|
@@ -196,6 +200,7 @@ sections_completed:
|
|
|
196
200
|
status: 'complete'
|
|
197
201
|
rule_count: { { total_rules } }
|
|
198
202
|
optimized_for_llm: true
|
|
203
|
+
stage: '{{project_stage}}' # prototype|mvp|production|maintenance
|
|
199
204
|
---
|
|
200
205
|
```
|
|
201
206
|
|
|
@@ -37,7 +37,7 @@ activation_steps_append = []
|
|
|
37
37
|
|
|
38
38
|
persistent_facts = [
|
|
39
39
|
"file:{project-root}/**/project-context.md",
|
|
40
|
-
"
|
|
40
|
+
"FEATURE: o hook SessionStart já resolve a feature ativa a partir do branch git e injeta 'FEATURE ATIVA: <slug>'. Se ela existir, salve TODO artefato de planejamento e implementação na subpasta com esse nome ({planning_artifacts}/{active_feature}/, {implementation_artifacts}/{active_feature}/) e grave o slug em active_feature no {project-root}/_wizz/bmm/config.yaml na primeira escrita, avisando em UMA linha. Memória gravada nesta sessão leva o mesmo slug como tema. Sem feature resolvida, escreva nas raízes. NUNCA pergunte a feature ao usuário: invoque wizz-set-feature só se ele pedir para trocar, ou se houver duas features abertas e o pedido não decidir entre elas.",
|
|
41
41
|
"When implementing against a library or framework, consult Context7 for current docs, APIs, and version-specific syntax before relying on training data or web search: call resolve-library-id with the library name, then query-docs with the returned /org/project id and a specific question. If Context7 is unavailable, tell the user once that they can enable it with `npx ctx7 setup`, then fall back to web research.",
|
|
42
42
|
]
|
|
43
43
|
|
|
@@ -30,7 +30,9 @@ activation_steps_append = []
|
|
|
30
30
|
# - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
|
|
31
31
|
# (glob patterns are supported; the file's contents are loaded and treated as facts).
|
|
32
32
|
|
|
33
|
-
persistent_facts = [
|
|
33
|
+
persistent_facts = [
|
|
34
|
+
"file:{project-root}/**/project-context.md",
|
|
35
|
+
]
|
|
34
36
|
|
|
35
37
|
# Scalar: executed at the end of Phase 5 (Close), after the retrospective
|
|
36
38
|
# document is saved and sprint-status is updated. Override wins.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -30,7 +30,9 @@ activation_steps_append = []
|
|
|
30
30
|
# - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
|
|
31
31
|
# (glob patterns are supported; the file's contents are loaded and treated as facts).
|
|
32
32
|
|
|
33
|
-
persistent_facts = [
|
|
33
|
+
persistent_facts = [
|
|
34
|
+
"file:{project-root}/**/project-context.md",
|
|
35
|
+
]
|
|
34
36
|
|
|
35
37
|
# Scalar: executed when the workflow reaches its final step,
|
|
36
38
|
# after sprint-status.yaml is generated and validated. Override wins.
|
|
Binary file
|
|
Binary file
|
package/src/core-skills/wizz-advanced-elicitation/scripts/__pycache__/pick_methods.cpython-313.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/core-skills/wizz-brainstorming/scripts/tests/__pycache__/test_brain.cpython-314.pyc
CHANGED
|
Binary file
|
package/src/core-skills/wizz-forge-idea/scripts/__pycache__/resolve_personas.cpython-314.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/core-skills/wizz-party-mode/scripts/tests/__pycache__/test_resolve_party.cpython-314.pyc
CHANGED
|
Binary file
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Wizz Low Ticket
|
|
2
|
+
|
|
3
|
+
A portable knowledge base and four operating skills for **low ticket direct response** in Brazil and Portugal: offers between roughly R$19 and R$97, sold cold on Meta Ads, on a phone, mostly inside the Instagram in-app browser.
|
|
4
|
+
|
|
5
|
+
Install it and a fresh machine has the methodology and the four agents working, with no extra setup.
|
|
6
|
+
|
|
7
|
+
## What ships
|
|
8
|
+
|
|
9
|
+
| Skill | Does | Use when | Do not use when |
|
|
10
|
+
|---|---|---|---|
|
|
11
|
+
| `lowticket-metodologia` | routes a request to the one knowledge shard that answers it, loads the guardrails alongside | any low ticket work: offer, creative, page, campaign, funnel | SaaS, B2B, client site, high ticket |
|
|
12
|
+
| `lowticket-trafego` | campaign diagnosis and ruler: structure, bid cap, when to cut, how to scale | reading, cutting or scaling a Meta campaign | Google Ads, brand campaigns, writing ads |
|
|
13
|
+
| `lowticket-funil` | the post-checkout ladder: upsell, downsell, final offer, price rules | after the front-end converts, to raise average order value | before a front-end that converts exists |
|
|
14
|
+
| `lowticket-minerador` | mining and judging a competitor offer, with a cut-off rubric | hunting a new offer to model | the offer is already defined (use `wizz-offer-forge`) |
|
|
15
|
+
| `lowticket-pagina` | page performance: connect rate, LCP, pixel order, acceptance targets | optimizing or building a low ticket sales page | institutional sites or apps |
|
|
16
|
+
|
|
17
|
+
All five read the Cérebro on activation and **none of them keeps its own memory**, the same contract as `wizz-offer-forge`. What is decided lives in the Cérebro; what is known lives in the shards.
|
|
18
|
+
|
|
19
|
+
## The loading contract
|
|
20
|
+
|
|
21
|
+
The knowledge base is 20 shards. It is not loaded whole. Reading everything costs around 36k tokens; a typical answer needs under 5k.
|
|
22
|
+
|
|
23
|
+
| Step | Read | When |
|
|
24
|
+
|---|---|---|
|
|
25
|
+
| 0 | `knowledge/INDEX.md` + `knowledge/guardrails.md` | always |
|
|
26
|
+
| 1 | **one** shard named by the INDEX | the request matches a trigger |
|
|
27
|
+
| 2 | the raw source on the operator's machine | rare: the shard did not answer |
|
|
28
|
+
|
|
29
|
+
## Language
|
|
30
|
+
|
|
31
|
+
The framework surface is English: this file, the module definition, the SKILL.md frontmatter, the registry entry. **The knowledge is Portuguese**: the shard bodies, their filenames, the INDEX, the guardrails, the table headers.
|
|
32
|
+
|
|
33
|
+
That split is deliberate. The market this describes is BR/PT and the vocabulary is native (`bid cap`, `connect rate`, `order bump`, `Utmify`, `Pix`); translating it would make it less precise, not more portable. Decision recorded 2026-08-28.
|
|
34
|
+
|
|
35
|
+
## Origin
|
|
36
|
+
|
|
37
|
+
The knowledge here is a distillation: facts, benchmarks, checklists and critical analysis, written from scratch. **No third-party lesson text, transcript, PDF or prompt ships in this package.** Raw sources stay on the author's machine, outside npm and outside git.
|
|
38
|
+
|
|
39
|
+
If you extend a shard, keep it that way: write the fact, never the quote. `knowledge/15-como-estender.md` has the full process.
|
|
40
|
+
|
|
41
|
+
Three tactics present in the source material are recorded and **not adopted** in `knowledge/guardrails.md`: buying engagement, AI avatars passing as real people, and synthetic testimonials. They are loaded on every activation and stay blocked until the operation's owner decides otherwise.
|
|
42
|
+
|
|
43
|
+
## Optional config
|
|
44
|
+
|
|
45
|
+
The creative swipe file (155 real pieces, ~2 GB of video and image) does not travel. The written analysis of it, `CATALOGO.md`, does, and it is enough to work from.
|
|
46
|
+
|
|
47
|
+
To let the agent open a specific piece, point at the folder during install, or pin it by hand:
|
|
48
|
+
|
|
49
|
+
```toml
|
|
50
|
+
# _wizz/custom/config.user.toml (never overwritten by the installer)
|
|
51
|
+
[modules.lowticket]
|
|
52
|
+
swipe_file_path = "/absolute/path/to/the/swipe/file"
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Resolution order and the exact wording to use when the folder is absent: `skills/lowticket-metodologia/references/swipe-file.md`.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
code: lowticket
|
|
2
|
+
name: "Wizz Low Ticket"
|
|
3
|
+
description: "Low ticket direct-response playbook for Meta Ads (BR/PT): funnel diagnosis, bid-cap campaigns, creatives, sales pages, upsell ladders and offer mining. Knowledge base in Portuguese, loaded one shard at a time."
|
|
4
|
+
default_selected: false
|
|
5
|
+
|
|
6
|
+
# --- Origin note (read this before editing the knowledge base) ---
|
|
7
|
+
#
|
|
8
|
+
# The knowledge under skills/lowticket-metodologia/knowledge/ is a distillation
|
|
9
|
+
# written from scratch: facts, benchmarks, checklists and critical analysis.
|
|
10
|
+
# No third-party lesson text, transcript, PDF or prompt ships in this package.
|
|
11
|
+
# The raw sources stay on the author's machine, outside npm and outside git.
|
|
12
|
+
# Keep it that way: when you extend a shard, write the fact, never the quote.
|
|
13
|
+
#
|
|
14
|
+
# The knowledge body, the shard filenames and the INDEX are in Portuguese on
|
|
15
|
+
# purpose (the market it describes is BR/PT and the vocabulary is native).
|
|
16
|
+
# The framework surface (this file, SKILL.md frontmatter, the registry entry,
|
|
17
|
+
# the README) stays in English like the rest of Wizz Method.
|
|
18
|
+
# Decision recorded 2026-08-28.
|
|
19
|
+
|
|
20
|
+
# --- Module-specific config ---
|
|
21
|
+
|
|
22
|
+
swipe_file_path:
|
|
23
|
+
prompt:
|
|
24
|
+
- "Absolute path to your creative swipe file (the folder holding the reference videos and images)?"
|
|
25
|
+
- "Optional. Leave it empty: the skills still work from the written analysis in CATALOGO.md."
|
|
26
|
+
scope: user
|
|
27
|
+
default: ""
|
|
28
|
+
result: "{value}"
|
|
29
|
+
|
|
30
|
+
directories:
|
|
31
|
+
- "{output_folder}/lowticket"
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: lowticket-funil
|
|
3
|
+
description: Designs the post-checkout ladder for a low ticket offer - upsell 1, upsell 2, downsell and a final offer - deciding what each step sells, which pain it answers, what it costs and why it sits in that position, then writes the pages. Use when a front-end offer already converts and the goal is to raise average order value, or when an existing upsell sequence is not converting. Do NOT use before a front-end that converts exists, and do NOT use for traffic, campaigns or the front-end offer itself.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Low Ticket Funnel Extension
|
|
7
|
+
|
|
8
|
+
Turns a single product into a post-checkout ladder. The whole discipline reduces to one question, asked at every step:
|
|
9
|
+
|
|
10
|
+
**After this person buys this, what is the next problem they inevitably hit?**
|
|
11
|
+
|
|
12
|
+
Every offer in the ladder exists because it answers that question for the step before it. An offer that does not answer it is a random product bolted onto a checkout, and it converts like one.
|
|
13
|
+
|
|
14
|
+
## Prerequisite
|
|
15
|
+
|
|
16
|
+
**There has to be a front-end that converts.** Extending a funnel above a front that does not sell multiplies zero. If the front is not validated, say so and point to `wizz-offer-forge` (build the offer) or `lowticket-trafego` (find out why it is not selling).
|
|
17
|
+
|
|
18
|
+
## Source of truth
|
|
19
|
+
|
|
20
|
+
Read the Cérebro state first (via the `cerebro` skill). Then, if `lowticket-metodologia` is installed, read `knowledge/INDEX.md` + `knowledge/guardrails.md` and the shard `07-funil-upsell.md`, especially §7.4 (the conversion and ticket cascade). Where a generic skill contradicts that shard, the shard wins and you say so.
|
|
21
|
+
|
|
22
|
+
This skill has **no memory of its own**. What gets decided goes to the Cérebro; the artifact goes to a file.
|
|
23
|
+
|
|
24
|
+
## Flow, in five moves
|
|
25
|
+
|
|
26
|
+
Do not deliver the whole thing at once. Each move ends with a question, and the answer shapes the next one.
|
|
27
|
+
|
|
28
|
+
### 1. Four questions, one message
|
|
29
|
+
|
|
30
|
+
Explain in two lines what you are about to do, then ask exactly these, together:
|
|
31
|
+
|
|
32
|
+
1. What is the front-end product? Name and what it delivers.
|
|
33
|
+
2. What does it cost today?
|
|
34
|
+
3. What is the main pain it solves?
|
|
35
|
+
4. Who is it for? Audience, age band or situation.
|
|
36
|
+
|
|
37
|
+
No follow-up questions at this stage unless something is missing outright.
|
|
38
|
+
|
|
39
|
+
### 2. Diagnosis and two paths
|
|
40
|
+
|
|
41
|
+
Restate what you heard in one line: *"Seu front é [produto] para [público]. Ele resolve [dor]. O ticket é [valor]."*
|
|
42
|
+
|
|
43
|
+
Then offer **two** expansion paths, each with: the complementary pain, the product that would answer it, and why that pain shows up *after* the front-end. Explain the reasoning in plain language and ask which one fits. Develop a third only if asked.
|
|
44
|
+
|
|
45
|
+
Two paths, not five. A menu is not a recommendation.
|
|
46
|
+
|
|
47
|
+
### 3. The map
|
|
48
|
+
|
|
49
|
+
Build the full ladder using the template in `references/mapa-do-funil.md`. Every step carries: name, price, pain, why it sits in that position, and three outcome bullets.
|
|
50
|
+
|
|
51
|
+
Then state the flow out loud:
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
Front → Checkout → U1 → aceitou: U2 · recusou: Downsell → Oferta Final → Obrigado
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Ask: adjust a product first, or write the copy?
|
|
58
|
+
|
|
59
|
+
### 4. The pages
|
|
60
|
+
|
|
61
|
+
One page per step, in the fixed 10-block order from `references/copy-das-paginas.md`. Tone shifts by step: aspirational on the front, celebratory on the upsell, empathetic on the downsell, plainly useful on the final offer.
|
|
62
|
+
|
|
63
|
+
### 5. Implementation
|
|
64
|
+
|
|
65
|
+
Offer, in this order: ready HTML, help with one-click OTO, adaptation to the platform in use, or adjusting the offers.
|
|
66
|
+
|
|
67
|
+
## The rules that decide the ladder
|
|
68
|
+
|
|
69
|
+
### Product
|
|
70
|
+
|
|
71
|
+
- **An upsell is not a discount on the front.** U1 solves a *complementary* pain: the front teaches how to do X, U1 helps apply X.
|
|
72
|
+
- **U2 is the natural next step for whoever took U1**, a more advanced pain. It is never shown to someone who refused U1.
|
|
73
|
+
- **A downsell is a different, simpler product**, not the same product cheaper. "Você recusou por R$97, mas leva por R$27" is a discount, not a downsell. Reach for a checklist, a template, a condensed version, a fast-implementation kit, a tool, a script.
|
|
74
|
+
- **The final offer answers a broad, frequent pain of the niche**, so nearly every buyer can want it.
|
|
75
|
+
|
|
76
|
+
### Price
|
|
77
|
+
|
|
78
|
+
| Step | Rule |
|
|
79
|
+
|---|---|
|
|
80
|
+
| Upsell 1 | 40% to 60% of the front price |
|
|
81
|
+
| Upsell 2 | around U1, up to ~20% above |
|
|
82
|
+
| Downsell | 10% to 25% **of the product that was refused**, not of the front |
|
|
83
|
+
| Final offer | low enough for an instant decision; in BR, roughly R$9 to R$15 as a practical floor |
|
|
84
|
+
|
|
85
|
+
Never raise the front price to make the ladder look more sophisticated. If the price was not given, ask before building the map.
|
|
86
|
+
|
|
87
|
+
### Architecture
|
|
88
|
+
|
|
89
|
+
Three paid steps after checkout, maximum. Everyone reaches the final offer. **U2 and the downsell are never shown to the same person.** Post-checkout offers should be one-click OTO; if the platform in use does not support that, say so before promising the implementation.
|
|
90
|
+
|
|
91
|
+
If asked for five or more paid steps, say the recommendation is to consolidate. A longer ladder is not a bigger ladder.
|
|
92
|
+
|
|
93
|
+
### Numbers, only when asked
|
|
94
|
+
|
|
95
|
+
Treat these as reference, never as a promise: U1 15-25%, U2 20-35% among U1 buyers, downsell 20-35%, final offer 18-28%, total ticket around 1.5x to 2.3x the front. The canonical version is §7.4 of shard `07`.
|
|
96
|
+
|
|
97
|
+
## Hard limits on the copy
|
|
98
|
+
|
|
99
|
+
- **Never invent product facts.** Missing price, audience, pain, promise or mechanism: stop and ask. Do not fill the gap with something plausible.
|
|
100
|
+
- **Never invent social proof.** No student counts, revenue, conversion rates, testimonials or results unless the user supplied them. No proof means no proof block.
|
|
101
|
+
- **Never invent scarcity.** A one-time offer inside a funnel is real scarcity and can be said. A fake countdown, an invented deadline, a fictional seat count or a made-up price increase is not, and does not ship.
|
|
102
|
+
- **Bullets are outcomes, not contents.** "12 módulos, 8 aulas, PDF de 40 páginas" is an inventory. "Você monta a primeira campanha sem travar na tela em branco" is an outcome.
|
|
103
|
+
|
|
104
|
+
## Voice
|
|
105
|
+
|
|
106
|
+
Portuguese (BR), spoken register, short sentences, no em-dashes. Concrete scenes instead of abstract emotion: not "você se sente inseguro", but "você abre o computador às 9h e às 11h ainda está tentando descobrir por onde começar". Repeat the product's name instead of cycling through synonyms.
|
|
107
|
+
|
|
108
|
+
The full anti-AI word list and the rhythm rules are in `references/copy-das-paginas.md`. For a deeper pass, hand the draft to the `humanizer` skill.
|
|
109
|
+
|
|
110
|
+
## Out of scope
|
|
111
|
+
|
|
112
|
+
Traffic, campaigns, hiring, accounting, general operations. Bring it back to product, offer, price, pain, post-checkout sequence and copy, or route: `lowticket-trafego` for campaigns, `wizz-offer-forge` for the front-end offer, `lowticket-pagina` for the sales page itself.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# Copy das páginas do funil
|
|
2
|
+
|
|
3
|
+
## Os 10 blocos, nesta ordem
|
|
4
|
+
|
|
5
|
+
1. Indicador de etapa
|
|
6
|
+
2. Eyebrow / contexto
|
|
7
|
+
3. Headline
|
|
8
|
+
4. Corpo
|
|
9
|
+
5. Ancoragem de preço
|
|
10
|
+
6. Card de preço
|
|
11
|
+
7. Três bullets de resultado
|
|
12
|
+
8. CTA
|
|
13
|
+
9. Recusa
|
|
14
|
+
10. Barra de confiança
|
|
15
|
+
|
|
16
|
+
A ordem não se mexe. Ela é o que faz a pessoa entender onde está no fluxo antes de decidir.
|
|
17
|
+
|
|
18
|
+
## Regras por bloco
|
|
19
|
+
|
|
20
|
+
**Headline.** Curta. De preferência com **uma** palavra destacada visualmente. Promessa concreta. Headline não é parágrafo.
|
|
21
|
+
|
|
22
|
+
**Corpo.** Três a cinco parágrafos curtos, escritos para serem lidos no celular em movimento. Nada de bloco gigante.
|
|
23
|
+
|
|
24
|
+
**Ancoragem.** `De R$X por R$Y`, com o valor original riscado quando virar HTML. **Não inventar o preço original.** Sem ancoragem legítima, perguntar ou deixar explícito que ela precisa ser definida.
|
|
25
|
+
|
|
26
|
+
**Bullets.** Resultado, nunca inventário.
|
|
27
|
+
|
|
28
|
+
| Errado | Certo |
|
|
29
|
+
|---|---|
|
|
30
|
+
| 12 módulos | Você monta a primeira campanha sem travar na tela em branco |
|
|
31
|
+
| 8 aulas | Você sabe exatamente o que fazer depois da compra |
|
|
32
|
+
| PDF de 40 páginas | Você para de perder tempo procurando o próximo passo |
|
|
33
|
+
|
|
34
|
+
Não prometer resultado que o produto não entrega.
|
|
35
|
+
|
|
36
|
+
**CTA.** Um por página. Ação mais benefício: `SIM, QUERO [BENEFÍCIO]`, `QUERO ACESSAR AGORA`, `SIM, QUERO ADICIONAR ISSO`.
|
|
37
|
+
|
|
38
|
+
**Recusa.** O link existe sempre, discreto e não escondido: "Não, obrigado. Quero seguir sem essa oferta." Nada de manipulação agressiva do tipo "não, prefiro continuar perdendo dinheiro".
|
|
39
|
+
|
|
40
|
+
## Tom por etapa
|
|
41
|
+
|
|
42
|
+
| Etapa | Tom |
|
|
43
|
+
|---|---|
|
|
44
|
+
| Front | aspiracional e direto |
|
|
45
|
+
| Upsell | celebratório: reconhece a compra que acabou de acontecer e apresenta a próxima oportunidade |
|
|
46
|
+
| Downsell | empático: a recusa não foi um erro |
|
|
47
|
+
| Oferta final | universal e simples: dá para entender a utilidade em cinco segundos |
|
|
48
|
+
|
|
49
|
+
## Humanização
|
|
50
|
+
|
|
51
|
+
Cortar antes de entregar:
|
|
52
|
+
|
|
53
|
+
`crucial` · `jornada` · `mindset` · `transformador` · `revolucionário` · `empoderamento` · `protagonismo` · `alavancar` · `ecossistema` · `potencializar` · `holístico` · `agregar valor` · `sinergia`
|
|
54
|
+
|
|
55
|
+
E as aberturas de piloto automático: "Nos dias de hoje...", "No cenário atual...", "Em um mundo onde...", "A verdade é que...", "No fundo...", "A questão é...", "Não só..., mas também...", "Transforme sua vida agora", "A oportunidade de ouro", "O futuro é seu".
|
|
56
|
+
|
|
57
|
+
No lugar: linguagem falada. "do jeito certo", "na prática", "pra valer", "na real". Gíria só quando combina com o público.
|
|
58
|
+
|
|
59
|
+
**Cena no lugar de emoção abstrata.** Em vez de "você se sente inseguro", algo que a pessoa realmente vive: "você abre o computador às 9h e às 11h ainda está tentando descobrir por onde começar".
|
|
60
|
+
|
|
61
|
+
**Repetição é permitida.** Não trocar `produto` por `material`, `programa`, `formação`, `solução` a cada frase só para variar. Se o produto se chama X, ele se chama X.
|
|
62
|
+
|
|
63
|
+
**Ritmo.** Frases curtas, misturadas com algumas um pouco maiores. Poucas orações subordinadas. Ler mentalmente em voz alta: se soar como apresentação corporativa, reescrever.
|
|
64
|
+
|
|
65
|
+
**Sem travessão longo.** Vírgula, ponto, dois pontos ou parênteses.
|
|
66
|
+
|
|
67
|
+
Para um passe mais fundo, mandar o rascunho para a skill `humanizer`.
|
|
68
|
+
|
|
69
|
+
## Objeções
|
|
70
|
+
|
|
71
|
+
Antecipar as reais: "está caro", "não tenho tempo", "será que funciona pro meu caso". Responder de forma concreta, sem inventar prova, depoimento ou número.
|
|
72
|
+
|
|
73
|
+
## HTML
|
|
74
|
+
|
|
75
|
+
Só gerar quando pedido. Quando gerar: HTML/CSS simples, mobile primeiro, carregamento leve, CTA e preço em destaque, link de recusa discreto, os 10 blocos preservados. Nada de script estranho e nada de integração inventada. Se a integração pedida não for conhecida, pedir a documentação em vez de improvisar.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Mapa do funil · template de saída
|
|
2
|
+
|
|
3
|
+
Entregue o mapa completo antes de escrever qualquer copy. Ele é o contrato: se um produto muda depois, a copy toda muda junto.
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
FRONT-END
|
|
7
|
+
Nome:
|
|
8
|
+
Preço:
|
|
9
|
+
Dor:
|
|
10
|
+
|
|
11
|
+
UPSELL 1
|
|
12
|
+
Nome:
|
|
13
|
+
Preço:
|
|
14
|
+
Dor:
|
|
15
|
+
Por que vem agora:
|
|
16
|
+
3 resultados:
|
|
17
|
+
|
|
18
|
+
UPSELL 2
|
|
19
|
+
Nome:
|
|
20
|
+
Preço:
|
|
21
|
+
Dor:
|
|
22
|
+
Por que só aparece para quem aceitou o U1:
|
|
23
|
+
3 resultados:
|
|
24
|
+
|
|
25
|
+
DOWNSELL
|
|
26
|
+
Nome:
|
|
27
|
+
Preço:
|
|
28
|
+
Dor:
|
|
29
|
+
Por que é um produto diferente do recusado:
|
|
30
|
+
3 resultados:
|
|
31
|
+
|
|
32
|
+
OFERTA FINAL
|
|
33
|
+
Nome:
|
|
34
|
+
Preço:
|
|
35
|
+
Dor:
|
|
36
|
+
Por que praticamente todo comprador pode querer:
|
|
37
|
+
3 resultados:
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## A escada de dor
|
|
41
|
+
|
|
42
|
+
O que muda de um degrau para o outro não é o preço, é a dor:
|
|
43
|
+
|
|
44
|
+
| Degrau | Tipo de dor |
|
|
45
|
+
|---|---|
|
|
46
|
+
| Front | a dor principal |
|
|
47
|
+
| U1 | a dor complementar, que só aparece depois de resolver a principal |
|
|
48
|
+
| U2 | a dor avançada de quem já está aplicando |
|
|
49
|
+
| Downsell | a dor imediata e simples, resolvida rápido |
|
|
50
|
+
| Oferta final | a dor universal do nicho |
|
|
51
|
+
|
|
52
|
+
## O fluxo
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
Front → Checkout → U1
|
|
56
|
+
├─ aceitou → U2
|
|
57
|
+
└─ recusou → Downsell
|
|
58
|
+
↓
|
|
59
|
+
Oferta Final → Obrigado
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Máximo três etapas pagas depois do checkout. Todo comprador chega na oferta final. U2 e downsell nunca aparecem para a mesma pessoa.
|
|
63
|
+
|
|
64
|
+
## Checagem antes de fechar o mapa
|
|
65
|
+
|
|
66
|
+
- [ ] Cada degrau resolve o próximo problema real, não um problema inventado para justificar a venda?
|
|
67
|
+
- [ ] O downsell é produto diferente, não desconto?
|
|
68
|
+
- [ ] O preço do downsell foi calculado sobre o produto recusado, não sobre o front?
|
|
69
|
+
- [ ] O preço do front continuou intacto?
|
|
70
|
+
- [ ] Os três resultados de cada degrau são resultados, e não conteúdo?
|
|
71
|
+
- [ ] A plataforma suporta OTO de um clique? Se não, isso foi dito antes de prometer?
|