reversa-pricing-estimate

Combine feature size with pricing profiles to generate effort, value, and market price ranges.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/Rdinda/FMA_Pontos --skill reversa-pricing-estimate-rdinda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-estimate
Source: https://github.com/Rdinda/FMA_Pontos/tree/main/.agents/skills/reversa-pricing-estimate
Command: npx skills add https://github.com/Rdinda/FMA_Pontos --skill reversa-pricing-estimate-rdinda

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 software feature by producing three pricing scenarios that you can present side by side, including effort-based, value-based, and market-based ranges.

Core Features & Use Cases

  • Effort scenario estimation: Calculates a deterministic price range from size, complexity hours, hourly rate, approximate taxes, and project markup.
  • Value scenario estimation: Converts declared monthly return and cost of not doing into an annual value and applies a 10% to 30% value capture range to produce a recommended pricing band.
  • Market scenario estimation: Uses static benchmark hourly ranges by country and seniority and multiplies them by the effort hours range for the same feature.
  • Currency conversion support: Optionally presents equivalents in a billing currency using a manual exchange rate, clearly showing the rate used.
  • Output for persistence and chat: Writes estimate.md and estimate.json using the provided schema and presents an easy-to-read table to the user.

Quick Start

Run the pricing estimation for the currently active feature by asking for “/reversa-pricing-estimate” in chat to generate side by side effort, value, and market price ranges.

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 software feature pricing for client quotes?

You can estimate feature pricing by combining active feature size with a pricing profile to produce effort, value, and market scenarios. This generates a side-by-side price range for quoting and budgeting across multiple cost models.

What is value-based pricing for software features?

Value-based pricing converts declared monthly return and cost of not doing into an annual value, then applies a 10% to 30% value capture range to produce a recommended pricing band for your software feature.

How do I calculate market benchmark rates for software estimation?

Market benchmark rates use static hourly ranges by country and seniority, multiplied by the effort hours range for the feature. This produces a market-based pricing scenario for your software estimation.

Can I include currency conversion in my pricing estimates?

Currency conversion is supported optionally by presenting equivalents in a billing currency using a manual exchange rate. The estimate clearly shows the rate used alongside the calculated pricing scenarios.

Do I need external network access to run deterministic pricing calculations?

No external network access is required for deterministic pricing calculations. The process loads formulas and benchmark references from the local skill directory and requires deterministic inputs from local JSON files.

What format are the pricing estimation results saved in?

Pricing estimation results are persisted to estimate.md and estimate.json files using the provided schema. An easy-to-read table is also presented directly in chat for quick reference.