reversa-pricing-profile

Generate a billing and pricing profile via guided Q&A interview.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ajuda a definir um perfil completo de precificação para projetos, evitando que você tenha que preencher manualmente campos como país, moeda, senioridade, taxa hora e estimativas de impostos.

Core Features & Use Cases

  • Entrevista guiada com validação: faz perguntas uma a uma, valida formatos (como ISO e códigos de moeda) e normaliza valores como senioridade.
  • Geração de arquivos de perfil: grava _reversa_sdd/_pricing/profile.json e _reversa_sdd/_pricing/profile.md para alimentar os agentes Sizer e Pricer.
  • Catálogo de regimes tributários offline: lê references/tax-regimes.md para sugerir um tax_regime e preencher tax_factor de forma aproximada, sem consultar rede.
  • Suporte a diferentes modelos de cobrança: registra modelos como escopo_fechado, time_and_materials, sprint, retainer e valor_fixo_por_entrega, além do perfil de cliente.
  • Cobranca em moeda estrangeira: captura billing_currency e câmbio manual quando aplicável.

Quick Start

Use o comando "/reversa-pricing-profile" para começar a entrevista e salvar o seu perfil de cobrança.

Frequently Asked Questions about reversa-pricing-profile

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

FAQPage Schema
How do I set up a pricing profile for project estimation without manually filling fields like hourly rate and tax regime?

To set up a pricing profile, a guided Q&A interview validates inputs like ISO codes and currency formats, normalizes seniority, and automatically generates a validated billing profile in JSON and Markdown files.

What is the best way to calculate tax factor estimates for project pricing offline?

The best way to calculate offline tax factor estimates is by reading a local offline tax regime catalog, which suggests an appropriate tax regime and fills the approximate tax factor without requiring any network connection.

Can I configure project markup and foreign currency billing details for different pricing models?

Yes, you can configure project markup and foreign currency billing details across pricing models like fixed scope, time and materials, sprint, retainer, and fixed value per delivery, including manual exchange rate capture.

How does schema validation work when defining a billing currency and hourly rate strategy?

Schema validation works by applying a strict schema during a guided interview, ensuring that inputs for billing currency, hourly rate strategy, and normalized seniority meet atomic persistence rules before writing the final profile files.

Do I need network access to generate a normalized seniority and tax regime profile?

No, you do not need network access to generate a normalized seniority and tax regime profile, because the process uses local references to suggest tax regimes and validate pricing data entirely offline.

What file formats are generated when completing a guided billing profile interview?

Completing a guided billing profile interview generates validated output files in JSON and Markdown formats, specifically saving profile.json and profile.md to designated local pricing directories to feed downstream agents.