reversa-pricing-estimate

Compute three aligned pricing scenarios and output estimate.md and estimate.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Reversa Pricing Estimator computes three aligned price scenarios (Esforco, Valor, Mercado) by combining a feature's profile and size to aid budgeting and proposal decisions.

Core Features & Use Cases

  • Generate deterministic three-scenario pricing (effort, value, market) for a feature.
  • Supports currency handling and optional billing currency with exchange rate context.
  • Outputs estimate.md and estimate.json files for documentation and reuse.

Quick Start

Provide a feature directory after setting profile and size to generate the three pricing scenarios.

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 a three-scenario pricing estimate for a software feature?

Generate a three-scenario pricing estimate by combining a feature's billing profile and feature size. The estimator applies Esforco, Valor, and Mercado formulas to produce deterministic aligned pricing scenarios for budgeting and proposal decisions.

What are the Esforco, Valor, and Mercado formulas in feature pricing?

The Esforco, Valor, and Mercado formulas are three aligned pricing models applied during feature estimation. They combine feature size and billing profile data to generate deterministic effort, value, and market-based pricing scenarios.

Can I handle multiple currencies when generating a pricing proposal?

Yes, you can handle multiple currencies when generating a pricing proposal by providing an optional billing currency and exchange rate context. This ensures the deterministic pricing scenarios output correctly in the target currency.

How do I output pricing scenarios as estimate.md and estimate.json files?

Output pricing scenarios as estimate.md and estimate.json files automatically by running the estimator with a specified feature directory. It generates these documentation and reuse files after computing the three aligned scenario prices.

Does the feature pricing estimator guarantee deterministic results across runs?

Yes, the feature pricing estimator guarantees deterministic results across runs. Applying the fixed Esforco, Valor, and Mercado formulas to the same feature profile and size inputs always yields identical pricing scenarios.

What inputs do I need to start calculating feature size pricing scenarios?

To start calculating feature size pricing scenarios, you need to provide a feature directory along with the configured billing profile and feature size parameters. These inputs drive the deterministic generation of the estimate files.