pg-imersao-prototipo

pg-imersao-prototipo is a command for Claude Code from parisgroup-ai/imersao-ia-setup. It costs 24 tokens per session (3,529 once invoked), scanned A, original, MIT.

A guided design command that turns a product plan into a clickable prototype in Design OS, a browser-based tool for drawing and reviewing app screens.

In plain words
What is it for?
Use it to create a screen map, review the planned user interface, and separate the first build from features that can wait.
Why use it?
It lets the team check the screens and scope before building the app, when changes are cheaper to make. It also marks features for the first wave or for later.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is if [ -d ../projeto-design ] || [ "$(basename "$(dirname "$PWD")")" = "founders-ai" ]; then.

Part of the imersao plugin — 51 skills, 7 commands shipped together

Good fit Use it to create a screen map, review the planned user interface, and separate the first build from features that can wait.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/parisgroup-ai/imersao-ia-setup
agentmods
npx agentmods add commands/parisgroup-ai/imersao-ia-setup/pg-imersao-prototipo

Made for: Claude Code.

Or install imersao, the plugin that ships this one along with the rest of its 51 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pg-imersao-prototipo

README.md
[![agentmods](https://agentmods.dev/badge/commands/parisgroup-ai/imersao-ia-setup/pg-imersao-prototipo/github.svg)](https://agentmods.dev/commands/parisgroup-ai/imersao-ia-setup/pg-imersao-prototipo)
Your own site
<a href="https://agentmods.dev/commands/parisgroup-ai/imersao-ia-setup/pg-imersao-prototipo"><img src="https://agentmods.dev/badge/commands/parisgroup-ai/imersao-ia-setup/pg-imersao-prototipo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pg-imersao-prototipo

Your own site · 80×15
<a href="https://agentmods.dev/commands/parisgroup-ai/imersao-ia-setup/pg-imersao-prototipo"><img src="https://agentmods.dev/badge/commands/parisgroup-ai/imersao-ia-setup/pg-imersao-prototipo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,529 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.03529
Opus 5 $0.00012 $0.01765
Sonnet 5 $0.00005 $0.00706
Haiku 4.5 $0.00002 $0.00353

Measured 12d ago against content hash d94caffeb8fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pg-imersao-prototipo scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

for i in $(seq 1 30); do c=$(curl -s -o /dev/null -w '%{http_code}' "$URL"); [ "$c" = "200" ] && break; sleep 2; done
plugins/imersao/commands/pg-imersao-prototipo.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/imersao:pg-imersao-prototipo — Fase 2: PRD → protótipo

Objetivo: a partir do plano (docs/PRD.md ou docs/plano-do-produto.md), montar e subir o Design OS público sozinho e conduzir o design até o protótipo aprovado.

A visão pode aparecer no protótipo. Cada tela leva um selo: onda 1 ou depois. Implementação de verdade, no próximo passo, é só a onda 1.

Narração didática (Fase 2)

Automatize o setup (clone/install/server) sem narrar a sintaxe, mas explique o porquê em 1 linha simples, na primeira vez:

Conceito Diga assim
protótipo "Um protótipo é um rascunho clicável das suas telas — a gente valida o visual ANTES de construir de verdade, porque é muito mais barato mudar um desenho do que um app pronto."
Design OS "O Design OS é uma ferramenta de desenho de telas: você conversa, ele desenha, e você vê na hora no navegador."
mapa de telas "O mapa de telas é a lista do protótipo — eu confiro que todas as telas do plano da onda 1 estão lá; as de depois levam selo e não somem."
onda "Onda 1 é o que a gente constrói hoje. O resto do produto que você imaginou fica marcado como depois, no mesmo projeto."

1. Pré-condições

  • Exija um plano: docs/PRD.md ou docs/plano-do-produto.md. Se faltar os dois, peça /imersao:pg-imersao-prd (ou o Prompt 2 do caderno) e pare.
    if [ -f docs/PRD.md ]; then PLAN=docs/PRD.md
    elif [ -f docs/plano-do-produto.md ]; then PLAN=docs/plano-do-produto.md
    else echo "Falta o plano do produto"; exit 1; fi
    echo "PLAN=$PLAN"
    
  • Leia o mapa de ondas do plano. Telas da onda 1 são obrigatórias. Telas depois entram no mapa com status depois / selo visível — não bloqueiam o Dia 2.
  • Monte o mapa de telas a partir da seção "Telas e navegação" do plano: uma linha por tela, status pendente, coluna onda (1 ou depois). Plano sem essa seção? Derive um rascunho da seção "Fluxos" e confirme com o aluno em uma pergunta leve ("seu plano não listou as telas — pelo que entendi são essas: […]. Confere?"). Nunca siga com o mapa vazio. Narre o conceito em 1 linha na primeira vez (tabela acima).
  • A partir da pasta do app, derive a pasta-irmã do design. Na sala: ~/founders-ai/projeto../projeto-design. No atalho antigo: ../<app>-design. Mantenha o cwd na raiz do app — nunca use cd solto; prefira git -C/npm --prefix:

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 206 lines · 24 tokens per session scan A d94caffeb8fd

Subscribe to this mod's changes

pg-imersao-prototipo is a command published in the GitHub repository parisgroup-ai/imersao-ia-setup (1 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 3,529 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.