reversa-pricing-estimate

Generates three side-by-side pricing scenarios for a software feature from billing profile and size data.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-pricing-estimate-lacsousa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-pricing-estimate
Source: https://github.com/lacsousa/mediclaw-system/tree/main/.agents/skills/reversa-pricing-estimate
Command: npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-pricing-estimate-lacsousa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Freelancers and agencies struggle to price software features defensibly, often guessing a single number without grounding it in effort, client value, or market rates. This Skill combines a previously captured billing profile and feature size estimate to produce three deterministic pricing scenarios side by side. ## Core Features & Use Cases - Three-scenario estimation: Computes Effort (hours by complexity class times seniority factor, plus tax reserve and markup), Value (10% to 30% capture of declared annual client value), and Market Range (hourly benchmarks by country and seniority for BR, US, PT, MX). - Deterministic, auditable output: Writes estimate.md and estimate.json conforming to a JSON Schema, with formula versions, sources, and a mandatory disclaimer; supports recalculation with timestamped backups. - Use Case: After running the pricing profile and sizing steps for a feature like a Pix payment integration, invoke this Skill to get a table comparing Effort (4,800 to 12,000 BRL), Value, and Market ranges, plus guidance on which scenario to anchor the proposal. ## Quick Start Run the reversa pricing estimate step for my active feature and show me the three pricing scenarios side by side.

Frequently Asked Questions about reversa-pricing-estimate

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

FAQPage Schema
How do I estimate a price for a software feature?▼

Run this Skill after creating a billing profile and a feature size estimate. It computes three scenarios: Effort from hours by complexity class times seniority factor plus tax and markup, Value from 10% to 30% of declared annual client value, and Market from hourly benchmarks by country and seniority.

What pricing models does this Skill calculate?▼

It calculates three deterministic models side by side: cost-plus Effort pricing, value-based pricing using a 10% to 30% capture of annual economic value, and a market range derived from hourly rate benchmarks. It never returns a single number as the final answer.

Which countries are covered by the market rate benchmarks?▼

The market scenario covers Brazil, the United States, Portugal, and Mexico with hourly ranges per seniority level. For any other country, the Market scenario is marked unavailable with an explanation, while Effort and Value scenarios still compute normally.

What happens if the pricing profile or size estimate is missing?▼

The Skill fails with an explicit message telling you to run the reversa-pricing-profile or reversa-pricing-size step first. It does not guess or fabricate missing inputs, and it warns if an existing estimate is older than its prerequisites before recalculating.

Does the Skill handle foreign billing currencies?▼

Yes. If the profile defines a billing currency and a manual exchange rate, it keeps primary values in the local currency and adds equivalent amounts in the billing currency, displaying the rate used and warning that the conversion is not updated in real time.