skills/renatocaliari/pi-product-workflow/cali-product-workflow/skills-workflow/cali-shape-up/SKILL.md
[Cali] Shape Up product planning skill. Use when the user wants to shape a product proposal using the Shape Up method. Produces a shaped proposal with problem, solution, scope (IN/OUT), and risks. Part of the cali-product-workflow but can be used standalone.
npx skillsauth add renatocaliari/agent-sync-public-skills cali-shape-upInstall 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 Shape Up planning 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, read skills-workflow/cali-shape-up/SKILL.md and follow the instructions inline.
Before shaping, launch subagent to map context:
subagent({
tasks: [
{
agent: "scout",
task: `Map the current code state related to: [description].
Identify relevant files, existing flows, and impact points.`,
output: ".cali-product-workflow/{YYYY-MM-DD}/{_dir}/context/current-state.md",
context: "fresh"
},
{
agent: "scout",
task: `Map technical risks, external dependencies, and
constraints for: [description].`,
output: ".cali-product-workflow/{YYYY-MM-DD}/{_dir}/context/risks.md",
context: "fresh"
}
],
concurrency: 2
})
Read the outputs before proceeding.
Read the references/ files to guide the process:
| File | Covers |
|---|---|
| references/shaping-complete.md | Context, clarification, responsibilities |
| references/shaping-principles.md | Core shaping principles |
| references/risk-analysis.md | Risk analysis and strategic alternatives |
| references/execution-guide.md | Sequencing, persistence, cross-domain adaptation |
| references/proposal-structure.md | Output structure for the shaped proposal |
| references/output-expectations.md | Strong vs weak output criteria |
Use the ask tool (see references/cli-tools/structured-question.md) for strategic questions when needed.
After shaping:
.cali-product-workflow/{YYYY-MM-DD}/{_dir}/plans/spec-product_{v}.mdAfter Shape Up, the workflow proceeds:
Shape Up
↓
Plan Critique (pre-flight check)
↓
Plannotator (Gate — visual approval)
↓
Scope Adjustment (ask) ← HERE scope happens
↓
Interface Brainstorming (if selected)
Note: Scope Adjustment comes AFTER Gate approval, not before.
This section executes after Plannotator Gate approval (not immediately after shaping).
When triggered by the orchestrator:
Show the IN/OUT scope table. Ask:
references/cli-tools/ask.md) with current IN scopesreferences/cli-tools/ask.md) with OUT scope items[Use the ask tool — see references/cli-tools/ask.md]
If user removes items: update spec
If user adds items: create spec-product_{v+1}.md (user is aware)
If user selects nothing: proceed without changes
Note: No Plannotator re-run — ask tool already confirms selections.
The shaped proposal is saved to:
.cali-product-workflow/{YYYY-MM-DD}/{_dir}/plans/spec-product_{v}.md
See references/proposal-structure.md for the expected output format.
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.