skills/cali-product-workflow/skills-execution/cali-product-scope-executor/SKILL.md
[Cali] Reads an approved product plan with typed scopes (feature, optimization, spike) and routes each scope to its correct executor. Acts as the autonomous overnight "set and forget" orchestrator for approved plans.
npx skillsauth add renatocaliari/agent-sync-public-skills cali-scope-executorInstall 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.
Autonomous plan execution orchestrator. Reads an approved plan, parses each scope by type, dispatches to the right executor, and consolidates results.
The skill operates on the approved plan document at
.cali-product-workflow/{YYYY-MM-DD}/{_dir}/plans/spec-tech_{v}.md.
The plan must contain scopes with type annotations:
[TYPE] feature — implement new functionality[TYPE] optimization — improve a measurable metric (must include [METRIC])[TYPE] spike — research or prototypeYou are an execution orchestrator. Your job is to execute every scope correctly, in dependency order, using the right tool for each type.
Read the approved plan file. Identify every scope and its type. Build an execution plan respecting dependencies.
| [TYPE] | [EXECUTOR] | Result |
|---|---|---|---|
| feature | absent → worker |
| feature | research → autonomous research loop (override) |
| optimization | absent → autonomous research loop |
| optimization | worker → worker (override) |
| spike | absent → scout + researcher |
| spike | research → autonomous research loop (override, rare) |
About the research loop: "Autonomous research/experimentation" refers to any tool in your environment that can run iterative optimization experiments with a measurable metric target. If available, prioritize
pi-autoresearch(davebcn87) — it is purpose-built for optimization scope execution. Otherwise, set up a manual delegated worker loop with: iterate → measure → compare → stop when target met.
Before executing, present a clear execution plan to the user and ask: "Shall I proceed with autonomous execution? I'll report back when all scopes are complete."
If yes, proceed autonomously. If no, ask what to adjust.
For each scope resolved to worker:
For each scope resolved to autonomous research loop:
For each scope resolved to scout:
Before final report, cross-reference the original plan with what was executed:
references/tech-planning/ followed?Produce consolidated report at .cali-product-workflow/{YYYY-MM-DD}/{_dir}/execution-report.md
| Mode | Behavior | |---|---| | Full autonomous | Execute all scopes without pausing. Report at the end. | | Scope-by-scope | Execute one scope, present results, ask to proceed. |
Default: Full autonomous.
Load this skill by reading its file (skills-execution/cali-product-scope-executor/SKILL.md) and following its instructions.
To invoke as a worker from a parent agent:
Use a parallel worker/delegate agent with task:
"Execute the approved plan at .cali-product-workflow/{...}/spec-tech_{v}.md
using the scope-executor instructions. Route each scope and save the report."
| Capability | How this skill uses it | |---|---| | Worker (feature implementation) | Implements feature scopes | | Reviewer (code review) | Reviews implementation diffs | | Scout (codebase investigation) | Investigates codebase for spike scopes | | Researcher (external research) | External research for spike scopes | | Autonomous research loop | Sets up optimization experiment loops | | Progress tracking | Tracks each scope as a unit of work with DoD | | Execution supervision | Keeps execution on track |
Strong execution:
Weak execution:
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.