Skip to content
Compound Design
5

SkillsSkillDraft

survey-deep-dive

Draft skill: turns an aggregate survey CSV into an HTML report with colorblind-validated charts, tensions and methodological caveats. This is the process used for the State of Prototyping 2026 deep dive.

Type: Skill

When to use it

When a market or user survey arrives as a CSV and the question is “what does this actually say?”.

How to install

Not packaged yet. The step-by-step is in article 1 of the series and in this hub's repository (scripts/csv-to-json.mjs).

The code

# survey-deep-dive (rascunho)

1. Ler o CSV e checar consistência interna (somas, médias ponderadas).
2. Separar: distribuição da amostra, adoção, confiança, sentimento, bloqueios, investimento.
3. Para cada tabela, escolher a forma (barras, banda, butterfly, dot plot).
4. Validar a paleta com o validador do skill dataviz.
5. Escrever tensões (o que contradiz o quê) antes de escrever conclusões.
6. Listar limitações: amostra, n pequenos, múltipla escolha, ausência de série histórica.

Source: Skillsupdated 2026-09-04