skills/renatocaliari/pi-product-workflow/cali-product-workflow/skills-workflow/cali-interface-brainstorm/SKILL.md
[Cali] Interface brainstorming skill. Use when generating interface proposals using the 5 archetypes method. Produces 5 independent proposals + hybrid recommendation. Part of cali-product-workflow but can be used standalone.
npx skillsauth add renatocaliari/agent-sync-public-skills cali-interface-brainstormInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Tools: See
references/cli-tools/subagents.mdfor subagent patterns.
This skill executes the Interface Brainstorming phase.
This skill is bundled with cali-product-workflow — there is no standalone /skill: command.
The orchestrator reads this file directly when needed.
To run standalone, see skills-workflow/cali-interface-brainstorm/SKILL.md for instructions and follow the instructions inline.
Step 1: Read the references/ files to guide the process:
| File | Covers | When to read |
|---|---|---|
| references/interface-context.md | Progressive Clarification, when to use, system equivalents | Before starting |
| references/interface-reconstruction.md | Context reconstruction, hidden job extraction | Before generating |
| references/interface-rules.md | Separation Rule, Forced Trade-Off Rule, output quality | Before generating |
| references/archetypes.md | 5 archetypes with descriptions | During generation |
| references/hybrid-recommendation.md | Hybrid recommendation strategy | Step 3 only |
Step 1: Generate 5 proposals in parallel (5 independent workers):
subagent({
tasks: [
{ agent: "worker", task: `Generate Proposal A (Archetype A — Conventional Standard) for [product context]. Full format per references/output-format.md.` },
{ agent: "worker", task: `Generate Proposal B (Archetype B — Interaction Paradigm Shift) for [product context]. Full format per references/output-format.md.` },
{ agent: "worker", task: `Generate Proposal C (Archetype C — Technological Vanguard) for [product context]. Full format per references/output-format.md.` },
{ agent: "worker", task: `Generate Proposal D (Archetype D — Radical Simplicity) for [product context]. Full format per references/output-format.md.` },
{ agent: "worker", task: `Generate Proposal E (Archetype E — Expert/Command-First) for [product context]. Full format per references/output-format.md.` },
],
concurrency: 5,
context: "fork"
})
.cali-product-workflow/{YYYY-MM-DD}/{_dir}/interfaces/interfaces_{v}.mdStep 2: see references/output-format.md for instructions to format and concatenate all proposals.
CRITICAL: Hybrid is generated AFTER all 5 proposals are complete to avoid bias.
agent parameter is REQUIRED — always use "worker":
subagent({
agent: "worker",
task: `Read the 5 proposals (A-E) from .cali-product-workflow/{YYYY-MM-DD}/{_dir}/interfaces/interfaces_{v}.md.
Then generate a **Hybrid Proposal** that combines the strongest elements from 2 or more archetypes.
Follow references/hybrid-recommendation.md for the strategy.
Append to the interfaces file.`,
reads: [`.cali-product-workflow/{YYYY-MM-DD}/{_dir}/interfaces/interfaces_{v}.md`]
})
After all proposals + Hybrid, use the Plannotator gate command (see references/cli-tools/plannotator.md for the correct CLI command). Execute it directly — do NOT describe it to the user.
Wait for the --gate result. If approved, automatically advance to Phase 9 (Interface Selection) — use Pattern 2 from references/cli-tools/structured-question.md to let the user pick one proposal. Do NOT just describe what comes next — execute it.
After visual review and approval, use Pattern 2 from ../../phases/ask-patterns.md to ask the user which proposal to follow.
Interface proposals are saved to:
.cali-product-workflow/{YYYY-MM-DD}/{_dir}/interfaces/interfaces_{v}.md
If a tool is unavailable, check:
../../../cali-product-workflow/references/cli-tools/
tools
Extrai métricas estruturadas, cálculos e estimativas de transcripts de entrevistas com clientes do Sommelier de IA. Produz um JSON com dores, frequências, tempo gasto, pessoas envolvidas, economia potencial, ROI e recomendações financeiras. Projetado para alimentar o cali-degustia-diagnostico ou integrar com dashboards/planilhas.
tools
Guia a coleta de depoimentos de clientes do Sommelier de IA no momento certo do processo, usando a abordagem de Hormozi: pedir depois da primeira evidência de resultado, nunca na entrega. Gera depoimentos mais autênticos e reduz a sensação de que o cliente está sendo "solicitado".
development
[stelow] Full UX critique for visual interfaces. Accepts a live URL, source code directory, or screenshot image. Evaluates accessibility (WCAG AA), Nielsen's 10 heuristics, visual hierarchy, cognitive load, consistency, mobile responsiveness, AI slop, emotional journey, and design personas — then generates a classified gap report. Standalone or integrated into stelow and stelow-product-testing-execution.
development
Building trust through perception and guarantee mechanisms. Covers ten pillars to materialize trust, guarantee types from unconditional to anti-guarantees, and strategic approaches for different contexts.