reversa-pricing-size

Compute deterministic T-shirt sizing and structural metrics from forward-cycle artifacts.

Updated May 5, 2026
One-click install
npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-pricing-size-alexandrepontesjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-size
Source: https://github.com/AlexandrePontesjr/calculadora-Juridica/tree/main/.agents/skills/reversa-pricing-size
Command: npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-pricing-size-alexandrepontesjr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Elimina a estimativa subjetiva de tamanho ao transformar os artefatos do ciclo forward em métricas deterministicas, gerando um tamanho por classe para orientar o pricing.

Core Features & Use Cases

  • Mede tamanho estrutural por tasks: lê requirements, doubts, plan e tasks para calcular uma classe base e um ajuste de risco.
  • Gera saídas padronizadas e rastreaveis: grava size.json e size.md em _reversa_sdd/_pricing/<feature>/ conforme o schema.
  • Aplica heuristica com determinismo total: contabiliza IDs, severidades e profundidade de plano, tolera variações de arquivos e templates customizados.

Quick Start

Digite /reversa-pricing-size para dimensionar a feature ativa e gerar o size.json e o size.md com T-shirt sizing deterministico baseado em tasks e risco.

Frequently Asked Questions about reversa-pricing-size

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate deterministic T-shirt sizing for software features?

Deterministic T-shirt sizing for features is calculated by reading forward-cycle artifacts like requirements and tasks, then applying a risk-adjusted mapping based on task counts and doubt severities to generate a consistent complexity class.

What is the best way to standardize feature size estimation for pricing workflows?

Standardize feature size estimation for pricing by transforming forward-cycle artifacts into deterministic structural metrics, outputting standardized size.json and size.md files according to a specific JSON schema to guide the next pricing step.

How does risk adjustment work when sizing software development tasks?

Risk adjustment for sizing software tasks works by incorporating task counts, doubt severities, plan depth, and principles touched into the structural size calculation to produce a risk-adjusted complexity class.

Can I use custom templates and file variations for feature sizing without breaking determinism?

Yes, the heuristic applies total determinism by counting IDs, severities, and plan depth, tolerating custom templates and file variations across multiple agent runs while maintaining consistent feature sizing outputs.

What files do I need before running a deterministic feature sizing analysis?

You need forward-cycle artifacts such as requirements, doubts, plan, and tasks files to compute deterministic structural size metrics and generate the resulting size.json and size.md outputs for an active feature.

Where are the size.json and size.md files stored after computing feature metrics?

After computing deterministic feature metrics, the size.json and size.md files are generated and stored in the _reversa_sdd/_pricing/<feature>/ directory path according to the provided schema references.