reversa-pricing-estimate

Generates three side-by-side feature pricing scenarios from billing profile and size metrics.

Updated Aug 14, 2026
One-click install
npx skills add https://github.com/Ruggery/OCR_Cartorio --skill reversa-pricing-estimate-ruggery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-pricing-estimate
Source: https://github.com/Ruggery/OCR_Cartorio/tree/main/.agents/skills/reversa-pricing-estimate
Command: npx skills add https://github.com/Ruggery/OCR_Cartorio --skill reversa-pricing-estimate-ruggery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Freelancers and agencies struggle to price software features consistently, often guessing a single number without grounding it in effort, client value, or market rates. This Skill combines a saved billing profile with structural size metrics of the active feature to produce three deterministic pricing scenarios side by side. ## Core Features & Use Cases - Three-scenario estimate: Computes Effort (hours by complexity class times seniority factor, plus tax reserve and markup), Value (10% to 30% capture of declared annual client value with payback context), and Market Range (hourly benchmarks by country and seniority from documented sources). - Deterministic and auditable output: Writes estimate.md and estimate.json conforming to a JSON schema, with formula versions, source citations, and a mandatory disclaimer; supports atomic writes and backup on recalculation. - 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 skill to generate the three pricing scenarios for the currently active feature.

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 size estimate for the feature. It produces three scenarios: Effort based on hours and rate, Value based on declared client return, and Market based on hourly benchmarks by country and seniority.

What pricing models does the estimate compare?▼

It compares Effort (cost plus tax reserve plus markup), Value (10% to 30% capture of annual client value), and Market Range (benchmark hourly rates multiplied by estimated hours). All three appear side by side in estimate.md and estimate.json.

Which countries are covered by the market benchmark scenario?▼

Version 2 of the benchmark table covers Brazil, the United States, Portugal, and Mexico, with hourly ranges per seniority level. For other countries the Market scenario is marked unavailable with an explanatory message.

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

The Skill fails with an explicit message telling you to run the pricing profile or pricing size step first. It never fabricates missing inputs and never consults the network or external services.

Does the estimate handle foreign billing currencies?▼

Yes. When billing_currency and exchange_rate_to_local are set in the profile, it shows equivalent values in the billing currency alongside local values, with a warning that the exchange rate is manual and not updated in real time.