reversa-pricing-profile

Collect pricing and tax inputs into a structured billing profile.

1.5k|383|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/sandeco/reversa --skill reversa-pricing-profile-sandeco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-profile
Source: https://github.com/sandeco/reversa/tree/main/agents/reversa-pricing-profile
Command: npx skills add https://github.com/sandeco/reversa --skill reversa-pricing-profile-sandeco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides you through capturing your pricing inputs for a legacy-to-AI workflow, turning scattered personal and business details into a structured, traceable billing profile.

Core Features & Use Cases

  • Guided pricing interview: Asks up to ten step-by-step questions one at a time in pt-br to collect country, currency, seniority, hourly rate preferences, project markup, tax regime, pricing models, client profile, and whether you bill in a foreign currency.
  • Validates and normalizes inputs: Ensures ISO country and currency formats, maps seniority aliases to canonical values, enforces allowed pricing model options, and validates markup ranges.
  • Generates operational outputs for downstream agents: Writes _reversa_sdd/_pricing/profile.json and _reversa_sdd/_pricing/profile.md based on profile-schema.json, using atomic disk writes and a required disclaimer.

Quick Start

Use /reversa-pricing-profile to run the guided interview and save your pricing profile files under _reversa_sdd/_pricing/.

Frequently Asked Questions about reversa-pricing-profile

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

FAQPage Schema
How do I structure a billing profile for legacy-to-AI specification workflows?

A billing profile structures pricing and tax assumptions by capturing country, currency, seniority, hourly rate, markup, and tax regime. It produces validated JSON and Markdown files for downstream agents in legacy-to-AI specification workflows.

What is the best way to normalize ISO country and currency formats for agent configuration?

Normalizing ISO country and currency formats for agent configuration requires validating inputs against a JSON schema and mapping aliases to canonical values. This process ensures deterministic persistence of your billing profile data.

Can I configure a foreign-currency billing profile with custom project markup?

Yes, you can configure foreign-currency billing with custom project markup. The guided setup collects your markup preferences, validates the ranges, and includes optional foreign-currency billing in the final structured output.

How do I validate pricing model selection and seniority aliases against a JSON schema?

Validating pricing model selection and seniority aliases against a JSON schema requires enforcing allowed options and mapping aliases to canonical values. This ensures compliance with profile schema constraints before generating your output files.

What limitations exist when applying tax regime estimates to a pricing profile?

Tax regime estimates are constrained by allowed pricing model options and validated markup ranges defined in the profile schema. They are captured during a guided interview and persisted deterministically to JSON and Markdown files.

Do I need a specific directory structure to save my agent pricing profile?

Yes, you need a specific directory structure to save your agent pricing profile. The configuration writes atomic outputs to the _reversa_sdd/_pricing/ directory, generating both profile.json and profile.md files.