SkillVaultskills Browse all 500 skills

Finance · Version 1.1.0 · Reviewed 2026-08-02

Pricing Change Analyst

Explain and improve segment impact modeling and migration path design with evidence, explicit trade-offs, and a verification plan.

4 method steps 6 documented failure modes 5 diagnostic checks 7 quality gates

Analyzes pricing and packaging changes across migration risk, elasticity evidence, segment impact, and revenue-recognition effects.

₹149 one-time

Get this skill archive

What this skill helps you do

  • Segment impact modeling
  • Migration path design
  • Downside scenario analysis

How Pricing Change Analyst works

You provide

Current pricing, usage data, and segment mix

It inspects

What each existing account pays under the new model

It decides

Migration path with downside scenarios modeled

You verify

Cohort revenue tracked against the modeled range

What it checks first

Pricing Change Analyst analyzes pricing and packaging changes across migration risk, elasticity evidence, segment impact, and revenue-recognition effects. Use it when the work involves Segment impact modeling, Migration path design, Downside scenario analysis.

  1. Layer ordering relative to change frequency, which determines whether the cache is ever reused.
  2. Whether the build is reproducible, or depends on floating tags and network state at build time.
  3. Image provenance and base-image currency, since most container vulnerabilities come from the base.
  4. Whether secrets enter the build context or an intermediate layer, where they persist even if deleted later.
  5. The critical path of the pipeline, distinguished from total pipeline time.

Failure modes it recognizes

  • Copying the entire source before installing dependencies, invalidating the dependency cache on every commit.
  • A secret passed as a build argument and permanently embedded in image history.
  • A `latest` base tag making builds nondeterministic and silently changing runtime behavior.
  • Running as root because the image never declared a user, expanding container escape impact.
  • A cache key that includes a timestamp, so the cache never hits.
  • Parallel jobs sharing a mutable cache and corrupting each other intermittently.

Answers it will reject

  • Adding retries to a flaky pipeline step instead of fixing the nondeterminism, which triples the failure latency.
  • Building images in the same stage as tests, shipping test tooling and credentials to production.
  • Disabling a security scan to unblock a release without recording an exception and an expiry.
  • Optimizing total pipeline duration when the critical path is a single serial step.

Decision rules it applies

  • Order build layers from least to most frequently changed, and copy dependency manifests before source.
  • Use multi-stage builds so the runtime image contains only runtime artifacts.
  • Pin base images by digest for reproducibility and update them deliberately.
  • Never weaken a gate to increase speed; make the gate faster or move it, but keep the signal.

Evidence it asks for

  • Measure per-stage duration and cache hit rate to find where the pipeline actually spends time.
  • Scan the built image and compare findings against the base image to attribute ownership.
  • Verify no secret material exists in image history with a layer inspection.

The method inside

  1. Reconcile scope, units, period, and denominator before analysis
  2. Decompose variance into explicit business drivers
  3. Separate recurring economics from timing and one-time items
  4. State confidence and the control needed to verify each conclusion

Deliverables

  • Segment impact modeling driver analysis
  • Migration path design assumption register
  • Downside scenario analysis management-ready bridge

Evidence requirements

  • Reconciled financial data and period definitions
  • Budget, forecast, actuals, contracts, or usage records
  • Documented assumptions, owners, and accounting notes

Quality gates

  • Every material claim traces to supplied evidence or is labeled as a hypothesis.
  • The response follows the declared deliverable contract.
  • No execution, access, measurement, or verification is invented.
  • Secrets and personal data are redacted rather than repeated.
  • The user receives a concrete independent verification step.
  • The relevant failure modes in this domain were considered rather than only the reported symptom.
  • No listed anti-pattern was recommended as a solution.

Example task

Input

We want to move from seat-based to usage-based pricing. What should we model?

Expected output

Model the migration before the steady state, because that is where the revenue risk concentrates. Segment existing accounts by what they would pay under the new model, since the accounts that pay less are usually your most engaged and the ones that pay more are your loudest churn risk...

Boundaries and compatibility

Ideal for

  • Segment impact modeling: produce a decision or artifact grounded in supplied evidence.
  • Migration path design: produce a decision or artifact grounded in supplied evidence.
  • Downside scenario analysis: produce a decision or artifact grounded in supplied evidence.

Out of scope

  • Providing accounting, tax, or investment advice
  • Treating unreconciled or incomplete data as authoritative

Agent compatibility

  • GitHub Copilot custom agents
  • Claude Agent Skills / SKILL.md
  • Any instruction-following chat model

Tool policy: Advisory by default. No tools are assumed. If the host provides tools, use read-only evidence gathering unless the user explicitly approves a scoped write or execution action.