reversa-pricing-estimate

Compute three pricing scenarios from user profile and feature size.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-pricing-estimate-markson22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-estimate
Source: https://github.com/Markson22/MKV-SYTEM/tree/main/.agents/skills/reversa-pricing-estimate
Command: npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-pricing-estimate-markson22

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Reversa pricing estimator translates a user profile and feature metrics into three consistent pricing scenarios (Esforco, Valor and Mercado), enabling defensible quotes and faster decision-making.

Core Features & Use Cases

  • Deterministic three-scenario pricing: Esforco, Valor, Mercado with clear explanations.
  • End-to-end workflow: reads profile and size, uses reference formulas, outputs estimate.md and estimate.json.
  • Currency handling: supports local and optional billing currency with exchange rate notes.
  • Multi-feature support: generates separate estimate documents for each feature, ready for client discussions.

Use cases:

  • Product, sales, or finance teams needing aligned pricing bands for feature proposals.
  • Proposal teams validating quotes against internal cost models.
  • Financial planning and budgeting around feature pricing.

Quick Start

Execute the estimator after selecting a feature’s profile and size to produce _reversa_sdd/_pricing/<feature>/estimate.md and estimate.json

Frequently Asked Questions about reversa-pricing-estimate

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

FAQPage Schema
How do I generate multiple pricing scenarios for a software feature proposal?

Generate multiple pricing scenarios by combining a user profile with feature size and reference formulas to compute Esforco, Valor, and Mercado estimates. The estimator outputs structured Markdown and JSON documents for each feature.

What pricing models are used for feature value estimation?

The feature value estimation uses three pricing models: Esforco, Valor, and Mercado. Each scenario applies deterministic calculations using reference formulas, seniority normalization, and currency handling to produce defensible quotes.

How do I calculate feature pricing with different seniority levels and currencies?

Calculate feature pricing by applying canonical seniority normalization and currency handling within the reference formulas. The estimator supports local and optional billing currencies, including exchange rate notes in the final estimate outputs.

Do I need to run profile and size commands before estimating feature prices?

Yes, you must run the pricing profile and pricing size commands before estimation. The estimator reads the generated profile and feature size metrics to apply reference formulas and emit structured estimates in Markdown and JSON formats.

Can I output feature pricing estimates in both Markdown and JSON formats?

Yes, the estimator outputs feature pricing estimates in both Markdown and JSON formats. It generates separate estimate documents for each feature, adhering to the provided estimate schema for client discussions and financial planning.

What are the limitations of deterministic pricing calculations for feature estimates?

Deterministic pricing calculations rely on reference formulas and require complete profile and feature size inputs. The estimator documents caveats alongside outputs, ensuring transparent adherence to the schema while handling seniority normalization and currency conversions.