reversa-pricing-size

Compute deterministic T-shirt sizing and risk-adjusted complexity from forward-cycle artifacts.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-pricing-size
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-pricing-size
Source: https://github.com/ricardops34/rcg-crm/tree/main/.agents/skills/reversa-pricing-size
Command: npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-pricing-size

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It turns the forward-cycle artifacts of an active feature into deterministic structural sizing metrics, reducing uncertainty when planning and estimating rebuild work.

Core Features & Use Cases

  • Deterministic feature sizing: Reads requirements, doubts, plan depth, and tasks to produce a T-shirt sizing class (S/M/L/XL/XXL) using a documented formula and risk adjustment.
  • Structured output for downstream steps: Generates _reversa_sdd/_pricing/<feature>/size.json and a human-readable size.md consumed by the next pricing phase.
  • Risk-aware notes: Summarizes risk drivers such as high-severity doubts, plan depth, and breadth of principles touched to support decision making before coding.

Quick Start

Run the command "/reversa-pricing-size" after "/reversa-to-do" for the currently active feature to generate size.json and size.md under _reversa_sdd/_pricing/<feature>/.

Frequently Asked Questions about reversa-pricing-size

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

FAQPage Schema
How does T-shirt sizing for software features work with risk adjustment?

T-shirt sizing for software features works by reading forward-cycle artifacts like requirements, doubts, and plan depth to compute a deterministic size class (S/M/L/XL/XXL) using a documented formula with risk adjustment. This approach reduces planning uncertainty by analyzing high-severity doubts and task breadth.

How do I estimate feature complexity and size from generated task lists?

To estimate feature complexity from generated task lists, run the sizing command after your to-do tasks are created. It reads your feature folder artifacts and applies schema validation to generate a size.json output, applying atomic updates with optional recalculation guardrails to ensure accurate structural metrics.

Can I use structural sizing for features stored in a specific project folder structure?

Yes, structural sizing applies to features stored in the forward-cycle folder structure. It requires resolving the output and forward folders from a state.json configuration file and reads artifacts from the active feature folder to generate pricing metrics.

What is the best way to compute deterministic T-shirt sizes for software rebuilds?

The best way to compute deterministic T-shirt sizes for software rebuilds is using a versioned sizing formula that reads requirements and plan depth. This method generates risk-aware notes summarizing high-severity doubts and plan breadth, providing structured outputs for the pricing pipeline.

Do I need to resolve doubts and plan tasks before sizing a feature?

Yes, you need to generate to-do tasks and resolve forward-cycle artifacts before sizing a feature. The sizing process reads these artifacts, including resolved doubts and plan depth, to accurately apply the risk-adjusted complexity formula and generate the final size classification.