reversa-pricing-estimate

Generate effort, value, and market pricing scenarios for an active feature.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-pricing-estimate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-estimate
Source: https://github.com/ricardops34/rcg-crm/tree/main/.agents/skills/reversa-pricing-estimate
Command: npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-pricing-estimate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you estimate how much to charge for an active feature by producing three educational pricing scenarios in parallel, so you can compare effort, value, and market references.

Core Features & Use Cases

  • Esforco scenario (effort based): Calculates a deterministic price range from feature size complexity and normalized seniority, using hourly rate, an approximate tax factor, and project markup.
  • Valor scenario (value based): Builds a pricing range from the customer declared monthly return or cost of not doing, using a percentage capture of the annualized value.
  • Faixa de Mercado (market benchmark): Produces a price range using country and seniority hourly benchmarks, multiplied by the same effort hours range.
  • Recalculation and persistence: Reads existing estimates, asks whether to recalculate if outputs already exist, and writes both estimate.md and estimate.json following a strict schema.

Quick Start

Type /reversa-pricing-estimate to generate effort, value, and market price ranges 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 B2B feature pricing using effort, value, and market benchmarks?

To estimate B2B feature pricing, you can generate three side-by-side pricing scenarios using deterministic calculations for effort, value, and market benchmarks. This approach compares normalized seniority, customer return, and hourly benchmarks to produce educational price ranges.

What is value-based pricing and how does it calculate a feature price range?

Value-based pricing calculates a feature price range by applying a percentage capture to the annualized customer return. This method uses the customer's declared monthly return or cost of not doing the project to determine the feature's monetary value.

How do I calculate project markup and effort-based pricing for software features?

Effort-based pricing calculates a deterministic price range from feature size complexity and normalized seniority. It multiplies effort hours by an hourly rate, applies an approximate tax factor, and includes a project markup to determine the final estimate.

Can I persist pricing estimates to markdown and JSON formats automatically?

Yes, you can persist pricing estimates automatically by writing estimate.md and estimate.json files. The system follows a strict schema to save the selected feature directory's pricing scenarios, ensuring deterministic calculations and schema-based persistence without external calls.

Do I need existing pricing inputs to generate market benchmark scenarios?

Yes, you need existing pricing inputs from your pricing profile and feature size to generate market benchmark scenarios. The Faixa de Mercado scenario specifically requires country and seniority hourly benchmarks multiplied by the effort hours range.

What happens if I recalculate estimates when output files already exist?

When output files already exist, the system reads the existing estimates and asks whether to recalculate. This safety guardrail prevents accidental overwrites, ensuring your deterministic calculations and predefined reference formulas remain controlled.