reversa-pricing-profile

Create structured pricing profiles with JSON and Markdown outputs.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-pricing-profile-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-profile
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-pricing-profile
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-pricing-profile-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the collection of pricing and billing details to produce a ready-to-use profile for REVERSA pricing workflows.

Core Features & Use Cases

  • Guided, one-question-at-a-time interview to capture country, currency, seniority, hourly rate, tax regime, pricing models, client profiles, and invoicing preferences.
  • Atomic persistence of outputs to _reversa_sdd/_pricing/profile.json and _reversa_sdd/_pricing/profile.md, ensuring safe writes and traceability.
  • Schema-driven validation using references/profile-schema.json to ensure compatibility with downstream pricing agents.

Quick Start

Start the interview by prompting the user to provide their country and currency, then proceed through the canonical 8-10 questions.

Frequently Asked Questions about reversa-pricing-profile

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

FAQPage Schema
How do I collect billing and pricing details into a structured JSON profile?

To collect billing and pricing details into a structured JSON profile, use a guided interview tool that asks for country, currency, seniority, hourly rate, and tax regime one question at a time. This process validates inputs against a schema and outputs ready-to-use JSON and Markdown artifacts.

How does a guided interview automate pricing profile creation for REVERSA workflows?

A guided interview automates pricing profile creation by sequentially prompting users for 8-10 canonical details like pricing models and client profiles. It validates the collected inputs against a JSON schema to ensure compatibility with downstream REVERSA pricing agents.

What is the best way to ensure atomic persistence when saving pricing and billing configurations?

The best way to ensure atomic persistence for pricing configurations is to use a workflow that validates data against a schema before writing. This guarantees safe, traceable writes by saving the final profile simultaneously as both JSON and Markdown files.

Can I validate collected hourly rates and tax regimes against a schema before saving?

Yes, you can validate collected hourly rates and tax regimes against a schema. The pricing profile workflow checks all collected inputs against a defined JSON schema to ensure data integrity and compatibility before persisting the files.

Do I need any specific dependencies to generate a machine-readable pricing profile?

No specific dependencies are required to generate a machine-readable pricing profile. The workflow operates independently, using an internal schema reference to validate your provided country, currency, and invoicing preferences before saving the output.

What format are the outputs saved in when automating pricing profile data collection?

When automating pricing profile data collection, outputs are saved in both JSON and Markdown formats. This dual-output approach provides a machine-readable file for downstream pricing agents and a human-readable Markdown file for traceability.