reversa-pricing-profile

Generate a REVERSA pricing profile via guided interview and write schema-valid JSON and Markdown files.

Updated May 5, 2026
One-click install
npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-pricing-profile-alexandrepontesjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-profile
Source: https://github.com/AlexandrePontesjr/calculadora-Juridica/tree/main/.agents/skills/reversa-pricing-profile
Command: npx skills add https://github.com/AlexandrePontesjr/calculadora-Juridica --skill reversa-pricing-profile-alexandrepontesjr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you define your pricing inputs in a consistent way so REVERSA can generate project pricing calculations without you manually translating unclear requirements into structured fields.

Core Features & Use Cases

  • Guided pricing interview: Asks up to ten questions one by one in plain pt-br to capture country, currency, seniority, hourly rate, markup, tax regime, pricing models, and client profile.
  • Deterministic, schema-valid output: Produces _reversa_sdd/_pricing/profile.json and _reversa_sdd/_pricing/profile.md following profile-schema.json, ensuring downstream sizing and pricer agents can consume it.
  • Guardrails and safety checks: Supports overwrite confirmation, validates canonical values and numeric ranges, and includes a required financial data disclaimer in the generated markdown.

Quick Start

Tell the agent to run the pricing profile setup by typing "/reversa-pricing-profile" and answer each question with the requested values.

Frequently Asked Questions about reversa-pricing-profile

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

FAQPage Schema
How do I generate a structured pricing profile JSON for project sizing calculations?

A guided pricing interview captures your country, currency, seniority, hourly rate, markup, tax regime, pricing models, and client profile, then writes schema-valid profile.json and profile.md files atomically to your project directory.

What inputs do I need to configure a consultant pricing model with markup and tax factors?

You need to provide your country, currency, seniority, hourly rate, markup, tax regime, pricing models, and client profile to map tax factors and generate a valid pricing configuration.

Can I overwrite an existing pricing configuration file without losing previous tax regime settings?

Yes, the guided interview supports overwrite confirmation to prevent accidentally losing your existing pricing configuration, tax regime settings, and structured JSON profile data.

Does the REVERSA pricing profile generator require external network calls to validate currency or tax regimes?

No, the pricing profile generator validates tax regimes and currency inputs locally using a static tax-regimes.md reference file and a profile-schema.json definition without making any external network calls.

What happens if my hourly rate or markup numeric ranges fail schema validation?

If your hourly rate or markup numeric ranges fail schema validation, built-in guardrails and safety checks reject the invalid values to ensure downstream sizing and estimation agents receive compliant data.

Are financial data disclaimers included when exporting a pricing profile to markdown?

Yes, a required financial data disclaimer is automatically included in the generated profile.md file when you export your pricing profile for downstream sizing and estimation agents.